diff --git a/.gitignore b/.gitignore index fa16d1a..632b4b3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ venv venv-test build.stamp proof -fonts node_modules package-lock.json package.json diff --git a/fonts/ttf/Nevermind-Black.ttf b/fonts/ttf/Nevermind-Black.ttf new file mode 100644 index 0000000..120eff3 Binary files /dev/null and b/fonts/ttf/Nevermind-Black.ttf differ diff --git a/fonts/ttf/Nevermind-BlackItalic.ttf b/fonts/ttf/Nevermind-BlackItalic.ttf new file mode 100644 index 0000000..ca676ba Binary files /dev/null and b/fonts/ttf/Nevermind-BlackItalic.ttf differ diff --git a/fonts/ttf/Nevermind-Bold.ttf b/fonts/ttf/Nevermind-Bold.ttf new file mode 100644 index 0000000..5b5b95e Binary files /dev/null and b/fonts/ttf/Nevermind-Bold.ttf differ diff --git a/fonts/ttf/Nevermind-BoldItalic.ttf b/fonts/ttf/Nevermind-BoldItalic.ttf new file mode 100644 index 0000000..91bb1ff Binary files /dev/null and b/fonts/ttf/Nevermind-BoldItalic.ttf differ diff --git a/fonts/ttf/Nevermind-ExtraLight.ttf b/fonts/ttf/Nevermind-ExtraLight.ttf new file mode 100644 index 0000000..26e4892 Binary files /dev/null and b/fonts/ttf/Nevermind-ExtraLight.ttf differ diff --git a/fonts/ttf/Nevermind-ExtraLightItalic.ttf b/fonts/ttf/Nevermind-ExtraLightItalic.ttf new file mode 100644 index 0000000..afb9afa Binary files /dev/null and b/fonts/ttf/Nevermind-ExtraLightItalic.ttf differ diff --git a/fonts/ttf/Nevermind-Extrabold.ttf b/fonts/ttf/Nevermind-Extrabold.ttf new file mode 100644 index 0000000..2087e6a Binary files /dev/null and b/fonts/ttf/Nevermind-Extrabold.ttf differ diff --git a/fonts/ttf/Nevermind-ExtraboldItalic.ttf b/fonts/ttf/Nevermind-ExtraboldItalic.ttf new file mode 100644 index 0000000..bc4fed9 Binary files /dev/null and b/fonts/ttf/Nevermind-ExtraboldItalic.ttf differ diff --git a/fonts/ttf/Nevermind-Italic.ttf b/fonts/ttf/Nevermind-Italic.ttf new file mode 100644 index 0000000..cec541f Binary files /dev/null and b/fonts/ttf/Nevermind-Italic.ttf differ diff --git a/fonts/ttf/Nevermind-Light.ttf b/fonts/ttf/Nevermind-Light.ttf new file mode 100644 index 0000000..a3ae634 Binary files /dev/null and b/fonts/ttf/Nevermind-Light.ttf differ diff --git a/fonts/ttf/Nevermind-LightItalic.ttf b/fonts/ttf/Nevermind-LightItalic.ttf new file mode 100644 index 0000000..0cfe052 Binary files /dev/null and b/fonts/ttf/Nevermind-LightItalic.ttf differ diff --git a/fonts/ttf/Nevermind-Medium.ttf b/fonts/ttf/Nevermind-Medium.ttf new file mode 100644 index 0000000..9407c3d Binary files /dev/null and b/fonts/ttf/Nevermind-Medium.ttf differ diff --git a/fonts/ttf/Nevermind-MediumItalic.ttf b/fonts/ttf/Nevermind-MediumItalic.ttf new file mode 100644 index 0000000..e596c26 Binary files /dev/null and b/fonts/ttf/Nevermind-MediumItalic.ttf differ diff --git a/fonts/ttf/Nevermind-Regular.ttf b/fonts/ttf/Nevermind-Regular.ttf new file mode 100644 index 0000000..4aab1d5 Binary files /dev/null and b/fonts/ttf/Nevermind-Regular.ttf differ diff --git a/fonts/ttf/Nevermind-SemiBold.ttf b/fonts/ttf/Nevermind-SemiBold.ttf new file mode 100644 index 0000000..083895e Binary files /dev/null and b/fonts/ttf/Nevermind-SemiBold.ttf differ diff --git a/fonts/ttf/Nevermind-SemiBoldItalic.ttf b/fonts/ttf/Nevermind-SemiBoldItalic.ttf new file mode 100644 index 0000000..353e15b Binary files /dev/null and b/fonts/ttf/Nevermind-SemiBoldItalic.ttf differ diff --git a/fonts/ttf/Nevermind-Thin.ttf b/fonts/ttf/Nevermind-Thin.ttf new file mode 100644 index 0000000..f4dbbaa Binary files /dev/null and b/fonts/ttf/Nevermind-Thin.ttf differ diff --git a/fonts/ttf/Nevermind-ThinItalic.ttf b/fonts/ttf/Nevermind-ThinItalic.ttf new file mode 100644 index 0000000..dfff32e Binary files /dev/null and b/fonts/ttf/Nevermind-ThinItalic.ttf differ diff --git a/fonts/variable/Nevermind-Italic[wght].ttf b/fonts/variable/Nevermind-Italic[wght].ttf new file mode 100644 index 0000000..95301d4 Binary files /dev/null and b/fonts/variable/Nevermind-Italic[wght].ttf differ diff --git a/fonts/variable/Nevermind[wght].ttf b/fonts/variable/Nevermind[wght].ttf new file mode 100644 index 0000000..cb098cc Binary files /dev/null and b/fonts/variable/Nevermind[wght].ttf differ diff --git a/fonts/webfonts/Nevermind-Black.woff2 b/fonts/webfonts/Nevermind-Black.woff2 new file mode 100644 index 0000000..67dfb05 Binary files /dev/null and b/fonts/webfonts/Nevermind-Black.woff2 differ diff --git a/fonts/webfonts/Nevermind-BlackItalic.woff2 b/fonts/webfonts/Nevermind-BlackItalic.woff2 new file mode 100644 index 0000000..67cd059 Binary files /dev/null and b/fonts/webfonts/Nevermind-BlackItalic.woff2 differ diff --git a/fonts/webfonts/Nevermind-Bold.woff2 b/fonts/webfonts/Nevermind-Bold.woff2 new file mode 100644 index 0000000..705cc64 Binary files /dev/null and b/fonts/webfonts/Nevermind-Bold.woff2 differ diff --git a/fonts/webfonts/Nevermind-BoldItalic.woff2 b/fonts/webfonts/Nevermind-BoldItalic.woff2 new file mode 100644 index 0000000..32268d7 Binary files /dev/null and b/fonts/webfonts/Nevermind-BoldItalic.woff2 differ diff --git a/fonts/webfonts/Nevermind-ExtraLight.woff2 b/fonts/webfonts/Nevermind-ExtraLight.woff2 new file mode 100644 index 0000000..8f700c8 Binary files /dev/null and b/fonts/webfonts/Nevermind-ExtraLight.woff2 differ diff --git a/fonts/webfonts/Nevermind-ExtraLightItalic.woff2 b/fonts/webfonts/Nevermind-ExtraLightItalic.woff2 new file mode 100644 index 0000000..183ce63 Binary files /dev/null and b/fonts/webfonts/Nevermind-ExtraLightItalic.woff2 differ diff --git a/fonts/webfonts/Nevermind-Extrabold.woff2 b/fonts/webfonts/Nevermind-Extrabold.woff2 new file mode 100644 index 0000000..c07d14c Binary files /dev/null and b/fonts/webfonts/Nevermind-Extrabold.woff2 differ diff --git a/fonts/webfonts/Nevermind-ExtraboldItalic.woff2 b/fonts/webfonts/Nevermind-ExtraboldItalic.woff2 new file mode 100644 index 0000000..b5713c4 Binary files /dev/null and b/fonts/webfonts/Nevermind-ExtraboldItalic.woff2 differ diff --git a/fonts/webfonts/Nevermind-Italic.woff2 b/fonts/webfonts/Nevermind-Italic.woff2 new file mode 100644 index 0000000..2da0229 Binary files /dev/null and b/fonts/webfonts/Nevermind-Italic.woff2 differ diff --git a/fonts/webfonts/Nevermind-Light.woff2 b/fonts/webfonts/Nevermind-Light.woff2 new file mode 100644 index 0000000..c454d9d Binary files /dev/null and b/fonts/webfonts/Nevermind-Light.woff2 differ diff --git a/fonts/webfonts/Nevermind-LightItalic.woff2 b/fonts/webfonts/Nevermind-LightItalic.woff2 new file mode 100644 index 0000000..40d9cfd Binary files /dev/null and b/fonts/webfonts/Nevermind-LightItalic.woff2 differ diff --git a/fonts/webfonts/Nevermind-Medium.woff2 b/fonts/webfonts/Nevermind-Medium.woff2 new file mode 100644 index 0000000..6f4b1e3 Binary files /dev/null and b/fonts/webfonts/Nevermind-Medium.woff2 differ diff --git a/fonts/webfonts/Nevermind-MediumItalic.woff2 b/fonts/webfonts/Nevermind-MediumItalic.woff2 new file mode 100644 index 0000000..ea68b8d Binary files /dev/null and b/fonts/webfonts/Nevermind-MediumItalic.woff2 differ diff --git a/fonts/webfonts/Nevermind-Regular.woff2 b/fonts/webfonts/Nevermind-Regular.woff2 new file mode 100644 index 0000000..8a107d9 Binary files /dev/null and b/fonts/webfonts/Nevermind-Regular.woff2 differ diff --git a/fonts/webfonts/Nevermind-SemiBold.woff2 b/fonts/webfonts/Nevermind-SemiBold.woff2 new file mode 100644 index 0000000..b8a47be Binary files /dev/null and b/fonts/webfonts/Nevermind-SemiBold.woff2 differ diff --git a/fonts/webfonts/Nevermind-SemiBoldItalic.woff2 b/fonts/webfonts/Nevermind-SemiBoldItalic.woff2 new file mode 100644 index 0000000..149da0c Binary files /dev/null and b/fonts/webfonts/Nevermind-SemiBoldItalic.woff2 differ diff --git a/fonts/webfonts/Nevermind-Thin.woff2 b/fonts/webfonts/Nevermind-Thin.woff2 new file mode 100644 index 0000000..0da00cd Binary files /dev/null and b/fonts/webfonts/Nevermind-Thin.woff2 differ diff --git a/fonts/webfonts/Nevermind-ThinItalic.woff2 b/fonts/webfonts/Nevermind-ThinItalic.woff2 new file mode 100644 index 0000000..5b9e6aa Binary files /dev/null and b/fonts/webfonts/Nevermind-ThinItalic.woff2 differ diff --git a/fonts/webfonts/Nevermind[ital,wght].woff2 b/fonts/webfonts/Nevermind[ital,wght].woff2 new file mode 100644 index 0000000..5974d44 Binary files /dev/null and b/fonts/webfonts/Nevermind[ital,wght].woff2 differ diff --git a/sources/Nevermind.glyphs b/sources/Nevermind.glyphs new file mode 100644 index 0000000..63a5f71 --- /dev/null +++ b/sources/Nevermind.glyphs @@ -0,0 +1,274516 @@ +{ +.appVersion = "3507"; +.formatVersion = 3; +axes = ( +{ +name = Weight; +tag = wght; +}, +{ +name = Italic; +tag = ital; +} +); +classes = ( +{ +automatic = 1; +code = "A Aacute Abreve Acaron Acircumflex Adieresis Agrave Amacron Aogonek Aring Atilde AE B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Dcaron Dcroat Eth E Eacute Ecaron Ecedilla Ecircumflex Edieresis Edotaccent Egrave Emacron Eogonek Etilde F G Gacute Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcaron Hcircumflex I Iacute Ibreve Icaron Icircumflex Idieresis Idotaccent Igrave Imacron Iogonek Itilde J Jcircumflex K Kacute Kcaron Kcommaaccent L Lacute Lcaron Lcircumflexbelow Lcommaaccent Lslash M Macute N Nacute Ncaron Ncommaaccent Ntilde O Oacute Ocaron Ocircumflex Odieresis Ograve Ohungarumlaut Omacron Oslash Otilde OE P Pacute Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucaron Ucircumflex Udieresis Ugrave Uhungarumlaut Umacron Uogonek Uring V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ygrave Z Zacute Zcaron Zdotaccent A-cy Be-cy Ve-cy Ge-cy Gje-cy Geupturn-cy Gedescender-cy Gestroke-cy Gemiddlehook-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Tse-cy Che-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Yeru-cy Hardsign-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Yu-cy Ya-cy Dje-cy Fita-cy Izhitsa-cy Zhedescender-cy Zedescender-cy Kadescender-cy Kaverticalstroke-cy Kastroke-cy Kabashkir-cy Endescender-cy EnGe-cy Pemiddlehook-cy Pedescender-cy Haabkhasian-cy Esdescender-cy Tedescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Tetse-cy Chedescender-cy Cheverticalstroke-cy Shha-cy Shhadescender-cy Cheabkhasian-cy Chedescenderabkhasian-cy Palochka-cy Zhebreve-cy Kahook-cy Eltail-cy Enhook-cy Entail-cy Chekhakassian-cy Emtail-cy Abreve-cy Adieresis-cy Aie-cy Iebreve-cy Schwa-cy Schwadieresis-cy Zhedieresis-cy Zedieresis-cy Dzeabkhasian-cy Imacron-cy Idieresis-cy Odieresis-cy Obarred-cy Obarreddieresis-cy Edieresis-cy Umacron-cy Udieresis-cy Uhungarumlaut-cy Chedieresis-cy Yerudieresis-cy Hahook-cy Reversedze-cy Elhook-cy We-cy Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis Digamma"; +name = Uppercase; +}, +{ +automatic = 1; +code = "a aacute abreve acaron acircumflex adieresis agrave amacron aogonek aring atilde ae b c cacute ccaron ccedilla ccircumflex cdotaccent d dcaron dcroat eth e eacute ecaron ecedilla ecircumflex edieresis edotaccent egrave emacron eogonek etilde f g gacute gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcaron hcircumflex i idotless iacute ibreve icaron icircumflex idieresis idotaccent igrave imacron iogonek itilde j jdotless jcircumflex k kacute kcaron kcommaaccent l lacute lcaron lcircumflexbelow lcommaaccent lslash m macute n nacute ncaron ncommaaccent ntilde o oacute ocaron ocircumflex odieresis ograve ohungarumlaut omacron oslash otilde oe p pacute thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls t tbar tcaron tcedilla tcommaaccent u uacute ubreve ucaron ucircumflex udieresis ugrave uhungarumlaut umacron uogonek uring v w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ygrave z zacute zcaron zdotaccent a-cy be-cy ve-cy ge-cy gje-cy geupturn-cy gedescender-cy gestroke-cy gemiddlehook-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy tse-cy che-cy sha-cy shcha-cy dzhe-cy softsign-cy yeru-cy hardsign-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy yu-cy ya-cy dje-cy fita-cy izhitsa-cy zhedescender-cy zedescender-cy kadescender-cy kaverticalstroke-cy kastroke-cy kabashkir-cy endescender-cy enge-cy pedescender-cy pemiddlehook-cy haabkhasian-cy esdescender-cy tedescender-cy ustraight-cy ustraightstroke-cy hadescender-cy tetse-cy chedescender-cy cheverticalstroke-cy shha-cy shhadescender-cy cheabkhasian-cy chedescenderabkhasian-cy palochka-cy zhebreve-cy kahook-cy eltail-cy enhook-cy entail-cy chekhakassian-cy emtail-cy abreve-cy adieresis-cy aie-cy iebreve-cy schwa-cy schwadieresis-cy zhedieresis-cy zedieresis-cy dzeabkhasian-cy imacron-cy idieresis-cy odieresis-cy obarred-cy obarreddieresis-cy edieresis-cy umacron-cy udieresis-cy uhungarumlaut-cy chedieresis-cy yerudieresis-cy hahook-cy reversedze-cy elhook-cy we-cy zhe-cy.loclBGR iishort-cy.loclBGR alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos digamma"; +name = Lowercase; +} +); +customParameters = ( +{ +name = fsType; +value = ( +); +}, +{ +name = "Use Typo Metrics"; +value = 1; +} +); +date = "2025-05-08 01:41:48 +0000"; +familyName = Nevermind; +featurePrefixes = ( +{ +automatic = 1; +code = "languagesystem DFLT dflt; + +languagesystem latn dflt; +languagesystem latn AZE; +languagesystem latn CRT; +languagesystem latn KAZ; +languagesystem latn TAT; +languagesystem latn TRK; +languagesystem latn ROM; +languagesystem latn MOL; + +languagesystem cyrl dflt; +languagesystem cyrl BGR; +"; +name = Languagesystems; +}, +{ +code = "lookup lookup_0 { +sub colon by colon.uc; +} lookup_0; +"; +name = lookup_0; +} +); +features = ( +{ +code = "# feature c2sc; +feature sups; +feature locl; +feature subs; +feature sinf; +"; +tag = aalt; +}, +{ +automatic = 1; +code = "lookup ccmp_DFLT_1 { + @CombiningTopAccents = [acutecomb brevecomb caroncomb circumflexcomb dblgravecomb dieresiscomb dotaccentcomb gravecomb hookabovecomb hungarumlautcomb macroncomb ringcomb tildecomb]; + lookupflag UseMarkFilteringSet @CombiningTopAccents; + sub i' @CombiningTopAccents by idotless; + sub j' @CombiningTopAccents by jdotless; +} ccmp_DFLT_1; +"; +tag = ccmp; +}, +{ +automatic = 1; +code = "script latn; +language AZE; +lookup locl_latn_0 { + sub i by idotaccent; +} locl_latn_0; +language CRT; +lookup locl_latn_0; +language KAZ; +lookup locl_latn_0; +language TAT; +lookup locl_latn_0; +language TRK; +lookup locl_latn_0; + +script latn; +language ROM; +lookup locl_latn_1 { + sub Scedilla by Scommaaccent; + sub scedilla by scommaaccent; + sub Tcedilla by Tcommaaccent; + sub tcedilla by tcommaaccent; +} locl_latn_1; +language MOL; +lookup locl_latn_1; + +script cyrl; +language BGR; +lookup locl_cyrl_0 { + sub zhe-cy by zhe-cy.loclBGR; + sub iishort-cy by iishort-cy.loclBGR; +} locl_cyrl_0; +"; +tag = locl; +}, +{ +automatic = 1; +code = "sub one by oneinferior; +sub two by twoinferior; +sub three by threeinferior; +sub four by fourinferior; +"; +tag = subs; +}, +{ +automatic = 1; +code = "sub one by oneinferior; +sub two by twoinferior; +sub three by threeinferior; +sub four by fourinferior; +"; +tag = sinf; +}, +{ +automatic = 1; +code = "sub one by onesuperior; +sub two by twosuperior; +sub three by threesuperior; +"; +tag = sups; +}, +{ +automatic = 1; +code = "sub one slash four by onequarter; +sub one slash two by onehalf; +sub three slash four by threequarters; +"; +tag = frac; +}, +{ +automatic = 1; +code = "sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; +sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; +sub N o period by numero; +"; +tag = ordn; +}, +{ +code = "lookup case0 { + sub colon by colon.uc; +} case0; + +lookup SUB_17{ + sub parenleft by parenleft.uc; + sub parenright by parenright.uc; + sub bracketleft by bracketleft.uc; + sub bracketright by bracketright.uc; + sub braceleft by braceleft.uc; + sub braceright by braceright.uc; + sub hyphen by hyphen.uc; + sub endash by endash.uc; + sub emdash by emdash.uc; + sub less by less.uc; + sub greater by greater.uc; + sub equal by equal.uc; + sub notequal by notequal.uc; + sub plus by plus.uc; + sub minus by minus.uc; + sub multiply by multiply.uc; + sub divide by divide.uc; + sub bullet by bullet.uc; + sub hyphenbullet by hyphenbullet.uc; +} SUB_17; +"; +tag = case; +}, +{ +code = "#sub colon by colon.uc; +"; +tag = cv04; +}, +{ +code = "lookup SUB_16{ + sub parenleft by parenleft.uc; + sub parenright by parenright.uc; + sub bracketleft by bracketleft.uc; + sub bracketright by bracketright.uc; + sub braceleft by braceleft.uc; + sub braceright by braceright.uc; + sub hyphen by hyphen.uc; + sub endash by endash.uc; + sub emdash by emdash.uc; + sub less by less.uc; + sub greater by greater.uc; + sub equal by equal.uc; + sub notequal by notequal.uc; + sub plus by plus.uc; + sub minus by minus.uc; + sub multiply by multiply.uc; + sub divide by divide.uc; + sub bullet by bullet.uc; + sub hyphenbullet by hyphenbullet.uc; + sub approxequal by approxequal.uc; + sub asciitilde by asciitilde.uc; + + + +} SUB_16; +"; +labels = ( +{ +language = dflt; +value = ss03; +} +); +tag = ss03; +}, +{ +code = "lookup calt0 { + sub [zero one two three four five six seven eight nine] colon' lookup lookup_0 [zero one two three four five six seven eight nine] ; +} calt0; + +"; +tag = calt; +}, +{ +automatic = 1; +code = "sub N o period by numero; +"; +tag = ordn; +}, +{ +automatic = 1; +code = ""; +tag = mark; +} +); +fontMaster = ( +{ +axesValues = ( +100, +0 +); +customParameters = ( +{ +name = typoAscender; +value = 2053; +}, +{ +name = typoDescender; +value = -610; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 2000; +}, +{ +name = winDescent; +value = 510; +}, +{ +name = hheaAscender; +value = 2053; +}, +{ +name = hheaDescender; +value = -610; +}, +{ +name = hheaLineGap; +value = 0; +} +); +iconName = Light; +id = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +metricValues = ( +{ +pos = 1984; +}, +{ +over = 20; +pos = 1443; +}, +{ +over = 15; +pos = 1040; +}, +{ +over = -20; +}, +{ +pos = -494; +}, +{ +}, +{ +pos = 1520; +} +); +name = Thin; +stemValues = ( +162, +180 +); +userData = { +GSCornerRadius = 120; +GSOffsetHorizontal = 10; +GSOffsetKeepCompatible = 1; +GSOffsetVertical = 10; +}; +}, +{ +axesValues = ( +400, +0 +); +customParameters = ( +{ +name = typoAscender; +value = 2053; +}, +{ +name = typoDescender; +value = -610; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 2000; +}, +{ +name = winDescent; +value = 510; +}, +{ +name = hheaAscender; +value = 2053; +}, +{ +name = hheaDescender; +value = -610; +}, +{ +name = hheaLineGap; +value = 0; +} +); +id = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +metricValues = ( +{ +pos = 1984; +}, +{ +over = 20; +pos = 1443; +}, +{ +over = 15; +pos = 1040; +}, +{ +over = -20; +}, +{ +pos = -494; +}, +{ +}, +{ +pos = 1520; +} +); +name = Regular; +stemValues = ( +162, +180 +); +userData = { +GSCornerRadius = 60; +GSOffsetHorizontal = 5; +GSOffsetKeepCompatible = 1; +GSOffsetVertical = 5; +}; +}, +{ +axesValues = ( +900, +0 +); +customParameters = ( +{ +name = typoAscender; +value = 2053; +}, +{ +name = typoDescender; +value = -610; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 2000; +}, +{ +name = winDescent; +value = 510; +}, +{ +name = hheaAscender; +value = 2053; +}, +{ +name = hheaDescender; +value = -610; +}, +{ +name = hheaLineGap; +value = 0; +} +); +iconName = Bold; +id = "0CA926B8-BF71-483F-A045-F233B587689B"; +metricValues = ( +{ +pos = 1984; +}, +{ +over = 37; +pos = 1443; +}, +{ +over = 24; +pos = 1100; +}, +{ +over = -37; +}, +{ +pos = -494; +}, +{ +}, +{ +pos = 1520; +} +); +name = Black; +stemValues = ( +258, +302 +); +userData = { +GSCornerRadius = 120; +GSOffsetHorizontal = 60; +GSOffsetKeepCompatible = 1; +GSOffsetVertical = 60; +}; +}, +{ +axesValues = ( +100, +12 +); +customParameters = ( +{ +name = typoAscender; +value = 2053; +}, +{ +name = typoDescender; +value = -610; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 2000; +}, +{ +name = winDescent; +value = 510; +}, +{ +name = hheaAscender; +value = 2053; +}, +{ +name = hheaDescender; +value = -610; +}, +{ +name = hheaLineGap; +value = 0; +} +); +iconName = Light; +id = "6871CC57-2503-4E31-BAA0-540E82C15514"; +metricValues = ( +{ +pos = 1984; +}, +{ +over = 20; +pos = 1443; +}, +{ +over = 15; +pos = 1040; +}, +{ +over = -20; +}, +{ +pos = -494; +}, +{ +pos = 12; +}, +{ +pos = 1520; +} +); +name = "Thin Italic"; +stemValues = ( +162, +180 +); +userData = { +GSCornerRadius = 120; +GSOffsetHorizontal = 10; +GSOffsetKeepCompatible = 1; +GSOffsetVertical = 10; +}; +}, +{ +axesValues = ( +400, +12 +); +customParameters = ( +{ +name = typoAscender; +value = 2053; +}, +{ +name = typoDescender; +value = -610; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 2000; +}, +{ +name = winDescent; +value = 510; +}, +{ +name = hheaAscender; +value = 2053; +}, +{ +name = hheaDescender; +value = -610; +}, +{ +name = hheaLineGap; +value = 0; +} +); +id = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +metricValues = ( +{ +pos = 1984; +}, +{ +over = 20; +pos = 1443; +}, +{ +over = 15; +pos = 1040; +}, +{ +over = -20; +}, +{ +pos = -494; +}, +{ +pos = 12; +}, +{ +pos = 1520; +} +); +name = Italic; +stemValues = ( +162, +180 +); +userData = { +GSCornerRadius = 40; +GSOffsetHorizontal = 5; +GSOffsetKeepCompatible = 1; +GSOffsetVertical = 5; +}; +}, +{ +axesValues = ( +900, +12 +); +customParameters = ( +{ +name = typoAscender; +value = 2053; +}, +{ +name = typoDescender; +value = -610; +}, +{ +name = typoLineGap; +value = 0; +}, +{ +name = winAscent; +value = 2000; +}, +{ +name = winDescent; +value = 510; +}, +{ +name = hheaAscender; +value = 2053; +}, +{ +name = hheaDescender; +value = -610; +}, +{ +name = hheaLineGap; +value = 0; +} +); +iconName = Bold; +id = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +metricValues = ( +{ +pos = 1984; +}, +{ +over = 37; +pos = 1443; +}, +{ +over = 24; +pos = 1100; +}, +{ +over = -37; +}, +{ +pos = -494; +}, +{ +pos = 12; +}, +{ +pos = 1520; +} +); +name = "Black Italic"; +stemValues = ( +258, +302 +); +userData = { +GSCornerRadius = 120; +GSOffsetHorizontal = 60; +GSOffsetKeepCompatible = 1; +GSOffsetVertical = 60; +}; +} +); +glyphs = ( +{ +color = 6; +glyphname = A; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1443); +}, +{ +name = topleft; +pos = (348,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(645,1622,l), +(645,-131,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +} +); +width = 1289; +}, +{ +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1444); +}, +{ +name = topleft; +pos = (308,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(702,1622,l), +(702,-132,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +} +); +width = 1408; +}, +{ +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1443); +}, +{ +name = topleft; +pos = (208,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(784,1622,l), +(784,-131,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +} +); +width = 1567; +}, +{ +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (840,1443); +}, +{ +name = topleft; +pos = (543,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(683,1622,l), +(683,-131,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +} +); +width = 1289; +}, +{ +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (897,1444); +}, +{ +name = topleft; +pos = (503,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(763,1622,l), +(763,-132,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +} +); +width = 1408; +}, +{ +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (933,1443); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(780,1622,l), +(780,-131,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +} +); +width = 1487; +} +); +unicode = 65; +}, +{ +color = 10; +glyphname = Aacute; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (735,1700); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(701,1802,l), +(626,1573,l), +(670,1573,l), +(761,1802,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (871,503); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (826,1767); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(715,1818,l), +(625,1569,l), +(788,1569,l), +(928,1818,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1038,504); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (904,1884); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(737,1922,l), +(667,1583,l), +(910,1583,l), +(1090,1922,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1200,443); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (930,1700); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(842,1802,l), +(815,1573,l), +(859,1573,l), +(902,1802,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1179,503); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (1070,1767); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(903,1818,l), +(865,1569,l), +(1028,1569,l), +(1116,1818,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (1390,504); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1123,1884); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(880,1922,l), +(882,1583,l), +(1125,1583,l), +(1233,1922,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (1540,443); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1123,1884); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(880,1922,l), +(882,1583,l), +(1125,1583,l), +(1233,1922,l) +); +} +); +}; +layerId = "2F1D3E94-DF4A-4D6F-BE3B-44C12B95217A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (1540,443); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (1070,1767); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(903,1818,l), +(865,1569,l), +(1028,1569,l), +(1116,1818,l) +); +} +); +}; +layerId = "64CCC0BC-C601-48FF-9965-4B3063A6AA69"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (1390,504); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (904,1884); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(737,1922,l), +(667,1583,l), +(910,1583,l), +(1090,1922,l) +); +} +); +}; +layerId = "13F23253-CFF8-4B66-8A1D-479DE6B8FC88"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1200,443); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (930,1700); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(842,1802,l), +(815,1573,l), +(859,1573,l), +(902,1802,l) +); +} +); +}; +layerId = "EAE9384D-8E1D-428C-A42A-9DBCABC7CE68"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1179,503); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (826,1767); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(715,1818,l), +(625,1569,l), +(788,1569,l), +(928,1818,l) +); +} +); +}; +layerId = "30DD41AF-7D39-4011-B7EE-68892316EBC7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1038,504); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (735,1700); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(701,1802,l), +(626,1573,l), +(670,1573,l), +(761,1802,l) +); +} +); +}; +layerId = "AA913225-C435-4445-A884-AF13757B8884"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (871,503); +ref = gravecomb; +scale = (-1,1); +} +); +width = 1289; +} +); +unicode = 193; +}, +{ +color = 10; +glyphname = Abreve; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1738); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(762,1587,o), +(835,1661,o), +(835,1778,c), +(787,1778,l), +(786,1689,o), +(732,1631,o), +(646,1631,cs), +(560,1631,o), +(506,1689,o), +(505,1778,c), +(457,1778,l), +(457,1661,o), +(530,1587,o), +(646,1587,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (347,503); +ref = brevecomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1717); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(849,1539,o), +(941,1624,o), +(941,1760,c), +(774,1760,l), +(773,1702,o), +(745,1666,o), +(702,1666,cs), +(659,1666,o), +(631,1702,o), +(630,1760,c), +(463,1760,l), +(463,1624,o), +(555,1539,o), +(702,1539,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (353,504); +ref = brevecomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1816); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(1008,1545,o), +(1149,1669,o), +(1149,1866,c), +(880,1866,l), +(879,1790,o), +(842,1742,o), +(784,1742,cs), +(726,1742,o), +(689,1790,o), +(688,1866,c), +(419,1866,l), +(419,1669,o), +(560,1545,o), +(784,1545,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (309,443); +ref = brevecomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (892,1738); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(982,1587,o), +(1068,1661,o), +(1089,1778,c), +(1041,1778,l), +(1024,1689,o), +(960,1631,o), +(874,1631,cs), +(788,1631,o), +(744,1689,o), +(759,1778,c), +(711,1778,l), +(690,1661,o), +(750,1587,o), +(866,1587,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (440,503); +ref = brevecomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (924,1717); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(1040,1539,o), +(1147,1624,o), +(1170,1760,c), +(1003,1760,l), +(992,1702,o), +(958,1666,o), +(915,1666,cs), +(872,1666,o), +(850,1702,o), +(859,1760,c), +(692,1760,l), +(669,1624,o), +(746,1539,o), +(893,1539,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (431,504); +ref = brevecomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1038,1816); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(1215,1545,o), +(1378,1669,o), +(1412,1866,c), +(1143,1866,l), +(1129,1790,o), +(1083,1742,o), +(1025,1742,cs), +(967,1742,o), +(939,1790,o), +(951,1866,c), +(682,1866,l), +(648,1669,o), +(767,1545,o), +(991,1545,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (386,443); +ref = brevecomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1038,1816); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(1215,1545,o), +(1378,1669,o), +(1412,1866,c), +(1143,1866,l), +(1129,1790,o), +(1083,1742,o), +(1025,1742,cs), +(967,1742,o), +(939,1790,o), +(951,1866,c), +(682,1866,l), +(648,1669,o), +(767,1545,o), +(991,1545,cs) +); +} +); +}; +layerId = "521A852B-273B-4F24-A124-AF6597C7F7E9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (386,443); +ref = brevecomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (924,1717); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(1040,1539,o), +(1147,1624,o), +(1170,1760,c), +(1003,1760,l), +(992,1702,o), +(958,1666,o), +(915,1666,cs), +(872,1666,o), +(850,1702,o), +(859,1760,c), +(692,1760,l), +(669,1624,o), +(746,1539,o), +(893,1539,cs) +); +} +); +}; +layerId = "CD0D266C-B8A5-477F-8FC2-456F459A797D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (431,504); +ref = brevecomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1816); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(1008,1545,o), +(1149,1669,o), +(1149,1866,c), +(880,1866,l), +(879,1790,o), +(842,1742,o), +(784,1742,cs), +(726,1742,o), +(689,1790,o), +(688,1866,c), +(419,1866,l), +(419,1669,o), +(560,1545,o), +(784,1545,cs) +); +} +); +}; +layerId = "11AD39F9-C412-46FF-9DF0-D383B6DF0407"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (309,443); +ref = brevecomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (892,1738); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(982,1587,o), +(1068,1661,o), +(1089,1778,c), +(1041,1778,l), +(1024,1689,o), +(960,1631,o), +(874,1631,cs), +(788,1631,o), +(744,1689,o), +(759,1778,c), +(711,1778,l), +(690,1661,o), +(750,1587,o), +(866,1587,cs) +); +} +); +}; +layerId = "FF87EA39-1448-4763-AB4B-24AA6B2AE4E4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (440,503); +ref = brevecomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1717); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(849,1539,o), +(941,1624,o), +(941,1760,c), +(774,1760,l), +(773,1702,o), +(745,1666,o), +(702,1666,cs), +(659,1666,o), +(631,1702,o), +(630,1760,c), +(463,1760,l), +(463,1624,o), +(555,1539,o), +(702,1539,cs) +); +} +); +}; +layerId = "94A0FEA9-02D6-4840-B3B5-AC3EB9383926"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (353,504); +ref = brevecomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1738); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(762,1587,o), +(835,1661,o), +(835,1778,c), +(787,1778,l), +(786,1689,o), +(732,1631,o), +(646,1631,cs), +(560,1631,o), +(506,1689,o), +(505,1778,c), +(457,1778,l), +(457,1661,o), +(530,1587,o), +(646,1587,cs) +); +} +); +}; +layerId = "CD0BC1CB-0F91-4217-B0D5-5138F6DABF55"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (347,503); +ref = brevecomb; +} +); +width = 1289; +} +); +unicode = 258; +}, +{ +color = 10; +glyphname = Acaron; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (645,1616); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1736); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(667,1575,l), +(852,1784,l), +(788,1784,l), +(646,1622,l), +(644,1622,l), +(502,1784,l), +(438,1784,l), +(623,1575,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (328,503); +ref = caroncomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (692,1582); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1727); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(804,1551,l), +(974,1790,l), +(780,1790,l), +(704,1655,l), +(698,1655,l), +(624,1790,l), +(430,1790,l), +(598,1551,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (320,504); +ref = caroncomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (789,1591); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1865); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(978,1559,l), +(1204,1908,l), +(892,1908,l), +(795,1733,l), +(785,1733,l), +(686,1908,l), +(374,1908,l), +(602,1559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (264,443); +ref = caroncomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (869,1616); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (894,1736); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(887,1555,l), +(1116,1764,l), +(1047,1764,l), +(871,1602,l), +(869,1602,l), +(761,1764,l), +(702,1764,l), +(843,1555,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (433,503); +ref = caroncomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (874,1582); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (906,1727); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(994,1551,l), +(1214,1790,l), +(1006,1790,l), +(906,1655,l), +(900,1655,l), +(850,1790,l), +(670,1790,l), +(788,1551,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (402,504); +ref = caroncomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (977,1588); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1041,1856); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(1169,1553,l), +(1479,1902,l), +(1147,1902,l), +(1023,1727,l), +(1013,1727,l), +(941,1902,l), +(649,1902,l), +(803,1553,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (345,437); +ref = caroncomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (977,1588); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1041,1856); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(1169,1553,l), +(1479,1902,l), +(1147,1902,l), +(1023,1727,l), +(1013,1727,l), +(941,1902,l), +(649,1902,l), +(803,1553,l) +); +} +); +}; +layerId = "CB88E075-1C0A-40C6-96E3-5689667FF552"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (345,437); +ref = caroncomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (874,1582); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (906,1727); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(994,1551,l), +(1214,1790,l), +(1006,1790,l), +(906,1655,l), +(900,1655,l), +(850,1790,l), +(670,1790,l), +(788,1551,l) +); +} +); +}; +layerId = "867F5FEA-147C-47B1-9818-07D690DF5916"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (402,504); +ref = caroncomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (789,1591); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1865); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(978,1559,l), +(1204,1908,l), +(892,1908,l), +(795,1733,l), +(785,1733,l), +(686,1908,l), +(374,1908,l), +(602,1559,l) +); +} +); +}; +layerId = "DF36FE9E-587F-494D-8662-6738B298767A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (264,443); +ref = caroncomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (869,1616); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (894,1736); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(887,1555,l), +(1116,1764,l), +(1047,1764,l), +(871,1602,l), +(869,1602,l), +(761,1764,l), +(702,1764,l), +(843,1555,l) +); +} +); +}; +layerId = "2639BDA2-8F0E-48A7-9368-98059813B201"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (433,503); +ref = caroncomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (692,1582); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1727); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(804,1551,l), +(974,1790,l), +(780,1790,l), +(704,1655,l), +(698,1655,l), +(624,1790,l), +(430,1790,l), +(598,1551,l) +); +} +); +}; +layerId = "FEE99A4F-02BC-4BF4-A819-BB664B4D6AEB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (320,504); +ref = caroncomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (645,1616); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1736); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(667,1575,l), +(852,1784,l), +(788,1784,l), +(646,1622,l), +(644,1622,l), +(502,1784,l), +(438,1784,l), +(623,1575,l) +); +} +); +}; +layerId = "4E0AE1BC-F6C2-4700-B69A-69F02D4764A6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (328,503); +ref = caroncomb; +} +); +width = 1289; +} +); +unicode = 461; +}, +{ +color = 10; +glyphname = Acircumflex; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (643,1757); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(436,1589,l), +(500,1589,l), +(642,1751,l), +(644,1751,l), +(786,1589,l), +(850,1589,l), +(665,1798,l), +(621,1798,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (326,503); +ref = circumflexcomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (693,1747); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(431,1539,l), +(625,1539,l), +(699,1654,l), +(705,1654,l), +(781,1539,l), +(975,1539,l), +(805,1778,l), +(599,1778,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (321,504); +ref = circumflexcomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1854); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(369,1537,l), +(681,1537,l), +(780,1712,l), +(790,1712,l), +(887,1537,l), +(1199,1537,l), +(973,1886,l), +(597,1886,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (259,443); +ref = circumflexcomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (904,1757); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(662,1589,l), +(726,1589,l), +(902,1751,l), +(904,1751,l), +(1012,1589,l), +(1076,1589,l), +(935,1798,l), +(891,1798,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (431,503); +ref = circumflexcomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (938,1747); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(621,1539,l), +(815,1539,l), +(913,1654,l), +(919,1654,l), +(971,1539,l), +(1165,1539,l), +(1045,1778,l), +(839,1778,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (407,504); +ref = circumflexcomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1060,1824); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(578,1537,l), +(890,1537,l), +(1026,1712,l), +(1036,1712,l), +(1096,1537,l), +(1408,1537,l), +(1256,1886,l), +(880,1886,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (352,443); +ref = circumflexcomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1060,1824); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(578,1537,l), +(890,1537,l), +(1026,1712,l), +(1036,1712,l), +(1096,1537,l), +(1408,1537,l), +(1256,1886,l), +(880,1886,l) +); +} +); +}; +layerId = "67A46ACD-9076-4CD0-9C85-61014C240FC5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (352,443); +ref = circumflexcomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (938,1747); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(621,1539,l), +(815,1539,l), +(913,1654,l), +(919,1654,l), +(971,1539,l), +(1165,1539,l), +(1045,1778,l), +(839,1778,l) +); +} +); +}; +layerId = "6DA1CD88-2385-4F47-8FB2-7520D8E309CA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (407,504); +ref = circumflexcomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1854); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(369,1537,l), +(681,1537,l), +(780,1712,l), +(790,1712,l), +(887,1537,l), +(1199,1537,l), +(973,1886,l), +(597,1886,l) +); +} +); +}; +layerId = "9827CE69-5513-4EF7-840F-8CB437A63C94"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (259,443); +ref = circumflexcomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (904,1757); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(662,1589,l), +(726,1589,l), +(902,1751,l), +(904,1751,l), +(1012,1589,l), +(1076,1589,l), +(935,1798,l), +(891,1798,l) +); +} +); +}; +layerId = "644ECC83-FBE1-4691-B603-6F46DDA5E6CA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (431,503); +ref = circumflexcomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (693,1747); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(431,1539,l), +(625,1539,l), +(699,1654,l), +(705,1654,l), +(781,1539,l), +(975,1539,l), +(805,1778,l), +(599,1778,l) +); +} +); +}; +layerId = "A153B493-8E73-404C-B99F-5BBB1C82797F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (321,504); +ref = circumflexcomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (643,1757); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(436,1589,l), +(500,1589,l), +(642,1751,l), +(644,1751,l), +(786,1589,l), +(850,1589,l), +(665,1798,l), +(621,1798,l) +); +} +); +}; +layerId = "A690BEDA-A546-446E-9855-38D96C3A82C5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (326,503); +ref = circumflexcomb; +} +); +width = 1289; +} +); +unicode = 194; +}, +{ +color = 10; +glyphname = Adieresis; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1443); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(469,1638,l), +(539,1638,l), +(539,1708,l), +(469,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(752,1638,l), +(822,1638,l), +(822,1708,l), +(752,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (359,503); +ref = dieresiscomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1444); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(459,1565,l), +(639,1565,l), +(639,1744,l), +(459,1744,l) +); +}, +{ +closed = 1; +nodes = ( +(766,1565,l), +(946,1565,l), +(946,1744,l), +(766,1744,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (349,504); +ref = dieresiscomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1443); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(435,1605,l), +(713,1605,l), +(713,1848,l), +(435,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(850,1605,l), +(1128,1605,l), +(1128,1848,l), +(850,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (325,443); +ref = dieresiscomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (840,1443); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(692,1628,l), +(762,1628,l), +(776,1698,l), +(706,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(975,1628,l), +(1045,1628,l), +(1059,1698,l), +(989,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (452,503); +ref = dieresiscomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (897,1444); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(643,1555,l), +(823,1555,l), +(860,1734,l), +(681,1734,l) +); +}, +{ +closed = 1; +nodes = ( +(950,1555,l), +(1130,1555,l), +(1167,1734,l), +(988,1734,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (425,504); +ref = dieresiscomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (933,1443); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(658,1605,l), +(936,1605,l), +(988,1848,l), +(710,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1073,1605,l), +(1351,1605,l), +(1403,1848,l), +(1125,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (418,443); +ref = dieresiscomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (933,1443); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(658,1605,l), +(936,1605,l), +(988,1848,l), +(710,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1073,1605,l), +(1351,1605,l), +(1403,1848,l), +(1125,1848,l) +); +} +); +}; +layerId = "E573E9FF-C5EC-436B-8E7A-C8559C690010"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (418,443); +ref = dieresiscomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (897,1444); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(643,1555,l), +(823,1555,l), +(860,1734,l), +(681,1734,l) +); +}, +{ +closed = 1; +nodes = ( +(950,1555,l), +(1130,1555,l), +(1167,1734,l), +(988,1734,l) +); +} +); +}; +layerId = "F0A56E4E-69AA-4E28-BD17-7D4B42F4D6D3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (425,504); +ref = dieresiscomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1443); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(435,1605,l), +(713,1605,l), +(713,1848,l), +(435,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(850,1605,l), +(1128,1605,l), +(1128,1848,l), +(850,1848,l) +); +} +); +}; +layerId = "50944320-6665-4006-A9F3-A720789BF894"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (325,443); +ref = dieresiscomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (840,1443); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(692,1628,l), +(762,1628,l), +(776,1698,l), +(706,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(975,1628,l), +(1045,1628,l), +(1059,1698,l), +(989,1698,l) +); +} +); +}; +layerId = "E2D6FE08-E5AF-4640-9BA0-41CA680C74DA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (452,503); +ref = dieresiscomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1444); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(459,1565,l), +(639,1565,l), +(639,1744,l), +(459,1744,l) +); +}, +{ +closed = 1; +nodes = ( +(766,1565,l), +(946,1565,l), +(946,1744,l), +(766,1744,l) +); +} +); +}; +layerId = "4BA2A808-CBEC-48AB-9124-23BC3726F180"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (349,504); +ref = dieresiscomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1443); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(469,1638,l), +(539,1638,l), +(539,1708,l), +(469,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(752,1638,l), +(822,1638,l), +(822,1708,l), +(752,1708,l) +); +} +); +}; +layerId = "F16205EE-8668-40D3-BB9E-147026C8C95F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (359,503); +ref = dieresiscomb; +} +); +width = 1289; +} +); +unicode = 196; +}, +{ +color = 10; +glyphname = Agrave; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (555,1700); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(620,1573,l), +(664,1573,l), +(589,1802,l), +(529,1802,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (419,503); +ref = gravecomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (578,1767); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(616,1569,l), +(779,1569,l), +(689,1818,l), +(476,1818,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (366,504); +ref = gravecomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (664,1884); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(658,1583,l), +(901,1583,l), +(831,1922,l), +(478,1922,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (368,443); +ref = gravecomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (750,1700); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(821,1573,l), +(865,1573,l), +(838,1802,l), +(778,1802,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (501,503); +ref = gravecomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (772,1767); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(814,1569,l), +(977,1569,l), +(939,1818,l), +(726,1818,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (452,504); +ref = gravecomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (883,1884); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(881,1583,l), +(1124,1583,l), +(1126,1922,l), +(773,1922,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (466,443); +ref = gravecomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (883,1884); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(881,1583,l), +(1124,1583,l), +(1126,1922,l), +(773,1922,l) +); +} +); +}; +layerId = "8B7077D9-CD73-46C0-8560-7B2546D5E413"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (466,443); +ref = gravecomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (772,1767); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(814,1569,l), +(977,1569,l), +(939,1818,l), +(726,1818,l) +); +} +); +}; +layerId = "05A638B4-1199-41EE-8AD0-E78DE2E1F5B7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (452,504); +ref = gravecomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (664,1884); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(658,1583,l), +(901,1583,l), +(831,1922,l), +(478,1922,l) +); +} +); +}; +layerId = "2DA4FB1D-AE13-426F-88F3-357EDA7B3456"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (368,443); +ref = gravecomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (750,1700); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(821,1573,l), +(865,1573,l), +(838,1802,l), +(778,1802,l) +); +} +); +}; +layerId = "F777052C-D915-426C-9756-2D1E3E312C1E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (501,503); +ref = gravecomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (578,1767); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(616,1569,l), +(779,1569,l), +(689,1818,l), +(476,1818,l) +); +} +); +}; +layerId = "49BD28D3-07C8-421D-9651-250D8257A451"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (366,504); +ref = gravecomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (555,1700); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(620,1573,l), +(664,1573,l), +(589,1802,l), +(529,1802,l) +); +} +); +}; +layerId = "D84D09B0-4F63-4691-8AC9-C0A76F40064A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (419,503); +ref = gravecomb; +} +); +width = 1289; +} +); +unicode = 192; +}, +{ +color = 10; +glyphname = Amacron; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (635,1666); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(445,1634,l), +(826,1634,l), +(826,1682,l), +(445,1682,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (335,503); +ref = macroncomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1732); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(465,1592,l), +(936,1592,l), +(936,1732,l), +(465,1732,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (355,504); +ref = macroncomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1831); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(457,1616,l), +(1110,1616,l), +(1110,1856,l), +(457,1856,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (347,443); +ref = macroncomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (870,1666); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(675,1634,l), +(1056,1634,l), +(1066,1682,l), +(685,1682,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (434,503); +ref = macroncomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (946,1732); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(664,1592,l), +(1135,1592,l), +(1165,1732,l), +(694,1732,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (438,504); +ref = macroncomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1063,1831); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(690,1616,l), +(1343,1616,l), +(1395,1856,l), +(742,1856,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (448,443); +ref = macroncomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1063,1831); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(690,1616,l), +(1343,1616,l), +(1395,1856,l), +(742,1856,l) +); +} +); +}; +layerId = "201CACAD-FD10-4A5E-B72C-364E49574E01"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (448,443); +ref = macroncomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (946,1732); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(664,1592,l), +(1135,1592,l), +(1165,1732,l), +(694,1732,l) +); +} +); +}; +layerId = "7FA93D65-D7BE-4F0C-8153-7CDF4D3060D8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (438,504); +ref = macroncomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1831); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(457,1616,l), +(1110,1616,l), +(1110,1856,l), +(457,1856,l) +); +} +); +}; +layerId = "1A1AB120-1415-4EF7-A1DA-293BC0AE4B04"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (347,443); +ref = macroncomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (870,1666); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(675,1634,l), +(1056,1634,l), +(1066,1682,l), +(685,1682,l) +); +} +); +}; +layerId = "006D650C-231A-44C6-9AEE-AD1614BAA985"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (434,503); +ref = macroncomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1732); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(465,1592,l), +(936,1592,l), +(936,1732,l), +(465,1732,l) +); +} +); +}; +layerId = "4107ABAF-1D45-4730-9958-654AF7CAAB3C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (355,504); +ref = macroncomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (635,1666); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(445,1634,l), +(826,1634,l), +(826,1682,l), +(445,1682,l) +); +} +); +}; +layerId = "ED03535D-9D2E-4890-811E-DAEE9B807814"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (335,503); +ref = macroncomb; +} +); +width = 1289; +} +); +unicode = 256; +}, +{ +color = 10; +glyphname = Aogonek; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1443); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(1343,-269,l), +(1251,-269,o), +(1194,-227,o), +(1195,-159,cs), +(1196,-106,o), +(1233,-44,o), +(1290,0,c), +(1240,14,l), +(1180,-29,o), +(1142,-95,o), +(1142,-158,cs), +(1142,-256,o), +(1220,-318,o), +(1343,-318,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1032,0); +ref = ogonekcomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1444); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(1450,-242,l), +(1333,-242,o), +(1260,-206,o), +(1260,-148,c), +(1260,-96,o), +(1311,-39,o), +(1391,0,c), +(1238,0,l), +(1167,-35,o), +(1123,-103,o), +(1123,-177,cs), +(1123,-303,o), +(1249,-382,o), +(1450,-382,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1013,0); +ref = ogonekcomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1443); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(1564,-205,l), +(1447,-205,o), +(1365,-173,o), +(1365,-128,c), +(1365,-87,o), +(1415,-35,o), +(1486,0,c), +(1223,0,l), +(1144,-31,o), +(1088,-104,o), +(1088,-177,cs), +(1088,-317,o), +(1285,-415,o), +(1564,-415,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (978,0); +ref = ogonekcomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (840,1443); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(1232,-269,l), +(1140,-269,o), +(1083,-227,o), +(1084,-159,cs), +(1085,-106,o), +(1122,-44,o), +(1179,0,c), +(1129,14,l), +(1069,-29,o), +(1031,-95,o), +(1031,-158,cs), +(1031,-256,o), +(1109,-318,o), +(1232,-318,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1060,0); +ref = ogonekcomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (897,1444); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(1354,-242,l), +(1237,-242,o), +(1164,-206,o), +(1164,-148,c), +(1164,-96,o), +(1215,-39,o), +(1295,0,c), +(1142,0,l), +(1071,-35,o), +(1027,-103,o), +(1027,-177,cs), +(1027,-303,o), +(1153,-382,o), +(1354,-382,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (1066,0); +ref = ogonekcomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (933,1443); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(1487,-205,l), +(1370,-205,o), +(1288,-173,o), +(1288,-128,c), +(1288,-87,o), +(1338,-35,o), +(1409,0,c), +(1146,0,l), +(1067,-31,o), +(1011,-104,o), +(1011,-177,cs), +(1011,-317,o), +(1208,-415,o), +(1487,-415,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (1052,0); +ref = ogonekcomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (933,1443); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(1487,-205,l), +(1370,-205,o), +(1288,-173,o), +(1288,-128,c), +(1288,-87,o), +(1338,-35,o), +(1409,0,c), +(1146,0,l), +(1067,-31,o), +(1011,-104,o), +(1011,-177,cs), +(1011,-317,o), +(1208,-415,o), +(1487,-415,c) +); +} +); +}; +layerId = "20831D08-BEAC-4D58-9369-DF39D42C4EE2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (1052,0); +ref = ogonekcomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (897,1444); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(1354,-242,l), +(1237,-242,o), +(1164,-206,o), +(1164,-148,c), +(1164,-96,o), +(1215,-39,o), +(1295,0,c), +(1142,0,l), +(1071,-35,o), +(1027,-103,o), +(1027,-177,cs), +(1027,-303,o), +(1153,-382,o), +(1354,-382,c) +); +} +); +}; +layerId = "374E7FE2-F190-4B76-AC2F-8C4731639ECB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (1066,0); +ref = ogonekcomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1443); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(1564,-205,l), +(1447,-205,o), +(1365,-173,o), +(1365,-128,c), +(1365,-87,o), +(1415,-35,o), +(1486,0,c), +(1223,0,l), +(1144,-31,o), +(1088,-104,o), +(1088,-177,cs), +(1088,-317,o), +(1285,-415,o), +(1564,-415,c) +); +} +); +}; +layerId = "46253264-52C8-4261-9037-D583633848F3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (978,0); +ref = ogonekcomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (840,1443); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(1232,-269,l), +(1140,-269,o), +(1083,-227,o), +(1084,-159,cs), +(1085,-106,o), +(1122,-44,o), +(1179,0,c), +(1129,14,l), +(1069,-29,o), +(1031,-95,o), +(1031,-158,cs), +(1031,-256,o), +(1109,-318,o), +(1232,-318,c) +); +} +); +}; +layerId = "9BEB66E4-12BC-469B-BE41-514FD0A70B52"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1060,0); +ref = ogonekcomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1444); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(1450,-242,l), +(1333,-242,o), +(1260,-206,o), +(1260,-148,c), +(1260,-96,o), +(1311,-39,o), +(1391,0,c), +(1238,0,l), +(1167,-35,o), +(1123,-103,o), +(1123,-177,cs), +(1123,-303,o), +(1249,-382,o), +(1450,-382,c) +); +} +); +}; +layerId = "8688D2C0-0DA0-40E7-8ADC-A0BEF22A00AB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1013,0); +ref = ogonekcomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1443); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(1343,-269,l), +(1251,-269,o), +(1194,-227,o), +(1195,-159,cs), +(1196,-106,o), +(1233,-44,o), +(1290,0,c), +(1240,14,l), +(1180,-29,o), +(1142,-95,o), +(1142,-158,cs), +(1142,-256,o), +(1220,-318,o), +(1343,-318,c) +); +} +); +}; +layerId = "42D528EA-28E5-4B50-B410-AF5346E733B6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (1032,0); +ref = ogonekcomb; +} +); +width = 1289; +} +); +unicode = 260; +}, +{ +color = 10; +glyphname = Aring; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1739); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(722,1540,o), +(776,1592,o), +(776,1665,cs), +(776,1739,o), +(722,1791,o), +(644,1791,cs), +(565,1791,o), +(510,1739,o), +(510,1665,cs), +(510,1592,o), +(565,1540,o), +(644,1540,cs) +); +}, +{ +closed = 1; +nodes = ( +(594,1588,o), +(558,1620,o), +(558,1665,cs), +(558,1711,o), +(594,1743,o), +(644,1743,cs), +(693,1743,o), +(728,1711,o), +(728,1665,cs), +(728,1620,o), +(693,1588,o), +(644,1588,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (400,502); +ref = ringcomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1770); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(805,1521,o), +(877,1587,o), +(877,1680,cs), +(877,1771,o), +(805,1834,o), +(702,1834,cs), +(598,1834,o), +(525,1771,o), +(525,1680,cs), +(525,1587,o), +(598,1521,o), +(702,1521,cs) +); +}, +{ +closed = 1; +nodes = ( +(670,1622,o), +(647,1646,o), +(647,1679,cs), +(647,1711,o), +(670,1734,o), +(702,1734,cs), +(734,1734,o), +(756,1711,o), +(756,1679,cs), +(756,1646,o), +(734,1622,o), +(702,1622,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (415,504); +ref = ringcomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1917); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(936,1525,o), +(1044,1617,o), +(1044,1749,cs), +(1044,1880,o), +(936,1972,o), +(783,1972,cs), +(629,1972,o), +(521,1880,o), +(521,1749,cs), +(521,1617,o), +(629,1525,o), +(783,1525,cs) +); +}, +{ +closed = 1; +nodes = ( +(741,1670,o), +(711,1703,o), +(711,1749,cs), +(711,1794,o), +(741,1826,o), +(783,1826,cs), +(825,1826,o), +(855,1794,o), +(855,1749,cs), +(855,1703,o), +(825,1670,o), +(783,1670,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (411,443); +ref = ringcomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (920,1739); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(945,1540,o), +(1008,1592,o), +(1021,1665,cs), +(1034,1739,o), +(989,1791,o), +(911,1791,cs), +(832,1791,o), +(768,1739,o), +(755,1665,cs), +(742,1592,o), +(788,1540,o), +(867,1540,cs) +); +}, +{ +closed = 1; +nodes = ( +(825,1588,o), +(795,1620,o), +(803,1665,cs), +(811,1711,o), +(853,1743,o), +(903,1743,cs), +(952,1743,o), +(981,1711,o), +(973,1665,cs), +(965,1620,o), +(924,1588,o), +(875,1588,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (507,502); +ref = ringcomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (936,1770); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(991,1521,o), +(1075,1587,o), +(1091,1680,cs), +(1107,1771,o), +(1047,1834,o), +(944,1834,cs), +(840,1834,o), +(755,1771,o), +(739,1680,cs), +(723,1587,o), +(784,1521,o), +(888,1521,cs) +); +}, +{ +closed = 1; +nodes = ( +(874,1622,o), +(855,1646,o), +(861,1679,cs), +(867,1711,o), +(894,1734,o), +(926,1734,cs), +(958,1734,o), +(976,1711,o), +(970,1679,cs), +(964,1646,o), +(938,1622,o), +(906,1622,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (494,504); +ref = ringcomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1083,1917); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(1136,1525,o), +(1260,1617,o), +(1283,1749,cs), +(1306,1880,o), +(1214,1972,o), +(1061,1972,cs), +(907,1972,o), +(783,1880,o), +(760,1749,cs), +(737,1617,o), +(829,1525,o), +(983,1525,cs) +); +}, +{ +closed = 1; +nodes = ( +(966,1670,o), +(942,1703,o), +(950,1749,cs), +(958,1794,o), +(994,1826,o), +(1036,1826,cs), +(1078,1826,o), +(1102,1794,o), +(1094,1749,cs), +(1086,1703,o), +(1050,1670,o), +(1008,1670,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (489,443); +ref = ringcomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (1083,1917); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(1136,1525,o), +(1260,1617,o), +(1283,1749,cs), +(1306,1880,o), +(1214,1972,o), +(1061,1972,cs), +(907,1972,o), +(783,1880,o), +(760,1749,cs), +(737,1617,o), +(829,1525,o), +(983,1525,cs) +); +}, +{ +closed = 1; +nodes = ( +(966,1670,o), +(942,1703,o), +(950,1749,cs), +(958,1794,o), +(994,1826,o), +(1036,1826,cs), +(1078,1826,o), +(1102,1794,o), +(1094,1749,cs), +(1086,1703,o), +(1050,1670,o), +(1008,1670,cs) +); +} +); +}; +layerId = "4BDECA5C-EB5E-4E59-8041-5F16F0DF5446"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (489,443); +ref = ringcomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (936,1770); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(991,1521,o), +(1075,1587,o), +(1091,1680,cs), +(1107,1771,o), +(1047,1834,o), +(944,1834,cs), +(840,1834,o), +(755,1771,o), +(739,1680,cs), +(723,1587,o), +(784,1521,o), +(888,1521,cs) +); +}, +{ +closed = 1; +nodes = ( +(874,1622,o), +(855,1646,o), +(861,1679,cs), +(867,1711,o), +(894,1734,o), +(926,1734,cs), +(958,1734,o), +(976,1711,o), +(970,1679,cs), +(964,1646,o), +(938,1622,o), +(906,1622,cs) +); +} +); +}; +layerId = "CF4F6DB9-7C86-454D-A019-C4F832BA3637"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (494,504); +ref = ringcomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1917); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(936,1525,o), +(1044,1617,o), +(1044,1749,cs), +(1044,1880,o), +(936,1972,o), +(783,1972,cs), +(629,1972,o), +(521,1880,o), +(521,1749,cs), +(521,1617,o), +(629,1525,o), +(783,1525,cs) +); +}, +{ +closed = 1; +nodes = ( +(741,1670,o), +(711,1703,o), +(711,1749,cs), +(711,1794,o), +(741,1826,o), +(783,1826,cs), +(825,1826,o), +(855,1794,o), +(855,1749,cs), +(855,1703,o), +(825,1670,o), +(783,1670,cs) +); +} +); +}; +layerId = "45A558BD-5B2A-4CBD-AD65-BF63F65E5D7B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (411,443); +ref = ringcomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (920,1739); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(945,1540,o), +(1008,1592,o), +(1021,1665,cs), +(1034,1739,o), +(989,1791,o), +(911,1791,cs), +(832,1791,o), +(768,1739,o), +(755,1665,cs), +(742,1592,o), +(788,1540,o), +(867,1540,cs) +); +}, +{ +closed = 1; +nodes = ( +(825,1588,o), +(795,1620,o), +(803,1665,cs), +(811,1711,o), +(853,1743,o), +(903,1743,cs), +(952,1743,o), +(981,1711,o), +(973,1665,cs), +(965,1620,o), +(924,1588,o), +(875,1588,cs) +); +} +); +}; +layerId = "DAF32B5E-772F-4C16-90AB-7D86AC70525F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (507,502); +ref = ringcomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1770); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(805,1521,o), +(877,1587,o), +(877,1680,cs), +(877,1771,o), +(805,1834,o), +(702,1834,cs), +(598,1834,o), +(525,1771,o), +(525,1680,cs), +(525,1587,o), +(598,1521,o), +(702,1521,cs) +); +}, +{ +closed = 1; +nodes = ( +(670,1622,o), +(647,1646,o), +(647,1679,cs), +(647,1711,o), +(670,1734,o), +(702,1734,cs), +(734,1734,o), +(756,1711,o), +(756,1679,cs), +(756,1646,o), +(734,1622,o), +(702,1622,cs) +); +} +); +}; +layerId = "972B965E-DDF3-495C-9F19-1FD666D69D8C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (415,504); +ref = ringcomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1739); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(722,1540,o), +(776,1592,o), +(776,1665,cs), +(776,1739,o), +(722,1791,o), +(644,1791,cs), +(565,1791,o), +(510,1739,o), +(510,1665,cs), +(510,1592,o), +(565,1540,o), +(644,1540,cs) +); +}, +{ +closed = 1; +nodes = ( +(594,1588,o), +(558,1620,o), +(558,1665,cs), +(558,1711,o), +(594,1743,o), +(644,1743,cs), +(693,1743,o), +(728,1711,o), +(728,1665,cs), +(728,1620,o), +(693,1588,o), +(644,1588,cs) +); +} +); +}; +layerId = "DE3C7E73-EA16-46AB-B145-DFD285A8F1F2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (400,502); +ref = ringcomb; +} +); +width = 1289; +} +); +unicode = 197; +}, +{ +color = 10; +glyphname = Atilde; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1627); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(454,1587,l), +(485,1618,o), +(523,1637,o), +(554,1637,cs), +(612,1637,o), +(663,1575,o), +(728,1575,cs), +(763,1575,o), +(803,1592,o), +(831,1623,c), +(830,1675,l), +(797,1644,o), +(758,1624,o), +(728,1624,cs), +(677,1624,o), +(621,1686,o), +(554,1686,cs), +(526,1686,o), +(487,1669,o), +(454,1639,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (344,403); +ref = tildecomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1738); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(442,1583,l), +(483,1614,o), +(542,1633,o), +(597,1633,cs), +(669,1633,o), +(732,1579,o), +(813,1579,cs), +(870,1579,o), +(925,1598,o), +(955,1629,c), +(955,1765,l), +(914,1738,o), +(857,1721,o), +(805,1721,cs), +(742,1721,o), +(680,1775,o), +(597,1775,cs), +(546,1775,o), +(487,1753,o), +(442,1719,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (332,504); +ref = tildecomb; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1869); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(414,1614,l), +(492,1659,o), +(579,1687,o), +(638,1687,cs), +(736,1687,o), +(821,1590,o), +(930,1590,cs), +(1032,1590,o), +(1124,1624,o), +(1172,1677,c), +(1172,1897,l), +(1116,1857,o), +(1032,1832,o), +(957,1832,cs), +(872,1832,o), +(777,1929,o), +(665,1929,cs), +(593,1929,o), +(496,1899,o), +(414,1835,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (304,442); +ref = tildecomb; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (880,1627); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(661,1587,l), +(704,1617,o), +(752,1637,o), +(782,1637,cs), +(840,1637,o), +(864,1575,o), +(929,1575,cs), +(974,1575,o), +(1022,1590,o), +(1053,1613,c), +(1074,1675,l), +(1028,1644,o), +(979,1624,o), +(950,1624,cs), +(899,1624,o), +(870,1686,o), +(803,1686,cs), +(764,1686,o), +(717,1671,o), +(683,1649,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (409,403); +ref = tildecomb; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (916,1738); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(626,1583,l), +(674,1614,o), +(737,1633,o), +(792,1633,cs), +(864,1633,o), +(915,1579,o), +(996,1579,cs), +(1053,1579,o), +(1112,1598,o), +(1149,1629,c), +(1178,1765,l), +(1131,1738,o), +(1070,1721,o), +(1018,1721,cs), +(955,1721,o), +(905,1775,o), +(822,1775,cs), +(771,1775,o), +(707,1753,o), +(655,1719,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (402,504); +ref = tildecomb; +} +); +width = 1508; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (993,1869); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(582,1614,l), +(670,1659,o), +(763,1687,o), +(822,1687,cs), +(920,1687,o), +(984,1590,o), +(1093,1590,cs), +(1195,1590,o), +(1294,1624,o), +(1353,1677,c), +(1400,1897,l), +(1336,1857,o), +(1246,1832,o), +(1171,1832,cs), +(1086,1832,o), +(1012,1929,o), +(900,1929,cs), +(828,1929,o), +(725,1899,o), +(629,1835,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (340,442); +ref = tildecomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (993,1869); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(582,1614,l), +(670,1659,o), +(763,1687,o), +(822,1687,cs), +(920,1687,o), +(984,1590,o), +(1093,1590,cs), +(1195,1590,o), +(1294,1624,o), +(1353,1677,c), +(1400,1897,l), +(1336,1857,o), +(1246,1832,o), +(1171,1832,cs), +(1086,1832,o), +(1012,1929,o), +(900,1929,cs), +(828,1929,o), +(725,1899,o), +(629,1835,c) +); +} +); +}; +layerId = "75CE61FC-5F1C-47F9-91EC-CE2523A99D96"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (340,442); +ref = tildecomb; +} +); +width = 1627; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (916,1738); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(626,1583,l), +(674,1614,o), +(737,1633,o), +(792,1633,cs), +(864,1633,o), +(915,1579,o), +(996,1579,cs), +(1053,1579,o), +(1112,1598,o), +(1149,1629,c), +(1178,1765,l), +(1131,1738,o), +(1070,1721,o), +(1018,1721,cs), +(955,1721,o), +(905,1775,o), +(822,1775,cs), +(771,1775,o), +(707,1753,o), +(655,1719,c) +); +} +); +}; +layerId = "846663B2-0BB3-46E6-B2E9-F26C6D3920D3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (402,504); +ref = tildecomb; +} +); +width = 1508; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (784,1869); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(414,1614,l), +(492,1659,o), +(579,1687,o), +(638,1687,cs), +(736,1687,o), +(821,1590,o), +(930,1590,cs), +(1032,1590,o), +(1124,1624,o), +(1172,1677,c), +(1172,1897,l), +(1116,1857,o), +(1032,1832,o), +(957,1832,cs), +(872,1832,o), +(777,1929,o), +(665,1929,cs), +(593,1929,o), +(496,1899,o), +(414,1835,c) +); +} +); +}; +layerId = "3EFF22DC-84D0-46CE-BA19-41A96D17AC47"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (304,442); +ref = tildecomb; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (880,1627); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(661,1587,l), +(704,1617,o), +(752,1637,o), +(782,1637,cs), +(840,1637,o), +(864,1575,o), +(929,1575,cs), +(974,1575,o), +(1022,1590,o), +(1053,1613,c), +(1074,1675,l), +(1028,1644,o), +(979,1624,o), +(950,1624,cs), +(899,1624,o), +(870,1686,o), +(803,1686,cs), +(764,1686,o), +(717,1671,o), +(683,1649,c) +); +} +); +}; +layerId = "B4209046-2EE0-4CCE-A849-DD7586D849E9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (409,403); +ref = tildecomb; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (702,1738); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(442,1583,l), +(483,1614,o), +(542,1633,o), +(597,1633,cs), +(669,1633,o), +(732,1579,o), +(813,1579,cs), +(870,1579,o), +(925,1598,o), +(955,1629,c), +(955,1765,l), +(914,1738,o), +(857,1721,o), +(805,1721,cs), +(742,1721,o), +(680,1775,o), +(597,1775,cs), +(546,1775,o), +(487,1753,o), +(442,1719,c) +); +} +); +}; +layerId = "735E8E6E-8989-45D1-878B-329E955799F0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (332,504); +ref = tildecomb; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (645,1627); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(454,1587,l), +(485,1618,o), +(523,1637,o), +(554,1637,cs), +(612,1637,o), +(663,1575,o), +(728,1575,cs), +(763,1575,o), +(803,1592,o), +(831,1623,c), +(830,1675,l), +(797,1644,o), +(758,1624,o), +(728,1624,cs), +(677,1624,o), +(621,1686,o), +(554,1686,cs), +(526,1686,o), +(487,1669,o), +(454,1639,c) +); +} +); +}; +layerId = "D0548AB0-6F9F-4927-9602-2185FFF96120"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (344,403); +ref = tildecomb; +} +); +width = 1289; +} +); +unicode = 195; +}, +{ +color = 6; +glyphname = AE; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (898,0); +}, +{ +name = top; +pos = (1298,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(717,1395,l), +(915,1395,l), +(915,1443,l), +(686,1443,l), +(0,0,l), +(52,0,l) +); +}, +{ +closed = 1; +nodes = ( +(242,436,l), +(931,436,l), +(931,484,l), +(260,484,l) +); +}, +{ +closed = 1; +nodes = ( +(1776,0,l), +(1776,48,l), +(958,48,l), +(958,716,l), +(1712,716,l), +(1712,764,l), +(958,764,l), +(958,1395,l), +(1776,1395,l), +(1776,1443,l), +(908,1443,l), +(908,0,l) +); +} +); +width = 1816; +}, +{ +anchors = ( +{ +name = bottom; +pos = (942,0); +}, +{ +name = top; +pos = (1305,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(705,1283,l), +(921,1283,l), +(921,1443,l), +(588,1443,l), +(0,0,l), +(191,0,l) +); +}, +{ +closed = 1; +nodes = ( +(281,356,l), +(934,356,l), +(934,516,l), +(349,516,l) +); +}, +{ +closed = 1; +nodes = ( +(1823,0,l), +(1823,160,l), +(1091,160,l), +(1091,650,l), +(1759,650,l), +(1759,810,l), +(1091,810,l), +(1091,1282,l), +(1823,1282,l), +(1823,1443,l), +(911,1443,l), +(911,0,l) +); +} +); +width = 1863; +}, +{ +anchors = ( +{ +name = bottom; +pos = (849,0); +}, +{ +name = top; +pos = (1485,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(838,1104,l), +(973,1104,l), +(973,1443,l), +(575,1443,l), +(0,0,l), +(439,0,l) +); +}, +{ +closed = 1; +nodes = ( +(352,236,l), +(975,236,l), +(975,546,l), +(462,546,l) +); +}, +{ +closed = 1; +nodes = ( +(1954,0,l), +(1954,340,l), +(1330,340,l), +(1330,571,l), +(1878,571,l), +(1878,881,l), +(1330,881,l), +(1330,1102,l), +(1930,1102,l), +(1930,1443,l), +(950,1443,l), +(950,0,l) +); +} +); +width = 1994; +}, +{ +anchors = ( +{ +name = bottom; +pos = (787,0); +}, +{ +name = top; +pos = (1493,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(906,1395,l), +(1100,1395,l), +(1110,1443,l), +(881,1443,l), +(-111,0,l), +(-55,0,l) +); +}, +{ +closed = 1; +nodes = ( +(223,436,l), +(912,436,l), +(923,484,l), +(252,484,l) +); +}, +{ +closed = 1; +nodes = ( +(1665,0,l), +(1675,48,l), +(857,48,l), +(999,716,l), +(1753,716,l), +(1763,764,l), +(1009,764,l), +(1143,1395,l), +(1961,1395,l), +(1971,1443,l), +(1103,1443,l), +(797,0,l) +); +} +); +width = 1896; +}, +{ +anchors = ( +{ +name = bottom; +pos = (831,0); +}, +{ +name = top; +pos = (1500,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(886,1283,l), +(1082,1283,l), +(1116,1443,l), +(783,1443,l), +(-111,0,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(245,356,l), +(898,356,l), +(932,516,l), +(347,516,l) +); +}, +{ +closed = 1; +nodes = ( +(1712,0,l), +(1746,160,l), +(1014,160,l), +(1118,650,l), +(1786,650,l), +(1820,810,l), +(1152,810,l), +(1252,1282,l), +(1984,1282,l), +(2018,1443,l), +(1106,1443,l), +(800,0,l) +); +} +); +width = 1923; +}, +{ +anchors = ( +{ +name = bottom; +pos = (732,0); +}, +{ +name = top; +pos = (1674,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(985,1104,l), +(1090,1104,l), +(1162,1443,l), +(764,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(285,236,l), +(908,236,l), +(974,546,l), +(461,546,l) +); +}, +{ +closed = 1; +nodes = ( +(1837,0,l), +(1909,340,l), +(1285,340,l), +(1334,571,l), +(1882,571,l), +(1948,881,l), +(1400,881,l), +(1447,1102,l), +(2047,1102,l), +(2119,1443,l), +(1139,1443,l), +(833,0,l) +); +} +); +width = 2074; +} +); +metricLeft = A; +metricRight = E; +unicode = 198; +}, +{ +color = 6; +glyphname = B; +kernLeft = B; +kernRight = B; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (550,0); +}, +{ +name = top; +pos = (550,1443); +}, +{ +name = tophook; +pos = (370,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(150,0,l), +(150,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(134,732,l), +(684,732,ls), +(932,732,o), +(1087,600,o), +(1087,389,cs), +(1087,181,o), +(932,50,o), +(684,50,cs), +(134,50,l), +(134,0,l), +(686,0,ls), +(963,0,o), +(1137,150,o), +(1137,389,cs), +(1137,589,o), +(1010,734,o), +(807,764,c), +(807,767,l), +(950,809,o), +(1039,931,o), +(1039,1083,cs), +(1039,1304,o), +(880,1443,o), +(628,1443,cs), +(134,1443,l), +(134,1395,l), +(626,1395,ls), +(849,1395,o), +(989,1275,o), +(989,1083,cs), +(989,898,o), +(844,782,o), +(614,782,cs), +(134,782,l) +); +} +); +width = 1197; +}, +{ +anchors = ( +{ +name = bottom; +pos = (552,0); +}, +{ +name = top; +pos = (552,1443); +}, +{ +name = tophook; +pos = (389,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(280,0,l), +(280,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(216,652,l), +(696,652,ls), +(872,652,o), +(989,555,o), +(989,409,cs), +(989,266,o), +(872,170,o), +(696,170,cs), +(216,170,l), +(216,0,l), +(688,0,ls), +(977,0,o), +(1169,164,o), +(1169,409,cs), +(1169,582,o), +(1056,718,o), +(887,749,c), +(887,757,l), +(1008,790,o), +(1089,912,o), +(1089,1061,cs), +(1089,1290,o), +(913,1443,o), +(648,1443,cs), +(216,1443,l), +(216,1273,l), +(636,1273,ls), +(800,1273,o), +(909,1188,o), +(909,1061,cs), +(909,918,o), +(800,822,o), +(636,822,cs), +(216,822,l) +); +} +); +width = 1229; +}, +{ +anchors = ( +{ +name = bottom; +pos = (651,0); +}, +{ +name = top; +pos = (651,1443); +}, +{ +name = tophook; +pos = (419,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(510,0,l), +(510,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(308,585,l), +(768,585,ls), +(866,585,o), +(931,536,o), +(931,463,cs), +(931,377,o), +(866,320,o), +(768,320,cs), +(308,320,l), +(308,0,l), +(820,0,ls), +(1127,0,o), +(1331,158,o), +(1331,394,cs), +(1331,569,o), +(1215,707,o), +(1041,738,c), +(1041,754,l), +(1179,790,o), +(1271,916,o), +(1271,1068,cs), +(1271,1293,o), +(1083,1443,o), +(800,1443,cs), +(308,1443,l), +(308,1123,l), +(718,1123,ls), +(810,1123,o), +(871,1075,o), +(871,1003,cs), +(871,923,o), +(810,870,o), +(718,870,cs), +(308,870,l) +); +} +); +width = 1391; +}, +{ +anchors = ( +{ +name = bottom; +pos = (470,0); +}, +{ +name = top; +pos = (676,1443); +}, +{ +name = tophook; +pos = (496,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(40,0,l), +(346,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(179,732,l), +(659,732,ls), +(907,732,o), +(1034,600,o), +(989,389,cs), +(945,181,o), +(762,50,o), +(514,50,cs), +(34,50,l), +(24,0,l), +(506,0,ls), +(783,0,o), +(989,150,o), +(1039,389,cs), +(1082,589,o), +(986,734,o), +(789,764,c), +(790,767,l), +(942,809,o), +(1057,931,o), +(1089,1083,cs), +(1136,1304,o), +(1006,1443,o), +(754,1443,cs), +(330,1443,l), +(320,1395,l), +(742,1395,ls), +(965,1395,o), +(1080,1275,o), +(1039,1083,cs), +(1000,898,o), +(830,782,o), +(600,782,cs), +(190,782,l) +); +} +); +width = 1127; +}, +{ +anchors = ( +{ +name = bottom; +pos = (512,0); +}, +{ +name = top; +pos = (748,1443); +}, +{ +name = tophook; +pos = (585,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(170,0,l), +(476,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(244,652,l), +(714,652,ls), +(894,652,o), +(987,558,o), +(956,409,cs), +(924,262,o), +(792,170,o), +(612,170,cs), +(142,170,l), +(106,0,l), +(568,0,ls), +(863,0,o), +(1082,158,o), +(1136,409,cs), +(1174,590,o), +(1066,721,o), +(856,749,c), +(858,757,l), +(1029,780,o), +(1159,897,o), +(1194,1061,cs), +(1244,1296,o), +(1105,1443,o), +(834,1443,cs), +(412,1443,l), +(376,1273,l), +(786,1273,ls), +(954,1273,o), +(1042,1191,o), +(1014,1061,cs), +(983,914,o), +(858,822,o), +(690,822,cs), +(280,822,l) +); +} +); +width = 1220; +}, +{ +anchors = ( +{ +name = bottom; +pos = (605,0); +}, +{ +name = top; +pos = (811,1443); +}, +{ +name = tophook; +pos = (579,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,1443,l), +(-16,0,l), +(394,0,l), +(700,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(316,585,l), +(746,585,ls), +(846,585,o), +(899,538,o), +(883,463,cs), +(864,375,o), +(790,320,o), +(690,320,cs), +(260,320,l), +(192,0,l), +(624,0,ls), +(969,0,o), +(1217,152,o), +(1268,394,cs), +(1313,603,o), +(1188,740,o), +(944,748,c), +(945,754,l), +(1156,763,o), +(1313,884,o), +(1352,1068,cs), +(1401,1298,o), +(1230,1443,o), +(910,1443,cs), +(498,1443,l), +(430,1123,l), +(810,1123,ls), +(904,1123,o), +(954,1077,o), +(938,1003,cs), +(920,921,o), +(851,870,o), +(757,870,cs), +(377,870,l) +); +} +); +width = 1361; +} +); +metricLeft = H; +metricRight = O; +unicode = 66; +}, +{ +color = 6; +glyphname = C; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (776,-10); +}, +{ +name = top; +pos = (776,1463); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1097,-19,o), +(1365,178,o), +(1414,449,c), +(1366,461,l), +(1318,210,o), +(1070,29,o), +(776,29,cs), +(397,29,o), +(118,320,o), +(110,722,c), +(118,1124,o), +(397,1415,o), +(776,1415,cs), +(1069,1415,o), +(1317,1229,o), +(1366,972,c), +(1414,985,l), +(1364,1262,o), +(1096,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +} +); +width = 1474; +}, +{ +anchors = ( +{ +name = bottom; +pos = (775,-12); +}, +{ +name = top; +pos = (776,1463); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1101,-19,o), +(1373,183,o), +(1424,463,c), +(1249,522,l), +(1203,307,o), +(1004,151,o), +(776,151,cs), +(478,151,o), +(258,391,o), +(251,722,c), +(258,1053,o), +(478,1293,o), +(776,1293,cs), +(1003,1293,o), +(1201,1141,o), +(1246,932,c), +(1424,981,l), +(1373,1261,o), +(1101,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +} +); +width = 1484; +}, +{ +anchors = ( +{ +name = bottom; +pos = (833,-24); +}, +{ +name = top; +pos = (833,1479); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(1086,831,l), +(1286,905,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(67,282,o), +(392,-36,o), +(833,-36,cs), +(1162,-36,o), +(1451,163,o), +(1522,438,c), +(1178,575,l), +(1143,418,o), +(998,304,o), +(833,304,cs), +(627,304,o), +(474,480,o), +(470,722,c), +(474,964,o), +(627,1139,o), +(833,1139,cs), +(984,1139,o), +(1121,1029,o), +(1158,878,c), +(1502,1015,l), +(1439,1284,o), +(1158,1479,o), +(833,1479,cs), +(392,1479,o), +(67,1161,o), +(60,721,c) +); +} +); +width = 1582; +}, +{ +anchors = ( +{ +name = bottom; +pos = (663,-10); +}, +{ +name = top; +pos = (977,1463); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(982,-19,o), +(1292,178,o), +(1399,449,c), +(1354,461,l), +(1252,210,o), +(957,29,o), +(652,29,cs), +(286,29,o), +(76,320,o), +(153,722,c), +(246,1124,o), +(596,1415,o), +(986,1415,cs), +(1268,1415,o), +(1468,1229,o), +(1462,972,c), +(1513,985,l), +(1522,1262,o), +(1297,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +} +); +width = 1474; +}, +{ +anchors = ( +{ +name = bottom; +pos = (662,-12); +}, +{ +name = top; +pos = (977,1463); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(986,-19,o), +(1301,183,o), +(1412,463,c), +(1249,522,l), +(1158,307,o), +(918,151,o), +(678,151,cs), +(392,151,o), +(231,391,o), +(294,722,c), +(371,1053,o), +(651,1293,o), +(960,1293,cs), +(1176,1293,o), +(1333,1141,o), +(1334,932,c), +(1522,981,l), +(1531,1261,o), +(1302,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +} +); +width = 1484; +}, +{ +anchors = ( +{ +name = bottom; +pos = (711,-24); +}, +{ +name = top; +pos = (1030,1479); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(1149,831,l), +(1349,905,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,282,o), +(267,-36,o), +(708,-36,cs), +(1036,-36,o), +(1368,163,o), +(1498,438,c), +(1183,575,l), +(1114,418,o), +(936,304,o), +(760,304,cs), +(566,304,o), +(459,480,o), +(506,722,c), +(562,964,o), +(760,1139,o), +(978,1139,cs), +(1117,1139,o), +(1222,1029,o), +(1227,878,c), +(1600,1015,l), +(1595,1284,o), +(1356,1479,o), +(1030,1479,cs), +(588,1479,o), +(196,1161,o), +(96,721,c) +); +} +); +width = 1582; +} +); +metricLeft = O; +metricRight = O; +unicode = 67; +}, +{ +color = 10; +glyphname = Cacute; +kernLeft = C; +kernRight = C; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = C; +}, +{ +pos = (657,523); +ref = acute; +} +); +width = 1474; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (599,523); +ref = acute; +} +); +width = 1484; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (616,479); +ref = acute; +} +); +width = 1582; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = C; +}, +{ +pos = (792,523); +ref = acute; +} +); +width = 1474; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = C; +}, +{ +pos = (715,523); +ref = acute; +} +); +width = 1484; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = C; +}, +{ +pos = (717,479); +ref = acute; +} +); +width = 1582; +} +); +unicode = 262; +}, +{ +color = 10; +glyphname = Ccaron; +kernLeft = C; +kernRight = C; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (776,1636); +}, +{ +name = top; +pos = (776,1756); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1097,-19,o), +(1365,178,o), +(1414,449,c), +(1366,461,l), +(1318,210,o), +(1070,29,o), +(776,29,cs), +(397,29,o), +(118,320,o), +(110,722,c), +(118,1124,o), +(397,1415,o), +(776,1415,cs), +(1069,1415,o), +(1317,1229,o), +(1366,972,c), +(1414,985,l), +(1364,1262,o), +(1096,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(798,1595,l), +(983,1804,l), +(919,1804,l), +(777,1642,l), +(775,1642,l), +(633,1804,l), +(569,1804,l), +(754,1595,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = C; +}, +{ +pos = (459,523); +ref = caroncomb; +} +); +width = 1474; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (766,1601); +}, +{ +name = top; +pos = (776,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1101,-19,o), +(1373,183,o), +(1424,463,c), +(1249,522,l), +(1203,307,o), +(1004,151,o), +(776,151,cs), +(478,151,o), +(258,391,o), +(251,722,c), +(258,1053,o), +(478,1293,o), +(776,1293,cs), +(1003,1293,o), +(1201,1141,o), +(1246,932,c), +(1424,981,l), +(1373,1261,o), +(1101,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(878,1570,l), +(1048,1809,l), +(854,1809,l), +(778,1674,l), +(772,1674,l), +(698,1809,l), +(504,1809,l), +(672,1570,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (394,523); +ref = caroncomb; +} +); +width = 1484; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (838,1627); +}, +{ +name = top; +pos = (833,1901); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(67,282,o), +(392,-36,o), +(833,-36,cs), +(1162,-36,o), +(1451,163,o), +(1522,438,c), +(1178,575,l), +(1143,418,o), +(998,304,o), +(833,304,cs), +(627,304,o), +(474,480,o), +(470,722,c), +(474,964,o), +(627,1139,o), +(833,1139,cs), +(984,1139,o), +(1121,1029,o), +(1158,878,c), +(1502,1015,l), +(1439,1284,o), +(1158,1479,o), +(833,1479,cs), +(392,1479,o), +(67,1161,o), +(60,721,c) +); +}, +{ +closed = 1; +nodes = ( +(1027,1595,l), +(1253,1944,l), +(941,1944,l), +(844,1769,l), +(834,1769,l), +(735,1944,l), +(423,1944,l), +(651,1595,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (313,479); +ref = caroncomb; +} +); +width = 1582; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1006,1636); +}, +{ +name = top; +pos = (1031,1756); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(982,-19,o), +(1292,178,o), +(1399,449,c), +(1354,461,l), +(1252,210,o), +(957,29,o), +(652,29,cs), +(286,29,o), +(76,320,o), +(153,722,c), +(246,1124,o), +(596,1415,o), +(986,1415,cs), +(1268,1415,o), +(1468,1229,o), +(1462,972,c), +(1513,985,l), +(1522,1262,o), +(1297,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(1024,1575,l), +(1253,1784,l), +(1184,1784,l), +(1008,1622,l), +(1006,1622,l), +(898,1784,l), +(839,1784,l), +(980,1575,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = C; +}, +{ +pos = (570,523); +ref = caroncomb; +} +); +width = 1474; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (973,1601); +}, +{ +name = top; +pos = (1005,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(986,-19,o), +(1301,183,o), +(1412,463,c), +(1249,522,l), +(1158,307,o), +(918,151,o), +(678,151,cs), +(392,151,o), +(231,391,o), +(294,722,c), +(371,1053,o), +(651,1293,o), +(960,1293,cs), +(1176,1293,o), +(1333,1141,o), +(1334,932,c), +(1522,981,l), +(1531,1261,o), +(1302,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(1093,1570,l), +(1313,1809,l), +(1105,1809,l), +(1005,1674,l), +(999,1674,l), +(949,1809,l), +(769,1809,l), +(887,1570,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (501,523); +ref = caroncomb; +} +); +width = 1633; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1038,1624); +}, +{ +name = top; +pos = (1102,1892); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(10,282,o), +(267,-36,o), +(708,-36,cs), +(1036,-36,o), +(1368,163,o), +(1498,438,c), +(1183,575,l), +(1114,418,o), +(936,304,o), +(760,304,cs), +(566,304,o), +(459,480,o), +(506,722,c), +(562,964,o), +(760,1139,o), +(978,1139,cs), +(1117,1139,o), +(1222,1029,o), +(1227,878,c), +(1600,1015,l), +(1595,1284,o), +(1356,1479,o), +(1030,1479,cs), +(588,1479,o), +(196,1161,o), +(96,721,c) +); +}, +{ +closed = 1; +nodes = ( +(1230,1589,l), +(1540,1938,l), +(1208,1938,l), +(1084,1763,l), +(1074,1763,l), +(1002,1938,l), +(710,1938,l), +(864,1589,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (406,473); +ref = caroncomb; +} +); +width = 1713; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (1038,1624); +}, +{ +name = top; +pos = (1102,1892); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(10,282,o), +(267,-36,o), +(708,-36,cs), +(1036,-36,o), +(1368,163,o), +(1498,438,c), +(1183,575,l), +(1114,418,o), +(936,304,o), +(760,304,cs), +(566,304,o), +(459,480,o), +(506,722,c), +(562,964,o), +(760,1139,o), +(978,1139,cs), +(1117,1139,o), +(1222,1029,o), +(1227,878,c), +(1600,1015,l), +(1595,1284,o), +(1356,1479,o), +(1030,1479,cs), +(588,1479,o), +(196,1161,o), +(96,721,c) +); +}, +{ +closed = 1; +nodes = ( +(1230,1589,l), +(1540,1938,l), +(1208,1938,l), +(1084,1763,l), +(1074,1763,l), +(1002,1938,l), +(710,1938,l), +(864,1589,l) +); +} +); +}; +layerId = "DCAB3602-F40B-463A-B4F0-BD07A4DAD05B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (406,473); +ref = caroncomb; +} +); +width = 1713; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (973,1601); +}, +{ +name = top; +pos = (1005,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(986,-19,o), +(1301,183,o), +(1412,463,c), +(1249,522,l), +(1158,307,o), +(918,151,o), +(678,151,cs), +(392,151,o), +(231,391,o), +(294,722,c), +(371,1053,o), +(651,1293,o), +(960,1293,cs), +(1176,1293,o), +(1333,1141,o), +(1334,932,c), +(1522,981,l), +(1531,1261,o), +(1302,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(1093,1570,l), +(1313,1809,l), +(1105,1809,l), +(1005,1674,l), +(999,1674,l), +(949,1809,l), +(769,1809,l), +(887,1570,l) +); +} +); +}; +layerId = "3824C522-EF08-493F-9C7B-25519102DF16"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (501,523); +ref = caroncomb; +} +); +width = 1633; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (838,1627); +}, +{ +name = top; +pos = (833,1901); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(67,282,o), +(392,-36,o), +(833,-36,cs), +(1162,-36,o), +(1451,163,o), +(1522,438,c), +(1178,575,l), +(1143,418,o), +(998,304,o), +(833,304,cs), +(627,304,o), +(474,480,o), +(470,722,c), +(474,964,o), +(627,1139,o), +(833,1139,cs), +(984,1139,o), +(1121,1029,o), +(1158,878,c), +(1502,1015,l), +(1439,1284,o), +(1158,1479,o), +(833,1479,cs), +(392,1479,o), +(67,1161,o), +(60,721,c) +); +}, +{ +closed = 1; +nodes = ( +(1027,1595,l), +(1253,1944,l), +(941,1944,l), +(844,1769,l), +(834,1769,l), +(735,1944,l), +(423,1944,l), +(651,1595,l) +); +} +); +}; +layerId = "0917DACD-6279-461E-B5C2-F6290A3E0250"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (313,479); +ref = caroncomb; +} +); +width = 1582; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (1006,1636); +}, +{ +name = top; +pos = (1031,1756); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(982,-19,o), +(1292,178,o), +(1399,449,c), +(1354,461,l), +(1252,210,o), +(957,29,o), +(652,29,cs), +(286,29,o), +(76,320,o), +(153,722,c), +(246,1124,o), +(596,1415,o), +(986,1415,cs), +(1268,1415,o), +(1468,1229,o), +(1462,972,c), +(1513,985,l), +(1522,1262,o), +(1297,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(1024,1575,l), +(1253,1784,l), +(1184,1784,l), +(1008,1622,l), +(1006,1622,l), +(898,1784,l), +(839,1784,l), +(980,1575,l) +); +} +); +}; +layerId = "FB2FB245-9BB8-416A-ACE0-1499E13FD1D5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (570,523); +ref = caroncomb; +} +); +width = 1474; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (766,1601); +}, +{ +name = top; +pos = (776,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1101,-19,o), +(1373,183,o), +(1424,463,c), +(1249,522,l), +(1203,307,o), +(1004,151,o), +(776,151,cs), +(478,151,o), +(258,391,o), +(251,722,c), +(258,1053,o), +(478,1293,o), +(776,1293,cs), +(1003,1293,o), +(1201,1141,o), +(1246,932,c), +(1424,981,l), +(1373,1261,o), +(1101,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(878,1570,l), +(1048,1809,l), +(854,1809,l), +(778,1674,l), +(772,1674,l), +(698,1809,l), +(504,1809,l), +(672,1570,l) +); +} +); +}; +layerId = "A61EA596-A013-4441-A926-9B983383D2E6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (394,523); +ref = caroncomb; +} +); +width = 1484; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (776,1636); +}, +{ +name = top; +pos = (776,1756); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1097,-19,o), +(1365,178,o), +(1414,449,c), +(1366,461,l), +(1318,210,o), +(1070,29,o), +(776,29,cs), +(397,29,o), +(118,320,o), +(110,722,c), +(118,1124,o), +(397,1415,o), +(776,1415,cs), +(1069,1415,o), +(1317,1229,o), +(1366,972,c), +(1414,985,l), +(1364,1262,o), +(1096,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(798,1595,l), +(983,1804,l), +(919,1804,l), +(777,1642,l), +(775,1642,l), +(633,1804,l), +(569,1804,l), +(754,1595,l) +); +} +); +}; +layerId = "6F59BA2A-7204-461C-9C1A-C7A4F4ECCA53"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (459,523); +ref = caroncomb; +} +); +width = 1474; +} +); +unicode = 268; +}, +{ +color = 10; +glyphname = Ccedilla; +kernLeft = C; +kernRight = C; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (782,-393); +}, +{ +name = top; +pos = (776,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1097,-19,o), +(1365,178,o), +(1414,449,c), +(1366,461,l), +(1318,210,o), +(1070,29,o), +(776,29,cs), +(397,29,o), +(118,320,o), +(110,722,c), +(118,1124,o), +(397,1415,o), +(776,1415,cs), +(1069,1415,o), +(1317,1229,o), +(1366,972,c), +(1414,985,l), +(1364,1262,o), +(1096,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(879,-357,o), +(974,-307,o), +(974,-217,cs), +(974,-138,o), +(905,-93,o), +(781,-91,c), +(800,-10,l), +(750,-10,l), +(720,-136,l), +(851,-135,o), +(924,-163,o), +(924,-214,cs), +(924,-275,o), +(847,-309,o), +(709,-309,c), +(708,-357,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = C; +}, +{ +pos = (598,-10); +ref = cedillacomb; +} +); +width = 1474; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (779,-449); +}, +{ +name = top; +pos = (776,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1101,-19,o), +(1373,183,o), +(1424,463,c), +(1249,522,l), +(1203,307,o), +(1004,151,o), +(776,151,cs), +(478,151,o), +(258,391,o), +(251,722,c), +(258,1053,o), +(478,1293,o), +(776,1293,cs), +(1003,1293,o), +(1201,1141,o), +(1246,932,c), +(1424,981,l), +(1373,1261,o), +(1101,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(849,-377,o), +(981,-310,o), +(981,-207,cs), +(981,-138,o), +(920,-87,o), +(826,-77,c), +(836,-10,l), +(710,-10,l), +(682,-156,l), +(785,-155,o), +(851,-175,o), +(851,-207,cs), +(851,-233,o), +(780,-249,o), +(669,-249,c), +(645,-377,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (535,-12); +ref = cedillacomb; +} +); +width = 1484; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (789,-407); +}, +{ +name = top; +pos = (833,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(67,282,o), +(392,-36,o), +(833,-36,cs), +(1162,-36,o), +(1451,163,o), +(1522,438,c), +(1178,575,l), +(1143,418,o), +(998,304,o), +(833,304,cs), +(627,304,o), +(474,480,o), +(470,722,c), +(474,964,o), +(627,1139,o), +(833,1139,cs), +(984,1139,o), +(1121,1029,o), +(1158,878,c), +(1502,1015,l), +(1439,1284,o), +(1158,1479,o), +(833,1479,cs), +(392,1479,o), +(67,1161,o), +(60,721,c) +); +}, +{ +closed = 1; +nodes = ( +(924,-433,o), +(1090,-350,o), +(1090,-222,cs), +(1090,-136,o), +(1032,-81,o), +(935,-81,c), +(941,-24,l), +(713,-24,l), +(697,-173,l), +(828,-173,o), +(893,-193,o), +(893,-225,cs), +(893,-254,o), +(826,-272,o), +(691,-272,c), +(667,-433,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (557,-24); +ref = cedillacomb; +} +); +width = 1582; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (587,-393); +}, +{ +name = top; +pos = (977,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(982,-19,o), +(1292,178,o), +(1399,449,c), +(1354,461,l), +(1252,210,o), +(957,29,o), +(652,29,cs), +(286,29,o), +(76,320,o), +(153,722,c), +(246,1124,o), +(596,1415,o), +(986,1415,cs), +(1268,1415,o), +(1468,1229,o), +(1462,972,c), +(1513,985,l), +(1522,1262,o), +(1297,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(692,-357,o), +(798,-307,o), +(817,-217,cs), +(833,-138,o), +(774,-93,o), +(650,-91,c), +(687,-10,l), +(637,-10,l), +(580,-136,l), +(711,-135,o), +(778,-163,o), +(767,-214,cs), +(754,-275,o), +(670,-309,o), +(532,-309,c), +(521,-357,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = C; +}, +{ +pos = (594,-10); +ref = cedillacomb; +} +); +width = 1474; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (604,-449); +}, +{ +name = top; +pos = (977,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(986,-19,o), +(1301,183,o), +(1412,463,c), +(1249,522,l), +(1158,307,o), +(918,151,o), +(678,151,cs), +(392,151,o), +(231,391,o), +(294,722,c), +(371,1053,o), +(651,1293,o), +(960,1293,cs), +(1176,1293,o), +(1333,1141,o), +(1334,932,c), +(1522,981,l), +(1531,1261,o), +(1302,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(690,-377,o), +(836,-310,o), +(858,-207,cs), +(872,-138,o), +(822,-87,o), +(730,-77,c), +(755,-10,l), +(629,-10,l), +(570,-156,l), +(673,-155,o), +(735,-175,o), +(728,-207,cs), +(722,-233,o), +(648,-249,o), +(537,-249,c), +(486,-377,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (569,-12); +ref = cedillacomb; +} +); +width = 1633; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (643,-407); +}, +{ +name = top; +pos = (1030,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(10,282,o), +(267,-36,o), +(708,-36,cs), +(1036,-36,o), +(1368,163,o), +(1498,438,c), +(1183,575,l), +(1114,418,o), +(936,304,o), +(760,304,cs), +(566,304,o), +(459,480,o), +(506,722,c), +(562,964,o), +(760,1139,o), +(978,1139,cs), +(1117,1139,o), +(1222,1029,o), +(1227,878,c), +(1600,1015,l), +(1595,1284,o), +(1356,1479,o), +(1030,1479,cs), +(588,1479,o), +(196,1161,o), +(96,721,c) +); +}, +{ +closed = 1; +nodes = ( +(771,-463,o), +(982,-372,o), +(1009,-242,cs), +(1030,-147,o), +(974,-81,o), +(874,-81,c), +(897,-24,l), +(639,-24,l), +(571,-173,l), +(698,-173,o), +(783,-194,o), +(776,-225,cs), +(770,-253,o), +(674,-272,o), +(544,-272,c), +(499,-463,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (599,-24); +ref = cedillacomb; +} +); +width = 1713; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (643,-407); +}, +{ +name = top; +pos = (1030,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(10,282,o), +(267,-36,o), +(708,-36,cs), +(1036,-36,o), +(1368,163,o), +(1498,438,c), +(1183,575,l), +(1114,418,o), +(936,304,o), +(760,304,cs), +(566,304,o), +(459,480,o), +(506,722,c), +(562,964,o), +(760,1139,o), +(978,1139,cs), +(1117,1139,o), +(1222,1029,o), +(1227,878,c), +(1600,1015,l), +(1595,1284,o), +(1356,1479,o), +(1030,1479,cs), +(588,1479,o), +(196,1161,o), +(96,721,c) +); +}, +{ +closed = 1; +nodes = ( +(771,-463,o), +(982,-372,o), +(1009,-242,cs), +(1030,-147,o), +(974,-81,o), +(874,-81,c), +(897,-24,l), +(639,-24,l), +(571,-173,l), +(698,-173,o), +(783,-194,o), +(776,-225,cs), +(770,-253,o), +(674,-272,o), +(544,-272,c), +(499,-463,l) +); +} +); +}; +layerId = "9FC8ABB8-98F1-4EAC-AE9A-3643996A700F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (599,-24); +ref = cedillacomb; +} +); +width = 1713; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (604,-449); +}, +{ +name = top; +pos = (977,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(986,-19,o), +(1301,183,o), +(1412,463,c), +(1249,522,l), +(1158,307,o), +(918,151,o), +(678,151,cs), +(392,151,o), +(231,391,o), +(294,722,c), +(371,1053,o), +(651,1293,o), +(960,1293,cs), +(1176,1293,o), +(1333,1141,o), +(1334,932,c), +(1522,981,l), +(1531,1261,o), +(1302,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(690,-377,o), +(836,-310,o), +(858,-207,cs), +(872,-138,o), +(822,-87,o), +(730,-77,c), +(755,-10,l), +(629,-10,l), +(570,-156,l), +(673,-155,o), +(735,-175,o), +(728,-207,cs), +(722,-233,o), +(648,-249,o), +(537,-249,c), +(486,-377,l) +); +} +); +}; +layerId = "DFAB0923-EE45-41F5-88E7-D27989920E50"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (569,-12); +ref = cedillacomb; +} +); +width = 1633; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (789,-407); +}, +{ +name = top; +pos = (833,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(67,282,o), +(392,-36,o), +(833,-36,cs), +(1162,-36,o), +(1451,163,o), +(1522,438,c), +(1178,575,l), +(1143,418,o), +(998,304,o), +(833,304,cs), +(627,304,o), +(474,480,o), +(470,722,c), +(474,964,o), +(627,1139,o), +(833,1139,cs), +(984,1139,o), +(1121,1029,o), +(1158,878,c), +(1502,1015,l), +(1439,1284,o), +(1158,1479,o), +(833,1479,cs), +(392,1479,o), +(67,1161,o), +(60,721,c) +); +}, +{ +closed = 1; +nodes = ( +(924,-433,o), +(1090,-350,o), +(1090,-222,cs), +(1090,-136,o), +(1032,-81,o), +(935,-81,c), +(941,-24,l), +(713,-24,l), +(697,-173,l), +(828,-173,o), +(893,-193,o), +(893,-225,cs), +(893,-254,o), +(826,-272,o), +(691,-272,c), +(667,-433,l) +); +} +); +}; +layerId = "0840ADD5-99A6-4EDE-BEDA-96693BD6EB68"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (557,-24); +ref = cedillacomb; +} +); +width = 1582; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (587,-393); +}, +{ +name = top; +pos = (977,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(982,-19,o), +(1292,178,o), +(1399,449,c), +(1354,461,l), +(1252,210,o), +(957,29,o), +(652,29,cs), +(286,29,o), +(76,320,o), +(153,722,c), +(246,1124,o), +(596,1415,o), +(986,1415,cs), +(1268,1415,o), +(1468,1229,o), +(1462,972,c), +(1513,985,l), +(1522,1262,o), +(1297,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(692,-357,o), +(798,-307,o), +(817,-217,cs), +(833,-138,o), +(774,-93,o), +(650,-91,c), +(687,-10,l), +(637,-10,l), +(580,-136,l), +(711,-135,o), +(778,-163,o), +(767,-214,cs), +(754,-275,o), +(670,-309,o), +(532,-309,c), +(521,-357,l) +); +} +); +}; +layerId = "FD288D55-B579-4856-A7DC-A7DFE5D96FB9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (594,-10); +ref = cedillacomb; +} +); +width = 1474; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (779,-449); +}, +{ +name = top; +pos = (776,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1101,-19,o), +(1373,183,o), +(1424,463,c), +(1249,522,l), +(1203,307,o), +(1004,151,o), +(776,151,cs), +(478,151,o), +(258,391,o), +(251,722,c), +(258,1053,o), +(478,1293,o), +(776,1293,cs), +(1003,1293,o), +(1201,1141,o), +(1246,932,c), +(1424,981,l), +(1373,1261,o), +(1101,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(849,-377,o), +(981,-310,o), +(981,-207,cs), +(981,-138,o), +(920,-87,o), +(826,-77,c), +(836,-10,l), +(710,-10,l), +(682,-156,l), +(785,-155,o), +(851,-175,o), +(851,-207,cs), +(851,-233,o), +(780,-249,o), +(669,-249,c), +(645,-377,l) +); +} +); +}; +layerId = "7FC1A665-4F89-453C-B8FB-ED39A46B11A3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (535,-12); +ref = cedillacomb; +} +); +width = 1484; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (782,-393); +}, +{ +name = top; +pos = (776,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1097,-19,o), +(1365,178,o), +(1414,449,c), +(1366,461,l), +(1318,210,o), +(1070,29,o), +(776,29,cs), +(397,29,o), +(118,320,o), +(110,722,c), +(118,1124,o), +(397,1415,o), +(776,1415,cs), +(1069,1415,o), +(1317,1229,o), +(1366,972,c), +(1414,985,l), +(1364,1262,o), +(1096,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(879,-357,o), +(974,-307,o), +(974,-217,cs), +(974,-138,o), +(905,-93,o), +(781,-91,c), +(800,-10,l), +(750,-10,l), +(720,-136,l), +(851,-135,o), +(924,-163,o), +(924,-214,cs), +(924,-275,o), +(847,-309,o), +(709,-309,c), +(708,-357,l) +); +} +); +}; +layerId = "4A2F899A-4349-4542-960C-42ACA0AC1AFB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (598,-10); +ref = cedillacomb; +} +); +width = 1474; +} +); +unicode = 199; +}, +{ +color = 10; +glyphname = Ccircumflex; +kernLeft = C; +kernRight = C; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (776,-10); +}, +{ +name = top; +pos = (774,1777); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1097,-19,o), +(1365,178,o), +(1414,449,c), +(1366,461,l), +(1318,210,o), +(1070,29,o), +(776,29,cs), +(397,29,o), +(118,320,o), +(110,722,c), +(118,1124,o), +(397,1415,o), +(776,1415,cs), +(1069,1415,o), +(1317,1229,o), +(1366,972,c), +(1414,985,l), +(1364,1262,o), +(1096,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(567,1609,l), +(631,1609,l), +(773,1771,l), +(775,1771,l), +(917,1609,l), +(981,1609,l), +(796,1818,l), +(752,1818,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = C; +}, +{ +pos = (457,523); +ref = circumflexcomb; +} +); +width = 1474; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (775,-12); +}, +{ +name = top; +pos = (767,1766); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1101,-19,o), +(1373,183,o), +(1424,463,c), +(1249,522,l), +(1203,307,o), +(1004,151,o), +(776,151,cs), +(478,151,o), +(258,391,o), +(251,722,c), +(258,1053,o), +(478,1293,o), +(776,1293,cs), +(1003,1293,o), +(1201,1141,o), +(1246,932,c), +(1424,981,l), +(1373,1261,o), +(1101,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(505,1558,l), +(699,1558,l), +(773,1673,l), +(779,1673,l), +(855,1558,l), +(1049,1558,l), +(879,1797,l), +(673,1797,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (395,523); +ref = circumflexcomb; +} +); +width = 1484; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (833,-24); +}, +{ +name = top; +pos = (833,1890); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(67,282,o), +(392,-36,o), +(833,-36,cs), +(1162,-36,o), +(1451,163,o), +(1522,438,c), +(1178,575,l), +(1143,418,o), +(998,304,o), +(833,304,cs), +(627,304,o), +(474,480,o), +(470,722,c), +(474,964,o), +(627,1139,o), +(833,1139,cs), +(984,1139,o), +(1121,1029,o), +(1158,878,c), +(1502,1015,l), +(1439,1284,o), +(1158,1479,o), +(833,1479,cs), +(392,1479,o), +(67,1161,o), +(60,721,c) +); +}, +{ +closed = 1; +nodes = ( +(418,1573,l), +(730,1573,l), +(829,1748,l), +(839,1748,l), +(936,1573,l), +(1248,1573,l), +(1022,1922,l), +(646,1922,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (308,479); +ref = circumflexcomb; +} +); +width = 1582; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (663,-10); +}, +{ +name = top; +pos = (1041,1777); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(982,-19,o), +(1292,178,o), +(1399,449,c), +(1354,461,l), +(1252,210,o), +(957,29,o), +(652,29,cs), +(286,29,o), +(76,320,o), +(153,722,c), +(246,1124,o), +(596,1415,o), +(986,1415,cs), +(1268,1415,o), +(1468,1229,o), +(1462,972,c), +(1513,985,l), +(1522,1262,o), +(1297,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(799,1609,l), +(863,1609,l), +(1039,1771,l), +(1041,1771,l), +(1149,1609,l), +(1213,1609,l), +(1072,1818,l), +(1028,1818,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = C; +}, +{ +pos = (568,523); +ref = circumflexcomb; +} +); +width = 1474; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,-12); +}, +{ +name = top; +pos = (1037,1766); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(986,-19,o), +(1301,183,o), +(1412,463,c), +(1249,522,l), +(1158,307,o), +(918,151,o), +(678,151,cs), +(392,151,o), +(231,391,o), +(294,722,c), +(371,1053,o), +(651,1293,o), +(960,1293,cs), +(1176,1293,o), +(1333,1141,o), +(1334,932,c), +(1522,981,l), +(1531,1261,o), +(1302,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(720,1558,l), +(914,1558,l), +(1012,1673,l), +(1018,1673,l), +(1070,1558,l), +(1264,1558,l), +(1144,1797,l), +(938,1797,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (506,523); +ref = circumflexcomb; +} +); +width = 1633; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (711,-24); +}, +{ +name = top; +pos = (1121,1860); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(10,282,o), +(267,-36,o), +(708,-36,cs), +(1036,-36,o), +(1368,163,o), +(1498,438,c), +(1183,575,l), +(1114,418,o), +(936,304,o), +(760,304,cs), +(566,304,o), +(459,480,o), +(506,722,c), +(562,964,o), +(760,1139,o), +(978,1139,cs), +(1117,1139,o), +(1222,1029,o), +(1227,878,c), +(1600,1015,l), +(1595,1284,o), +(1356,1479,o), +(1030,1479,cs), +(588,1479,o), +(196,1161,o), +(96,721,c) +); +}, +{ +closed = 1; +nodes = ( +(639,1573,l), +(951,1573,l), +(1087,1748,l), +(1097,1748,l), +(1157,1573,l), +(1469,1573,l), +(1317,1922,l), +(941,1922,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (413,479); +ref = circumflexcomb; +} +); +width = 1713; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (711,-24); +}, +{ +name = top; +pos = (1121,1860); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(10,282,o), +(267,-36,o), +(708,-36,cs), +(1036,-36,o), +(1368,163,o), +(1498,438,c), +(1183,575,l), +(1114,418,o), +(936,304,o), +(760,304,cs), +(566,304,o), +(459,480,o), +(506,722,c), +(562,964,o), +(760,1139,o), +(978,1139,cs), +(1117,1139,o), +(1222,1029,o), +(1227,878,c), +(1600,1015,l), +(1595,1284,o), +(1356,1479,o), +(1030,1479,cs), +(588,1479,o), +(196,1161,o), +(96,721,c) +); +}, +{ +closed = 1; +nodes = ( +(639,1573,l), +(951,1573,l), +(1087,1748,l), +(1097,1748,l), +(1157,1573,l), +(1469,1573,l), +(1317,1922,l), +(941,1922,l) +); +} +); +}; +layerId = "3BA8CDBA-E136-4763-B877-B80E2BA6A69F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (413,479); +ref = circumflexcomb; +} +); +width = 1713; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,-12); +}, +{ +name = top; +pos = (1037,1766); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(986,-19,o), +(1301,183,o), +(1412,463,c), +(1249,522,l), +(1158,307,o), +(918,151,o), +(678,151,cs), +(392,151,o), +(231,391,o), +(294,722,c), +(371,1053,o), +(651,1293,o), +(960,1293,cs), +(1176,1293,o), +(1333,1141,o), +(1334,932,c), +(1522,981,l), +(1531,1261,o), +(1302,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(720,1558,l), +(914,1558,l), +(1012,1673,l), +(1018,1673,l), +(1070,1558,l), +(1264,1558,l), +(1144,1797,l), +(938,1797,l) +); +} +); +}; +layerId = "F7488259-0500-4D49-B949-F46D77F37EAF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = C; +}, +{ +alignment = -1; +pos = (506,523); +ref = circumflexcomb; +} +); +width = 1633; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (833,-24); +}, +{ +name = top; +pos = (833,1890); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(67,282,o), +(392,-36,o), +(833,-36,cs), +(1162,-36,o), +(1451,163,o), +(1522,438,c), +(1178,575,l), +(1143,418,o), +(998,304,o), +(833,304,cs), +(627,304,o), +(474,480,o), +(470,722,c), +(474,964,o), +(627,1139,o), +(833,1139,cs), +(984,1139,o), +(1121,1029,o), +(1158,878,c), +(1502,1015,l), +(1439,1284,o), +(1158,1479,o), +(833,1479,cs), +(392,1479,o), +(67,1161,o), +(60,721,c) +); +}, +{ +closed = 1; +nodes = ( +(418,1573,l), +(730,1573,l), +(829,1748,l), +(839,1748,l), +(936,1573,l), +(1248,1573,l), +(1022,1922,l), +(646,1922,l) +); +} +); +}; +layerId = "DB4AAFCF-811C-4C56-88A9-E7545A8659FF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (308,479); +ref = circumflexcomb; +} +); +width = 1582; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (663,-10); +}, +{ +name = top; +pos = (1041,1777); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(20,292,o), +(254,-19,o), +(661,-19,cs), +(982,-19,o), +(1292,178,o), +(1399,449,c), +(1354,461,l), +(1252,210,o), +(957,29,o), +(652,29,cs), +(286,29,o), +(76,320,o), +(153,722,c), +(246,1124,o), +(596,1415,o), +(986,1415,cs), +(1268,1415,o), +(1468,1229,o), +(1462,972,c), +(1513,985,l), +(1522,1262,o), +(1297,1463,o), +(977,1463,cs), +(569,1463,o), +(202,1152,o), +(103,722,c) +); +}, +{ +closed = 1; +nodes = ( +(799,1609,l), +(863,1609,l), +(1039,1771,l), +(1041,1771,l), +(1149,1609,l), +(1213,1609,l), +(1072,1818,l), +(1028,1818,l) +); +} +); +}; +layerId = "D692B0DB-172C-493D-BD70-4DE47B6644C3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (568,523); +ref = circumflexcomb; +} +); +width = 1474; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (775,-12); +}, +{ +name = top; +pos = (767,1766); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1101,-19,o), +(1373,183,o), +(1424,463,c), +(1249,522,l), +(1203,307,o), +(1004,151,o), +(776,151,cs), +(478,151,o), +(258,391,o), +(251,722,c), +(258,1053,o), +(478,1293,o), +(776,1293,cs), +(1003,1293,o), +(1201,1141,o), +(1246,932,c), +(1424,981,l), +(1373,1261,o), +(1101,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(505,1558,l), +(699,1558,l), +(773,1673,l), +(779,1673,l), +(855,1558,l), +(1049,1558,l), +(879,1797,l), +(673,1797,l) +); +} +); +}; +layerId = "AD6A1DB8-4F65-4498-9625-4D29FB65CA4E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (395,523); +ref = circumflexcomb; +} +); +width = 1484; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (776,-10); +}, +{ +name = top; +pos = (774,1777); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(68,292,o), +(368,-19,o), +(776,-19,cs), +(1097,-19,o), +(1365,178,o), +(1414,449,c), +(1366,461,l), +(1318,210,o), +(1070,29,o), +(776,29,cs), +(397,29,o), +(118,320,o), +(110,722,c), +(118,1124,o), +(397,1415,o), +(776,1415,cs), +(1069,1415,o), +(1317,1229,o), +(1366,972,c), +(1414,985,l), +(1364,1262,o), +(1096,1463,o), +(776,1463,cs), +(368,1463,o), +(68,1152,o), +(60,722,c) +); +}, +{ +closed = 1; +nodes = ( +(567,1609,l), +(631,1609,l), +(773,1771,l), +(775,1771,l), +(917,1609,l), +(981,1609,l), +(796,1818,l), +(752,1818,l) +); +} +); +}; +layerId = "DE28D0C1-198D-4851-8B37-F226DFD8254B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = C; +}, +{ +pos = (457,523); +ref = circumflexcomb; +} +); +width = 1474; +} +); +unicode = 264; +}, +{ +color = 10; +glyphname = Cdotaccent; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = C; +}, +{ +pos = (631,523); +ref = dotaccentcomb; +} +); +width = 1474; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = C; +}, +{ +pos = (564,523); +ref = dotaccentcomb; +} +); +width = 1484; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = C; +}, +{ +pos = (561,479); +ref = dotaccentcomb; +} +); +width = 1582; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = C; +}, +{ +pos = (739,523); +ref = dotaccentcomb; +} +); +width = 1474; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = C; +}, +{ +pos = (671,523); +ref = dotaccentcomb; +} +); +width = 1484; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = C; +}, +{ +pos = (655,479); +ref = dotaccentcomb; +} +); +width = 1582; +} +); +unicode = 266; +}, +{ +color = 6; +glyphname = D; +kernLeft = flat; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (529,0); +}, +{ +name = center; +pos = (662,722); +}, +{ +name = top; +pos = (529,1443); +}, +{ +name = tophook; +pos = (329,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(127,0,l), +(541,0,ls), +(984,0,o), +(1279,289,o), +(1279,723,cs), +(1279,1155,o), +(984,1443,o), +(541,1443,cs), +(127,1443,l), +(127,1395,l), +(541,1395,ls), +(954,1395,o), +(1229,1126,o), +(1229,723,cs), +(1229,318,o), +(954,48,o), +(541,48,cs), +(127,48,l) +); +} +); +width = 1339; +}, +{ +anchors = ( +{ +name = bottom; +pos = (538,0); +}, +{ +name = center; +pos = (641,722); +}, +{ +name = top; +pos = (538,1443); +}, +{ +name = tophook; +pos = (398,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(191,0,l), +(586,0,ls), +(1029,0,o), +(1324,293,o), +(1324,733,cs), +(1324,1159,o), +(1025,1443,o), +(576,1443,cs), +(191,1443,l), +(191,1273,l), +(576,1273,ls), +(917,1273,o), +(1144,1057,o), +(1144,733,cs), +(1144,395,o), +(921,170,o), +(586,170,cs), +(191,170,l) +); +} +); +width = 1384; +}, +{ +anchors = ( +{ +name = bottom; +pos = (638,0); +}, +{ +name = center; +pos = (798,722); +}, +{ +name = top; +pos = (638,1443); +}, +{ +name = tophook; +pos = (398,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(308,0,l), +(656,0,ls), +(1129,0,o), +(1444,293,o), +(1444,733,cs), +(1444,1159,o), +(1125,1443,o), +(646,1443,cs), +(308,1443,l), +(308,1093,l), +(646,1093,ls), +(879,1093,o), +(1034,943,o), +(1034,733,cs), +(1034,509,o), +(883,350,o), +(656,350,cs), +(308,350,l) +); +} +); +width = 1504; +}, +{ +anchors = ( +{ +name = bottom; +pos = (389,0); +}, +{ +name = center; +pos = (675,722); +}, +{ +name = top; +pos = (695,1443); +}, +{ +name = tophook; +pos = (495,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(17,0,l), +(471,0,ls), +(900,0,o), +(1194,259,o), +(1292,723,cs), +(1391,1185,o), +(1188,1443,o), +(727,1443,cs), +(323,1443,l), +(313,1395,l), +(747,1395,ls), +(1157,1395,o), +(1334,1154,o), +(1242,723,cs), +(1150,290,o), +(870,48,o), +(461,48,cs), +(27,48,l) +); +} +); +width = 1309; +}, +{ +anchors = ( +{ +name = bottom; +pos = (409,0); +}, +{ +name = center; +pos = (665,722); +}, +{ +name = top; +pos = (715,1443); +}, +{ +name = tophook; +pos = (575,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,0,l), +(477,1443,l), +(296,1443,l), +(-8,0,l) +); +}, +{ +closed = 1; +nodes = ( +(82,0,l), +(577,0,ls), +(974,0,o), +(1251,263,o), +(1350,733,cs), +(1447,1188,o), +(1233,1443,o), +(753,1443,cs), +(388,1443,l), +(352,1273,l), +(787,1273,ls), +(1107,1273,o), +(1244,1079,o), +(1170,733,cs), +(1094,372,o), +(876,170,o), +(563,170,cs), +(118,170,l) +); +} +); +width = 1365; +}, +{ +anchors = ( +{ +name = bottom; +pos = (523,0); +}, +{ +name = center; +pos = (836,722); +}, +{ +name = top; +pos = (829,1443); +}, +{ +name = tophook; +pos = (589,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(395,0,l), +(701,1443,l), +(290,1443,l), +(-14,0,l) +); +}, +{ +closed = 1; +nodes = ( +(193,0,l), +(671,0,ls), +(1093,0,o), +(1385,263,o), +(1484,733,cs), +(1581,1188,o), +(1328,1443,o), +(777,1443,cs), +(499,1443,l), +(425,1093,l), +(773,1093,ls), +(997,1093,o), +(1124,964,o), +(1074,733,cs), +(1022,487,o), +(912,350,o), +(695,350,cs), +(267,350,l) +); +} +); +width = 1505; +} +); +metricLeft = H; +metricRight = O; +unicode = 68; +}, +{ +color = 10; +glyphname = Dcaron; +kernLeft = D; +kernRight = D; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = D; +}, +{ +pos = (212,503); +ref = caroncomb; +} +); +width = 1339; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = D; +}, +{ +pos = (156,503); +ref = caroncomb; +} +); +width = 1384; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = D; +}, +{ +pos = (118,443); +ref = caroncomb; +} +); +width = 1504; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = D; +}, +{ +pos = (288,503); +ref = caroncomb; +} +); +width = 1309; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = D; +}, +{ +pos = (241,503); +ref = caroncomb; +} +); +width = 1365; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = D; +}, +{ +pos = (201,437); +ref = caroncomb; +} +); +width = 1505; +} +); +metricLeft = B; +unicode = 270; +}, +{ +color = 10; +glyphname = Dcroat; +kernLeft = D; +kernRight = D; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Eth; +} +); +width = 1477; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Eth; +} +); +width = 1461; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Eth; +} +); +width = 1500; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Eth; +} +); +width = 1563; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = Eth; +} +); +width = 1518; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = Eth; +} +); +width = 1598; +} +); +metricLeft = H; +metricRight = D; +tags = ( +topbar +); +unicode = 272; +}, +{ +color = 3; +glyphname = Eth; +kernRight = D; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(695,698,l), +(695,746,l), +(58,746,l), +(58,698,l) +); +}, +{ +pos = (138,0); +ref = D; +} +); +width = 1477; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(674,647,l), +(674,797,l), +(37,797,l), +(37,647,l) +); +}, +{ +pos = (77,0); +ref = D; +} +); +width = 1461; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(757,606,l), +(757,838,l), +(10,838,l), +(10,606,l) +); +}, +{ +pos = (-4,0); +ref = D; +} +); +width = 1500; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(806,698,l), +(816,746,l), +(179,746,l), +(169,698,l) +); +}, +{ +pos = (254,0); +ref = D; +} +); +width = 1563; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(774,647,l), +(806,797,l), +(169,797,l), +(137,647,l) +); +}, +{ +pos = (153,0); +ref = D; +} +); +width = 1518; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(849,606,l), +(899,838,l), +(152,838,l), +(102,606,l) +); +}, +{ +pos = (93,0); +ref = D; +} +); +width = 1598; +} +); +metricLeft = hbar; +metricRight = D; +unicode = 208; +}, +{ +color = 6; +glyphname = E; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 13:24:44 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (568,0); +}, +{ +name = ogonek; +pos = (968,1); +}, +{ +name = top; +pos = (568,1443); +}, +{ +name = topleft; +pos = (-75,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1058,0,l), +(1058,48,l), +(150,48,l), +(150,716,l), +(994,716,l), +(994,764,l), +(150,764,l), +(150,1395,l), +(1058,1395,l), +(1058,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 1098; +}, +{ +anchors = ( +{ +name = bottom; +pos = (586,0); +}, +{ +name = ogonek; +pos = (955,0); +}, +{ +name = top; +pos = (586,1443); +}, +{ +name = topleft; +pos = (-135,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1062,0,l), +(1062,160,l), +(280,160,l), +(280,650,l), +(998,650,l), +(998,810,l), +(280,810,l), +(280,1282,l), +(1062,1282,l), +(1062,1442,l), +(100,1442,l), +(100,0,l) +); +} +); +width = 1102; +}, +{ +anchors = ( +{ +name = bottom; +pos = (635,0); +}, +{ +name = ogonek; +pos = (1035,1); +}, +{ +name = top; +pos = (635,1443); +}, +{ +name = topleft; +pos = (-202,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1184,0,l), +(1184,350,l), +(510,350,l), +(510,571,l), +(1108,571,l), +(1108,881,l), +(510,881,l), +(510,1092,l), +(1160,1092,l), +(1160,1442,l), +(100,1442,l), +(100,0,l) +); +} +); +width = 1224; +}, +{ +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = ogonek; +pos = (858,1); +}, +{ +name = top; +pos = (764,1443); +}, +{ +name = topleft; +pos = (-149,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(888,0,l), +(898,48,l), +(50,48,l), +(192,716,l), +(976,716,l), +(986,764,l), +(202,764,l), +(336,1395,l), +(1184,1395,l), +(1194,1443,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 1119; +}, +{ +anchors = ( +{ +name = bottom; +pos = (506,0); +}, +{ +name = ogonek; +pos = (845,0); +}, +{ +name = top; +pos = (782,1443); +}, +{ +name = topleft; +pos = (-249,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(932,0,l), +(966,160,l), +(204,160,l), +(308,650,l), +(1006,650,l), +(1040,810,l), +(342,810,l), +(442,1282,l), +(1204,1282,l), +(1238,1441,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 1143; +}, +{ +anchors = ( +{ +name = bottom; +pos = (569,0); +}, +{ +name = ogonek; +pos = (919,1); +}, +{ +name = top; +pos = (864,1443); +}, +{ +name = topleft; +pos = (-312,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1068,0,l), +(1142,350,l), +(468,350,l), +(515,571,l), +(1113,571,l), +(1179,881,l), +(581,881,l), +(626,1092,l), +(1276,1092,l), +(1350,1443,l), +(290,1443,l), +(-16,0,l) +); +} +); +width = 1305; +} +); +metricLeft = H; +unicode = 69; +}, +{ +color = 10; +glyphname = Eacute; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (449,503); +ref = acute; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (409,503); +ref = acute; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (418,443); +ref = acute; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (579,503); +ref = acute; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (520,503); +ref = acute; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (551,443); +ref = acute; +} +); +width = 1305; +} +); +metricLeft = H; +unicode = 201; +}, +{ +color = 10; +glyphname = Ecaron; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (251,503); +ref = caroncomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (204,503); +ref = caroncomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (115,443); +ref = caroncomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (357,503); +ref = caroncomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (308,503); +ref = caroncomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (236,437); +ref = caroncomb; +} +); +width = 1305; +} +); +metricLeft = H; +unicode = 282; +}, +{ +color = 10; +glyphname = Ecedilla; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,-383); +}, +{ +name = ogonek; +pos = (968,1); +}, +{ +name = top; +pos = (568,1443); +}, +{ +name = topleft; +pos = (-75,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1058,0,l), +(1058,48,l), +(150,48,l), +(150,716,l), +(994,716,l), +(994,764,l), +(150,764,l), +(150,1395,l), +(1058,1395,l), +(1058,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(671,-347,o), +(766,-297,o), +(766,-207,cs), +(766,-128,o), +(697,-83,o), +(573,-81,c), +(592,0,l), +(542,0,l), +(512,-126,l), +(643,-125,o), +(716,-153,o), +(716,-204,cs), +(716,-265,o), +(639,-299,o), +(501,-299,c), +(500,-347,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (390,0); +ref = cedillacomb; +} +); +width = 1098; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (590,-437); +}, +{ +name = ogonek; +pos = (955,0); +}, +{ +name = top; +pos = (586,1443); +}, +{ +name = topleft; +pos = (-135,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1062,0,l), +(1062,160,l), +(280,160,l), +(280,650,l), +(998,650,l), +(998,810,l), +(280,810,l), +(280,1282,l), +(1062,1282,l), +(1062,1442,l), +(100,1442,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(660,-365,o), +(792,-298,o), +(792,-195,cs), +(792,-126,o), +(731,-75,o), +(637,-65,c), +(647,2,l), +(521,2,l), +(493,-144,l), +(596,-143,o), +(662,-163,o), +(662,-195,cs), +(662,-221,o), +(591,-237,o), +(480,-237,c), +(456,-365,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (346,0); +ref = cedillacomb; +} +); +width = 1102; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,-383); +}, +{ +name = ogonek; +pos = (1035,1); +}, +{ +name = top; +pos = (635,1443); +}, +{ +name = topleft; +pos = (-202,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1184,0,l), +(1184,350,l), +(510,350,l), +(510,571,l), +(1108,571,l), +(1108,881,l), +(510,881,l), +(510,1092,l), +(1160,1092,l), +(1160,1442,l), +(100,1442,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(726,-409,o), +(892,-326,o), +(892,-198,cs), +(892,-112,o), +(834,-57,o), +(737,-57,c), +(743,0,l), +(515,0,l), +(499,-149,l), +(630,-149,o), +(695,-169,o), +(695,-201,cs), +(695,-230,o), +(628,-248,o), +(493,-248,c), +(469,-409,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (359,0); +ref = cedillacomb; +} +); +width = 1224; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-383); +}, +{ +name = ogonek; +pos = (858,1); +}, +{ +name = top; +pos = (764,1443); +}, +{ +name = topleft; +pos = (-149,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(888,0,l), +(898,48,l), +(50,48,l), +(192,716,l), +(976,716,l), +(986,764,l), +(202,764,l), +(336,1395,l), +(1184,1395,l), +(1194,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(546,-347,o), +(652,-297,o), +(671,-207,cs), +(687,-128,o), +(628,-83,o), +(504,-81,c), +(541,0,l), +(491,0,l), +(434,-126,l), +(565,-125,o), +(632,-153,o), +(621,-204,cs), +(608,-265,o), +(524,-299,o), +(386,-299,c), +(375,-347,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (448,0); +ref = cedillacomb; +} +); +width = 1179; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (431,-437); +}, +{ +name = ogonek; +pos = (845,0); +}, +{ +name = top; +pos = (782,1443); +}, +{ +name = topleft; +pos = (-249,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(932,0,l), +(966,160,l), +(204,160,l), +(308,650,l), +(1006,650,l), +(1040,810,l), +(342,810,l), +(442,1282,l), +(1204,1282,l), +(1238,1441,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(517,-365,o), +(663,-298,o), +(685,-195,cs), +(699,-126,o), +(649,-75,o), +(557,-65,c), +(582,2,l), +(456,2,l), +(397,-144,l), +(500,-143,o), +(562,-163,o), +(555,-195,cs), +(549,-221,o), +(475,-237,o), +(364,-237,c), +(313,-365,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (396,0); +ref = cedillacomb; +} +); +width = 1223; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (463,-383); +}, +{ +name = ogonek; +pos = (919,1); +}, +{ +name = top; +pos = (864,1443); +}, +{ +name = topleft; +pos = (-312,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1068,0,l), +(1142,350,l), +(468,350,l), +(515,571,l), +(1113,571,l), +(1179,881,l), +(581,881,l), +(626,1092,l), +(1276,1092,l), +(1350,1441,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(591,-439,o), +(802,-348,o), +(829,-218,cs), +(850,-123,o), +(794,-57,o), +(694,-57,c), +(717,0,l), +(459,0,l), +(391,-149,l), +(518,-149,o), +(603,-170,o), +(596,-201,cs), +(590,-229,o), +(494,-248,o), +(364,-248,c), +(319,-439,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (419,0); +ref = cedillacomb; +} +); +width = 1365; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (463,-383); +}, +{ +name = ogonek; +pos = (919,1); +}, +{ +name = top; +pos = (864,1443); +}, +{ +name = topleft; +pos = (-312,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1068,0,l), +(1142,350,l), +(468,350,l), +(515,571,l), +(1113,571,l), +(1179,881,l), +(581,881,l), +(626,1092,l), +(1276,1092,l), +(1350,1441,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(591,-439,o), +(802,-348,o), +(829,-218,cs), +(850,-123,o), +(794,-57,o), +(694,-57,c), +(717,0,l), +(459,0,l), +(391,-149,l), +(518,-149,o), +(603,-170,o), +(596,-201,cs), +(590,-229,o), +(494,-248,o), +(364,-248,c), +(319,-439,l) +); +} +); +}; +layerId = "76FE6D34-72AC-49C8-8406-A225795AB442"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (419,0); +ref = cedillacomb; +} +); +width = 1365; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (431,-437); +}, +{ +name = ogonek; +pos = (845,0); +}, +{ +name = top; +pos = (782,1443); +}, +{ +name = topleft; +pos = (-249,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(932,0,l), +(966,160,l), +(204,160,l), +(308,650,l), +(1006,650,l), +(1040,810,l), +(342,810,l), +(442,1282,l), +(1204,1282,l), +(1238,1441,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(517,-365,o), +(663,-298,o), +(685,-195,cs), +(699,-126,o), +(649,-75,o), +(557,-65,c), +(582,2,l), +(456,2,l), +(397,-144,l), +(500,-143,o), +(562,-163,o), +(555,-195,cs), +(549,-221,o), +(475,-237,o), +(364,-237,c), +(313,-365,l) +); +} +); +}; +layerId = "2BE27227-15EA-487E-B5FD-F69F5393BEDD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (396,0); +ref = cedillacomb; +} +); +width = 1223; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,-383); +}, +{ +name = ogonek; +pos = (1035,1); +}, +{ +name = top; +pos = (635,1443); +}, +{ +name = topleft; +pos = (-202,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1184,0,l), +(1184,350,l), +(510,350,l), +(510,571,l), +(1108,571,l), +(1108,881,l), +(510,881,l), +(510,1092,l), +(1160,1092,l), +(1160,1442,l), +(100,1442,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(726,-409,o), +(892,-326,o), +(892,-198,cs), +(892,-112,o), +(834,-57,o), +(737,-57,c), +(743,0,l), +(515,0,l), +(499,-149,l), +(630,-149,o), +(695,-169,o), +(695,-201,cs), +(695,-230,o), +(628,-248,o), +(493,-248,c), +(469,-409,l) +); +} +); +}; +layerId = "2813762C-9B11-48AF-8AB4-FCCC92596381"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = E; +}, +{ +pos = (359,0); +ref = cedillacomb; +} +); +width = 1224; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-383); +}, +{ +name = ogonek; +pos = (858,1); +}, +{ +name = top; +pos = (764,1443); +}, +{ +name = topleft; +pos = (-149,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(888,0,l), +(898,48,l), +(50,48,l), +(192,716,l), +(976,716,l), +(986,764,l), +(202,764,l), +(336,1395,l), +(1184,1395,l), +(1194,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(546,-347,o), +(652,-297,o), +(671,-207,cs), +(687,-128,o), +(628,-83,o), +(504,-81,c), +(541,0,l), +(491,0,l), +(434,-126,l), +(565,-125,o), +(632,-153,o), +(621,-204,cs), +(608,-265,o), +(524,-299,o), +(386,-299,c), +(375,-347,l) +); +} +); +}; +layerId = "C6AAFD42-634F-4933-8A11-30566AD8785E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (448,0); +ref = cedillacomb; +} +); +width = 1179; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (590,-437); +}, +{ +name = ogonek; +pos = (955,0); +}, +{ +name = top; +pos = (586,1443); +}, +{ +name = topleft; +pos = (-135,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1062,0,l), +(1062,160,l), +(280,160,l), +(280,650,l), +(998,650,l), +(998,810,l), +(280,810,l), +(280,1282,l), +(1062,1282,l), +(1062,1442,l), +(100,1442,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(660,-365,o), +(792,-298,o), +(792,-195,cs), +(792,-126,o), +(731,-75,o), +(637,-65,c), +(647,2,l), +(521,2,l), +(493,-144,l), +(596,-143,o), +(662,-163,o), +(662,-195,cs), +(662,-221,o), +(591,-237,o), +(480,-237,c), +(456,-365,l) +); +} +); +}; +layerId = "C9C413AF-D5E9-4CA9-8B62-01691977BC59"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = E; +}, +{ +pos = (346,0); +ref = cedillacomb; +} +); +width = 1102; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,-383); +}, +{ +name = ogonek; +pos = (968,1); +}, +{ +name = top; +pos = (568,1443); +}, +{ +name = topleft; +pos = (-75,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1058,0,l), +(1058,48,l), +(150,48,l), +(150,716,l), +(994,716,l), +(994,764,l), +(150,764,l), +(150,1395,l), +(1058,1395,l), +(1058,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(671,-347,o), +(766,-297,o), +(766,-207,cs), +(766,-128,o), +(697,-83,o), +(573,-81,c), +(592,0,l), +(542,0,l), +(512,-126,l), +(643,-125,o), +(716,-153,o), +(716,-204,cs), +(716,-265,o), +(639,-299,o), +(501,-299,c), +(500,-347,l) +); +} +); +}; +layerId = "86A17199-9622-495F-B90D-E13498365660"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = E; +}, +{ +pos = (390,0); +ref = cedillacomb; +} +); +width = 1098; +} +); +unicode = 552; +}, +{ +color = 10; +glyphname = Ecircumflex; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (249,503); +ref = circumflexcomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (205,503); +ref = circumflexcomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (110,443); +ref = circumflexcomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (355,503); +ref = circumflexcomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (313,503); +ref = circumflexcomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (243,443); +ref = circumflexcomb; +} +); +width = 1305; +} +); +unicode = 202; +}, +{ +color = 10; +glyphname = Edieresis; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (282,503); +ref = dieresiscomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (233,503); +ref = dieresiscomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (176,443); +ref = dieresiscomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (376,503); +ref = dieresiscomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (331,503); +ref = dieresiscomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (309,443); +ref = dieresiscomb; +} +); +width = 1305; +} +); +unicode = 203; +}, +{ +color = 10; +glyphname = Edotaccent; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (423,503); +ref = dotaccentcomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (374,503); +ref = dotaccentcomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (363,443); +ref = dotaccentcomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (526,503); +ref = dotaccentcomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (476,503); +ref = dotaccentcomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (489,443); +ref = dotaccentcomb; +} +); +width = 1305; +} +); +unicode = 278; +}, +{ +color = 10; +glyphname = Egrave; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (342,503); +ref = gravecomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (250,503); +ref = gravecomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (219,443); +ref = gravecomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (425,503); +ref = gravecomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (358,503); +ref = gravecomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (357,443); +ref = gravecomb; +} +); +width = 1305; +} +); +metricLeft = H; +unicode = 200; +}, +{ +color = 10; +glyphname = Emacron; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (258,503); +ref = macroncomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (239,503); +ref = macroncomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (198,443); +ref = macroncomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (358,503); +ref = macroncomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (344,503); +ref = macroncomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (339,443); +ref = macroncomb; +} +); +width = 1305; +} +); +metricLeft = H; +unicode = 274; +}, +{ +color = 10; +glyphname = Eogonek; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (739,1); +ref = ogonekcomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (658,0); +ref = ogonekcomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (673,1); +ref = ogonekcomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (768,1); +ref = ogonekcomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (697,0); +ref = ogonekcomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (708,1); +ref = ogonekcomb; +} +); +width = 1305; +} +); +metricLeft = H; +unicode = 280; +}, +{ +color = 10; +glyphname = Etilde; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (568,0); +}, +{ +name = ogonek; +pos = (968,1); +}, +{ +name = top; +pos = (568,1627); +}, +{ +name = topleft; +pos = (-75,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1058,0,l), +(1058,48,l), +(150,48,l), +(150,716,l), +(994,716,l), +(994,764,l), +(150,764,l), +(150,1395,l), +(1058,1395,l), +(1058,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(377,1587,l), +(408,1618,o), +(446,1637,o), +(477,1637,cs), +(535,1637,o), +(586,1575,o), +(651,1575,cs), +(686,1575,o), +(726,1592,o), +(754,1623,c), +(753,1675,l), +(720,1644,o), +(681,1624,o), +(651,1624,cs), +(600,1624,o), +(544,1686,o), +(477,1686,cs), +(449,1686,o), +(410,1669,o), +(377,1639,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (267,403); +ref = tildecomb; +} +); +width = 1098; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (586,0); +}, +{ +name = ogonek; +pos = (955,0); +}, +{ +name = top; +pos = (586,1737); +}, +{ +name = topleft; +pos = (-135,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1062,0,l), +(1062,160,l), +(280,160,l), +(280,650,l), +(998,650,l), +(998,810,l), +(280,810,l), +(280,1282,l), +(1062,1282,l), +(1062,1442,l), +(100,1442,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(326,1582,l), +(367,1613,o), +(426,1632,o), +(481,1632,cs), +(553,1632,o), +(616,1578,o), +(697,1578,cs), +(754,1578,o), +(809,1597,o), +(839,1628,c), +(839,1764,l), +(798,1737,o), +(741,1720,o), +(689,1720,cs), +(626,1720,o), +(564,1774,o), +(481,1774,cs), +(430,1774,o), +(371,1752,o), +(326,1718,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (216,503); +ref = tildecomb; +} +); +width = 1102; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (635,0); +}, +{ +name = ogonek; +pos = (1035,1); +}, +{ +name = top; +pos = (635,1869); +}, +{ +name = topleft; +pos = (-202,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1184,0,l), +(1184,350,l), +(510,350,l), +(510,571,l), +(1108,571,l), +(1108,881,l), +(510,881,l), +(510,1092,l), +(1160,1092,l), +(1160,1442,l), +(100,1442,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(265,1614,l), +(343,1659,o), +(430,1687,o), +(489,1687,cs), +(587,1687,o), +(672,1590,o), +(781,1590,cs), +(883,1590,o), +(975,1624,o), +(1023,1677,c), +(1023,1897,l), +(967,1857,o), +(883,1832,o), +(808,1832,cs), +(723,1832,o), +(628,1929,o), +(516,1929,cs), +(444,1929,o), +(347,1899,o), +(265,1835,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (155,442); +ref = tildecomb; +} +); +width = 1224; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = ogonek; +pos = (858,1); +}, +{ +name = top; +pos = (825,1627); +}, +{ +name = topleft; +pos = (-149,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(888,0,l), +(898,48,l), +(50,48,l), +(192,716,l), +(976,716,l), +(986,764,l), +(202,764,l), +(336,1395,l), +(1184,1395,l), +(1194,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(606,1587,l), +(649,1617,o), +(697,1637,o), +(727,1637,cs), +(785,1637,o), +(809,1575,o), +(874,1575,cs), +(919,1575,o), +(967,1590,o), +(998,1613,c), +(1019,1675,l), +(973,1644,o), +(924,1624,o), +(895,1624,cs), +(844,1624,o), +(815,1686,o), +(748,1686,cs), +(709,1686,o), +(662,1671,o), +(628,1649,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (354,403); +ref = tildecomb; +} +); +width = 1179; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (506,0); +}, +{ +name = ogonek; +pos = (845,0); +}, +{ +name = top; +pos = (857,1737); +}, +{ +name = topleft; +pos = (-249,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(932,0,l), +(966,160,l), +(204,160,l), +(308,650,l), +(1006,650,l), +(1040,810,l), +(342,810,l), +(442,1282,l), +(1204,1282,l), +(1238,1441,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(567,1582,l), +(615,1613,o), +(678,1632,o), +(733,1632,cs), +(805,1632,o), +(856,1578,o), +(937,1578,cs), +(994,1578,o), +(1053,1597,o), +(1090,1628,c), +(1119,1764,l), +(1072,1737,o), +(1011,1720,o), +(959,1720,cs), +(896,1720,o), +(846,1774,o), +(763,1774,cs), +(712,1774,o), +(648,1752,o), +(596,1718,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (343,503); +ref = tildecomb; +} +); +width = 1223; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (569,0); +}, +{ +name = ogonek; +pos = (919,1); +}, +{ +name = top; +pos = (855,1869); +}, +{ +name = topleft; +pos = (-312,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1068,0,l), +(1142,350,l), +(468,350,l), +(515,571,l), +(1113,571,l), +(1179,881,l), +(581,881,l), +(626,1092,l), +(1276,1092,l), +(1350,1441,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(444,1614,l), +(532,1659,o), +(625,1687,o), +(684,1687,cs), +(782,1687,o), +(846,1590,o), +(955,1590,cs), +(1057,1590,o), +(1156,1624,o), +(1215,1677,c), +(1262,1897,l), +(1198,1857,o), +(1108,1832,o), +(1033,1832,cs), +(948,1832,o), +(874,1929,o), +(762,1929,cs), +(690,1929,o), +(587,1899,o), +(491,1835,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (202,442); +ref = tildecomb; +} +); +width = 1365; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (569,0); +}, +{ +name = ogonek; +pos = (919,1); +}, +{ +name = top; +pos = (855,1869); +}, +{ +name = topleft; +pos = (-312,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1068,0,l), +(1142,350,l), +(468,350,l), +(515,571,l), +(1113,571,l), +(1179,881,l), +(581,881,l), +(626,1092,l), +(1276,1092,l), +(1350,1441,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(444,1614,l), +(532,1659,o), +(625,1687,o), +(684,1687,cs), +(782,1687,o), +(846,1590,o), +(955,1590,cs), +(1057,1590,o), +(1156,1624,o), +(1215,1677,c), +(1262,1897,l), +(1198,1857,o), +(1108,1832,o), +(1033,1832,cs), +(948,1832,o), +(874,1929,o), +(762,1929,cs), +(690,1929,o), +(587,1899,o), +(491,1835,c) +); +} +); +}; +layerId = "9D857797-3F4A-49DF-B3AA-1A601B25F357"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (202,442); +ref = tildecomb; +} +); +width = 1365; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (506,0); +}, +{ +name = ogonek; +pos = (845,0); +}, +{ +name = top; +pos = (857,1737); +}, +{ +name = topleft; +pos = (-249,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(932,0,l), +(966,160,l), +(204,160,l), +(308,650,l), +(1006,650,l), +(1040,810,l), +(342,810,l), +(442,1282,l), +(1204,1282,l), +(1238,1441,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(567,1582,l), +(615,1613,o), +(678,1632,o), +(733,1632,cs), +(805,1632,o), +(856,1578,o), +(937,1578,cs), +(994,1578,o), +(1053,1597,o), +(1090,1628,c), +(1119,1764,l), +(1072,1737,o), +(1011,1720,o), +(959,1720,cs), +(896,1720,o), +(846,1774,o), +(763,1774,cs), +(712,1774,o), +(648,1752,o), +(596,1718,c) +); +} +); +}; +layerId = "F086F5C4-0C46-42B1-ABF5-23F1A833A4F4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (343,503); +ref = tildecomb; +} +); +width = 1223; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (635,0); +}, +{ +name = ogonek; +pos = (1035,1); +}, +{ +name = top; +pos = (635,1869); +}, +{ +name = topleft; +pos = (-202,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1184,0,l), +(1184,350,l), +(510,350,l), +(510,571,l), +(1108,571,l), +(1108,881,l), +(510,881,l), +(510,1092,l), +(1160,1092,l), +(1160,1442,l), +(100,1442,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(265,1614,l), +(343,1659,o), +(430,1687,o), +(489,1687,cs), +(587,1687,o), +(672,1590,o), +(781,1590,cs), +(883,1590,o), +(975,1624,o), +(1023,1677,c), +(1023,1897,l), +(967,1857,o), +(883,1832,o), +(808,1832,cs), +(723,1832,o), +(628,1929,o), +(516,1929,cs), +(444,1929,o), +(347,1899,o), +(265,1835,c) +); +} +); +}; +layerId = "EBD6473B-2EB1-4F4D-AC85-6E70FEAFD3B1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = E; +}, +{ +pos = (155,442); +ref = tildecomb; +} +); +width = 1224; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = ogonek; +pos = (858,1); +}, +{ +name = top; +pos = (825,1627); +}, +{ +name = topleft; +pos = (-149,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(888,0,l), +(898,48,l), +(50,48,l), +(192,716,l), +(976,716,l), +(986,764,l), +(202,764,l), +(336,1395,l), +(1184,1395,l), +(1194,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(606,1587,l), +(649,1617,o), +(697,1637,o), +(727,1637,cs), +(785,1637,o), +(809,1575,o), +(874,1575,cs), +(919,1575,o), +(967,1590,o), +(998,1613,c), +(1019,1675,l), +(973,1644,o), +(924,1624,o), +(895,1624,cs), +(844,1624,o), +(815,1686,o), +(748,1686,cs), +(709,1686,o), +(662,1671,o), +(628,1649,c) +); +} +); +}; +layerId = "A467045E-AA4B-4AA0-A1F8-BEEBC1FB5AF6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = E; +}, +{ +alignment = -1; +pos = (354,403); +ref = tildecomb; +} +); +width = 1179; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (586,0); +}, +{ +name = ogonek; +pos = (955,0); +}, +{ +name = top; +pos = (586,1737); +}, +{ +name = topleft; +pos = (-135,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1062,0,l), +(1062,160,l), +(280,160,l), +(280,650,l), +(998,650,l), +(998,810,l), +(280,810,l), +(280,1282,l), +(1062,1282,l), +(1062,1442,l), +(100,1442,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(326,1582,l), +(367,1613,o), +(426,1632,o), +(481,1632,cs), +(553,1632,o), +(616,1578,o), +(697,1578,cs), +(754,1578,o), +(809,1597,o), +(839,1628,c), +(839,1764,l), +(798,1737,o), +(741,1720,o), +(689,1720,cs), +(626,1720,o), +(564,1774,o), +(481,1774,cs), +(430,1774,o), +(371,1752,o), +(326,1718,c) +); +} +); +}; +layerId = "BEDC8B75-C512-4DC9-AFDA-192D5F401E2E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = E; +}, +{ +pos = (216,503); +ref = tildecomb; +} +); +width = 1102; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (568,0); +}, +{ +name = ogonek; +pos = (968,1); +}, +{ +name = top; +pos = (568,1627); +}, +{ +name = topleft; +pos = (-75,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1058,0,l), +(1058,48,l), +(150,48,l), +(150,716,l), +(994,716,l), +(994,764,l), +(150,764,l), +(150,1395,l), +(1058,1395,l), +(1058,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(377,1587,l), +(408,1618,o), +(446,1637,o), +(477,1637,cs), +(535,1637,o), +(586,1575,o), +(651,1575,cs), +(686,1575,o), +(726,1592,o), +(754,1623,c), +(753,1675,l), +(720,1644,o), +(681,1624,o), +(651,1624,cs), +(600,1624,o), +(544,1686,o), +(477,1686,cs), +(449,1686,o), +(410,1669,o), +(377,1639,c) +); +} +); +}; +layerId = "3913D30E-8327-462D-A118-5D6323DA5A07"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = E; +}, +{ +pos = (267,403); +ref = tildecomb; +} +); +width = 1098; +} +); +unicode = 7868; +}, +{ +color = 6; +glyphname = F; +kernLeft = E; +kernRight = F; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (493,0); +}, +{ +name = hook; +pos = (124,0); +}, +{ +name = top; +pos = (493,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,723,l), +(966,723,l), +(966,771,l), +(150,771,l), +(150,1395,l), +(1018,1395,l), +(1018,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 1058; +}, +{ +anchors = ( +{ +name = bottom; +pos = (533,0); +}, +{ +name = hook; +pos = (189,0); +}, +{ +name = top; +pos = (583,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,651,l), +(964,651,l), +(964,811,l), +(280,811,l), +(280,1273,l), +(1026,1273,l), +(1026,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 1066; +}, +{ +anchors = ( +{ +name = bottom; +pos = (692,0); +}, +{ +name = hook; +pos = (306,0); +}, +{ +name = top; +pos = (692,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,513,l), +(1098,513,l), +(1098,823,l), +(510,823,l), +(510,1093,l), +(1171,1093,l), +(1171,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 1211; +}, +{ +anchors = ( +{ +name = bottom; +pos = (383,0); +}, +{ +name = hook; +pos = (14,0); +}, +{ +name = top; +pos = (689,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(193,723,l), +(929,723,l), +(940,771,l), +(204,771,l), +(336,1395,l), +(1124,1395,l), +(1134,1443,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 1058; +}, +{ +anchors = ( +{ +name = bottom; +pos = (423,0); +}, +{ +name = hook; +pos = (79,0); +}, +{ +name = top; +pos = (779,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(308,651,l), +(972,651,l), +(1006,811,l), +(342,811,l), +(440,1273,l), +(1166,1273,l), +(1202,1443,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 1106; +}, +{ +anchors = ( +{ +name = bottom; +pos = (576,0); +}, +{ +name = hook; +pos = (177,0); +}, +{ +name = top; +pos = (882,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(503,513,l), +(1091,513,l), +(1157,823,l), +(569,823,l), +(626,1093,l), +(1287,1093,l), +(1361,1443,l), +(290,1443,l), +(-16,0,l) +); +} +); +width = 1292; +} +); +metricLeft = H; +metricRight = E; +unicode = 70; +}, +{ +color = 6; +glyphname = G; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (754,-7); +}, +{ +name = top; +pos = (744,1463); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(794,684,l), +(1361,684,l), +(1375,283,o), +(1141,31,o), +(754,31,cs), +(358,31,o), +(110,292,o), +(110,708,cs), +(110,1142,o), +(358,1414,o), +(754,1414,cs), +(987,1414,o), +(1193,1303,o), +(1288,1127,c), +(1327,1152,l), +(1229,1343,o), +(1008,1463,o), +(754,1463,cs), +(328,1463,o), +(60,1172,o), +(60,708,cs), +(60,261,o), +(328,-19,o), +(754,-19,cs), +(1171,-19,o), +(1424,251,o), +(1412,681,c), +(1410,733,l), +(794,732,l) +); +} +); +width = 1472; +}, +{ +anchors = ( +{ +name = bottom; +pos = (794,-9); +}, +{ +name = top; +pos = (774,1463); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(834,619,l), +(1301,619,l), +(1310,348,o), +(1097,151,o), +(794,151,cs), +(473,151,o), +(240,385,o), +(240,708,cs), +(240,1047,o), +(473,1293,o), +(794,1293,cs), +(977,1293,o), +(1172,1192,o), +(1258,1052,c), +(1397,1152,l), +(1304,1332,o), +(1051,1463,o), +(794,1463,cs), +(368,1463,o), +(60,1146,o), +(60,708,cs), +(60,286,o), +(368,-19,o), +(794,-19,cs), +(1203,-19,o), +(1492,257,o), +(1481,639,c), +(1481,790,l), +(834,790,l) +); +} +); +width = 1541; +}, +{ +anchors = ( +{ +name = bottom; +pos = (847,-25); +}, +{ +name = top; +pos = (827,1479); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(860,541,l), +(1171,541,l), +(1176,402,o), +(1036,302,o), +(837,302,cs), +(624,302,o), +(470,476,o), +(470,717,cs), +(470,962,o), +(624,1139,o), +(837,1139,cs), +(978,1139,o), +(1118,1059,o), +(1171,948,c), +(1423,1197,l), +(1316,1361,o), +(1074,1479,o), +(847,1479,cs), +(389,1479,o), +(58,1159,o), +(60,717,cs), +(62,283,o), +(384,-34,o), +(827,-38,cs), +(1244,-39,o), +(1546,250,o), +(1546,651,cs), +(1546,839,l), +(860,839,l) +); +} +); +width = 1606; +}, +{ +anchors = ( +{ +name = bottom; +pos = (667,-7); +}, +{ +name = top; +pos = (939,1463); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(830,684,l), +(1397,684,l), +(1341,283,o), +(1059,31,o), +(665,31,cs), +(275,31,o), +(77,292,o), +(151,708,cs), +(227,1142,o), +(527,1414,o), +(929,1414,cs), +(1155,1414,o), +(1338,1303,o), +(1402,1127,c), +(1446,1152,l), +(1381,1343,o), +(1181,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(240,-19,o), +(666,-19,cs), +(1082,-19,o), +(1384,251,o), +(1448,681,c), +(1455,733,l), +(839,732,l) +); +} +); +width = 1476; +}, +{ +anchors = ( +{ +name = bottom; +pos = (686,-9); +}, +{ +name = top; +pos = (948,1463); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(839,619,l), +(1286,619,l), +(1244,332,o), +(1016,151,o), +(696,151,cs), +(380,151,o), +(220,366,o), +(281,708,cs), +(344,1067,o), +(597,1293,o), +(938,1293,cs), +(1122,1293,o), +(1277,1204,o), +(1339,1062,c), +(1486,1152,l), +(1421,1343,o), +(1206,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(255,-19,o), +(706,-19,cs), +(1114,-19,o), +(1409,235,o), +(1470,639,c), +(1495,790,l), +(869,789,l) +); +} +); +width = 1506; +}, +{ +anchors = ( +{ +name = bottom; +pos = (750,-25); +}, +{ +name = top; +pos = (978,1479); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(865,541,l), +(1166,541,l), +(1145,394,o), +(992,302,o), +(770,302,cs), +(563,302,o), +(461,462,o), +(506,717,cs), +(552,976,o), +(730,1139,o), +(968,1139,cs), +(1124,1139,o), +(1240,1077,o), +(1270,978,c), +(1544,1197,l), +(1460,1370,o), +(1242,1479,o), +(978,1479,cs), +(517,1479,o), +(177,1185,o), +(96,717,cs), +(17,257,o), +(281,-34,o), +(780,-38,cs), +(1192,-39,o), +(1497,227,o), +(1571,651,cs), +(1604,839,l), +(918,839,l) +); +} +); +width = 1610; +} +); +metricLeft = O; +metricRight = O; +unicode = 71; +}, +{ +color = 10; +glyphname = Gacute; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = G; +}, +{ +pos = (625,523); +ref = acute; +} +); +width = 1472; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (597,523); +ref = acute; +} +); +width = 1541; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (610,479); +ref = acute; +} +); +width = 1606; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = G; +}, +{ +pos = (754,523); +ref = acute; +} +); +width = 1476; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = G; +}, +{ +pos = (686,523); +ref = acute; +} +); +width = 1506; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = G; +}, +{ +pos = (665,479); +ref = acute; +} +); +width = 1610; +} +); +unicode = 500; +}, +{ +color = 10; +glyphname = Gbreve; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = G; +}, +{ +pos = (446,523); +ref = brevecomb; +} +); +width = 1472; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (425,523); +ref = brevecomb; +} +); +width = 1541; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (352,479); +ref = brevecomb; +} +); +width = 1606; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = G; +}, +{ +pos = (539,523); +ref = brevecomb; +} +); +width = 1476; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = G; +}, +{ +pos = (503,523); +ref = brevecomb; +} +); +width = 1506; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = G; +}, +{ +pos = (391,479); +ref = brevecomb; +} +); +width = 1610; +} +); +metricLeft = O; +metricRight = O; +unicode = 286; +}, +{ +color = 10; +glyphname = Gcaron; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (744,1636); +}, +{ +name = top; +pos = (744,1756); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(794,684,l), +(1361,684,l), +(1375,283,o), +(1141,31,o), +(754,31,cs), +(358,31,o), +(110,292,o), +(110,708,cs), +(110,1142,o), +(358,1414,o), +(754,1414,cs), +(987,1414,o), +(1193,1303,o), +(1288,1127,c), +(1327,1152,l), +(1229,1343,o), +(1008,1463,o), +(754,1463,cs), +(328,1463,o), +(60,1172,o), +(60,708,cs), +(60,261,o), +(328,-19,o), +(754,-19,cs), +(1171,-19,o), +(1424,251,o), +(1412,681,c), +(1410,733,l), +(794,732,l) +); +}, +{ +closed = 1; +nodes = ( +(766,1595,l), +(951,1804,l), +(887,1804,l), +(745,1642,l), +(743,1642,l), +(601,1804,l), +(537,1804,l), +(722,1595,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = G; +}, +{ +pos = (427,523); +ref = caroncomb; +} +); +width = 1472; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (764,1601); +}, +{ +name = top; +pos = (774,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(834,619,l), +(1301,619,l), +(1310,348,o), +(1097,151,o), +(794,151,cs), +(473,151,o), +(240,385,o), +(240,708,cs), +(240,1047,o), +(473,1293,o), +(794,1293,cs), +(977,1293,o), +(1172,1192,o), +(1258,1052,c), +(1397,1152,l), +(1304,1332,o), +(1051,1463,o), +(794,1463,cs), +(368,1463,o), +(60,1146,o), +(60,708,cs), +(60,286,o), +(368,-19,o), +(794,-19,cs), +(1203,-19,o), +(1492,257,o), +(1481,639,c), +(1481,790,l), +(834,790,l) +); +}, +{ +closed = 1; +nodes = ( +(876,1570,l), +(1046,1809,l), +(852,1809,l), +(776,1674,l), +(770,1674,l), +(696,1809,l), +(502,1809,l), +(670,1570,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (392,523); +ref = caroncomb; +} +); +width = 1541; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (832,1627); +}, +{ +name = top; +pos = (827,1901); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(860,541,l), +(1171,541,l), +(1176,402,o), +(1036,302,o), +(837,302,cs), +(624,302,o), +(470,476,o), +(470,717,cs), +(470,962,o), +(624,1139,o), +(837,1139,cs), +(978,1139,o), +(1118,1059,o), +(1171,948,c), +(1423,1197,l), +(1316,1361,o), +(1074,1479,o), +(847,1479,cs), +(389,1479,o), +(58,1159,o), +(60,717,cs), +(62,283,o), +(384,-34,o), +(827,-38,cs), +(1244,-39,o), +(1546,250,o), +(1546,651,cs), +(1546,839,l), +(860,839,l) +); +}, +{ +closed = 1; +nodes = ( +(1021,1595,l), +(1247,1944,l), +(935,1944,l), +(838,1769,l), +(828,1769,l), +(729,1944,l), +(417,1944,l), +(645,1595,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (307,479); +ref = caroncomb; +} +); +width = 1606; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1009,1636); +}, +{ +name = top; +pos = (1034,1756); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(830,684,l), +(1397,684,l), +(1341,283,o), +(1059,31,o), +(665,31,cs), +(275,31,o), +(77,292,o), +(151,708,cs), +(227,1142,o), +(527,1414,o), +(929,1414,cs), +(1155,1414,o), +(1338,1303,o), +(1402,1127,c), +(1446,1152,l), +(1381,1343,o), +(1181,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(240,-19,o), +(666,-19,cs), +(1082,-19,o), +(1384,251,o), +(1448,681,c), +(1455,733,l), +(839,732,l) +); +}, +{ +closed = 1; +nodes = ( +(1027,1575,l), +(1256,1784,l), +(1187,1784,l), +(1011,1622,l), +(1009,1622,l), +(901,1784,l), +(842,1784,l), +(983,1575,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (573,523); +ref = caroncomb; +} +); +width = 1616; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (961,1601); +}, +{ +name = top; +pos = (993,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(839,619,l), +(1286,619,l), +(1244,332,o), +(1016,151,o), +(696,151,cs), +(380,151,o), +(220,366,o), +(281,708,cs), +(344,1067,o), +(597,1293,o), +(938,1293,cs), +(1122,1293,o), +(1277,1204,o), +(1339,1062,c), +(1486,1152,l), +(1421,1343,o), +(1206,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(255,-19,o), +(706,-19,cs), +(1114,-19,o), +(1409,235,o), +(1470,639,c), +(1495,790,l), +(869,789,l) +); +}, +{ +closed = 1; +nodes = ( +(1081,1570,l), +(1301,1809,l), +(1093,1809,l), +(993,1674,l), +(987,1674,l), +(937,1809,l), +(757,1809,l), +(875,1570,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (489,523); +ref = caroncomb; +} +); +width = 1646; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1022,1624); +}, +{ +name = top; +pos = (1086,1892); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,541,l), +(1166,541,l), +(1145,394,o), +(992,302,o), +(770,302,cs), +(563,302,o), +(461,462,o), +(506,717,cs), +(552,976,o), +(730,1139,o), +(968,1139,cs), +(1124,1139,o), +(1240,1077,o), +(1270,978,c), +(1544,1197,l), +(1460,1370,o), +(1242,1479,o), +(978,1479,cs), +(517,1479,o), +(177,1185,o), +(96,717,cs), +(17,257,o), +(281,-34,o), +(780,-38,cs), +(1192,-39,o), +(1497,227,o), +(1571,651,cs), +(1604,839,l), +(918,839,l) +); +}, +{ +closed = 1; +nodes = ( +(1214,1589,l), +(1524,1938,l), +(1192,1938,l), +(1068,1763,l), +(1058,1763,l), +(986,1938,l), +(694,1938,l), +(848,1589,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (390,473); +ref = caroncomb; +} +); +width = 1750; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (1022,1624); +}, +{ +name = top; +pos = (1086,1892); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,541,l), +(1166,541,l), +(1145,394,o), +(992,302,o), +(770,302,cs), +(563,302,o), +(461,462,o), +(506,717,cs), +(552,976,o), +(730,1139,o), +(968,1139,cs), +(1124,1139,o), +(1240,1077,o), +(1270,978,c), +(1544,1197,l), +(1460,1370,o), +(1242,1479,o), +(978,1479,cs), +(517,1479,o), +(177,1185,o), +(96,717,cs), +(17,257,o), +(281,-34,o), +(780,-38,cs), +(1192,-39,o), +(1497,227,o), +(1571,651,cs), +(1604,839,l), +(918,839,l) +); +}, +{ +closed = 1; +nodes = ( +(1214,1589,l), +(1524,1938,l), +(1192,1938,l), +(1068,1763,l), +(1058,1763,l), +(986,1938,l), +(694,1938,l), +(848,1589,l) +); +} +); +}; +layerId = "8AA4F4DC-B3D1-4302-8C28-7359484252DE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (390,473); +ref = caroncomb; +} +); +width = 1750; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (961,1601); +}, +{ +name = top; +pos = (993,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(839,619,l), +(1286,619,l), +(1244,332,o), +(1016,151,o), +(696,151,cs), +(380,151,o), +(220,366,o), +(281,708,cs), +(344,1067,o), +(597,1293,o), +(938,1293,cs), +(1122,1293,o), +(1277,1204,o), +(1339,1062,c), +(1486,1152,l), +(1421,1343,o), +(1206,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(255,-19,o), +(706,-19,cs), +(1114,-19,o), +(1409,235,o), +(1470,639,c), +(1495,790,l), +(869,789,l) +); +}, +{ +closed = 1; +nodes = ( +(1081,1570,l), +(1301,1809,l), +(1093,1809,l), +(993,1674,l), +(987,1674,l), +(937,1809,l), +(757,1809,l), +(875,1570,l) +); +} +); +}; +layerId = "9842D532-12CB-4344-80D0-A936D0CB7060"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (489,523); +ref = caroncomb; +} +); +width = 1646; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (832,1627); +}, +{ +name = top; +pos = (827,1901); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(860,541,l), +(1171,541,l), +(1176,402,o), +(1036,302,o), +(837,302,cs), +(624,302,o), +(470,476,o), +(470,717,cs), +(470,962,o), +(624,1139,o), +(837,1139,cs), +(978,1139,o), +(1118,1059,o), +(1171,948,c), +(1423,1197,l), +(1316,1361,o), +(1074,1479,o), +(847,1479,cs), +(389,1479,o), +(58,1159,o), +(60,717,cs), +(62,283,o), +(384,-34,o), +(827,-38,cs), +(1244,-39,o), +(1546,250,o), +(1546,651,cs), +(1546,839,l), +(860,839,l) +); +}, +{ +closed = 1; +nodes = ( +(1021,1595,l), +(1247,1944,l), +(935,1944,l), +(838,1769,l), +(828,1769,l), +(729,1944,l), +(417,1944,l), +(645,1595,l) +); +} +); +}; +layerId = "721E0487-DA56-435B-90E5-159045155F68"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = G; +}, +{ +pos = (307,479); +ref = caroncomb; +} +); +width = 1606; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (1009,1636); +}, +{ +name = top; +pos = (1034,1756); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(830,684,l), +(1397,684,l), +(1341,283,o), +(1059,31,o), +(665,31,cs), +(275,31,o), +(77,292,o), +(151,708,cs), +(227,1142,o), +(527,1414,o), +(929,1414,cs), +(1155,1414,o), +(1338,1303,o), +(1402,1127,c), +(1446,1152,l), +(1381,1343,o), +(1181,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(240,-19,o), +(666,-19,cs), +(1082,-19,o), +(1384,251,o), +(1448,681,c), +(1455,733,l), +(839,732,l) +); +}, +{ +closed = 1; +nodes = ( +(1027,1575,l), +(1256,1784,l), +(1187,1784,l), +(1011,1622,l), +(1009,1622,l), +(901,1784,l), +(842,1784,l), +(983,1575,l) +); +} +); +}; +layerId = "13921CBD-FC19-4C53-A313-B1455A08C142"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (573,523); +ref = caroncomb; +} +); +width = 1616; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (764,1601); +}, +{ +name = top; +pos = (774,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(834,619,l), +(1301,619,l), +(1310,348,o), +(1097,151,o), +(794,151,cs), +(473,151,o), +(240,385,o), +(240,708,cs), +(240,1047,o), +(473,1293,o), +(794,1293,cs), +(977,1293,o), +(1172,1192,o), +(1258,1052,c), +(1397,1152,l), +(1304,1332,o), +(1051,1463,o), +(794,1463,cs), +(368,1463,o), +(60,1146,o), +(60,708,cs), +(60,286,o), +(368,-19,o), +(794,-19,cs), +(1203,-19,o), +(1492,257,o), +(1481,639,c), +(1481,790,l), +(834,790,l) +); +}, +{ +closed = 1; +nodes = ( +(876,1570,l), +(1046,1809,l), +(852,1809,l), +(776,1674,l), +(770,1674,l), +(696,1809,l), +(502,1809,l), +(670,1570,l) +); +} +); +}; +layerId = "83B3C8C5-B6AF-4785-9B93-BEFFE6A286DC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = G; +}, +{ +pos = (392,523); +ref = caroncomb; +} +); +width = 1541; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (744,1636); +}, +{ +name = top; +pos = (744,1756); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(794,684,l), +(1361,684,l), +(1375,283,o), +(1141,31,o), +(754,31,cs), +(358,31,o), +(110,292,o), +(110,708,cs), +(110,1142,o), +(358,1414,o), +(754,1414,cs), +(987,1414,o), +(1193,1303,o), +(1288,1127,c), +(1327,1152,l), +(1229,1343,o), +(1008,1463,o), +(754,1463,cs), +(328,1463,o), +(60,1172,o), +(60,708,cs), +(60,261,o), +(328,-19,o), +(754,-19,cs), +(1171,-19,o), +(1424,251,o), +(1412,681,c), +(1410,733,l), +(794,732,l) +); +}, +{ +closed = 1; +nodes = ( +(766,1595,l), +(951,1804,l), +(887,1804,l), +(745,1642,l), +(743,1642,l), +(601,1804,l), +(537,1804,l), +(722,1595,l) +); +} +); +}; +layerId = "B9C4B606-2A49-4155-B03D-482181B77FE0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = G; +}, +{ +pos = (427,523); +ref = caroncomb; +} +); +width = 1472; +} +); +unicode = 486; +}, +{ +color = 10; +glyphname = Gcircumflex; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (754,-7); +}, +{ +name = top; +pos = (742,1777); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(794,684,l), +(1361,684,l), +(1375,283,o), +(1141,31,o), +(754,31,cs), +(358,31,o), +(110,292,o), +(110,708,cs), +(110,1142,o), +(358,1414,o), +(754,1414,cs), +(987,1414,o), +(1193,1303,o), +(1288,1127,c), +(1327,1152,l), +(1229,1343,o), +(1008,1463,o), +(754,1463,cs), +(328,1463,o), +(60,1172,o), +(60,708,cs), +(60,261,o), +(328,-19,o), +(754,-19,cs), +(1171,-19,o), +(1424,251,o), +(1412,681,c), +(1410,733,l), +(794,732,l) +); +}, +{ +closed = 1; +nodes = ( +(535,1609,l), +(599,1609,l), +(741,1771,l), +(743,1771,l), +(885,1609,l), +(949,1609,l), +(764,1818,l), +(720,1818,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = G; +}, +{ +pos = (425,523); +ref = circumflexcomb; +} +); +width = 1472; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (794,-9); +}, +{ +name = top; +pos = (765,1766); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(834,619,l), +(1301,619,l), +(1310,348,o), +(1097,151,o), +(794,151,cs), +(473,151,o), +(240,385,o), +(240,708,cs), +(240,1047,o), +(473,1293,o), +(794,1293,cs), +(977,1293,o), +(1172,1192,o), +(1258,1052,c), +(1397,1152,l), +(1304,1332,o), +(1051,1463,o), +(794,1463,cs), +(368,1463,o), +(60,1146,o), +(60,708,cs), +(60,286,o), +(368,-19,o), +(794,-19,cs), +(1203,-19,o), +(1492,257,o), +(1481,639,c), +(1481,790,l), +(834,790,l) +); +}, +{ +closed = 1; +nodes = ( +(503,1558,l), +(697,1558,l), +(771,1673,l), +(777,1673,l), +(853,1558,l), +(1047,1558,l), +(877,1797,l), +(671,1797,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (393,523); +ref = circumflexcomb; +} +); +width = 1541; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (847,-25); +}, +{ +name = top; +pos = (827,1890); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(860,541,l), +(1171,541,l), +(1176,402,o), +(1036,302,o), +(837,302,cs), +(624,302,o), +(470,476,o), +(470,717,cs), +(470,962,o), +(624,1139,o), +(837,1139,cs), +(978,1139,o), +(1118,1059,o), +(1171,948,c), +(1423,1197,l), +(1316,1361,o), +(1074,1479,o), +(847,1479,cs), +(389,1479,o), +(58,1159,o), +(60,717,cs), +(62,283,o), +(384,-34,o), +(827,-38,cs), +(1244,-39,o), +(1546,250,o), +(1546,651,cs), +(1546,839,l), +(860,839,l) +); +}, +{ +closed = 1; +nodes = ( +(412,1573,l), +(724,1573,l), +(823,1748,l), +(833,1748,l), +(930,1573,l), +(1242,1573,l), +(1016,1922,l), +(640,1922,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (302,479); +ref = circumflexcomb; +} +); +width = 1606; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (667,-7); +}, +{ +name = top; +pos = (1044,1777); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(830,684,l), +(1397,684,l), +(1341,283,o), +(1059,31,o), +(665,31,cs), +(275,31,o), +(77,292,o), +(151,708,cs), +(227,1142,o), +(527,1414,o), +(929,1414,cs), +(1155,1414,o), +(1338,1303,o), +(1402,1127,c), +(1446,1152,l), +(1381,1343,o), +(1181,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(240,-19,o), +(666,-19,cs), +(1082,-19,o), +(1384,251,o), +(1448,681,c), +(1455,733,l), +(839,732,l) +); +}, +{ +closed = 1; +nodes = ( +(802,1609,l), +(866,1609,l), +(1042,1771,l), +(1044,1771,l), +(1152,1609,l), +(1216,1609,l), +(1075,1818,l), +(1031,1818,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (571,523); +ref = circumflexcomb; +} +); +width = 1616; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (686,-9); +}, +{ +name = top; +pos = (1025,1766); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(839,619,l), +(1286,619,l), +(1244,332,o), +(1016,151,o), +(696,151,cs), +(380,151,o), +(220,366,o), +(281,708,cs), +(344,1067,o), +(597,1293,o), +(938,1293,cs), +(1122,1293,o), +(1277,1204,o), +(1339,1062,c), +(1486,1152,l), +(1421,1343,o), +(1206,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(255,-19,o), +(706,-19,cs), +(1114,-19,o), +(1409,235,o), +(1470,639,c), +(1495,790,l), +(869,789,l) +); +}, +{ +closed = 1; +nodes = ( +(708,1558,l), +(902,1558,l), +(1000,1673,l), +(1006,1673,l), +(1058,1558,l), +(1252,1558,l), +(1132,1797,l), +(926,1797,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (494,523); +ref = circumflexcomb; +} +); +width = 1646; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (750,-25); +}, +{ +name = top; +pos = (1105,1860); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,541,l), +(1166,541,l), +(1145,394,o), +(992,302,o), +(770,302,cs), +(563,302,o), +(461,462,o), +(506,717,cs), +(552,976,o), +(730,1139,o), +(968,1139,cs), +(1124,1139,o), +(1240,1077,o), +(1270,978,c), +(1544,1197,l), +(1460,1370,o), +(1242,1479,o), +(978,1479,cs), +(517,1479,o), +(177,1185,o), +(96,717,cs), +(17,257,o), +(281,-34,o), +(780,-38,cs), +(1192,-39,o), +(1497,227,o), +(1571,651,cs), +(1604,839,l), +(918,839,l) +); +}, +{ +closed = 1; +nodes = ( +(623,1573,l), +(935,1573,l), +(1071,1748,l), +(1081,1748,l), +(1141,1573,l), +(1453,1573,l), +(1301,1922,l), +(925,1922,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (397,479); +ref = circumflexcomb; +} +); +width = 1750; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (750,-25); +}, +{ +name = top; +pos = (1105,1860); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,541,l), +(1166,541,l), +(1145,394,o), +(992,302,o), +(770,302,cs), +(563,302,o), +(461,462,o), +(506,717,cs), +(552,976,o), +(730,1139,o), +(968,1139,cs), +(1124,1139,o), +(1240,1077,o), +(1270,978,c), +(1544,1197,l), +(1460,1370,o), +(1242,1479,o), +(978,1479,cs), +(517,1479,o), +(177,1185,o), +(96,717,cs), +(17,257,o), +(281,-34,o), +(780,-38,cs), +(1192,-39,o), +(1497,227,o), +(1571,651,cs), +(1604,839,l), +(918,839,l) +); +}, +{ +closed = 1; +nodes = ( +(623,1573,l), +(935,1573,l), +(1071,1748,l), +(1081,1748,l), +(1141,1573,l), +(1453,1573,l), +(1301,1922,l), +(925,1922,l) +); +} +); +}; +layerId = "69715BBB-C2E4-4C3A-B343-34ECBAA041EF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (397,479); +ref = circumflexcomb; +} +); +width = 1750; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (686,-9); +}, +{ +name = top; +pos = (1025,1766); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(839,619,l), +(1286,619,l), +(1244,332,o), +(1016,151,o), +(696,151,cs), +(380,151,o), +(220,366,o), +(281,708,cs), +(344,1067,o), +(597,1293,o), +(938,1293,cs), +(1122,1293,o), +(1277,1204,o), +(1339,1062,c), +(1486,1152,l), +(1421,1343,o), +(1206,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(255,-19,o), +(706,-19,cs), +(1114,-19,o), +(1409,235,o), +(1470,639,c), +(1495,790,l), +(869,789,l) +); +}, +{ +closed = 1; +nodes = ( +(708,1558,l), +(902,1558,l), +(1000,1673,l), +(1006,1673,l), +(1058,1558,l), +(1252,1558,l), +(1132,1797,l), +(926,1797,l) +); +} +); +}; +layerId = "B27BDA8B-FA99-49C8-9A6E-E64138D9CA2C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (494,523); +ref = circumflexcomb; +} +); +width = 1646; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (847,-25); +}, +{ +name = top; +pos = (827,1890); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(860,541,l), +(1171,541,l), +(1176,402,o), +(1036,302,o), +(837,302,cs), +(624,302,o), +(470,476,o), +(470,717,cs), +(470,962,o), +(624,1139,o), +(837,1139,cs), +(978,1139,o), +(1118,1059,o), +(1171,948,c), +(1423,1197,l), +(1316,1361,o), +(1074,1479,o), +(847,1479,cs), +(389,1479,o), +(58,1159,o), +(60,717,cs), +(62,283,o), +(384,-34,o), +(827,-38,cs), +(1244,-39,o), +(1546,250,o), +(1546,651,cs), +(1546,839,l), +(860,839,l) +); +}, +{ +closed = 1; +nodes = ( +(412,1573,l), +(724,1573,l), +(823,1748,l), +(833,1748,l), +(930,1573,l), +(1242,1573,l), +(1016,1922,l), +(640,1922,l) +); +} +); +}; +layerId = "0A29F907-6CAC-4491-A848-9C682B818BC3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = G; +}, +{ +pos = (302,479); +ref = circumflexcomb; +} +); +width = 1606; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (667,-7); +}, +{ +name = top; +pos = (1044,1777); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(830,684,l), +(1397,684,l), +(1341,283,o), +(1059,31,o), +(665,31,cs), +(275,31,o), +(77,292,o), +(151,708,cs), +(227,1142,o), +(527,1414,o), +(929,1414,cs), +(1155,1414,o), +(1338,1303,o), +(1402,1127,c), +(1446,1152,l), +(1381,1343,o), +(1181,1463,o), +(928,1463,cs), +(501,1463,o), +(182,1172,o), +(101,708,cs), +(22,261,o), +(240,-19,o), +(666,-19,cs), +(1082,-19,o), +(1384,251,o), +(1448,681,c), +(1455,733,l), +(839,732,l) +); +}, +{ +closed = 1; +nodes = ( +(802,1609,l), +(866,1609,l), +(1042,1771,l), +(1044,1771,l), +(1152,1609,l), +(1216,1609,l), +(1075,1818,l), +(1031,1818,l) +); +} +); +}; +layerId = "BAA1B6B3-16B0-498A-8C86-8BF44819E491"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = G; +}, +{ +alignment = -1; +pos = (571,523); +ref = circumflexcomb; +} +); +width = 1616; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (794,-9); +}, +{ +name = top; +pos = (765,1766); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(834,619,l), +(1301,619,l), +(1310,348,o), +(1097,151,o), +(794,151,cs), +(473,151,o), +(240,385,o), +(240,708,cs), +(240,1047,o), +(473,1293,o), +(794,1293,cs), +(977,1293,o), +(1172,1192,o), +(1258,1052,c), +(1397,1152,l), +(1304,1332,o), +(1051,1463,o), +(794,1463,cs), +(368,1463,o), +(60,1146,o), +(60,708,cs), +(60,286,o), +(368,-19,o), +(794,-19,cs), +(1203,-19,o), +(1492,257,o), +(1481,639,c), +(1481,790,l), +(834,790,l) +); +}, +{ +closed = 1; +nodes = ( +(503,1558,l), +(697,1558,l), +(771,1673,l), +(777,1673,l), +(853,1558,l), +(1047,1558,l), +(877,1797,l), +(671,1797,l) +); +} +); +}; +layerId = "A492AE8B-6F91-4BE4-B018-FDE7826D961B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = G; +}, +{ +pos = (393,523); +ref = circumflexcomb; +} +); +width = 1541; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (754,-7); +}, +{ +name = top; +pos = (742,1777); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(794,684,l), +(1361,684,l), +(1375,283,o), +(1141,31,o), +(754,31,cs), +(358,31,o), +(110,292,o), +(110,708,cs), +(110,1142,o), +(358,1414,o), +(754,1414,cs), +(987,1414,o), +(1193,1303,o), +(1288,1127,c), +(1327,1152,l), +(1229,1343,o), +(1008,1463,o), +(754,1463,cs), +(328,1463,o), +(60,1172,o), +(60,708,cs), +(60,261,o), +(328,-19,o), +(754,-19,cs), +(1171,-19,o), +(1424,251,o), +(1412,681,c), +(1410,733,l), +(794,732,l) +); +}, +{ +closed = 1; +nodes = ( +(535,1609,l), +(599,1609,l), +(741,1771,l), +(743,1771,l), +(885,1609,l), +(949,1609,l), +(764,1818,l), +(720,1818,l) +); +} +); +}; +layerId = "35A6643E-D798-4905-A2C6-4DD6A99C40B5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = G; +}, +{ +pos = (425,523); +ref = circumflexcomb; +} +); +width = 1472; +} +); +unicode = 284; +}, +{ +color = 10; +glyphname = Gcommaaccent; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = G; +}, +{ +pos = (535,-7); +ref = commaaccentcomb; +} +); +width = 1472; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (530,-9); +ref = commaaccentcomb; +} +); +width = 1541; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (456,-25); +ref = commaaccentcomb; +} +); +width = 1606; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = G; +}, +{ +pos = (557,-7); +ref = commaaccentcomb; +} +); +width = 1476; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = G; +}, +{ +pos = (538,-9); +ref = commaaccentcomb; +} +); +width = 1506; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = G; +}, +{ +pos = (475,-25); +ref = commaaccentcomb; +} +); +width = 1610; +} +); +metricLeft = O; +metricRight = O; +unicode = 290; +}, +{ +color = 10; +glyphname = Gdotaccent; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = G; +}, +{ +pos = (599,523); +ref = dotaccentcomb; +} +); +width = 1472; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = G; +}, +{ +pos = (562,523); +ref = dotaccentcomb; +} +); +width = 1541; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = G; +}, +{ +pos = (555,479); +ref = dotaccentcomb; +} +); +width = 1606; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = G; +}, +{ +pos = (701,523); +ref = dotaccentcomb; +} +); +width = 1476; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = G; +}, +{ +pos = (642,523); +ref = dotaccentcomb; +} +); +width = 1506; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = G; +}, +{ +pos = (603,479); +ref = dotaccentcomb; +} +); +width = 1610; +} +); +unicode = 288; +}, +{ +color = 6; +glyphname = H; +kernLeft = H; +kernRight = H; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,-17,o), +(1277,289,o), +(1277,724,cs), +(1277,1158,o), +(1002,1463,o), +(610,1463,cs), +(223,1463,o), +(-49,1158,o), +(-49,724,cs), +(-49,289,o), +(223,-17,o), +(610,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(252,33,o), +(1,318,o), +(1,724,cs), +(1,1129,o), +(252,1413,o), +(610,1413,cs), +(972,1413,o), +(1227,1129,o), +(1227,724,cs), +(1227,318,o), +(972,33,o), +(610,33,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +} +); +width = 1235; +}, +{ +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1078,-20,o), +(1366,287,o), +(1366,724,cs), +(1366,1158,o), +(1078,1463,o), +(669,1463,cs), +(259,1463,o), +(-30,1158,o), +(-30,724,cs), +(-30,287,o), +(259,-20,o), +(669,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,155,o), +(160,390,o), +(160,724,cs), +(160,1055,o), +(370,1288,o), +(669,1288,cs), +(967,1288,o), +(1176,1055,o), +(1176,724,cs), +(1176,390,o), +(967,155,o), +(669,155,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +} +); +width = 1325; +}, +{ +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1241,-37,o), +(1541,256,o), +(1541,723,cs), +(1541,1188,o), +(1241,1480,o), +(762,1480,cs), +(282,1480,o), +(-20,1188,o), +(-20,723,cs), +(-20,256,o), +(282,-37,o), +(762,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(547,311,o), +(412,470,o), +(412,723,cs), +(412,974,o), +(547,1132,o), +(762,1132,cs), +(975,1132,o), +(1109,974,o), +(1109,723,cs), +(1109,470,o), +(975,311,o), +(762,311,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +} +); +width = 1529; +}, +{ +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1275,-17,o), +(1550,289,o), +(1550,724,cs), +(1550,1158,o), +(1275,1463,o), +(883,1463,cs), +(496,1463,o), +(224,1158,o), +(224,724,cs), +(224,289,o), +(496,-17,o), +(883,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(525,33,o), +(274,318,o), +(274,724,cs), +(274,1129,o), +(525,1413,o), +(883,1413,cs), +(1245,1413,o), +(1500,1129,o), +(1500,724,cs), +(1500,318,o), +(1245,33,o), +(883,33,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +} +); +width = 1236; +}, +{ +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1244,-20,o), +(1532,287,o), +(1532,724,cs), +(1532,1158,o), +(1244,1463,o), +(835,1463,cs), +(425,1463,o), +(136,1158,o), +(136,724,cs), +(136,287,o), +(425,-20,o), +(835,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(536,155,o), +(326,390,o), +(326,724,cs), +(326,1055,o), +(536,1288,o), +(835,1288,cs), +(1133,1288,o), +(1342,1055,o), +(1342,724,cs), +(1342,390,o), +(1133,155,o), +(835,155,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +} +); +width = 1326; +}, +{ +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1375,-37,o), +(1675,256,o), +(1675,723,cs), +(1675,1188,o), +(1375,1480,o), +(896,1480,cs), +(416,1480,o), +(114,1188,o), +(114,723,cs), +(114,256,o), +(416,-37,o), +(896,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(681,311,o), +(546,470,o), +(546,723,cs), +(546,974,o), +(681,1132,o), +(896,1132,cs), +(1109,1132,o), +(1243,974,o), +(1243,723,cs), +(1243,470,o), +(1109,311,o), +(896,311,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +} +); +width = 1530; +} +); +unicode = 72; +}, +{ +color = 3; +glyphname = Hbar; +kernLeft = H; +kernRight = H; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,1107,l), +(1223,1107,l), +(1223,1154,l), +(40,1154,l) +); +}, +{ +pos = (14,0); +ref = H; +} +); +width = 1263; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,1097,l), +(1383,1097,l), +(1383,1247,l), +(40,1247,l) +); +}, +{ +pos = (49,0); +ref = H; +} +); +width = 1423; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,1053,l), +(1579,1053,l), +(1579,1305,l), +(20,1305,l) +); +}, +{ +pos = (35,0); +ref = H; +} +); +width = 1599; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,1107,l), +(1348,1107,l), +(1358,1154,l), +(175,1154,l) +); +}, +{ +pos = (18,0); +ref = H; +} +); +width = 1263; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(163,1097,l), +(1506,1097,l), +(1538,1247,l), +(195,1247,l) +); +}, +{ +pos = (49,0); +ref = H; +} +); +width = 1423; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,1053,l), +(1706,1053,l), +(1760,1305,l), +(201,1305,l) +); +}, +{ +pos = (53,0); +ref = H; +} +); +width = 1640; +} +); +tags = ( +topbar +); +unicode = 294; +}, +{ +color = 10; +glyphname = Hcaron; +kernLeft = H; +kernRight = H; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (620,1616); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1736); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(642,1575,l), +(827,1784,l), +(763,1784,l), +(621,1622,l), +(619,1622,l), +(477,1784,l), +(413,1784,l), +(598,1575,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = H; +}, +{ +pos = (303,503); +ref = caroncomb; +} +); +width = 1235; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (659,1581); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1726); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(771,1550,l), +(941,1789,l), +(747,1789,l), +(671,1654,l), +(665,1654,l), +(591,1789,l), +(397,1789,l), +(565,1550,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = H; +}, +{ +pos = (287,503); +ref = caroncomb; +} +); +width = 1325; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (773,1591); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1865); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(962,1559,l), +(1188,1908,l), +(876,1908,l), +(779,1733,l), +(769,1733,l), +(670,1908,l), +(358,1908,l), +(586,1559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = H; +}, +{ +pos = (248,443); +ref = caroncomb; +} +); +width = 1529; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (816,1616); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (841,1736); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(834,1555,l), +(1063,1764,l), +(994,1764,l), +(818,1602,l), +(816,1602,l), +(708,1764,l), +(649,1764,l), +(790,1555,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (380,503); +ref = caroncomb; +} +); +width = 1236; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (898,1581); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (930,1726); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1018,1550,l), +(1238,1789,l), +(1030,1789,l), +(930,1654,l), +(924,1654,l), +(874,1789,l), +(694,1789,l), +(812,1550,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (426,503); +ref = caroncomb; +} +); +width = 1486; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (982,1588); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (1046,1856); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1174,1553,l), +(1484,1902,l), +(1152,1902,l), +(1028,1727,l), +(1018,1727,l), +(946,1902,l), +(654,1902,l), +(808,1553,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (350,437); +ref = caroncomb; +} +); +width = 1650; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (982,1588); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (1046,1856); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1174,1553,l), +(1484,1902,l), +(1152,1902,l), +(1028,1727,l), +(1018,1727,l), +(946,1902,l), +(654,1902,l), +(808,1553,l) +); +} +); +}; +layerId = "B077BA29-D073-43D5-8D8F-DA7647F2C972"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (350,437); +ref = caroncomb; +} +); +width = 1650; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (898,1581); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (930,1726); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1018,1550,l), +(1238,1789,l), +(1030,1789,l), +(930,1654,l), +(924,1654,l), +(874,1789,l), +(694,1789,l), +(812,1550,l) +); +} +); +}; +layerId = "171CE70E-8DB1-4CDB-9F70-71A5DC14B533"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (426,503); +ref = caroncomb; +} +); +width = 1486; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (773,1591); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1865); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(962,1559,l), +(1188,1908,l), +(876,1908,l), +(779,1733,l), +(769,1733,l), +(670,1908,l), +(358,1908,l), +(586,1559,l) +); +} +); +}; +layerId = "34ED7693-5832-4C78-A2BF-9E0AD28AEB34"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +pos = (248,443); +ref = caroncomb; +} +); +width = 1529; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (816,1616); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (841,1736); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(834,1555,l), +(1063,1764,l), +(994,1764,l), +(818,1602,l), +(816,1602,l), +(708,1764,l), +(649,1764,l), +(790,1555,l) +); +} +); +}; +layerId = "61C92D6C-931F-4442-B86C-85AAAEF25151"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (380,503); +ref = caroncomb; +} +); +width = 1236; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (659,1581); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1726); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(771,1550,l), +(941,1789,l), +(747,1789,l), +(671,1654,l), +(665,1654,l), +(591,1789,l), +(397,1789,l), +(565,1550,l) +); +} +); +}; +layerId = "D91B015C-4355-451B-9D3C-8C2DE8A73A56"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +pos = (287,503); +ref = caroncomb; +} +); +width = 1325; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,1616); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1736); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(642,1575,l), +(827,1784,l), +(763,1784,l), +(621,1622,l), +(619,1622,l), +(477,1784,l), +(413,1784,l), +(598,1575,l) +); +} +); +}; +layerId = "EF0E3BF7-6C03-46B3-972E-9149F214B72B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +pos = (303,503); +ref = caroncomb; +} +); +width = 1235; +} +); +unicode = 542; +}, +{ +color = 10; +glyphname = Hcircumflex; +kernLeft = H; +kernRight = H; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (618,1757); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(411,1589,l), +(475,1589,l), +(617,1751,l), +(619,1751,l), +(761,1589,l), +(825,1589,l), +(640,1798,l), +(596,1798,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = H; +}, +{ +pos = (301,503); +ref = circumflexcomb; +} +); +width = 1235; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (660,1746); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(398,1538,l), +(592,1538,l), +(666,1653,l), +(672,1653,l), +(748,1538,l), +(942,1538,l), +(772,1777,l), +(566,1777,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = H; +}, +{ +pos = (288,503); +ref = circumflexcomb; +} +); +width = 1325; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1854); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(353,1537,l), +(665,1537,l), +(764,1712,l), +(774,1712,l), +(871,1537,l), +(1183,1537,l), +(957,1886,l), +(581,1886,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = H; +}, +{ +pos = (243,443); +ref = circumflexcomb; +} +); +width = 1529; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (851,1757); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(609,1589,l), +(673,1589,l), +(849,1751,l), +(851,1751,l), +(959,1589,l), +(1023,1589,l), +(882,1798,l), +(838,1798,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (378,503); +ref = circumflexcomb; +} +); +width = 1236; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (962,1746); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(645,1538,l), +(839,1538,l), +(937,1653,l), +(943,1653,l), +(995,1538,l), +(1189,1538,l), +(1069,1777,l), +(863,1777,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (431,503); +ref = circumflexcomb; +} +); +width = 1486; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (1065,1824); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(583,1537,l), +(895,1537,l), +(1031,1712,l), +(1041,1712,l), +(1101,1537,l), +(1413,1537,l), +(1261,1886,l), +(885,1886,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (357,443); +ref = circumflexcomb; +} +); +width = 1650; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (1065,1824); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(583,1537,l), +(895,1537,l), +(1031,1712,l), +(1041,1712,l), +(1101,1537,l), +(1413,1537,l), +(1261,1886,l), +(885,1886,l) +); +} +); +}; +layerId = "196CE29E-D231-4232-AEFD-549B3B373EF9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (357,443); +ref = circumflexcomb; +} +); +width = 1650; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (962,1746); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(645,1538,l), +(839,1538,l), +(937,1653,l), +(943,1653,l), +(995,1538,l), +(1189,1538,l), +(1069,1777,l), +(863,1777,l) +); +} +); +}; +layerId = "BEAB3EE6-0757-45B3-BCDF-EFA542C70484"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (431,503); +ref = circumflexcomb; +} +); +width = 1486; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1854); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(353,1537,l), +(665,1537,l), +(764,1712,l), +(774,1712,l), +(871,1537,l), +(1183,1537,l), +(957,1886,l), +(581,1886,l) +); +} +); +}; +layerId = "1D3A86EA-2D05-4463-A2EA-1110FF4EAE3E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +pos = (243,443); +ref = circumflexcomb; +} +); +width = 1529; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (851,1757); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(609,1589,l), +(673,1589,l), +(849,1751,l), +(851,1751,l), +(959,1589,l), +(1023,1589,l), +(882,1798,l), +(838,1798,l) +); +} +); +}; +layerId = "DAC93CBD-0CD1-49B0-9D6A-E7F4EB3B75FC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (378,503); +ref = circumflexcomb; +} +); +width = 1236; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (660,1746); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(398,1538,l), +(592,1538,l), +(666,1653,l), +(672,1653,l), +(748,1538,l), +(942,1538,l), +(772,1777,l), +(566,1777,l) +); +} +); +}; +layerId = "AED23C75-306E-4177-848B-982BF9888AB6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +pos = (288,503); +ref = circumflexcomb; +} +); +width = 1325; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (618,1757); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(411,1589,l), +(475,1589,l), +(617,1751,l), +(619,1751,l), +(761,1589,l), +(825,1589,l), +(640,1798,l), +(596,1798,l) +); +} +); +}; +layerId = "43C4415D-32B1-4FEC-BC3E-BEAB061F1017"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +pos = (301,503); +ref = circumflexcomb; +} +); +width = 1235; +} +); +unicode = 292; +}, +{ +color = 6; +glyphname = I; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1443); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 250; +}, +{ +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 380; +}, +{ +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1443); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 610; +}, +{ +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 251; +}, +{ +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 381; +}, +{ +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (495,1443); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +} +); +width = 611; +} +); +metricLeft = H; +metricRight = H; +unicode = 73; +}, +{ +color = 10; +glyphname = Iacute; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (6,503); +ref = acute; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (17,503); +ref = acute; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (88,443); +ref = acute; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +}, +{ +pos = (136,503); +ref = acute; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = I; +}, +{ +pos = (128,503); +ref = acute; +} +); +width = 381; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = I; +}, +{ +pos = (182,443); +ref = acute; +} +); +width = 611; +} +); +metricLeft = H; +unicode = 205; +}, +{ +color = 10; +glyphname = Ibreve; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1738); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(242,1587,o), +(315,1661,o), +(315,1778,c), +(267,1778,l), +(266,1689,o), +(212,1631,o), +(126,1631,cs), +(40,1631,o), +(-14,1689,o), +(-15,1778,c), +(-63,1778,l), +(-63,1661,o), +(10,1587,o), +(126,1587,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-173,503); +ref = brevecomb; +} +); +width = 250; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1716); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(341,1538,o), +(433,1623,o), +(433,1759,c), +(266,1759,l), +(265,1701,o), +(237,1665,o), +(194,1665,cs), +(151,1665,o), +(123,1701,o), +(122,1759,c), +(-45,1759,l), +(-45,1623,o), +(47,1538,o), +(194,1538,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-155,503); +ref = brevecomb; +} +); +width = 380; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1816); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(529,1545,o), +(670,1669,o), +(670,1866,c), +(401,1866,l), +(400,1790,o), +(363,1742,o), +(305,1742,cs), +(247,1742,o), +(210,1790,o), +(209,1866,c), +(-60,1866,l), +(-60,1669,o), +(81,1545,o), +(305,1545,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-170,443); +ref = brevecomb; +} +); +width = 610; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (394,1738); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(484,1587,o), +(570,1661,o), +(591,1778,c), +(543,1778,l), +(526,1689,o), +(462,1631,o), +(376,1631,cs), +(290,1631,o), +(246,1689,o), +(261,1778,c), +(213,1778,l), +(192,1661,o), +(252,1587,o), +(368,1587,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-58,503); +ref = brevecomb; +} +); +width = 371; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (473,1716); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(589,1538,o), +(696,1623,o), +(719,1759,c), +(552,1759,l), +(541,1701,o), +(507,1665,o), +(464,1665,cs), +(421,1665,o), +(399,1701,o), +(408,1759,c), +(241,1759,l), +(218,1623,o), +(295,1538,o), +(442,1538,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-20,503); +ref = brevecomb; +} +); +width = 541; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (580,1816); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(757,1545,o), +(920,1669,o), +(954,1866,c), +(685,1866,l), +(671,1790,o), +(625,1742,o), +(567,1742,cs), +(509,1742,o), +(481,1790,o), +(493,1866,c), +(224,1866,l), +(190,1669,o), +(309,1545,o), +(533,1545,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-72,443); +ref = brevecomb; +} +); +width = 731; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (580,1816); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(757,1545,o), +(920,1669,o), +(954,1866,c), +(685,1866,l), +(671,1790,o), +(625,1742,o), +(567,1742,cs), +(509,1742,o), +(481,1790,o), +(493,1866,c), +(224,1866,l), +(190,1669,o), +(309,1545,o), +(533,1545,cs) +); +} +); +}; +layerId = "E694FBA5-839B-4287-89B7-0ECDE77C8EB3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-72,443); +ref = brevecomb; +} +); +width = 731; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (473,1716); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(589,1538,o), +(696,1623,o), +(719,1759,c), +(552,1759,l), +(541,1701,o), +(507,1665,o), +(464,1665,cs), +(421,1665,o), +(399,1701,o), +(408,1759,c), +(241,1759,l), +(218,1623,o), +(295,1538,o), +(442,1538,cs) +); +} +); +}; +layerId = "291FAB3E-32ED-43D5-90FB-E6211DF4D9F9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-20,503); +ref = brevecomb; +} +); +width = 541; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1816); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(529,1545,o), +(670,1669,o), +(670,1866,c), +(401,1866,l), +(400,1790,o), +(363,1742,o), +(305,1742,cs), +(247,1742,o), +(210,1790,o), +(209,1866,c), +(-60,1866,l), +(-60,1669,o), +(81,1545,o), +(305,1545,cs) +); +} +); +}; +layerId = "DADB89B4-88F6-4433-9D4F-3499F5EF32BE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-170,443); +ref = brevecomb; +} +); +width = 610; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (394,1738); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(484,1587,o), +(570,1661,o), +(591,1778,c), +(543,1778,l), +(526,1689,o), +(462,1631,o), +(376,1631,cs), +(290,1631,o), +(246,1689,o), +(261,1778,c), +(213,1778,l), +(192,1661,o), +(252,1587,o), +(368,1587,cs) +); +} +); +}; +layerId = "ED2AE1F5-9C15-4102-9219-083362266336"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-58,503); +ref = brevecomb; +} +); +width = 371; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1716); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(341,1538,o), +(433,1623,o), +(433,1759,c), +(266,1759,l), +(265,1701,o), +(237,1665,o), +(194,1665,cs), +(151,1665,o), +(123,1701,o), +(122,1759,c), +(-45,1759,l), +(-45,1623,o), +(47,1538,o), +(194,1538,cs) +); +} +); +}; +layerId = "13D674C8-064A-4FF7-A343-0DFDA13411C9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-155,503); +ref = brevecomb; +} +); +width = 380; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1738); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(242,1587,o), +(315,1661,o), +(315,1778,c), +(267,1778,l), +(266,1689,o), +(212,1631,o), +(126,1631,cs), +(40,1631,o), +(-14,1689,o), +(-15,1778,c), +(-63,1778,l), +(-63,1661,o), +(10,1587,o), +(126,1587,cs) +); +} +); +}; +layerId = "7AA475E6-FB26-408D-82C8-470B2B5BD0F4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-173,503); +ref = brevecomb; +} +); +width = 250; +} +); +unicode = 300; +}, +{ +color = 10; +glyphname = Icaron; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-192,503); +ref = caroncomb; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-188,503); +ref = caroncomb; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-215,443); +ref = caroncomb; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-86,503); +ref = caroncomb; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-84,503); +ref = caroncomb; +} +); +width = 381; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-133,437); +ref = caroncomb; +} +); +width = 611; +} +); +unicode = 463; +}, +{ +color = 10; +glyphname = Icircumflex; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-194,503); +ref = circumflexcomb; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-187,503); +ref = circumflexcomb; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-220,443); +ref = circumflexcomb; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-88,503); +ref = circumflexcomb; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-79,503); +ref = circumflexcomb; +} +); +width = 381; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-126,443); +ref = circumflexcomb; +} +); +width = 611; +} +); +metricLeft = Icaron; +metricRight = Icaron; +unicode = 206; +}, +{ +color = 10; +glyphname = Idieresis; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1443); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-51,1638,l), +(19,1638,l), +(19,1708,l), +(-51,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(232,1638,l), +(302,1638,l), +(302,1708,l), +(232,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-161,503); +ref = dieresiscomb; +} +); +width = 250; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-49,1564,l), +(131,1564,l), +(131,1743,l), +(-49,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(258,1564,l), +(438,1564,l), +(438,1743,l), +(258,1743,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-159,503); +ref = dieresiscomb; +} +); +width = 380; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1443); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1605,l), +(234,1605,l), +(234,1848,l), +(-44,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(371,1605,l), +(649,1605,l), +(649,1848,l), +(371,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-154,443); +ref = dieresiscomb; +} +); +width = 610; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(198,1628,l), +(268,1628,l), +(282,1698,l), +(212,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(481,1628,l), +(551,1628,l), +(565,1698,l), +(495,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-42,503); +ref = dieresiscomb; +} +); +width = 371; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(192,1554,l), +(372,1554,l), +(409,1733,l), +(230,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(499,1554,l), +(679,1554,l), +(716,1733,l), +(537,1733,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-26,503); +ref = dieresiscomb; +} +); +width = 541; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (495,1443); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(200,1605,l), +(478,1605,l), +(530,1848,l), +(252,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(615,1605,l), +(893,1605,l), +(945,1848,l), +(667,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-40,443); +ref = dieresiscomb; +} +); +width = 731; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (495,1443); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(200,1605,l), +(478,1605,l), +(530,1848,l), +(252,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(615,1605,l), +(893,1605,l), +(945,1848,l), +(667,1848,l) +); +} +); +}; +layerId = "91B7AE44-F4FD-45EF-BFBD-6527B0429DD6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-40,443); +ref = dieresiscomb; +} +); +width = 731; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(192,1554,l), +(372,1554,l), +(409,1733,l), +(230,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(499,1554,l), +(679,1554,l), +(716,1733,l), +(537,1733,l) +); +} +); +}; +layerId = "9A4F17F5-6CEA-44E2-9D98-F92C8F9F66D3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-26,503); +ref = dieresiscomb; +} +); +width = 541; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1443); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1605,l), +(234,1605,l), +(234,1848,l), +(-44,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(371,1605,l), +(649,1605,l), +(649,1848,l), +(371,1848,l) +); +} +); +}; +layerId = "F72426AE-8AAD-42A6-9173-A1C52FA85E87"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-154,443); +ref = dieresiscomb; +} +); +width = 610; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(198,1628,l), +(268,1628,l), +(282,1698,l), +(212,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(481,1628,l), +(551,1628,l), +(565,1698,l), +(495,1698,l) +); +} +); +}; +layerId = "966545A5-3C64-417A-9343-300F23BC0887"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-42,503); +ref = dieresiscomb; +} +); +width = 371; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-49,1564,l), +(131,1564,l), +(131,1743,l), +(-49,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(258,1564,l), +(438,1564,l), +(438,1743,l), +(258,1743,l) +); +} +); +}; +layerId = "1F0EB251-6030-4ACF-B1CE-E6D17E54BF5A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-159,503); +ref = dieresiscomb; +} +); +width = 380; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1443); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-51,1638,l), +(19,1638,l), +(19,1708,l), +(-51,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(232,1638,l), +(302,1638,l), +(302,1708,l), +(232,1708,l) +); +} +); +}; +layerId = "77C1EFF7-E0E3-4ACB-B2E7-BC7CDAE918CE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-161,503); +ref = dieresiscomb; +} +); +width = 250; +} +); +unicode = 207; +}, +{ +color = 10; +glyphname = Idotaccent; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-20,503); +ref = dotaccentcomb; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-18,503); +ref = dotaccentcomb; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (33,443); +ref = dotaccentcomb; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +}, +{ +pos = (83,503); +ref = dotaccentcomb; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = I; +}, +{ +pos = (84,503); +ref = dotaccentcomb; +} +); +width = 381; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = I; +}, +{ +pos = (120,443); +ref = dotaccentcomb; +} +); +width = 611; +} +); +metricLeft = H; +metricRight = H; +unicode = 304; +}, +{ +color = 10; +glyphname = Igrave; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-101,503); +ref = gravecomb; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-142,503); +ref = gravecomb; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-111,443); +ref = gravecomb; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-18,503); +ref = gravecomb; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-34,503); +ref = gravecomb; +} +); +width = 381; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-12,443); +ref = gravecomb; +} +); +width = 611; +} +); +metricLeft = H; +metricRight = H; +unicode = 204; +}, +{ +color = 10; +glyphname = Imacron; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-185,503); +ref = macroncomb; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-153,503); +ref = macroncomb; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-132,443); +ref = macroncomb; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-85,503); +ref = macroncomb; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-48,503); +ref = macroncomb; +} +); +width = 381; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-30,443); +ref = macroncomb; +} +); +width = 611; +} +); +metricLeft = H; +metricRight = H; +unicode = 298; +}, +{ +color = 10; +glyphname = Iogonek; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-108,1); +ref = ogonekcomb; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-107,1); +ref = ogonekcomb; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-49,4); +ref = ogonekcomb; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-79,1); +ref = ogonekcomb; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-68,1); +ref = ogonekcomb; +} +); +width = 381; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-14,4); +ref = ogonekcomb; +} +); +width = 611; +} +); +metricLeft = H; +metricRight = H; +unicode = 302; +}, +{ +color = 10; +glyphname = Itilde; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1627); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-66,1587,l), +(-35,1618,o), +(3,1637,o), +(34,1637,cs), +(92,1637,o), +(143,1575,o), +(208,1575,cs), +(243,1575,o), +(283,1592,o), +(311,1623,c), +(310,1675,l), +(277,1644,o), +(238,1624,o), +(208,1624,cs), +(157,1624,o), +(101,1686,o), +(34,1686,cs), +(6,1686,o), +(-33,1669,o), +(-66,1639,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-176,403); +ref = tildecomb; +} +); +width = 250; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1737); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-66,1582,l), +(-25,1613,o), +(34,1632,o), +(89,1632,cs), +(161,1632,o), +(224,1578,o), +(305,1578,cs), +(362,1578,o), +(417,1597,o), +(447,1628,c), +(447,1764,l), +(406,1737,o), +(349,1720,o), +(297,1720,cs), +(234,1720,o), +(172,1774,o), +(89,1774,cs), +(38,1774,o), +(-21,1752,o), +(-66,1718,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-176,503); +ref = tildecomb; +} +); +width = 380; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1869); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-65,1614,l), +(13,1659,o), +(100,1687,o), +(159,1687,cs), +(257,1687,o), +(342,1590,o), +(451,1590,cs), +(553,1590,o), +(645,1624,o), +(693,1677,c), +(693,1897,l), +(637,1857,o), +(553,1832,o), +(478,1832,cs), +(393,1832,o), +(298,1929,o), +(186,1929,cs), +(114,1929,o), +(17,1899,o), +(-65,1835,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-175,442); +ref = tildecomb; +} +); +width = 610; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (382,1627); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(163,1587,l), +(206,1617,o), +(254,1637,o), +(284,1637,cs), +(342,1637,o), +(366,1575,o), +(431,1575,cs), +(476,1575,o), +(524,1590,o), +(555,1613,c), +(576,1675,l), +(530,1644,o), +(481,1624,o), +(452,1624,cs), +(401,1624,o), +(372,1686,o), +(305,1686,cs), +(266,1686,o), +(219,1671,o), +(185,1649,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-89,403); +ref = tildecomb; +} +); +width = 371; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (465,1737); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(175,1582,l), +(223,1613,o), +(286,1632,o), +(341,1632,cs), +(413,1632,o), +(464,1578,o), +(545,1578,cs), +(602,1578,o), +(661,1597,o), +(698,1628,c), +(727,1764,l), +(680,1737,o), +(619,1720,o), +(567,1720,cs), +(504,1720,o), +(454,1774,o), +(371,1774,cs), +(320,1774,o), +(256,1752,o), +(204,1718,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-49,503); +ref = tildecomb; +} +); +width = 541; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (535,1869); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(124,1614,l), +(212,1659,o), +(305,1687,o), +(364,1687,cs), +(462,1687,o), +(526,1590,o), +(635,1590,cs), +(737,1590,o), +(836,1624,o), +(895,1677,c), +(942,1897,l), +(878,1857,o), +(788,1832,o), +(713,1832,cs), +(628,1832,o), +(554,1929,o), +(442,1929,cs), +(370,1929,o), +(267,1899,o), +(171,1835,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-118,442); +ref = tildecomb; +} +); +width = 731; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (535,1869); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(124,1614,l), +(212,1659,o), +(305,1687,o), +(364,1687,cs), +(462,1687,o), +(526,1590,o), +(635,1590,cs), +(737,1590,o), +(836,1624,o), +(895,1677,c), +(942,1897,l), +(878,1857,o), +(788,1832,o), +(713,1832,cs), +(628,1832,o), +(554,1929,o), +(442,1929,cs), +(370,1929,o), +(267,1899,o), +(171,1835,c) +); +} +); +}; +layerId = "78447998-4B35-4F86-B058-4262CAF1CBDC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-118,442); +ref = tildecomb; +} +); +width = 731; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (465,1737); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(175,1582,l), +(223,1613,o), +(286,1632,o), +(341,1632,cs), +(413,1632,o), +(464,1578,o), +(545,1578,cs), +(602,1578,o), +(661,1597,o), +(698,1628,c), +(727,1764,l), +(680,1737,o), +(619,1720,o), +(567,1720,cs), +(504,1720,o), +(454,1774,o), +(371,1774,cs), +(320,1774,o), +(256,1752,o), +(204,1718,c) +); +} +); +}; +layerId = "C3D32787-67F8-4C63-A4F7-A73AA3BA8892"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-49,503); +ref = tildecomb; +} +); +width = 541; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1869); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-65,1614,l), +(13,1659,o), +(100,1687,o), +(159,1687,cs), +(257,1687,o), +(342,1590,o), +(451,1590,cs), +(553,1590,o), +(645,1624,o), +(693,1677,c), +(693,1897,l), +(637,1857,o), +(553,1832,o), +(478,1832,cs), +(393,1832,o), +(298,1929,o), +(186,1929,cs), +(114,1929,o), +(17,1899,o), +(-65,1835,c) +); +} +); +}; +layerId = "15961964-A238-4B06-A089-C0B8E56E4D31"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-175,442); +ref = tildecomb; +} +); +width = 610; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (382,1627); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(163,1587,l), +(206,1617,o), +(254,1637,o), +(284,1637,cs), +(342,1637,o), +(366,1575,o), +(431,1575,cs), +(476,1575,o), +(524,1590,o), +(555,1613,c), +(576,1675,l), +(530,1644,o), +(481,1624,o), +(452,1624,cs), +(401,1624,o), +(372,1686,o), +(305,1686,cs), +(266,1686,o), +(219,1671,o), +(185,1649,c) +); +} +); +}; +layerId = "5F501CD2-189A-43E6-A922-8B27BFA0D8B0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-89,403); +ref = tildecomb; +} +); +width = 371; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1737); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-66,1582,l), +(-25,1613,o), +(34,1632,o), +(89,1632,cs), +(161,1632,o), +(224,1578,o), +(305,1578,cs), +(362,1578,o), +(417,1597,o), +(447,1628,c), +(447,1764,l), +(406,1737,o), +(349,1720,o), +(297,1720,cs), +(234,1720,o), +(172,1774,o), +(89,1774,cs), +(38,1774,o), +(-21,1752,o), +(-66,1718,c) +); +} +); +}; +layerId = "FE40240A-6247-48E7-932B-4502E007CF78"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-176,503); +ref = tildecomb; +} +); +width = 380; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1627); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-66,1587,l), +(-35,1618,o), +(3,1637,o), +(34,1637,cs), +(92,1637,o), +(143,1575,o), +(208,1575,cs), +(243,1575,o), +(283,1592,o), +(311,1623,c), +(310,1675,l), +(277,1644,o), +(238,1624,o), +(208,1624,cs), +(157,1624,o), +(101,1686,o), +(34,1686,cs), +(6,1686,o), +(-33,1669,o), +(-66,1639,c) +); +} +); +}; +layerId = "02C10B58-AB00-42B8-AEA9-6BD4A0078A8F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-176,403); +ref = tildecomb; +} +); +width = 250; +} +); +unicode = 296; +}, +{ +color = 6; +glyphname = J; +kernLeft = J; +kernRight = U; +lastChange = "2025-12-11 15:01:20 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (344,0); +}, +{ +name = top; +pos = (560,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(587,1443,l), +(537,1443,l), +(537,264,ls), +(537,125,o), +(441,28,o), +(287,28,cs), +(206,28,o), +(103,56,o), +(18,101,c), +(0,53,l), +(94,8,o), +(204,-20,o), +(285,-20,cs), +(471,-20,o), +(587,90,o), +(587,265,cs) +); +} +); +width = 687; +}, +{ +anchors = ( +{ +name = bottom; +pos = (414,0); +}, +{ +name = top; +pos = (634,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(727,1443,l), +(547,1443,l), +(547,344,ls), +(547,232,o), +(472,151,o), +(359,151,cs), +(264,151,o), +(153,198,o), +(80,269,c), +(-20,133,l), +(70,42,o), +(220,-19,o), +(355,-19,cs), +(578,-19,o), +(727,115,o), +(727,315,cs) +); +} +); +width = 827; +}, +{ +anchors = ( +{ +name = bottom; +pos = (487,0); +}, +{ +name = top; +pos = (677,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(873,1443,l), +(463,1443,l), +(463,489,ls), +(463,398,o), +(396,336,o), +(295,333,cs), +(224,333,o), +(139,364,o), +(81,411,c), +(-20,100,l), +(58,20,o), +(223,-34,o), +(391,-34,cs), +(680,-34,o), +(873,140,o), +(873,400,cs) +); +} +); +width = 973; +}, +{ +anchors = ( +{ +name = bottom; +pos = (233,0); +}, +{ +name = top; +pos = (760,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(783,1443,l), +(733,1443,l), +(483,264,ls), +(453,125,o), +(338,34,o), +(183,28,cs), +(102,28,o), +(5,56,o), +(-71,101,c), +(-99,53,l), +(-15,8,o), +(90,-20,o), +(171,-20,cs), +(357,-20,o), +(496,90,o), +(533,265,cs) +); +} +); +width = 687; +}, +{ +anchors = ( +{ +name = bottom; +pos = (303,0); +}, +{ +name = top; +pos = (822,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(923,1443,l), +(743,1443,l), +(510,344,ls), +(486,232,o), +(395,155,o), +(281,151,cs), +(186,151,o), +(85,198,o), +(27,269,c), +(-102,133,l), +(-31,42,o), +(106,-19,o), +(241,-19,cs), +(464,-19,o), +(641,115,o), +(684,315,cs) +); +} +); +width = 828; +}, +{ +anchors = ( +{ +name = bottom; +pos = (369,0); +}, +{ +name = top; +pos = (842,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1062,1443,l), +(652,1443,l), +(449,489,ls), +(430,398,o), +(350,333,o), +(248,333,cs), +(177,333,o), +(99,364,o), +(51,411,c), +(-116,100,l), +(-55,20,o), +(98,-34,o), +(266,-34,cs), +(555,-34,o), +(785,140,o), +(840,400,cs) +); +} +); +width = 972; +} +); +metricRight = H; +unicode = 74; +}, +{ +color = 10; +glyphname = Jcircumflex; +kernLeft = J; +kernRight = J; +lastChange = "2025-12-11 14:28:24 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (329,0); +}, +{ +name = top; +pos = (562,1757); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(587,1443,l), +(537,1443,l), +(537,264,ls), +(537,125,o), +(441,34,o), +(287,28,cs), +(206,28,o), +(103,56,o), +(18,101,c), +(0,53,l), +(94,8,o), +(204,-20,o), +(285,-20,cs), +(471,-20,o), +(587,90,o), +(587,265,cs) +); +}, +{ +closed = 1; +nodes = ( +(355,1589,l), +(419,1589,l), +(561,1751,l), +(563,1751,l), +(705,1589,l), +(769,1589,l), +(584,1798,l), +(540,1798,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = J; +}, +{ +pos = (241,503); +ref = circumflexcomb; +} +); +width = 687; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (363,0); +}, +{ +name = top; +pos = (627,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(727,1443,l), +(547,1443,l), +(547,344,ls), +(547,232,o), +(472,155,o), +(359,151,cs), +(264,151,o), +(153,198,o), +(80,269,c), +(-20,133,l), +(70,42,o), +(220,-19,o), +(355,-19,cs), +(578,-19,o), +(727,115,o), +(727,315,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,1538,l), +(559,1538,l), +(633,1653,l), +(639,1653,l), +(715,1538,l), +(909,1538,l), +(739,1777,l), +(533,1777,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = J; +}, +{ +pos = (253,503); +ref = circumflexcomb; +} +); +width = 827; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = top; +pos = (678,1854); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(873,1443,l), +(463,1443,l), +(463,489,ls), +(463,398,o), +(396,336,o), +(295,333,cs), +(224,333,o), +(139,364,o), +(81,411,c), +(-20,100,l), +(58,20,o), +(223,-34,o), +(391,-34,cs), +(680,-34,o), +(873,140,o), +(873,400,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,1537,l), +(575,1537,l), +(674,1712,l), +(684,1712,l), +(781,1537,l), +(1093,1537,l), +(867,1886,l), +(491,1886,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = J; +}, +{ +pos = (152,443); +ref = circumflexcomb; +} +); +width = 973; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (219,0); +}, +{ +name = top; +pos = (834,1757); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,1443,l), +(733,1443,l), +(483,264,ls), +(453,125,o), +(338,34,o), +(183,28,cs), +(102,28,o), +(5,56,o), +(-71,101,c), +(-99,53,l), +(-15,8,o), +(90,-20,o), +(171,-20,cs), +(357,-20,o), +(496,90,o), +(533,265,cs) +); +}, +{ +closed = 1; +nodes = ( +(592,1589,l), +(656,1589,l), +(832,1751,l), +(834,1751,l), +(942,1589,l), +(1006,1589,l), +(865,1798,l), +(821,1798,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = J; +}, +{ +alignment = -1; +pos = (361,503); +ref = circumflexcomb; +} +); +width = 786; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (253,0); +}, +{ +name = top; +pos = (758,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(923,1443,l), +(743,1443,l), +(510,344,ls), +(486,232,o), +(395,155,o), +(281,151,cs), +(186,151,o), +(85,198,o), +(27,269,c), +(-102,133,l), +(-31,42,o), +(106,-19,o), +(241,-19,cs), +(464,-19,o), +(641,115,o), +(684,315,cs) +); +}, +{ +closed = 1; +nodes = ( +(441,1538,l), +(635,1538,l), +(733,1653,l), +(739,1653,l), +(791,1538,l), +(985,1538,l), +(865,1777,l), +(659,1777,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = J; +}, +{ +alignment = -1; +pos = (227,503); +ref = circumflexcomb; +} +); +width = 817; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (210,0); +}, +{ +name = top; +pos = (892,1824); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1062,1443,l), +(652,1443,l), +(449,489,ls), +(430,398,o), +(350,336,o), +(248,333,cs), +(177,333,o), +(99,364,o), +(51,411,c), +(-116,100,l), +(-55,20,o), +(98,-34,o), +(266,-34,cs), +(555,-34,o), +(785,140,o), +(840,400,cs) +); +}, +{ +closed = 1; +nodes = ( +(410,1537,l), +(722,1537,l), +(858,1712,l), +(868,1712,l), +(928,1537,l), +(1240,1537,l), +(1088,1886,l), +(712,1886,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = J; +}, +{ +alignment = -1; +pos = (184,443); +ref = circumflexcomb; +} +); +width = 1001; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (210,0); +}, +{ +name = top; +pos = (892,1824); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1062,1443,l), +(652,1443,l), +(449,489,ls), +(430,398,o), +(350,336,o), +(248,333,cs), +(177,333,o), +(99,364,o), +(51,411,c), +(-116,100,l), +(-55,20,o), +(98,-34,o), +(266,-34,cs), +(555,-34,o), +(785,140,o), +(840,400,cs) +); +}, +{ +closed = 1; +nodes = ( +(410,1537,l), +(722,1537,l), +(858,1712,l), +(868,1712,l), +(928,1537,l), +(1240,1537,l), +(1088,1886,l), +(712,1886,l) +); +} +); +}; +layerId = "EF9A907D-C442-4EE1-8A84-F5BCC40877E5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = J; +}, +{ +alignment = -1; +pos = (184,443); +ref = circumflexcomb; +} +); +width = 1001; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (253,0); +}, +{ +name = top; +pos = (758,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(923,1443,l), +(743,1443,l), +(510,344,ls), +(486,232,o), +(395,155,o), +(281,151,cs), +(186,151,o), +(85,198,o), +(27,269,c), +(-102,133,l), +(-31,42,o), +(106,-19,o), +(241,-19,cs), +(464,-19,o), +(641,115,o), +(684,315,cs) +); +}, +{ +closed = 1; +nodes = ( +(441,1538,l), +(635,1538,l), +(733,1653,l), +(739,1653,l), +(791,1538,l), +(985,1538,l), +(865,1777,l), +(659,1777,l) +); +} +); +}; +layerId = "C2881A47-E4F2-4B1C-AFC4-FA223A54C60B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = J; +}, +{ +alignment = -1; +pos = (227,503); +ref = circumflexcomb; +} +); +width = 817; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (328,0); +}, +{ +name = top; +pos = (678,1854); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(873,1443,l), +(463,1443,l), +(463,489,ls), +(463,398,o), +(396,336,o), +(295,333,cs), +(224,333,o), +(139,364,o), +(81,411,c), +(-20,100,l), +(58,20,o), +(223,-34,o), +(391,-34,cs), +(680,-34,o), +(873,140,o), +(873,400,cs) +); +}, +{ +closed = 1; +nodes = ( +(263,1537,l), +(575,1537,l), +(674,1712,l), +(684,1712,l), +(781,1537,l), +(1093,1537,l), +(867,1886,l), +(491,1886,l) +); +} +); +}; +layerId = "B0CDF200-D82C-4738-925E-59F445C5BDCA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = J; +}, +{ +pos = (152,443); +ref = circumflexcomb; +} +); +width = 973; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (219,0); +}, +{ +name = top; +pos = (834,1757); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,1443,l), +(733,1443,l), +(483,264,ls), +(453,125,o), +(338,34,o), +(183,28,cs), +(102,28,o), +(5,56,o), +(-71,101,c), +(-99,53,l), +(-15,8,o), +(90,-20,o), +(171,-20,cs), +(357,-20,o), +(496,90,o), +(533,265,cs) +); +}, +{ +closed = 1; +nodes = ( +(592,1589,l), +(656,1589,l), +(832,1751,l), +(834,1751,l), +(942,1589,l), +(1006,1589,l), +(865,1798,l), +(821,1798,l) +); +} +); +}; +layerId = "F536B6FB-A6BC-4F74-AE78-405CB057AF1A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = J; +}, +{ +alignment = -1; +pos = (361,503); +ref = circumflexcomb; +} +); +width = 786; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (363,0); +}, +{ +name = top; +pos = (627,1746); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(727,1443,l), +(547,1443,l), +(547,344,ls), +(547,232,o), +(472,155,o), +(359,151,cs), +(264,151,o), +(153,198,o), +(80,269,c), +(-20,133,l), +(70,42,o), +(220,-19,o), +(355,-19,cs), +(578,-19,o), +(727,115,o), +(727,315,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,1538,l), +(559,1538,l), +(633,1653,l), +(639,1653,l), +(715,1538,l), +(909,1538,l), +(739,1777,l), +(533,1777,l) +); +} +); +}; +layerId = "98083624-C5FD-457E-AD85-CF821B522631"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = J; +}, +{ +pos = (253,503); +ref = circumflexcomb; +} +); +width = 827; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (329,0); +}, +{ +name = top; +pos = (562,1757); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(587,1443,l), +(537,1443,l), +(537,264,ls), +(537,125,o), +(441,34,o), +(287,28,cs), +(206,28,o), +(103,56,o), +(18,101,c), +(0,53,l), +(94,8,o), +(204,-20,o), +(285,-20,cs), +(471,-20,o), +(587,90,o), +(587,265,cs) +); +}, +{ +closed = 1; +nodes = ( +(355,1589,l), +(419,1589,l), +(561,1751,l), +(563,1751,l), +(705,1589,l), +(769,1589,l), +(584,1798,l), +(540,1798,l) +); +} +); +}; +layerId = "34700842-E76E-46DF-A8A9-9C7C13FF2F90"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = J; +}, +{ +pos = (241,503); +ref = circumflexcomb; +} +); +width = 687; +} +); +unicode = 308; +}, +{ +color = 6; +glyphname = K; +kernLeft = K; +kernRight = K; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (602,0); +}, +{ +name = top; +pos = (561,1403); +}, +{ +name = topbar; +pos = (140,1200); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,678,l), +(1060,1443,l), +(993,1443,l), +(285,726,l), +(146,726,l), +(146,678,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1118,1,l), +(304,721,l), +(267,689,l), +(1047,1,l) +); +} +); +width = 1118; +}, +{ +anchors = ( +{ +name = bottom; +pos = (586,0); +}, +{ +name = top; +pos = (566,1403); +}, +{ +name = topbar; +pos = (200,1091); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(394,631,l), +(1158,1443,l), +(927,1443,l), +(330,801,l), +(242,801,l), +(242,631,l) +); +}, +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1202,0,l), +(403,827,l), +(324,672,l), +(973,0,l) +); +} +); +width = 1202; +}, +{ +anchors = ( +{ +name = bottom; +pos = (693,0); +}, +{ +name = top; +pos = (663,1443); +}, +{ +name = topbar; +pos = (300,1120); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(734,521,l), +(1367,1443,l), +(900,1443,l), +(534,871,l), +(426,871,l), +(426,521,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1392,1,l), +(860,798,l), +(537,592,l), +(919,1,l) +); +} +); +width = 1392; +}, +{ +anchors = ( +{ +name = bottom; +pos = (492,0); +}, +{ +name = top; +pos = (719,1403); +}, +{ +name = topbar; +pos = (285,1200); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(382,678,l), +(1256,1443,l), +(1189,1443,l), +(369,726,l), +(190,726,l), +(180,678,l) +); +}, +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1008,1,l), +(387,721,l), +(343,689,l), +(937,1,l) +); +} +); +width = 1118; +}, +{ +anchors = ( +{ +name = bottom; +pos = (476,0); +}, +{ +name = top; +pos = (734,1403); +}, +{ +name = topbar; +pos = (322,1091); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(504,591,l), +(1349,1443,l), +(1123,1443,l), +(445,761,l), +(293,761,l), +(257,591,l) +); +}, +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,0,l), +(514,787,l), +(418,632,l), +(863,0,l) +); +} +); +width = 1177; +}, +{ +anchors = ( +{ +name = bottom; +pos = (577,0); +}, +{ +name = top; +pos = (853,1443); +}, +{ +name = topbar; +pos = (422,1120); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(768,521,l), +(1577,1443,l), +(1090,1443,l), +(600,859,l), +(492,859,l), +(420,521,l) +); +}, +{ +closed = 1; +nodes = ( +(384,0,l), +(690,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1236,1,l), +(873,798,l), +(576,592,l), +(813,1,l) +); +} +); +width = 1387; +} +); +metricLeft = H; +metricRight = A; +unicode = 75; +}, +{ +color = 10; +glyphname = Kacute; +kernLeft = K; +kernRight = K; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = K; +}, +{ +pos = (442,446); +ref = acutecomb; +} +); +width = 1118; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = K; +}, +{ +pos = (389,445); +ref = acutecomb; +} +); +width = 1202; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = K; +}, +{ +pos = (446,552); +ref = acutecomb; +} +); +width = 1392; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = K; +}, +{ +pos = (530,446); +ref = acutecomb; +} +); +width = 1118; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = K; +}, +{ +pos = (468,445); +ref = acutecomb; +} +); +width = 1177; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = K; +}, +{ +pos = (518,342); +ref = acutecomb; +} +); +width = 1387; +} +); +unicode = 7728; +}, +{ +color = 10; +glyphname = Kcaron; +kernLeft = K; +kernRight = K; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (561,1576); +}, +{ +name = top; +pos = (561,1696); +}, +{ +name = topbar; +pos = (140,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(308,678,l), +(1060,1443,l), +(993,1443,l), +(285,726,l), +(146,726,l), +(146,678,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1118,1,l), +(304,721,l), +(267,689,l), +(1047,1,l) +); +}, +{ +closed = 1; +nodes = ( +(583,1535,l), +(768,1744,l), +(704,1744,l), +(562,1582,l), +(560,1582,l), +(418,1744,l), +(354,1744,l), +(539,1535,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = K; +}, +{ +pos = (244,463); +ref = caroncomb; +} +); +width = 1118; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (556,1541); +}, +{ +name = top; +pos = (566,1686); +}, +{ +name = topbar; +pos = (200,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,631,l), +(1158,1443,l), +(927,1443,l), +(330,801,l), +(242,801,l), +(242,631,l) +); +}, +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1202,0,l), +(403,827,l), +(324,672,l), +(973,0,l) +); +}, +{ +closed = 1; +nodes = ( +(668,1510,l), +(838,1749,l), +(644,1749,l), +(568,1614,l), +(562,1614,l), +(488,1749,l), +(294,1749,l), +(462,1510,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = K; +}, +{ +pos = (184,463); +ref = caroncomb; +} +); +width = 1202; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (668,1591); +}, +{ +name = top; +pos = (663,1865); +}, +{ +name = topbar; +pos = (300,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(734,521,l), +(1367,1443,l), +(900,1443,l), +(534,871,l), +(426,871,l), +(426,521,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1392,1,l), +(860,798,l), +(537,592,l), +(919,1,l) +); +}, +{ +closed = 1; +nodes = ( +(857,1559,l), +(1083,1908,l), +(771,1908,l), +(674,1733,l), +(664,1733,l), +(565,1908,l), +(253,1908,l), +(481,1559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = K; +}, +{ +pos = (143,443); +ref = caroncomb; +} +); +width = 1392; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (769,1576); +}, +{ +name = top; +pos = (794,1696); +}, +{ +name = topbar; +pos = (285,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(382,678,l), +(1256,1443,l), +(1189,1443,l), +(369,726,l), +(190,726,l), +(180,678,l) +); +}, +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1008,1,l), +(387,721,l), +(343,689,l), +(937,1,l) +); +}, +{ +closed = 1; +nodes = ( +(787,1515,l), +(1016,1724,l), +(947,1724,l), +(771,1562,l), +(769,1562,l), +(661,1724,l), +(602,1724,l), +(743,1515,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (333,463); +ref = caroncomb; +} +); +width = 1208; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (767,1541); +}, +{ +name = top; +pos = (799,1686); +}, +{ +name = topbar; +pos = (322,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(504,591,l), +(1349,1443,l), +(1123,1443,l), +(445,761,l), +(293,761,l), +(257,591,l) +); +}, +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,0,l), +(514,787,l), +(418,632,l), +(863,0,l) +); +}, +{ +closed = 1; +nodes = ( +(887,1510,l), +(1107,1749,l), +(899,1749,l), +(799,1614,l), +(793,1614,l), +(743,1749,l), +(563,1749,l), +(681,1510,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (295,463); +ref = caroncomb; +} +); +width = 1293; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (877,1588); +}, +{ +name = top; +pos = (941,1856); +}, +{ +name = topbar; +pos = (422,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(768,521,l), +(1577,1443,l), +(1090,1443,l), +(600,859,l), +(492,859,l), +(420,521,l) +); +}, +{ +closed = 1; +nodes = ( +(384,0,l), +(690,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1236,1,l), +(873,798,l), +(576,592,l), +(813,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1069,1553,l), +(1379,1902,l), +(1047,1902,l), +(923,1727,l), +(913,1727,l), +(841,1902,l), +(549,1902,l), +(703,1553,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (245,437); +ref = caroncomb; +} +); +width = 1477; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (877,1588); +}, +{ +name = top; +pos = (941,1856); +}, +{ +name = topbar; +pos = (422,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(768,521,l), +(1577,1443,l), +(1090,1443,l), +(600,859,l), +(492,859,l), +(420,521,l) +); +}, +{ +closed = 1; +nodes = ( +(384,0,l), +(690,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1236,1,l), +(873,798,l), +(576,592,l), +(813,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1069,1553,l), +(1379,1902,l), +(1047,1902,l), +(923,1727,l), +(913,1727,l), +(841,1902,l), +(549,1902,l), +(703,1553,l) +); +} +); +}; +layerId = "2A5B24A0-3B57-4A7D-AD7F-3BBD05CAA7E4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (245,437); +ref = caroncomb; +} +); +width = 1477; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (767,1541); +}, +{ +name = top; +pos = (799,1686); +}, +{ +name = topbar; +pos = (322,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(504,591,l), +(1349,1443,l), +(1123,1443,l), +(445,761,l), +(293,761,l), +(257,591,l) +); +}, +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,0,l), +(514,787,l), +(418,632,l), +(863,0,l) +); +}, +{ +closed = 1; +nodes = ( +(887,1510,l), +(1107,1749,l), +(899,1749,l), +(799,1614,l), +(793,1614,l), +(743,1749,l), +(563,1749,l), +(681,1510,l) +); +} +); +}; +layerId = "50870DDA-CFBA-49B3-9D09-C5666512F1FD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (295,463); +ref = caroncomb; +} +); +width = 1293; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (668,1591); +}, +{ +name = top; +pos = (663,1865); +}, +{ +name = topbar; +pos = (300,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(734,521,l), +(1367,1443,l), +(900,1443,l), +(534,871,l), +(426,871,l), +(426,521,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1392,1,l), +(860,798,l), +(537,592,l), +(919,1,l) +); +}, +{ +closed = 1; +nodes = ( +(857,1559,l), +(1083,1908,l), +(771,1908,l), +(674,1733,l), +(664,1733,l), +(565,1908,l), +(253,1908,l), +(481,1559,l) +); +} +); +}; +layerId = "7254B748-37A9-43B4-8E88-BEF3954385A5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = K; +}, +{ +pos = (143,443); +ref = caroncomb; +} +); +width = 1392; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (769,1576); +}, +{ +name = top; +pos = (794,1696); +}, +{ +name = topbar; +pos = (285,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(382,678,l), +(1256,1443,l), +(1189,1443,l), +(369,726,l), +(190,726,l), +(180,678,l) +); +}, +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1008,1,l), +(387,721,l), +(343,689,l), +(937,1,l) +); +}, +{ +closed = 1; +nodes = ( +(787,1515,l), +(1016,1724,l), +(947,1724,l), +(771,1562,l), +(769,1562,l), +(661,1724,l), +(602,1724,l), +(743,1515,l) +); +} +); +}; +layerId = "06053A18-2E55-483B-A5A0-2F650DED7A7F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (333,463); +ref = caroncomb; +} +); +width = 1208; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (556,1541); +}, +{ +name = top; +pos = (566,1686); +}, +{ +name = topbar; +pos = (200,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,631,l), +(1158,1443,l), +(927,1443,l), +(330,801,l), +(242,801,l), +(242,631,l) +); +}, +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1202,0,l), +(403,827,l), +(324,672,l), +(973,0,l) +); +}, +{ +closed = 1; +nodes = ( +(668,1510,l), +(838,1749,l), +(644,1749,l), +(568,1614,l), +(562,1614,l), +(488,1749,l), +(294,1749,l), +(462,1510,l) +); +} +); +}; +layerId = "60572EE2-62E2-418B-9374-BA7ACE2606EE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = K; +}, +{ +pos = (184,463); +ref = caroncomb; +} +); +width = 1202; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (561,1576); +}, +{ +name = top; +pos = (561,1696); +}, +{ +name = topbar; +pos = (140,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(308,678,l), +(1060,1443,l), +(993,1443,l), +(285,726,l), +(146,726,l), +(146,678,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1118,1,l), +(304,721,l), +(267,689,l), +(1047,1,l) +); +}, +{ +closed = 1; +nodes = ( +(583,1535,l), +(768,1744,l), +(704,1744,l), +(562,1582,l), +(560,1582,l), +(418,1744,l), +(354,1744,l), +(539,1535,l) +); +} +); +}; +layerId = "EB0D9BD2-0BC9-4CAD-8CD4-A7035833D69A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = K; +}, +{ +pos = (244,463); +ref = caroncomb; +} +); +width = 1118; +} +); +unicode = 488; +}, +{ +color = 10; +glyphname = Kcommaaccent; +kernLeft = K; +kernRight = K; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = K; +}, +{ +pos = (383,0); +ref = commaaccentcomb; +} +); +width = 1118; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = K; +}, +{ +pos = (322,0); +ref = commaaccentcomb; +} +); +width = 1202; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = K; +}, +{ +pos = (302,0); +ref = commaaccentcomb; +} +); +width = 1392; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = K; +}, +{ +pos = (382,0); +ref = commaaccentcomb; +} +); +width = 1118; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = K; +}, +{ +pos = (328,0); +ref = commaaccentcomb; +} +); +width = 1177; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = K; +}, +{ +pos = (302,0); +ref = commaaccentcomb; +} +); +width = 1387; +} +); +unicode = 310; +}, +{ +color = 6; +glyphname = L; +kernLeft = flat; +kernRight = L; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (551,0); +}, +{ +name = top; +pos = (127,1443); +}, +{ +name = topright; +pos = (588,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(993,0,l), +(993,48,l), +(150,48,l), +(150,1443,l), +(100,1443,l) +); +} +); +width = 1013; +}, +{ +anchors = ( +{ +name = bottom; +pos = (612,0); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topright; +pos = (657,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1043,0,l), +(1043,170,l), +(280,170,l), +(280,1443,l), +(100,1443,l) +); +} +); +width = 1063; +}, +{ +anchors = ( +{ +name = bottom; +pos = (617,0); +}, +{ +name = top; +pos = (304,1443); +}, +{ +name = topright; +pos = (868,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1131,0,l), +(1131,350,l), +(510,350,l), +(510,1443,l), +(100,1443,l) +); +} +); +width = 1151; +}, +{ +anchors = ( +{ +name = bottom; +pos = (471,0); +}, +{ +name = top; +pos = (323,1443); +}, +{ +name = topright; +pos = (791,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(883,0,l), +(893,48,l), +(50,48,l), +(346,1443,l), +(296,1443,l) +); +} +); +width = 1014; +}, +{ +anchors = ( +{ +name = bottom; +pos = (502,0); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topright; +pos = (849,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(933,0,l), +(969,170,l), +(206,170,l), +(476,1443,l), +(296,1443,l) +); +} +); +width = 1064; +}, +{ +anchors = ( +{ +name = bottom; +pos = (531,0); +}, +{ +name = top; +pos = (494,1443); +}, +{ +name = topright; +pos = (1015,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(1015,0,l), +(1089,350,l), +(468,350,l), +(700,1443,l), +(290,1443,l) +); +} +); +width = 1152; +} +); +metricLeft = H; +unicode = 76; +}, +{ +color = 10; +glyphname = Lacute; +kernLeft = L; +kernRight = L; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = L; +}, +{ +pos = (8,503); +ref = acute; +} +); +width = 1013; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = L; +}, +{ +pos = (17,503); +ref = acute; +} +); +width = 1063; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = L; +}, +{ +pos = (87,443); +ref = acute; +} +); +width = 1151; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = L; +}, +{ +pos = (138,503); +ref = acute; +} +); +width = 1014; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = L; +}, +{ +pos = (128,503); +ref = acute; +} +); +width = 1064; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = L; +}, +{ +pos = (181,443); +ref = acute; +} +); +width = 1152; +} +); +unicode = 313; +}, +{ +color = 10; +glyphname = Lcaron; +kernLeft = L; +kernRight = L; +lastChange = "2025-12-11 15:09:25 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = L; +}, +{ +pos = (308,-76); +ref = caron.alt; +} +); +width = 1013; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = L; +}, +{ +pos = (362,-78); +ref = caron.alt; +} +); +width = 1063; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = L; +}, +{ +pos = (560,0); +ref = caron.alt; +} +); +width = 1151; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = L; +}, +{ +pos = (231,-76); +ref = caron.alt; +} +); +width = 1014; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = L; +}, +{ +pos = (354,-78); +ref = caron.alt; +} +); +width = 1064; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = L; +}, +{ +pos = (407,0); +ref = caron.alt; +} +); +width = 1152; +} +); +metricLeft = L; +metricRight = L; +unicode = 317; +}, +{ +color = 10; +glyphname = Lcircumflexbelow; +kernLeft = L; +kernRight = L; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (551,-288); +}, +{ +name = top; +pos = (127,1443); +}, +{ +name = topright; +pos = (588,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(993,0,l), +(993,48,l), +(150,48,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(344,-302,l), +(408,-302,l), +(550,-140,l), +(552,-140,l), +(694,-302,l), +(758,-302,l), +(573,-93,l), +(529,-93,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = L; +}, +{ +pos = (234,0); +ref = circumflexbelowcomb; +} +); +width = 1013; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (572,-288); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topright; +pos = (657,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1043,0,l), +(1043,170,l), +(280,170,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(310,-340,l), +(504,-340,l), +(578,-225,l), +(584,-225,l), +(660,-340,l), +(854,-340,l), +(684,-101,l), +(478,-101,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (200,0); +ref = circumflexbelowcomb; +} +); +width = 1063; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (647,-406); +}, +{ +name = top; +pos = (304,1443); +}, +{ +name = topright; +pos = (868,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1131,0,l), +(1131,350,l), +(510,350,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(202,-470,l), +(514,-470,l), +(613,-295,l), +(623,-295,l), +(720,-470,l), +(1032,-470,l), +(806,-121,l), +(430,-121,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = L; +}, +{ +pos = (92,0); +ref = circumflexbelowcomb; +} +); +width = 1151; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (471,-288); +}, +{ +name = top; +pos = (323,1443); +}, +{ +name = topright; +pos = (791,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(883,0,l), +(893,48,l), +(50,48,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(197,-302,l), +(261,-302,l), +(437,-140,l), +(439,-140,l), +(547,-302,l), +(611,-302,l), +(470,-93,l), +(426,-93,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = L; +}, +{ +pos = (261,0); +ref = circumflexbelowcomb; +} +); +width = 1014; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (469,-288); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topright; +pos = (849,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(933,0,l), +(969,170,l), +(206,170,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(126,-340,l), +(320,-340,l), +(418,-225,l), +(424,-225,l), +(476,-340,l), +(670,-340,l), +(550,-101,l), +(344,-101,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (204,0); +ref = circumflexbelowcomb; +} +); +width = 1064; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (571,-406); +}, +{ +name = top; +pos = (494,1443); +}, +{ +name = topright; +pos = (1015,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(1015,0,l), +(1089,350,l), +(468,350,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(52,-470,l), +(364,-470,l), +(500,-295,l), +(510,-295,l), +(570,-470,l), +(882,-470,l), +(730,-121,l), +(354,-121,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (159,0); +ref = circumflexbelowcomb; +} +); +width = 1262; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (571,-406); +}, +{ +name = top; +pos = (494,1443); +}, +{ +name = topright; +pos = (1015,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(1015,0,l), +(1089,350,l), +(468,350,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(52,-470,l), +(364,-470,l), +(500,-295,l), +(510,-295,l), +(570,-470,l), +(882,-470,l), +(730,-121,l), +(354,-121,l) +); +} +); +}; +layerId = "C45F9A52-0EF0-4AB0-967E-0E363F501FAD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (159,0); +ref = circumflexbelowcomb; +} +); +width = 1262; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (469,-288); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topright; +pos = (849,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(933,0,l), +(969,170,l), +(206,170,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(126,-340,l), +(320,-340,l), +(418,-225,l), +(424,-225,l), +(476,-340,l), +(670,-340,l), +(550,-101,l), +(344,-101,l) +); +} +); +}; +layerId = "ED12A0CE-2DCE-4C91-BFEF-C197AF0B33FB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (204,0); +ref = circumflexbelowcomb; +} +); +width = 1064; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (647,-406); +}, +{ +name = top; +pos = (304,1443); +}, +{ +name = topright; +pos = (868,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1131,0,l), +(1131,350,l), +(510,350,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(202,-470,l), +(514,-470,l), +(613,-295,l), +(623,-295,l), +(720,-470,l), +(1032,-470,l), +(806,-121,l), +(430,-121,l) +); +} +); +}; +layerId = "355F88FA-41A2-48A9-A631-C96DC1B7E4F6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = L; +}, +{ +pos = (92,0); +ref = circumflexbelowcomb; +} +); +width = 1151; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (471,-288); +}, +{ +name = top; +pos = (323,1443); +}, +{ +name = topright; +pos = (791,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(883,0,l), +(893,48,l), +(50,48,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(197,-302,l), +(261,-302,l), +(437,-140,l), +(439,-140,l), +(547,-302,l), +(611,-302,l), +(470,-93,l), +(426,-93,l) +); +} +); +}; +layerId = "EDA83500-B7CE-4A2B-AB65-F0F4285AF95B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = L; +}, +{ +pos = (261,0); +ref = circumflexbelowcomb; +} +); +width = 1014; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (572,-288); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topright; +pos = (657,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1043,0,l), +(1043,170,l), +(280,170,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(310,-340,l), +(504,-340,l), +(578,-225,l), +(584,-225,l), +(660,-340,l), +(854,-340,l), +(684,-101,l), +(478,-101,l) +); +} +); +}; +layerId = "D83B1066-E4DD-4552-9BE6-30909D35E001"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (200,0); +ref = circumflexbelowcomb; +} +); +width = 1063; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (551,-288); +}, +{ +name = top; +pos = (127,1443); +}, +{ +name = topright; +pos = (588,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(993,0,l), +(993,48,l), +(150,48,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(344,-302,l), +(408,-302,l), +(550,-140,l), +(552,-140,l), +(694,-302,l), +(758,-302,l), +(573,-93,l), +(529,-93,l) +); +} +); +}; +layerId = "183E1ADC-ADF3-445E-ADA4-EECB28E1A6EB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = L; +}, +{ +pos = (234,0); +ref = circumflexbelowcomb; +} +); +width = 1013; +} +); +unicode = 7740; +}, +{ +color = 10; +glyphname = Lcommaaccent; +kernLeft = L; +kernRight = L; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (571,-404); +}, +{ +name = top; +pos = (127,1443); +}, +{ +name = topright; +pos = (588,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(993,0,l), +(993,48,l), +(150,48,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(502,-352,l), +(577,-123,l), +(533,-123,l), +(442,-352,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = L; +}, +{ +pos = (332,0); +ref = commaaccentcomb; +} +); +width = 1013; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (612,-380); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topright; +pos = (657,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1043,0,l), +(1043,170,l), +(280,170,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(671,-364,l), +(761,-115,l), +(598,-115,l), +(458,-364,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = L; +}, +{ +pos = (348,0); +ref = commaaccentcomb; +} +); +width = 1063; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (617,-560); +}, +{ +name = top; +pos = (304,1443); +}, +{ +name = topright; +pos = (868,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1131,0,l), +(1131,350,l), +(510,350,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(689,-468,l), +(759,-129,l), +(516,-129,l), +(336,-468,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = L; +}, +{ +pos = (226,0); +ref = commaaccentcomb; +} +); +width = 1151; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (293,-404); +}, +{ +name = top; +pos = (323,1443); +}, +{ +name = topright; +pos = (791,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(883,0,l), +(893,48,l), +(50,48,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(235,-352,l), +(359,-123,l), +(315,-123,l), +(175,-352,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (249,0); +ref = commaaccentcomb; +} +); +width = 1014; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (266,-380); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topright; +pos = (849,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(933,0,l), +(969,170,l), +(206,170,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(328,-364,l), +(471,-115,l), +(308,-115,l), +(115,-364,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (198,0); +ref = commaaccentcomb; +} +); +width = 1064; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (411,-560); +}, +{ +name = top; +pos = (494,1443); +}, +{ +name = topright; +pos = (1015,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(1015,0,l), +(1089,350,l), +(468,350,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(503,-468,l), +(645,-129,l), +(402,-129,l), +(150,-468,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = L; +}, +{ +pos = (256,0); +ref = commaaccentcomb; +} +); +width = 1152; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (411,-560); +}, +{ +name = top; +pos = (494,1443); +}, +{ +name = topright; +pos = (1015,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(1015,0,l), +(1089,350,l), +(468,350,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(503,-468,l), +(645,-129,l), +(402,-129,l), +(150,-468,l) +); +} +); +}; +layerId = "9FBA8D07-3BF6-4D97-8611-CA8099F882DE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = L; +}, +{ +pos = (256,0); +ref = commaaccentcomb; +} +); +width = 1152; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (266,-380); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topright; +pos = (849,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(933,0,l), +(969,170,l), +(206,170,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(328,-364,l), +(471,-115,l), +(308,-115,l), +(115,-364,l) +); +} +); +}; +layerId = "AC3BEAF2-12C4-45D5-97BC-181577F784CD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (198,0); +ref = commaaccentcomb; +} +); +width = 1064; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (617,-560); +}, +{ +name = top; +pos = (304,1443); +}, +{ +name = topright; +pos = (868,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1131,0,l), +(1131,350,l), +(510,350,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(689,-468,l), +(759,-129,l), +(516,-129,l), +(336,-468,l) +); +} +); +}; +layerId = "E771D123-D0BD-47DE-9DD0-D538D4CB4F4A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = L; +}, +{ +pos = (226,0); +ref = commaaccentcomb; +} +); +width = 1151; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (293,-404); +}, +{ +name = top; +pos = (323,1443); +}, +{ +name = topright; +pos = (791,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(883,0,l), +(893,48,l), +(50,48,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(235,-352,l), +(359,-123,l), +(315,-123,l), +(175,-352,l) +); +} +); +}; +layerId = "33F2D2FE-C31E-43B7-962A-189D23649939"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = L; +}, +{ +alignment = -1; +pos = (249,0); +ref = commaaccentcomb; +} +); +width = 1014; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (612,-380); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topright; +pos = (657,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1043,0,l), +(1043,170,l), +(280,170,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(671,-364,l), +(761,-115,l), +(598,-115,l), +(458,-364,l) +); +} +); +}; +layerId = "38D286D5-BC9A-436D-B65B-6464F0DD1A27"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = L; +}, +{ +pos = (348,0); +ref = commaaccentcomb; +} +); +width = 1063; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (571,-404); +}, +{ +name = top; +pos = (127,1443); +}, +{ +name = topright; +pos = (588,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(993,0,l), +(993,48,l), +(150,48,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(502,-352,l), +(577,-123,l), +(533,-123,l), +(442,-352,l) +); +} +); +}; +layerId = "EF7C8AAE-8540-485B-91A5-8650DAD41D62"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = L; +}, +{ +pos = (332,0); +ref = commaaccentcomb; +} +); +width = 1013; +} +); +unicode = 315; +}, +{ +color = 4; +glyphname = Lslash; +kernLeft = L; +kernRight = L; +lastChange = "2025-12-11 15:05:49 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,596,l), +(632,836,l), +(632,888,l), +(58,648,l) +); +}, +{ +pos = (79,0); +ref = L; +} +); +width = 1092; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,477,l), +(669,809,l), +(669,993,l), +(37,661,l) +); +}, +{ +pos = (91,0); +ref = L; +} +); +width = 1154; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,500,l), +(804,832,l), +(804,1100,l), +(10,768,l) +); +}, +{ +pos = (23,0); +ref = L; +} +); +width = 1174; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,596,l), +(713,813,l), +(724,865,l), +(158,648,l) +); +}, +{ +pos = (214,0); +ref = L; +} +); +width = 1228; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(122,574,l), +(744,837,l), +(783,1021,l), +(161,758,l) +); +}, +{ +pos = (138,0); +ref = L; +} +); +width = 1202; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(79,500,l), +(1000,858,l), +(1057,1126,l), +(136,768,l) +); +}, +{ +pos = (169,0); +ref = L; +} +); +width = 1321; +} +); +metricLeft = hbar; +metricRight = L; +unicode = 321; +}, +{ +color = 6; +glyphname = M; +kernLeft = M; +kernRight = M; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (815,0); +}, +{ +name = top; +pos = (815,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(812,1443,l), +(812,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-30,0,l), +(1659,0,l), +(1659,1443,l), +(-30,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1659,722,l), +(-30,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1659,0,l), +(-30,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-31,0,l), +(1659,1443,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1385,l), +(169,1385,l), +(137,1412,l), +(802,385,l), +(822,385,l), +(1492,1412,l), +(1452,1385,l), +(1480,1385,l), +(1480,0,l), +(1530,0,l), +(1530,1443,l), +(1454,1443,l), +(813,461,l), +(811,461,l), +(175,1443,l), +(100,1443,l) +); +} +); +width = 1630; +}, +{ +anchors = ( +{ +name = bottom; +pos = (835,0); +}, +{ +name = top; +pos = (835,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(835,1443,l), +(835,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-16,0,l), +(1691,0,l), +(1691,1443,l), +(-16,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1691,722,l), +(-16,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1691,0,l), +(-16,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-17,0,l), +(1691,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1108,l), +(329,1108,l), +(137,1322,l), +(825,355,l), +(845,355,l), +(1532,1322,l), +(1332,1108,l), +(1391,1108,l), +(1391,0,l), +(1570,0,l), +(1570,1443,l), +(1391,1443,l), +(839,646,l), +(832,646,l), +(280,1443,l), +(100,1443,l) +); +} +); +width = 1670; +}, +{ +anchors = ( +{ +name = bottom; +pos = (918,0); +}, +{ +name = top; +pos = (918,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(918,1443,l), +(918,0,l) +); +}, +{ +closed = 1; +nodes = ( +(0,0,l), +(1840,0,l), +(1840,1443,l), +(0,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1840,722,l), +(0,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1840,0,l), +(0,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-1,0,l), +(1840,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,914,l), +(636,914,l), +(251,1278,l), +(878,405,l), +(958,405,l), +(1585,1278,l), +(1208,910,l), +(1336,910,l), +(1336,0,l), +(1736,0,l), +(1736,1443,l), +(1311,1443,l), +(920,916,l), +(916,916,l), +(520,1443,l), +(100,1443,l) +); +} +); +width = 1836; +}, +{ +anchors = ( +{ +name = bottom; +pos = (704,0); +}, +{ +name = top; +pos = (1011,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(597,1443,l), +(597,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-245,0,l), +(1444,0,l), +(1444,1443,l), +(-245,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1444,722,l), +(-245,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1444,0,l), +(-245,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-246,0,l), +(1444,1443,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(333,1385,l), +(352,1385,l), +(326,1412,l), +(773,385,l), +(793,385,l), +(1681,1412,l), +(1635,1385,l), +(1663,1385,l), +(1369,0,l), +(1419,0,l), +(1726,1443,l), +(1650,1443,l), +(800,461,l), +(798,461,l), +(371,1443,l), +(296,1443,l) +); +} +); +width = 1630; +}, +{ +anchors = ( +{ +name = bottom; +pos = (724,0); +}, +{ +name = top; +pos = (1031,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(620,1443,l), +(620,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-231,0,l), +(1476,0,l), +(1476,1443,l), +(-231,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1476,722,l), +(-231,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1476,0,l), +(-231,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-232,0,l), +(1476,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(405,1108,l), +(454,1108,l), +(307,1322,l), +(789,355,l), +(809,355,l), +(1702,1322,l), +(1457,1108,l), +(1516,1108,l), +(1280,0,l), +(1459,0,l), +(1766,1443,l), +(1587,1443,l), +(865,646,l), +(858,646,l), +(476,1443,l), +(296,1443,l) +); +} +); +width = 1670; +}, +{ +anchors = ( +{ +name = bottom; +pos = (801,0); +}, +{ +name = top; +pos = (1108,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(791,1443,l), +(791,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-127,0,l), +(1713,0,l), +(1713,1443,l), +(-127,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1713,722,l), +(-127,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1713,0,l), +(-127,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-128,0,l), +(1713,1443,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(577,914,l), +(713,914,l), +(406,1278,l), +(847,405,l), +(927,405,l), +(1740,1278,l), +(1284,910,l), +(1412,910,l), +(1219,0,l), +(1619,0,l), +(1926,1443,l), +(1501,1443,l), +(998,916,l), +(994,916,l), +(710,1443,l), +(290,1443,l) +); +} +); +width = 1836; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1012,0); +}, +{ +name = top; +pos = (1012,1393); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(1012,1443,l), +(1012,0,l) +); +}, +{ +closed = 1; +nodes = ( +(170,0,l), +(1859,0,l), +(1859,1443,l), +(170,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1859,722,l), +(170,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1859,0,l), +(170,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(169,0,l), +(1859,1443,l) +); +} +); +}; +layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; +name = "wght=100"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1385,l), +(169,1385,l), +(137,1412,l), +(1002,385,l), +(1022,385,l), +(1892,1412,l), +(1852,1385,l), +(1880,1385,l), +(1880,0,l), +(1930,0,l), +(1930,1443,l), +(1854,1443,l), +(1013,451,l), +(1011,451,l), +(175,1443,l), +(100,1443,l) +); +} +); +width = 2030; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1036,0); +}, +{ +name = top; +pos = (1035,1383); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(1035,1443,l), +(1035,0,l) +); +}, +{ +closed = 1; +nodes = ( +(184,0,l), +(1891,0,l), +(1891,1443,l), +(184,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1891,722,l), +(184,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1891,0,l), +(184,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(183,0,l), +(1891,1443,l) +); +} +); +}; +layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; +name = Regular; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1195,l), +(329,1195,l), +(137,1322,l), +(1025,355,l), +(1045,355,l), +(1932,1322,l), +(1732,1195,l), +(1791,1195,l), +(1791,0,l), +(1970,0,l), +(1970,1443,l), +(1791,1443,l), +(1039,616,l), +(1032,616,l), +(280,1443,l), +(100,1443,l) +); +} +); +width = 2070; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1119,0); +}, +{ +name = top; +pos = (1118,1363); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(1118,1443,l), +(1118,0,l) +); +}, +{ +closed = 1; +nodes = ( +(200,0,l), +(2040,0,l), +(2040,1443,l), +(200,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(2040,722,l), +(200,722,l) +); +}, +{ +closed = 0; +nodes = ( +(2040,0,l), +(200,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(199,0,l), +(2040,1443,l) +); +} +); +}; +layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; +name = "wght=1000"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,948,l), +(636,948,l), +(251,1278,l), +(1078,225,l), +(1158,225,l), +(1985,1278,l), +(1608,944,l), +(1736,944,l), +(1736,0,l), +(2136,0,l), +(2136,1443,l), +(1711,1443,l), +(1120,706,l), +(1116,706,l), +(520,1443,l), +(100,1443,l) +); +} +); +width = 2236; +}, +{ +anchors = ( +{ +name = bottom; +pos = (372,0); +}, +{ +name = top; +pos = (674,1423); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(525,1443,l), +(525,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-317,0,l), +(1372,0,l), +(1372,1443,l), +(-317,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1372,722,l), +(-317,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1372,0,l), +(-317,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-318,0,l), +(1372,1443,l) +); +} +); +}; +layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(10,0,l), +(306,1393,l), +(325,1393,l), +(301,1432,l), +(458,549,l), +(518,549,l), +(1052,1412,l), +(1004,1377,l), +(1032,1377,l), +(740,0,l), +(790,0,l), +(1096,1443,l), +(1017,1443,l), +(501,606,l), +(499,606,l), +(352,1443,l), +(266,1443,l) +); +} +); +width = 971; +}, +{ +anchors = ( +{ +name = bottom; +pos = (396,0); +}, +{ +name = top; +pos = (701,1443); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(548,1443,l), +(548,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-303,0,l), +(1404,0,l), +(1404,1443,l), +(-303,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1404,722,l), +(-303,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1404,0,l), +(-303,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-304,0,l), +(1404,1443,l) +); +} +); +}; +layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(-40,0,l), +(140,0,l), +(377,1118,l), +(426,1118,l), +(370,1382,l), +(422,505,l), +(582,505,l), +(1005,1382,l), +(829,1118,l), +(888,1118,l), +(651,0,l), +(830,0,l), +(1136,1443,l), +(887,1443,l), +(553,726,l), +(546,726,l), +(516,1443,l), +(266,1443,l) +); +} +); +width = 1011; +}, +{ +anchors = ( +{ +name = bottom; +pos = (573,0); +}, +{ +name = top; +pos = (878,1443); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(725,1443,l), +(725,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-193,0,l), +(1647,0,l), +(1647,1443,l), +(-193,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1647,722,l), +(-193,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1647,0,l), +(-193,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-194,0,l), +(1647,1443,l) +); +} +); +}; +layerId = "77632039-C6CA-48A4-B25B-65842203997B"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(-46,0,l), +(354,0,l), +(561,974,l), +(697,974,l), +(596,1278,l), +(542,425,l), +(782,425,l), +(1090,1278,l), +(868,970,l), +(996,970,l), +(790,0,l), +(1190,0,l), +(1496,1443,l), +(971,1443,l), +(764,896,l), +(760,896,l), +(780,1443,l), +(260,1443,l) +); +} +); +width = 1377; +}, +{ +anchors = ( +{ +name = bottom; +pos = (902,0); +}, +{ +name = top; +pos = (1198,1393); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(1055,1443,l), +(1055,0,l) +); +}, +{ +closed = 1; +nodes = ( +(213,0,l), +(1902,0,l), +(1902,1443,l), +(213,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1902,722,l), +(213,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1902,0,l), +(213,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(212,0,l), +(1902,1443,l) +); +} +); +}; +layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(334,1385,l), +(353,1385,l), +(327,1412,l), +(1016,585,l), +(1036,585,l), +(2082,1412,l), +(2036,1385,l), +(2064,1385,l), +(1770,0,l), +(1820,0,l), +(2126,1443,l), +(2050,1443,l), +(1041,651,l), +(1039,651,l), +(371,1443,l), +(296,1443,l) +); +} +); +width = 2031; +}, +{ +anchors = ( +{ +name = bottom; +pos = (926,0); +}, +{ +name = top; +pos = (1219,1383); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(1078,1443,l), +(1078,0,l) +); +}, +{ +closed = 1; +nodes = ( +(227,0,l), +(1934,0,l), +(1934,1443,l), +(227,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1934,722,l), +(227,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1934,0,l), +(227,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(226,0,l), +(1934,1443,l) +); +} +); +}; +layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(434,1235,l), +(483,1235,l), +(318,1362,l), +(1059,585,l), +(1079,585,l), +(2099,1312,l), +(1872,1185,l), +(1931,1185,l), +(1681,0,l), +(1860,0,l), +(2166,1443,l), +(1987,1443,l), +(1102,816,l), +(1095,816,l), +(476,1443,l), +(296,1443,l) +); +} +); +width = 2071; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1003,0); +}, +{ +name = top; +pos = (1291,1363); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(1155,1443,l), +(1155,0,l) +); +}, +{ +closed = 1; +nodes = ( +(237,0,l), +(2077,0,l), +(2077,1443,l), +(237,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(2077,722,l), +(237,722,l) +); +}, +{ +closed = 0; +nodes = ( +(2077,0,l), +(237,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(236,0,l), +(2077,1443,l) +); +} +); +}; +layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(384,0,l), +(598,1008,l), +(734,1008,l), +(406,1278,l), +(1052,425,l), +(1132,425,l), +(2140,1278,l), +(1705,1004,l), +(1833,1004,l), +(1620,0,l), +(2020,0,l), +(2326,1443,l), +(1901,1443,l), +(1179,826,l), +(1175,826,l), +(710,1443,l), +(290,1443,l) +); +} +); +width = 2237; +}, +{ +anchors = ( +{ +name = bottom; +pos = (708,0); +}, +{ +name = top; +pos = (708,1423); +} +); +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(708,1443,l), +(708,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-134,0,l), +(1555,0,l), +(1555,1443,l), +(-134,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1555,722,l), +(-134,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1555,0,l), +(-134,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-135,0,l), +(1555,1443,l) +); +} +); +}; +layerId = "E8C2DF32-2F67-4982-A322-528C4AC54B1A"; +name = "10 Dec 25 at 17:14"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,0,l), +(346,0,l), +(346,1393,l), +(365,1393,l), +(333,1432,l), +(678,549,l), +(738,549,l), +(1088,1412,l), +(1048,1377,l), +(1076,1377,l), +(1076,0,l), +(1126,0,l), +(1126,1443,l), +(1047,1443,l), +(709,606,l), +(707,606,l), +(382,1443,l), +(296,1443,l) +); +} +); +width = 1337; +}, +{ +anchors = ( +{ +name = bottom; +pos = (732,0); +}, +{ +name = top; +pos = (731,1443); +} +); +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(731,1443,l), +(731,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-120,0,l), +(1587,0,l), +(1587,1443,l), +(-120,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1587,722,l), +(-120,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1587,0,l), +(-120,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-121,0,l), +(1587,1443,l) +); +} +); +}; +layerId = "9CA9420A-CBC6-430F-9708-5E68C0976EDB"; +name = "10 Dec 25 at 17:15"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,0,l), +(476,0,l), +(476,1118,l), +(525,1118,l), +(413,1382,l), +(651,305,l), +(811,305,l), +(1048,1382,l), +(928,1118,l), +(987,1118,l), +(987,0,l), +(1166,0,l), +(1166,1443,l), +(917,1443,l), +(735,526,l), +(728,526,l), +(546,1443,l), +(296,1443,l) +); +} +); +width = 1377; +}, +{ +anchors = ( +{ +name = bottom; +pos = (909,0); +}, +{ +name = top; +pos = (908,1443); +} +); +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(908,1443,l), +(908,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(1830,0,l), +(1830,1443,l), +(-10,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1830,722,l), +(-10,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1830,0,l), +(-10,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-11,0,l), +(1830,1443,l) +); +} +); +}; +layerId = "19DD1271-7BAD-4F47-9E6E-02D2F7F6126E"; +name = "10 Dec 25 at 17:15"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(690,0,l), +(690,974,l), +(826,974,l), +(661,1278,l), +(788,425,l), +(1028,425,l), +(1155,1278,l), +(998,970,l), +(1126,970,l), +(1126,0,l), +(1526,0,l), +(1526,1443,l), +(1001,1443,l), +(910,896,l), +(906,896,l), +(810,1443,l), +(290,1443,l) +); +} +); +width = 1743; +} +); +metricLeft = H; +metricRight = H; +unicode = 77; +}, +{ +color = 10; +glyphname = Macute; +kernLeft = M; +kernRight = M; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = M; +}, +{ +pos = (696,503); +ref = acute; +} +); +width = 1630; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = M; +}, +{ +pos = (658,503); +ref = acute; +} +); +width = 1670; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = M; +}, +{ +pos = (701,443); +ref = acute; +} +); +width = 1836; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = M; +}, +{ +pos = (826,503); +ref = acute; +} +); +width = 1630; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = M; +}, +{ +pos = (769,503); +ref = acute; +} +); +width = 1670; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = M; +}, +{ +pos = (795,443); +ref = acute; +} +); +width = 1836; +} +); +unicode = 7742; +}, +{ +color = 6; +glyphname = N; +kernLeft = N; +kernRight = N; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (649,0); +}, +{ +name = hook; +pos = (1130,0); +}, +{ +name = top; +pos = (649,1423); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1365,l), +(190,1365,l), +(136,1402,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(1105,97,l), +(1071,97,l), +(1123,58,l), +(165,1443,l), +(101,1443,l), +(100,0,l) +); +} +); +width = 1255; +}, +{ +anchors = ( +{ +name = bottom; +pos = (686,30); +}, +{ +name = hook; +pos = (1145,0); +}, +{ +name = top; +pos = (696,1393); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1138,l), +(368,1138,l), +(176,1312,l), +(1075,0,l), +(1255,0,l), +(1255,1443,l), +(1075,1443,l), +(1075,326,l), +(1011,326,l), +(1150,192,l), +(295,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 1355; +}, +{ +anchors = ( +{ +name = bottom; +pos = (764,0); +}, +{ +name = hook; +pos = (1197,0); +}, +{ +name = top; +pos = (734,1433); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,764,l), +(573,764,l), +(435,879,l), +(1050,0,l), +(1400,0,l), +(1400,1443,l), +(990,1443,l), +(990,683,l), +(926,683,l), +(1065,567,l), +(450,1443,l), +(101,1443,l), +(100,0,l) +); +} +); +width = 1500; +}, +{ +anchors = ( +{ +name = bottom; +pos = (538,0); +}, +{ +name = hook; +pos = (1019,0); +}, +{ +name = top; +pos = (840,1423); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(329,1365,l), +(369,1365,l), +(323,1402,l), +(994,0,l), +(1044,0,l), +(1350,1443,l), +(1300,1443,l), +(1014,97,l), +(980,97,l), +(1024,58,l), +(360,1443,l), +(296,1443,l), +(-11,0,l) +); +} +); +width = 1255; +}, +{ +anchors = ( +{ +name = bottom; +pos = (562,30); +}, +{ +name = hook; +pos = (1015,0); +}, +{ +name = top; +pos = (862,1393); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(412,1138,l), +(500,1138,l), +(345,1312,l), +(925,0,l), +(1105,0,l), +(1411,1443,l), +(1231,1443,l), +(994,326,l), +(930,326,l), +(1040,192,l), +(491,1443,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 1316; +}, +{ +anchors = ( +{ +name = bottom; +pos = (650,0); +}, +{ +name = hook; +pos = (1067,0); +}, +{ +name = top; +pos = (930,1433); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(393,0,l), +(555,764,l), +(618,764,l), +(504,879,l), +(933,0,l), +(1283,0,l), +(1589,1443,l), +(1179,1443,l), +(1018,683,l), +(954,683,l), +(1068,567,l), +(639,1443,l), +(290,1443,l), +(-17,0,l) +); +} +); +width = 1500; +} +); +metricLeft = H; +metricRight = H; +unicode = 78; +}, +{ +color = 10; +glyphname = Nacute; +kernLeft = N; +kernRight = N; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = N; +}, +{ +pos = (530,483); +ref = acute; +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (519,453); +ref = acute; +} +); +width = 1355; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (517,433); +ref = acute; +} +); +width = 1500; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = N; +}, +{ +pos = (655,483); +ref = acute; +} +); +width = 1255; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = N; +}, +{ +pos = (600,453); +ref = acute; +} +); +width = 1316; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = N; +}, +{ +pos = (617,433); +ref = acute; +} +); +width = 1500; +} +); +unicode = 323; +}, +{ +color = 10; +glyphname = Ncaron; +kernLeft = N; +kernRight = N; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (649,1596); +}, +{ +name = hook; +pos = (1130,0); +}, +{ +name = top; +pos = (649,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1365,l), +(190,1365,l), +(136,1402,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(1105,97,l), +(1071,97,l), +(1123,58,l), +(165,1443,l), +(101,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(671,1555,l), +(856,1764,l), +(792,1764,l), +(650,1602,l), +(648,1602,l), +(506,1764,l), +(442,1764,l), +(627,1555,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = N; +}, +{ +pos = (332,483); +ref = caroncomb; +} +); +width = 1255; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (686,1531); +}, +{ +name = hook; +pos = (1145,0); +}, +{ +name = top; +pos = (696,1676); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1138,l), +(368,1138,l), +(176,1312,l), +(1075,0,l), +(1255,0,l), +(1255,1443,l), +(1075,1443,l), +(1075,326,l), +(1011,326,l), +(1150,192,l), +(295,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(798,1500,l), +(968,1739,l), +(774,1739,l), +(698,1604,l), +(692,1604,l), +(618,1739,l), +(424,1739,l), +(592,1500,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (314,453); +ref = caroncomb; +} +); +width = 1355; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (739,1581); +}, +{ +name = hook; +pos = (1197,0); +}, +{ +name = top; +pos = (734,1855); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,764,l), +(573,764,l), +(435,879,l), +(1050,0,l), +(1400,0,l), +(1400,1443,l), +(990,1443,l), +(990,683,l), +(926,683,l), +(1065,567,l), +(450,1443,l), +(101,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(928,1549,l), +(1154,1898,l), +(842,1898,l), +(745,1723,l), +(735,1723,l), +(636,1898,l), +(324,1898,l), +(552,1549,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (214,433); +ref = caroncomb; +} +); +width = 1500; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (890,1596); +}, +{ +name = hook; +pos = (1019,0); +}, +{ +name = top; +pos = (915,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(329,1365,l), +(369,1365,l), +(323,1402,l), +(994,0,l), +(1044,0,l), +(1350,1443,l), +(1300,1443,l), +(1014,97,l), +(980,97,l), +(1024,58,l), +(360,1443,l), +(296,1443,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(908,1535,l), +(1137,1744,l), +(1068,1744,l), +(892,1582,l), +(890,1582,l), +(782,1744,l), +(723,1744,l), +(864,1535,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (454,483); +ref = caroncomb; +} +); +width = 1375; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (895,1531); +}, +{ +name = hook; +pos = (1015,0); +}, +{ +name = top; +pos = (927,1676); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(412,1138,l), +(500,1138,l), +(345,1312,l), +(925,0,l), +(1105,0,l), +(1411,1443,l), +(1231,1443,l), +(994,326,l), +(930,326,l), +(1040,192,l), +(491,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1015,1500,l), +(1235,1739,l), +(1027,1739,l), +(927,1604,l), +(921,1604,l), +(871,1739,l), +(691,1739,l), +(809,1500,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (423,453); +ref = caroncomb; +} +); +width = 1476; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (954,1578); +}, +{ +name = hook; +pos = (1067,0); +}, +{ +name = top; +pos = (1018,1846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,0,l), +(555,764,l), +(618,764,l), +(504,879,l), +(933,0,l), +(1283,0,l), +(1589,1443,l), +(1179,1443,l), +(1018,683,l), +(954,683,l), +(1068,567,l), +(639,1443,l), +(290,1443,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1146,1543,l), +(1456,1892,l), +(1124,1892,l), +(1000,1717,l), +(990,1717,l), +(918,1892,l), +(626,1892,l), +(780,1543,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (322,427); +ref = caroncomb; +} +); +width = 1620; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (954,1578); +}, +{ +name = hook; +pos = (1067,0); +}, +{ +name = top; +pos = (1018,1846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,0,l), +(555,764,l), +(618,764,l), +(504,879,l), +(933,0,l), +(1283,0,l), +(1589,1443,l), +(1179,1443,l), +(1018,683,l), +(954,683,l), +(1068,567,l), +(639,1443,l), +(290,1443,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1146,1543,l), +(1456,1892,l), +(1124,1892,l), +(1000,1717,l), +(990,1717,l), +(918,1892,l), +(626,1892,l), +(780,1543,l) +); +} +); +}; +layerId = "EF0AD1B6-85E2-4E88-8E87-C18208C2B32A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (322,427); +ref = caroncomb; +} +); +width = 1620; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (895,1531); +}, +{ +name = hook; +pos = (1015,0); +}, +{ +name = top; +pos = (927,1676); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(412,1138,l), +(500,1138,l), +(345,1312,l), +(925,0,l), +(1105,0,l), +(1411,1443,l), +(1231,1443,l), +(994,326,l), +(930,326,l), +(1040,192,l), +(491,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1015,1500,l), +(1235,1739,l), +(1027,1739,l), +(927,1604,l), +(921,1604,l), +(871,1739,l), +(691,1739,l), +(809,1500,l) +); +} +); +}; +layerId = "7E43A9F0-B0D8-42BB-BE6C-F39E885603AC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (423,453); +ref = caroncomb; +} +); +width = 1476; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (739,1581); +}, +{ +name = hook; +pos = (1197,0); +}, +{ +name = top; +pos = (734,1855); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,764,l), +(573,764,l), +(435,879,l), +(1050,0,l), +(1400,0,l), +(1400,1443,l), +(990,1443,l), +(990,683,l), +(926,683,l), +(1065,567,l), +(450,1443,l), +(101,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(928,1549,l), +(1154,1898,l), +(842,1898,l), +(745,1723,l), +(735,1723,l), +(636,1898,l), +(324,1898,l), +(552,1549,l) +); +} +); +}; +layerId = "5540C99E-D62F-41CF-A798-6A66D868D49B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = N; +}, +{ +pos = (214,433); +ref = caroncomb; +} +); +width = 1500; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (890,1596); +}, +{ +name = hook; +pos = (1019,0); +}, +{ +name = top; +pos = (915,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(329,1365,l), +(369,1365,l), +(323,1402,l), +(994,0,l), +(1044,0,l), +(1350,1443,l), +(1300,1443,l), +(1014,97,l), +(980,97,l), +(1024,58,l), +(360,1443,l), +(296,1443,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(908,1535,l), +(1137,1744,l), +(1068,1744,l), +(892,1582,l), +(890,1582,l), +(782,1744,l), +(723,1744,l), +(864,1535,l) +); +} +); +}; +layerId = "7B3B6AAA-0D36-42D5-837D-0837A35BE7E2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (454,483); +ref = caroncomb; +} +); +width = 1375; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (686,1531); +}, +{ +name = hook; +pos = (1145,0); +}, +{ +name = top; +pos = (696,1676); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1138,l), +(368,1138,l), +(176,1312,l), +(1075,0,l), +(1255,0,l), +(1255,1443,l), +(1075,1443,l), +(1075,326,l), +(1011,326,l), +(1150,192,l), +(295,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(798,1500,l), +(968,1739,l), +(774,1739,l), +(698,1604,l), +(692,1604,l), +(618,1739,l), +(424,1739,l), +(592,1500,l) +); +} +); +}; +layerId = "87B18639-D73B-4B61-9222-9051D913DA3C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = N; +}, +{ +pos = (314,453); +ref = caroncomb; +} +); +width = 1355; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (649,1596); +}, +{ +name = hook; +pos = (1130,0); +}, +{ +name = top; +pos = (649,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1365,l), +(190,1365,l), +(136,1402,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(1105,97,l), +(1071,97,l), +(1123,58,l), +(165,1443,l), +(101,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(671,1555,l), +(856,1764,l), +(792,1764,l), +(650,1602,l), +(648,1602,l), +(506,1764,l), +(442,1764,l), +(627,1555,l) +); +} +); +}; +layerId = "BC030838-A539-4F90-BD5D-4F9D7C6488C9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = N; +}, +{ +pos = (332,483); +ref = caroncomb; +} +); +width = 1255; +} +); +unicode = 327; +}, +{ +color = 10; +glyphname = Ncommaaccent; +kernLeft = N; +kernRight = N; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = N; +}, +{ +pos = (430,0); +ref = commaaccentcomb; +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (422,30); +ref = commaaccentcomb; +} +); +width = 1355; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (373,0); +ref = commaaccentcomb; +} +); +width = 1500; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = N; +}, +{ +pos = (428,0); +ref = commaaccentcomb; +} +); +width = 1255; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = N; +}, +{ +pos = (414,30); +ref = commaaccentcomb; +} +); +width = 1316; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = N; +}, +{ +pos = (375,0); +ref = commaaccentcomb; +} +); +width = 1500; +} +); +unicode = 325; +}, +{ +color = 10; +glyphname = Ntilde; +kernLeft = N; +kernRight = N; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (649,0); +}, +{ +name = hook; +pos = (1130,0); +}, +{ +name = top; +pos = (649,1607); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1365,l), +(190,1365,l), +(136,1402,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(1105,97,l), +(1071,97,l), +(1123,58,l), +(165,1443,l), +(101,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(458,1567,l), +(489,1598,o), +(527,1617,o), +(558,1617,cs), +(616,1617,o), +(667,1555,o), +(732,1555,cs), +(767,1555,o), +(807,1572,o), +(835,1603,c), +(834,1655,l), +(801,1624,o), +(762,1604,o), +(732,1604,cs), +(681,1604,o), +(625,1666,o), +(558,1666,cs), +(530,1666,o), +(491,1649,o), +(458,1619,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = N; +}, +{ +pos = (348,383); +ref = tildecomb; +} +); +width = 1255; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (686,30); +}, +{ +name = hook; +pos = (1145,0); +}, +{ +name = top; +pos = (696,1687); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1138,l), +(368,1138,l), +(176,1312,l), +(1075,0,l), +(1255,0,l), +(1255,1443,l), +(1075,1443,l), +(1075,326,l), +(1011,326,l), +(1150,192,l), +(295,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(436,1532,l), +(477,1563,o), +(536,1582,o), +(591,1582,cs), +(663,1582,o), +(726,1528,o), +(807,1528,cs), +(864,1528,o), +(919,1547,o), +(949,1578,c), +(949,1714,l), +(908,1687,o), +(851,1670,o), +(799,1670,cs), +(736,1670,o), +(674,1724,o), +(591,1724,cs), +(540,1724,o), +(481,1702,o), +(436,1668,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = N; +}, +{ +pos = (326,453); +ref = tildecomb; +} +); +width = 1355; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (764,0); +}, +{ +name = hook; +pos = (1197,0); +}, +{ +name = top; +pos = (734,1859); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,764,l), +(573,764,l), +(435,879,l), +(1050,0,l), +(1400,0,l), +(1400,1443,l), +(990,1443,l), +(990,683,l), +(926,683,l), +(1065,567,l), +(450,1443,l), +(101,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(364,1604,l), +(442,1649,o), +(529,1677,o), +(588,1677,cs), +(686,1677,o), +(771,1580,o), +(880,1580,cs), +(982,1580,o), +(1074,1614,o), +(1122,1667,c), +(1122,1887,l), +(1066,1847,o), +(982,1822,o), +(907,1822,cs), +(822,1822,o), +(727,1919,o), +(615,1919,cs), +(543,1919,o), +(446,1889,o), +(364,1825,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = N; +}, +{ +pos = (254,432); +ref = tildecomb; +} +); +width = 1500; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (538,0); +}, +{ +name = hook; +pos = (1019,0); +}, +{ +name = top; +pos = (901,1607); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(329,1365,l), +(369,1365,l), +(323,1402,l), +(994,0,l), +(1044,0,l), +(1350,1443,l), +(1300,1443,l), +(1014,97,l), +(980,97,l), +(1024,58,l), +(360,1443,l), +(296,1443,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(682,1567,l), +(725,1597,o), +(773,1617,o), +(803,1617,cs), +(861,1617,o), +(885,1555,o), +(950,1555,cs), +(995,1555,o), +(1043,1570,o), +(1074,1593,c), +(1095,1655,l), +(1049,1624,o), +(1000,1604,o), +(971,1604,cs), +(920,1604,o), +(891,1666,o), +(824,1666,cs), +(785,1666,o), +(738,1651,o), +(704,1629,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (430,383); +ref = tildecomb; +} +); +width = 1375; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (562,30); +}, +{ +name = hook; +pos = (1015,0); +}, +{ +name = top; +pos = (937,1687); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(412,1138,l), +(500,1138,l), +(345,1312,l), +(925,0,l), +(1105,0,l), +(1411,1443,l), +(1231,1443,l), +(994,326,l), +(930,326,l), +(1040,192,l), +(491,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(647,1532,l), +(695,1563,o), +(758,1582,o), +(813,1582,cs), +(885,1582,o), +(936,1528,o), +(1017,1528,cs), +(1074,1528,o), +(1133,1547,o), +(1170,1578,c), +(1199,1714,l), +(1152,1687,o), +(1091,1670,o), +(1039,1670,cs), +(976,1670,o), +(926,1724,o), +(843,1724,cs), +(792,1724,o), +(728,1702,o), +(676,1668,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (423,453); +ref = tildecomb; +} +); +width = 1476; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (650,0); +}, +{ +name = hook; +pos = (1067,0); +}, +{ +name = top; +pos = (970,1859); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,0,l), +(555,764,l), +(618,764,l), +(504,879,l), +(933,0,l), +(1283,0,l), +(1589,1443,l), +(1179,1443,l), +(1018,683,l), +(954,683,l), +(1068,567,l), +(639,1443,l), +(290,1443,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(559,1604,l), +(647,1649,o), +(740,1677,o), +(799,1677,cs), +(897,1677,o), +(961,1580,o), +(1070,1580,cs), +(1172,1580,o), +(1271,1614,o), +(1330,1667,c), +(1377,1887,l), +(1313,1847,o), +(1223,1822,o), +(1148,1822,cs), +(1063,1822,o), +(989,1919,o), +(877,1919,cs), +(805,1919,o), +(702,1889,o), +(606,1825,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (317,432); +ref = tildecomb; +} +); +width = 1620; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (650,0); +}, +{ +name = hook; +pos = (1067,0); +}, +{ +name = top; +pos = (970,1859); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,0,l), +(555,764,l), +(618,764,l), +(504,879,l), +(933,0,l), +(1283,0,l), +(1589,1443,l), +(1179,1443,l), +(1018,683,l), +(954,683,l), +(1068,567,l), +(639,1443,l), +(290,1443,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(559,1604,l), +(647,1649,o), +(740,1677,o), +(799,1677,cs), +(897,1677,o), +(961,1580,o), +(1070,1580,cs), +(1172,1580,o), +(1271,1614,o), +(1330,1667,c), +(1377,1887,l), +(1313,1847,o), +(1223,1822,o), +(1148,1822,cs), +(1063,1822,o), +(989,1919,o), +(877,1919,cs), +(805,1919,o), +(702,1889,o), +(606,1825,c) +); +} +); +}; +layerId = "990F9492-74CA-4F5C-9420-FAF7EC389F9E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (317,432); +ref = tildecomb; +} +); +width = 1620; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (562,30); +}, +{ +name = hook; +pos = (1015,0); +}, +{ +name = top; +pos = (937,1687); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(412,1138,l), +(500,1138,l), +(345,1312,l), +(925,0,l), +(1105,0,l), +(1411,1443,l), +(1231,1443,l), +(994,326,l), +(930,326,l), +(1040,192,l), +(491,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(647,1532,l), +(695,1563,o), +(758,1582,o), +(813,1582,cs), +(885,1582,o), +(936,1528,o), +(1017,1528,cs), +(1074,1528,o), +(1133,1547,o), +(1170,1578,c), +(1199,1714,l), +(1152,1687,o), +(1091,1670,o), +(1039,1670,cs), +(976,1670,o), +(926,1724,o), +(843,1724,cs), +(792,1724,o), +(728,1702,o), +(676,1668,c) +); +} +); +}; +layerId = "249A2A6D-2FF1-42A9-9B1B-BE22687D49A7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (423,453); +ref = tildecomb; +} +); +width = 1476; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (764,0); +}, +{ +name = hook; +pos = (1197,0); +}, +{ +name = top; +pos = (734,1859); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,764,l), +(573,764,l), +(435,879,l), +(1050,0,l), +(1400,0,l), +(1400,1443,l), +(990,1443,l), +(990,683,l), +(926,683,l), +(1065,567,l), +(450,1443,l), +(101,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(364,1604,l), +(442,1649,o), +(529,1677,o), +(588,1677,cs), +(686,1677,o), +(771,1580,o), +(880,1580,cs), +(982,1580,o), +(1074,1614,o), +(1122,1667,c), +(1122,1887,l), +(1066,1847,o), +(982,1822,o), +(907,1822,cs), +(822,1822,o), +(727,1919,o), +(615,1919,cs), +(543,1919,o), +(446,1889,o), +(364,1825,c) +); +} +); +}; +layerId = "E85F52BE-DFA8-457A-9642-E2F0FF8CF67F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = N; +}, +{ +pos = (254,432); +ref = tildecomb; +} +); +width = 1500; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (538,0); +}, +{ +name = hook; +pos = (1019,0); +}, +{ +name = top; +pos = (901,1607); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(329,1365,l), +(369,1365,l), +(323,1402,l), +(994,0,l), +(1044,0,l), +(1350,1443,l), +(1300,1443,l), +(1014,97,l), +(980,97,l), +(1024,58,l), +(360,1443,l), +(296,1443,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(682,1567,l), +(725,1597,o), +(773,1617,o), +(803,1617,cs), +(861,1617,o), +(885,1555,o), +(950,1555,cs), +(995,1555,o), +(1043,1570,o), +(1074,1593,c), +(1095,1655,l), +(1049,1624,o), +(1000,1604,o), +(971,1604,cs), +(920,1604,o), +(891,1666,o), +(824,1666,cs), +(785,1666,o), +(738,1651,o), +(704,1629,c) +); +} +); +}; +layerId = "4F061F4A-C44D-4CFF-ABC7-DB0C0774DF13"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = N; +}, +{ +alignment = -1; +pos = (430,383); +ref = tildecomb; +} +); +width = 1375; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (686,30); +}, +{ +name = hook; +pos = (1145,0); +}, +{ +name = top; +pos = (696,1687); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1138,l), +(368,1138,l), +(176,1312,l), +(1075,0,l), +(1255,0,l), +(1255,1443,l), +(1075,1443,l), +(1075,326,l), +(1011,326,l), +(1150,192,l), +(295,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(436,1532,l), +(477,1563,o), +(536,1582,o), +(591,1582,cs), +(663,1582,o), +(726,1528,o), +(807,1528,cs), +(864,1528,o), +(919,1547,o), +(949,1578,c), +(949,1714,l), +(908,1687,o), +(851,1670,o), +(799,1670,cs), +(736,1670,o), +(674,1724,o), +(591,1724,cs), +(540,1724,o), +(481,1702,o), +(436,1668,c) +); +} +); +}; +layerId = "716D1074-25A7-498B-95CB-6D9F89A461C4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = N; +}, +{ +pos = (326,453); +ref = tildecomb; +} +); +width = 1355; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (649,0); +}, +{ +name = hook; +pos = (1130,0); +}, +{ +name = top; +pos = (649,1607); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1365,l), +(190,1365,l), +(136,1402,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(1105,97,l), +(1071,97,l), +(1123,58,l), +(165,1443,l), +(101,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(458,1567,l), +(489,1598,o), +(527,1617,o), +(558,1617,cs), +(616,1617,o), +(667,1555,o), +(732,1555,cs), +(767,1555,o), +(807,1572,o), +(835,1603,c), +(834,1655,l), +(801,1624,o), +(762,1604,o), +(732,1604,cs), +(681,1604,o), +(625,1666,o), +(558,1666,cs), +(530,1666,o), +(491,1649,o), +(458,1619,c) +); +} +); +}; +layerId = "FA8B1A01-1B13-4E84-B20B-CEF7959EFA75"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = N; +}, +{ +pos = (348,383); +ref = tildecomb; +} +); +width = 1255; +} +); +unicode = 209; +}, +{ +color = 6; +glyphname = O; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (769,1463); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +} +); +width = 1526; +}, +{ +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1463); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1573,-20,o), +(1573,-20,o), +(1573,722,cs), +(1573,1462,o), +(1573,1462,o), +(832,1462,cs), +(90,1462,o), +(90,1462,o), +(90,722,cs), +(90,-20,o), +(90,-20,o), +(832,-20,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +} +); +width = 1592; +}, +{ +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1480); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +} +); +width = 1681; +}, +{ +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (989,1463); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +} +); +width = 1586; +}, +{ +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (992,1463); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +} +); +width = 1592; +}, +{ +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1040,1480); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +} +); +width = 1681; +} +); +unicode = 79; +}, +{ +color = 10; +glyphname = Oacute; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (650,523); +ref = acute; +} +); +width = 1526; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (615,523); +ref = acute; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (625,480); +ref = acute; +} +); +width = 1681; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = O; +}, +{ +pos = (804,523); +ref = acute; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = O; +}, +{ +pos = (730,523); +ref = acute; +} +); +width = 1592; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = O; +}, +{ +pos = (727,480); +ref = acute; +} +); +width = 1681; +} +); +unicode = 211; +}, +{ +color = 10; +glyphname = Ocaron; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (769,1636); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (769,1756); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(791,1595,l), +(976,1804,l), +(912,1804,l), +(770,1642,l), +(768,1642,l), +(626,1804,l), +(562,1804,l), +(747,1595,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (452,523); +ref = caroncomb; +} +); +width = 1526; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (782,1601); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1746); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(894,1570,l), +(1064,1809,l), +(870,1809,l), +(794,1674,l), +(788,1674,l), +(714,1809,l), +(520,1809,l), +(688,1570,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (410,523); +ref = caroncomb; +} +); +width = 1592; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (847,1628); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1902); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(1036,1596,l), +(1262,1945,l), +(950,1945,l), +(853,1770,l), +(843,1770,l), +(744,1945,l), +(432,1945,l), +(660,1596,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (322,480); +ref = caroncomb; +} +); +width = 1681; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (989,1636); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (1014,1756); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(1007,1575,l), +(1236,1784,l), +(1167,1784,l), +(991,1622,l), +(989,1622,l), +(881,1784,l), +(822,1784,l), +(963,1575,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (553,523); +ref = caroncomb; +} +); +width = 1586; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1017,1601); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (1049,1746); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(1137,1570,l), +(1357,1809,l), +(1149,1809,l), +(1049,1674,l), +(1043,1674,l), +(993,1809,l), +(813,1809,l), +(931,1570,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (545,523); +ref = caroncomb; +} +); +width = 1697; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1107,1625); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1171,1893); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(1299,1590,l), +(1609,1939,l), +(1277,1939,l), +(1153,1764,l), +(1143,1764,l), +(1071,1939,l), +(779,1939,l), +(933,1590,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (475,474); +ref = caroncomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (1107,1625); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1171,1893); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(1299,1590,l), +(1609,1939,l), +(1277,1939,l), +(1153,1764,l), +(1143,1764,l), +(1071,1939,l), +(779,1939,l), +(933,1590,l) +); +} +); +}; +layerId = "21F782B8-9B24-44F8-8D20-7F5234BE99FC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (475,474); +ref = caroncomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (1017,1601); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (1049,1746); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(1137,1570,l), +(1357,1809,l), +(1149,1809,l), +(1049,1674,l), +(1043,1674,l), +(993,1809,l), +(813,1809,l), +(931,1570,l) +); +} +); +}; +layerId = "C8D597FB-B2D0-4A36-8110-64FB0E1B6640"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (545,523); +ref = caroncomb; +} +); +width = 1697; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (847,1628); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1902); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(1036,1596,l), +(1262,1945,l), +(950,1945,l), +(853,1770,l), +(843,1770,l), +(744,1945,l), +(432,1945,l), +(660,1596,l) +); +} +); +}; +layerId = "CD43EC65-FA44-4946-B1C3-FE2DA7368CE7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (322,480); +ref = caroncomb; +} +); +width = 1681; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (989,1636); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (1014,1756); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(1007,1575,l), +(1236,1784,l), +(1167,1784,l), +(991,1622,l), +(989,1622,l), +(881,1784,l), +(822,1784,l), +(963,1575,l) +); +} +); +}; +layerId = "51556994-A682-45E5-B69D-C3F60B1AD987"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (553,523); +ref = caroncomb; +} +); +width = 1586; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (782,1601); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1746); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(894,1570,l), +(1064,1809,l), +(870,1809,l), +(794,1674,l), +(788,1674,l), +(714,1809,l), +(520,1809,l), +(688,1570,l) +); +} +); +}; +layerId = "1D5FC22C-11BB-4B86-A74E-D133C5A599D4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (410,523); +ref = caroncomb; +} +); +width = 1592; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (769,1636); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (769,1756); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(791,1595,l), +(976,1804,l), +(912,1804,l), +(770,1642,l), +(768,1642,l), +(626,1804,l), +(562,1804,l), +(747,1595,l) +); +} +); +}; +layerId = "B948461B-2C35-46AD-969D-CABA6B755BA6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (452,523); +ref = caroncomb; +} +); +width = 1526; +} +); +unicode = 465; +}, +{ +color = 10; +glyphname = Ocircumflex; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (767,1777); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(560,1609,l), +(624,1609,l), +(766,1771,l), +(768,1771,l), +(910,1609,l), +(974,1609,l), +(789,1818,l), +(745,1818,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (450,523); +ref = circumflexcomb; +} +); +width = 1526; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (783,1766); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(521,1558,l), +(715,1558,l), +(789,1673,l), +(795,1673,l), +(871,1558,l), +(1065,1558,l), +(895,1797,l), +(689,1797,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (411,523); +ref = circumflexcomb; +} +); +width = 1592; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1891); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,1574,l), +(739,1574,l), +(838,1749,l), +(848,1749,l), +(945,1574,l), +(1257,1574,l), +(1031,1923,l), +(655,1923,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (317,480); +ref = circumflexcomb; +} +); +width = 1681; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (1024,1777); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(782,1609,l), +(846,1609,l), +(1022,1771,l), +(1024,1771,l), +(1132,1609,l), +(1196,1609,l), +(1055,1818,l), +(1011,1818,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (551,523); +ref = circumflexcomb; +} +); +width = 1586; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (1081,1766); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(764,1558,l), +(958,1558,l), +(1056,1673,l), +(1062,1673,l), +(1114,1558,l), +(1308,1558,l), +(1188,1797,l), +(982,1797,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (550,523); +ref = circumflexcomb; +} +); +width = 1697; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1190,1861); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(708,1574,l), +(1020,1574,l), +(1156,1749,l), +(1166,1749,l), +(1226,1574,l), +(1538,1574,l), +(1386,1923,l), +(1010,1923,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (482,480); +ref = circumflexcomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1190,1861); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(708,1574,l), +(1020,1574,l), +(1156,1749,l), +(1166,1749,l), +(1226,1574,l), +(1538,1574,l), +(1386,1923,l), +(1010,1923,l) +); +} +); +}; +layerId = "C94675BB-D1D7-4E21-9BB1-C50093FBBFA8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (482,480); +ref = circumflexcomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (1081,1766); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(764,1558,l), +(958,1558,l), +(1056,1673,l), +(1062,1673,l), +(1114,1558,l), +(1308,1558,l), +(1188,1797,l), +(982,1797,l) +); +} +); +}; +layerId = "581E15EB-29E9-49E8-89A0-559A2C802EA3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (550,523); +ref = circumflexcomb; +} +); +width = 1697; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1891); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,1574,l), +(739,1574,l), +(838,1749,l), +(848,1749,l), +(945,1574,l), +(1257,1574,l), +(1031,1923,l), +(655,1923,l) +); +} +); +}; +layerId = "9337E1EF-64CC-49AA-AE26-EC5DB12A7640"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (317,480); +ref = circumflexcomb; +} +); +width = 1681; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (1024,1777); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(782,1609,l), +(846,1609,l), +(1022,1771,l), +(1024,1771,l), +(1132,1609,l), +(1196,1609,l), +(1055,1818,l), +(1011,1818,l) +); +} +); +}; +layerId = "9346412D-956B-453E-A610-F4CBBD261F75"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (551,523); +ref = circumflexcomb; +} +); +width = 1586; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (783,1766); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(521,1558,l), +(715,1558,l), +(789,1673,l), +(795,1673,l), +(871,1558,l), +(1065,1558,l), +(895,1797,l), +(689,1797,l) +); +} +); +}; +layerId = "8C5D2D15-DCE8-4D95-A0CD-69BF91F12662"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (411,523); +ref = circumflexcomb; +} +); +width = 1592; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (767,1777); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(560,1609,l), +(624,1609,l), +(766,1771,l), +(768,1771,l), +(910,1609,l), +(974,1609,l), +(789,1818,l), +(745,1818,l) +); +} +); +}; +layerId = "DAB86313-5A36-4771-80FD-A6EA2FA1D224"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (450,523); +ref = circumflexcomb; +} +); +width = 1526; +} +); +unicode = 212; +}, +{ +color = 10; +glyphname = Odieresis; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (769,1463); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(593,1658,l), +(663,1658,l), +(663,1728,l), +(593,1728,l) +); +}, +{ +closed = 1; +nodes = ( +(876,1658,l), +(946,1658,l), +(946,1728,l), +(876,1728,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (483,523); +ref = dieresiscomb; +} +); +width = 1526; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1463); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(549,1584,l), +(729,1584,l), +(729,1763,l), +(549,1763,l) +); +}, +{ +closed = 1; +nodes = ( +(856,1584,l), +(1036,1584,l), +(1036,1763,l), +(856,1763,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (439,523); +ref = dieresiscomb; +} +); +width = 1592; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1480); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(493,1642,l), +(771,1642,l), +(771,1885,l), +(493,1885,l) +); +}, +{ +closed = 1; +nodes = ( +(908,1642,l), +(1186,1642,l), +(1186,1885,l), +(908,1885,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (383,480); +ref = dieresiscomb; +} +); +width = 1681; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (989,1463); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(816,1648,l), +(886,1648,l), +(900,1718,l), +(830,1718,l) +); +}, +{ +closed = 1; +nodes = ( +(1099,1648,l), +(1169,1648,l), +(1183,1718,l), +(1113,1718,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (576,523); +ref = dieresiscomb; +} +); +width = 1586; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (992,1463); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(786,1574,l), +(966,1574,l), +(1003,1753,l), +(824,1753,l) +); +}, +{ +closed = 1; +nodes = ( +(1093,1574,l), +(1273,1574,l), +(1310,1753,l), +(1131,1753,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (568,523); +ref = dieresiscomb; +} +); +width = 1697; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1040,1480); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(788,1642,l), +(1066,1642,l), +(1118,1885,l), +(840,1885,l) +); +}, +{ +closed = 1; +nodes = ( +(1203,1642,l), +(1481,1642,l), +(1533,1885,l), +(1255,1885,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (548,480); +ref = dieresiscomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1040,1480); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(788,1642,l), +(1066,1642,l), +(1118,1885,l), +(840,1885,l) +); +}, +{ +closed = 1; +nodes = ( +(1203,1642,l), +(1481,1642,l), +(1533,1885,l), +(1255,1885,l) +); +} +); +}; +layerId = "B1B10262-0961-4B16-8E6D-21B199DCD263"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (548,480); +ref = dieresiscomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (992,1463); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(786,1574,l), +(966,1574,l), +(1003,1753,l), +(824,1753,l) +); +}, +{ +closed = 1; +nodes = ( +(1093,1574,l), +(1273,1574,l), +(1310,1753,l), +(1131,1753,l) +); +} +); +}; +layerId = "38F3EC61-3103-4947-8825-129C84AD004B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (568,523); +ref = dieresiscomb; +} +); +width = 1697; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1480); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(493,1642,l), +(771,1642,l), +(771,1885,l), +(493,1885,l) +); +}, +{ +closed = 1; +nodes = ( +(908,1642,l), +(1186,1642,l), +(1186,1885,l), +(908,1885,l) +); +} +); +}; +layerId = "F2B5883C-7EBB-476E-ACA7-1305E6A3169A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (383,480); +ref = dieresiscomb; +} +); +width = 1681; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (989,1463); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(816,1648,l), +(886,1648,l), +(900,1718,l), +(830,1718,l) +); +}, +{ +closed = 1; +nodes = ( +(1099,1648,l), +(1169,1648,l), +(1183,1718,l), +(1113,1718,l) +); +} +); +}; +layerId = "CFCAE7B4-1835-4AC4-A503-0A4A67DB081A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (576,523); +ref = dieresiscomb; +} +); +width = 1586; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1463); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(549,1584,l), +(729,1584,l), +(729,1763,l), +(549,1763,l) +); +}, +{ +closed = 1; +nodes = ( +(856,1584,l), +(1036,1584,l), +(1036,1763,l), +(856,1763,l) +); +} +); +}; +layerId = "D4CB813C-2A3B-498A-86B2-BAE8B82E5BA5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (439,523); +ref = dieresiscomb; +} +); +width = 1592; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (769,1463); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(593,1658,l), +(663,1658,l), +(663,1728,l), +(593,1728,l) +); +}, +{ +closed = 1; +nodes = ( +(876,1658,l), +(946,1658,l), +(946,1728,l), +(876,1728,l) +); +} +); +}; +layerId = "CA44B2F6-20D7-41DB-8DFB-DFC0ED7A8A39"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (483,523); +ref = dieresiscomb; +} +); +width = 1526; +} +); +unicode = 214; +}, +{ +color = 10; +glyphname = Ograve; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (679,1720); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(744,1593,l), +(788,1593,l), +(713,1822,l), +(653,1822,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (543,523); +ref = gravecomb; +} +); +width = 1526; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (668,1786); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(706,1588,l), +(869,1588,l), +(779,1837,l), +(566,1837,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (456,523); +ref = gravecomb; +} +); +width = 1592; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (722,1921); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(716,1620,l), +(959,1620,l), +(889,1959,l), +(536,1959,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (426,480); +ref = gravecomb; +} +); +width = 1681; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (870,1720); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(941,1593,l), +(985,1593,l), +(958,1822,l), +(898,1822,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (621,523); +ref = gravecomb; +} +); +width = 1586; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (915,1786); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(957,1588,l), +(1120,1588,l), +(1082,1837,l), +(869,1837,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (595,523); +ref = gravecomb; +} +); +width = 1697; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1013,1921); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(1011,1620,l), +(1254,1620,l), +(1256,1959,l), +(903,1959,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (596,480); +ref = gravecomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1013,1921); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(1011,1620,l), +(1254,1620,l), +(1256,1959,l), +(903,1959,l) +); +} +); +}; +layerId = "69DF21CA-2980-4DAE-8EE0-7E8ABCE316FB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (596,480); +ref = gravecomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (915,1786); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(957,1588,l), +(1120,1588,l), +(1082,1837,l), +(869,1837,l) +); +} +); +}; +layerId = "9601A288-6FC9-44DE-AC88-FF47436C9D90"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (595,523); +ref = gravecomb; +} +); +width = 1697; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (722,1921); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(716,1620,l), +(959,1620,l), +(889,1959,l), +(536,1959,l) +); +} +); +}; +layerId = "B0F0A660-223E-4D3F-BC0F-69B8FFF8E1A1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (426,480); +ref = gravecomb; +} +); +width = 1681; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (870,1720); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(941,1593,l), +(985,1593,l), +(958,1822,l), +(898,1822,l) +); +} +); +}; +layerId = "1E662B8A-4855-48F7-BCC1-2B6E9A94E04F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (621,523); +ref = gravecomb; +} +); +width = 1586; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (668,1786); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(706,1588,l), +(869,1588,l), +(779,1837,l), +(566,1837,l) +); +} +); +}; +layerId = "79F31AA5-5C8E-4CD2-B8C2-B4587BC092B8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (456,523); +ref = gravecomb; +} +); +width = 1592; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (679,1720); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(744,1593,l), +(788,1593,l), +(713,1822,l), +(653,1822,l) +); +} +); +}; +layerId = "6CFB9E70-ADD2-46DE-AC71-98F5414A8606"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (543,523); +ref = gravecomb; +} +); +width = 1526; +} +); +unicode = 210; +}, +{ +color = 10; +glyphname = Ohungarumlaut; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (489,523); +ref = hungarumlautcomb; +} +); +width = 1526; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (480,523); +ref = hungarumlautcomb; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (362,480); +ref = hungarumlautcomb; +} +); +width = 1681; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = O; +}, +{ +pos = (619,523); +ref = hungarumlautcomb; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = O; +}, +{ +pos = (596,523); +ref = hungarumlautcomb; +} +); +width = 1592; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = O; +}, +{ +pos = (465,480); +ref = hungarumlautcomb; +} +); +width = 1681; +} +); +unicode = 336; +}, +{ +color = 10; +glyphname = Omacron; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (759,1686); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(569,1654,l), +(950,1654,l), +(950,1702,l), +(569,1702,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (459,523); +ref = macroncomb; +} +); +width = 1526; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1751); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(555,1611,l), +(1026,1611,l), +(1026,1751,l), +(555,1751,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (445,523); +ref = macroncomb; +} +); +width = 1592; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1868); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(515,1653,l), +(1168,1653,l), +(1168,1893,l), +(515,1893,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (405,480); +ref = macroncomb; +} +); +width = 1681; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (990,1686); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(795,1654,l), +(1176,1654,l), +(1186,1702,l), +(805,1702,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (554,523); +ref = macroncomb; +} +); +width = 1586; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (1089,1751); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(807,1611,l), +(1278,1611,l), +(1308,1751,l), +(837,1751,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (581,523); +ref = macroncomb; +} +); +width = 1697; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1193,1868); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(820,1653,l), +(1473,1653,l), +(1525,1893,l), +(872,1893,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (578,480); +ref = macroncomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1193,1868); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(820,1653,l), +(1473,1653,l), +(1525,1893,l), +(872,1893,l) +); +} +); +}; +layerId = "E02D88BF-A97E-4674-9E40-6073D8FB0F3F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (578,480); +ref = macroncomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (1089,1751); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(807,1611,l), +(1278,1611,l), +(1308,1751,l), +(837,1751,l) +); +} +); +}; +layerId = "33B1D3B5-B535-48B4-8EC3-CEB54718208D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (581,523); +ref = macroncomb; +} +); +width = 1697; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1868); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(515,1653,l), +(1168,1653,l), +(1168,1893,l), +(515,1893,l) +); +} +); +}; +layerId = "B247DB18-9F57-4251-84A9-22FAC1C26F80"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (405,480); +ref = macroncomb; +} +); +width = 1681; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (990,1686); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(795,1654,l), +(1176,1654,l), +(1186,1702,l), +(805,1702,l) +); +} +); +}; +layerId = "0B9E5733-1D8D-4270-8009-20C6E70A9995"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (554,523); +ref = macroncomb; +} +); +width = 1586; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1751); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(555,1611,l), +(1026,1611,l), +(1026,1751,l), +(555,1751,l) +); +} +); +}; +layerId = "43287AAE-08D1-472C-9164-AAA7D5F323E5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (445,523); +ref = macroncomb; +} +); +width = 1592; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (759,1686); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(569,1654,l), +(950,1654,l), +(950,1702,l), +(569,1702,l) +); +} +); +}; +layerId = "84510422-72C8-4943-AB85-C0575AC4B9C7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (459,523); +ref = macroncomb; +} +); +width = 1526; +} +); +unicode = 332; +}, +{ +color = 3; +glyphname = Oslash; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1318,1469,l), +(141,12,l), +(179,-20,l), +(1356,1437,l) +); +}, +{ +ref = O; +} +); +width = 1526; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1384,1459,l), +(127,87,l), +(244,-22,l), +(1501,1350,l) +); +}, +{ +ref = O; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1455,1481,l), +(98,124,l), +(269,-35,l), +(1626,1322,l) +); +}, +{ +ref = O; +} +); +width = 1686; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1586,1469,l), +(100,12,l), +(137,-20,l), +(1623,1437,l) +); +}, +{ +ref = O; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1611,1459,l), +(63,87,l), +(157,-22,l), +(1705,1350,l) +); +}, +{ +ref = O; +} +); +width = 1592; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1696,1481,l), +(51,124,l), +(188,-35,l), +(1833,1322,l) +); +}, +{ +ref = O; +} +); +width = 1729; +} +); +metricLeft = O; +metricRight = O; +unicode = 216; +}, +{ +color = 10; +glyphname = Otilde; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (769,1647); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(578,1607,l), +(609,1638,o), +(647,1657,o), +(678,1657,cs), +(736,1657,o), +(787,1595,o), +(852,1595,cs), +(887,1595,o), +(927,1612,o), +(955,1643,c), +(954,1695,l), +(921,1664,o), +(882,1644,o), +(852,1644,cs), +(801,1644,o), +(745,1706,o), +(678,1706,cs), +(650,1706,o), +(611,1689,o), +(578,1659,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (468,423); +ref = tildecomb; +} +); +width = 1526; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1757); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,1602,l), +(573,1633,o), +(632,1652,o), +(687,1652,cs), +(759,1652,o), +(822,1598,o), +(903,1598,cs), +(960,1598,o), +(1015,1617,o), +(1045,1648,c), +(1045,1784,l), +(1004,1757,o), +(947,1740,o), +(895,1740,cs), +(832,1740,o), +(770,1794,o), +(687,1794,cs), +(636,1794,o), +(577,1772,o), +(532,1738,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (422,523); +ref = tildecomb; +} +); +width = 1592; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1906); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,1651,l), +(550,1696,o), +(637,1724,o), +(696,1724,cs), +(794,1724,o), +(879,1627,o), +(988,1627,cs), +(1090,1627,o), +(1182,1661,o), +(1230,1714,c), +(1230,1934,l), +(1174,1894,o), +(1090,1869,o), +(1015,1869,cs), +(930,1869,o), +(835,1966,o), +(723,1966,cs), +(651,1966,o), +(554,1936,o), +(472,1872,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (362,479); +ref = tildecomb; +} +); +width = 1681; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (1000,1647); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(781,1607,l), +(824,1637,o), +(872,1657,o), +(902,1657,cs), +(960,1657,o), +(984,1595,o), +(1049,1595,cs), +(1094,1595,o), +(1142,1610,o), +(1173,1633,c), +(1194,1695,l), +(1148,1664,o), +(1099,1644,o), +(1070,1644,cs), +(1019,1644,o), +(990,1706,o), +(923,1706,cs), +(884,1706,o), +(837,1691,o), +(803,1669,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (529,423); +ref = tildecomb; +} +); +width = 1586; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (1059,1757); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(769,1602,l), +(817,1633,o), +(880,1652,o), +(935,1652,cs), +(1007,1652,o), +(1058,1598,o), +(1139,1598,cs), +(1196,1598,o), +(1255,1617,o), +(1292,1648,c), +(1321,1784,l), +(1274,1757,o), +(1213,1740,o), +(1161,1740,cs), +(1098,1740,o), +(1048,1794,o), +(965,1794,cs), +(914,1794,o), +(850,1772,o), +(798,1738,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (545,523); +ref = tildecomb; +} +); +width = 1697; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1123,1906); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(712,1651,l), +(800,1696,o), +(893,1724,o), +(952,1724,cs), +(1050,1724,o), +(1114,1627,o), +(1223,1627,cs), +(1325,1627,o), +(1424,1661,o), +(1483,1714,c), +(1530,1934,l), +(1466,1894,o), +(1376,1869,o), +(1301,1869,cs), +(1216,1869,o), +(1142,1966,o), +(1030,1966,cs), +(958,1966,o), +(855,1936,o), +(759,1872,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (470,479); +ref = tildecomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (716,-40); +}, +{ +name = center; +pos = (878,722); +}, +{ +name = ogonek; +pos = (722,-17); +}, +{ +name = top; +pos = (1123,1906); +}, +{ +name = topleft; +pos = (93,1443); +}, +{ +name = topright; +pos = (1444,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1170,-37,o), +(1565,282,o), +(1658,723,cs), +(1752,1162,o), +(1492,1480,o), +(1040,1480,cs), +(587,1480,o), +(191,1162,o), +(97,723,cs), +(4,282,o), +(265,-37,o), +(718,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(561,303,o), +(455,479,o), +(507,723,cs), +(559,965,o), +(765,1140,o), +(998,1140,cs), +(1195,1140,o), +(1300,965,o), +(1248,723,cs), +(1196,479,o), +(991,303,o), +(760,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(712,1651,l), +(800,1696,o), +(893,1724,o), +(952,1724,cs), +(1050,1724,o), +(1114,1627,o), +(1223,1627,cs), +(1325,1627,o), +(1424,1661,o), +(1483,1714,c), +(1530,1934,l), +(1466,1894,o), +(1376,1869,o), +(1301,1869,cs), +(1216,1869,o), +(1142,1966,o), +(1030,1966,cs), +(958,1966,o), +(855,1936,o), +(759,1872,c) +); +} +); +}; +layerId = "6B5ABD03-F9A0-48D1-B148-5AAFF9A81AF0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (470,479); +ref = tildecomb; +} +); +width = 1822; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = center; +pos = (833,722); +}, +{ +name = ogonek; +pos = (683,10); +}, +{ +name = top; +pos = (1059,1757); +}, +{ +name = topleft; +pos = (212,1443); +}, +{ +name = topright; +pos = (1249,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1106,-20,o), +(1483,292,o), +(1575,724,cs), +(1666,1153,o), +(1421,1463,o), +(992,1463,cs), +(567,1463,o), +(194,1153,o), +(103,724,cs), +(11,292,o), +(252,-20,o), +(676,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,150,o), +(212,391,o), +(283,724,cs), +(353,1054,o), +(644,1293,o), +(975,1293,cs), +(1289,1293,o), +(1465,1054,o), +(1395,724,cs), +(1324,391,o), +(1029,150,o), +(693,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(769,1602,l), +(817,1633,o), +(880,1652,o), +(935,1652,cs), +(1007,1652,o), +(1058,1598,o), +(1139,1598,cs), +(1196,1598,o), +(1255,1617,o), +(1292,1648,c), +(1321,1784,l), +(1274,1757,o), +(1213,1740,o), +(1161,1740,cs), +(1098,1740,o), +(1048,1794,o), +(965,1794,cs), +(914,1794,o), +(850,1772,o), +(798,1738,c) +); +} +); +}; +layerId = "96C26C21-B304-416E-88CE-0D216144D692"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (545,523); +ref = tildecomb; +} +); +width = 1697; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (841,-40); +}, +{ +name = center; +pos = (841,722); +}, +{ +name = ogonek; +pos = (842,-17); +}, +{ +name = top; +pos = (842,1906); +}, +{ +name = topleft; +pos = (-97,1443); +}, +{ +name = topright; +pos = (1246,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1293,-37,o), +(1621,283,o), +(1621,723,cs), +(1621,1161,o), +(1293,1480,o), +(842,1480,cs), +(390,1480,o), +(60,1161,o), +(60,723,cs), +(60,283,o), +(390,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(627,303,o), +(470,480,o), +(470,723,cs), +(470,964,o), +(627,1140,o), +(842,1140,cs), +(1055,1140,o), +(1211,964,o), +(1211,723,cs), +(1211,480,o), +(1055,303,o), +(842,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,1651,l), +(550,1696,o), +(637,1724,o), +(696,1724,cs), +(794,1724,o), +(879,1627,o), +(988,1627,cs), +(1090,1627,o), +(1182,1661,o), +(1230,1714,c), +(1230,1934,l), +(1174,1894,o), +(1090,1869,o), +(1015,1869,cs), +(930,1869,o), +(835,1966,o), +(723,1966,cs), +(651,1966,o), +(554,1936,o), +(472,1872,c) +); +} +); +}; +layerId = "6664F523-F56D-4F7F-9AD5-AA95F8DECB13"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (362,479); +ref = tildecomb; +} +); +width = 1681; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (677,0); +}, +{ +name = center; +pos = (831,722); +}, +{ +name = ogonek; +pos = (708,10); +}, +{ +name = top; +pos = (1000,1647); +}, +{ +name = topleft; +pos = (290,1443); +}, +{ +name = topright; +pos = (1253,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1103,-17,o), +(1478,294,o), +(1569,724,cs), +(1660,1153,o), +(1416,1463,o), +(989,1463,cs), +(566,1463,o), +(194,1153,o), +(103,724,cs), +(12,294,o), +(252,-17,o), +(675,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,31,o), +(68,322,o), +(153,724,cs), +(238,1125,o), +(589,1415,o), +(989,1415,cs), +(1381,1415,o), +(1604,1125,o), +(1519,724,cs), +(1434,322,o), +(1080,31,o), +(675,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(781,1607,l), +(824,1637,o), +(872,1657,o), +(902,1657,cs), +(960,1657,o), +(984,1595,o), +(1049,1595,cs), +(1094,1595,o), +(1142,1610,o), +(1173,1633,c), +(1194,1695,l), +(1148,1664,o), +(1099,1644,o), +(1070,1644,cs), +(1019,1644,o), +(990,1706,o), +(923,1706,cs), +(884,1706,o), +(837,1691,o), +(803,1669,c) +); +} +); +}; +layerId = "D33316FF-A0D5-4E31-8E79-C7BA098D585B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = O; +}, +{ +alignment = -1; +pos = (529,423); +ref = tildecomb; +} +); +width = 1586; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (791,0); +}, +{ +name = center; +pos = (791,722); +}, +{ +name = ogonek; +pos = (792,10); +}, +{ +name = top; +pos = (792,1757); +}, +{ +name = topleft; +pos = (17,1443); +}, +{ +name = topright; +pos = (1049,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1221,-20,o), +(1532,292,o), +(1532,724,cs), +(1532,1153,o), +(1221,1463,o), +(792,1463,cs), +(367,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(367,-20,o), +(792,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(472,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(472,1293,o), +(792,1293,cs), +(1117,1293,o), +(1352,1054,o), +(1352,724,cs), +(1352,391,o), +(1117,150,o), +(792,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,1602,l), +(573,1633,o), +(632,1652,o), +(687,1652,cs), +(759,1652,o), +(822,1598,o), +(903,1598,cs), +(960,1598,o), +(1015,1617,o), +(1045,1648,c), +(1045,1784,l), +(1004,1757,o), +(947,1740,o), +(895,1740,cs), +(832,1740,o), +(770,1794,o), +(687,1794,cs), +(636,1794,o), +(577,1772,o), +(532,1738,c) +); +} +); +}; +layerId = "4F7F16C5-748E-4AFB-8D11-16EB1A601D1F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (422,523); +ref = tildecomb; +} +); +width = 1592; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,0); +}, +{ +name = center; +pos = (768,722); +}, +{ +name = ogonek; +pos = (797,10); +}, +{ +name = top; +pos = (769,1647); +}, +{ +name = topleft; +pos = (74,1443); +}, +{ +name = topright; +pos = (1033,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,-17,o), +(1466,295,o), +(1466,724,cs), +(1466,1152,o), +(1172,1463,o), +(769,1463,cs), +(359,1463,o), +(60,1152,o), +(60,724,cs), +(60,295,o), +(359,-17,o), +(769,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(388,31,o), +(110,323,o), +(110,724,cs), +(110,1124,o), +(388,1415,o), +(769,1415,cs), +(1143,1415,o), +(1416,1124,o), +(1416,724,cs), +(1416,323,o), +(1143,31,o), +(769,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(578,1607,l), +(609,1638,o), +(647,1657,o), +(678,1657,cs), +(736,1657,o), +(787,1595,o), +(852,1595,cs), +(887,1595,o), +(927,1612,o), +(955,1643,c), +(954,1695,l), +(921,1664,o), +(882,1644,o), +(852,1644,cs), +(801,1644,o), +(745,1706,o), +(678,1706,cs), +(650,1706,o), +(611,1689,o), +(578,1659,c) +); +} +); +}; +layerId = "626CD74A-953D-4AC4-B1D7-5B9A524ECD33"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = O; +}, +{ +pos = (468,423); +ref = tildecomb; +} +); +width = 1526; +} +); +unicode = 213; +}, +{ +color = 6; +glyphname = OE; +kernLeft = round; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1068,-17,o), +(1306,269,o), +(1306,724,cs), +(1306,1178,o), +(1068,1463,o), +(689,1463,cs), +(303,1463,o), +(60,1178,o), +(60,724,cs), +(60,269,o), +(303,-17,o), +(689,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(333,31,o), +(110,298,o), +(110,724,cs), +(110,1148,o), +(333,1415,o), +(689,1415,cs), +(1037,1415,o), +(1256,1148,o), +(1256,724,cs), +(1256,298,o), +(1037,31,o), +(689,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(2127,0,l), +(2127,48,l), +(1309,48,l), +(1309,716,l), +(2063,716,l), +(2063,764,l), +(1309,764,l), +(1309,1395,l), +(2127,1395,l), +(2127,1443,l), +(1259,1443,l), +(1259,0,l) +); +} +); +width = 2167; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1083,-20,o), +(1306,267,o), +(1306,724,cs), +(1306,1178,o), +(1083,1463,o), +(729,1463,cs), +(318,1463,o), +(60,1178,o), +(60,724,cs), +(60,267,o), +(318,-20,o), +(729,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,150,o), +(240,371,o), +(240,724,cs), +(240,1074,o), +(429,1293,o), +(729,1293,cs), +(1016,1293,o), +(1196,1074,o), +(1196,724,cs), +(1196,371,o), +(1016,150,o), +(729,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(2100,0,l), +(2100,170,l), +(1378,170,l), +(1378,650,l), +(2036,650,l), +(2036,810,l), +(1378,810,l), +(1378,1272,l), +(2100,1272,l), +(2100,1442,l), +(1198,1442,l), +(1198,0,l) +); +} +); +width = 2140; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1120,-37,o), +(1371,277,o), +(1371,723,cs), +(1371,1167,o), +(1120,1480,o), +(762,1480,cs), +(350,1480,o), +(60,1167,o), +(60,723,cs), +(60,277,o), +(350,-37,o), +(762,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,303,o), +(470,476,o), +(470,723,cs), +(470,968,o), +(615,1140,o), +(822,1140,cs), +(1027,1140,o), +(1171,968,o), +(1171,723,cs), +(1171,476,o), +(1027,303,o), +(822,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(2200,0,l), +(2200,350,l), +(1606,350,l), +(1606,561,l), +(2124,561,l), +(2124,891,l), +(1606,891,l), +(1606,1092,l), +(2176,1092,l), +(2176,1443,l), +(1216,1443,l), +(1216,0,l) +); +} +); +width = 2240; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(954,-17,o), +(1252,269,o), +(1349,724,cs), +(1446,1178,o), +(1268,1463,o), +(889,1463,cs), +(503,1463,o), +(200,1178,o), +(103,724,cs), +(6,269,o), +(189,-17,o), +(575,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(229,31,o), +(63,298,o), +(153,724,cs), +(243,1148,o), +(523,1415,o), +(879,1415,cs), +(1227,1415,o), +(1389,1148,o), +(1299,724,cs), +(1209,298,o), +(933,31,o), +(585,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(2016,0,l), +(2027,48,l), +(1209,48,l), +(1351,716,l), +(2105,716,l), +(2115,764,l), +(1361,764,l), +(1495,1395,l), +(2313,1395,l), +(2323,1443,l), +(1455,1443,l), +(1148,0,l) +); +} +); +width = 2247; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(963,-20,o), +(1252,272,o), +(1349,724,cs), +(1444,1173,o), +(1279,1463,o), +(929,1463,cs), +(522,1463,o), +(198,1173,o), +(103,724,cs), +(6,272,o), +(206,-20,o), +(613,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(352,150,o), +(208,376,o), +(283,724,cs), +(356,1069,o), +(595,1293,o), +(892,1293,cs), +(1176,1293,o), +(1312,1069,o), +(1239,724,cs), +(1164,376,o), +(933,150,o), +(650,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(1989,0,l), +(2025,170,l), +(1303,170,l), +(1405,650,l), +(2063,650,l), +(2097,810,l), +(1439,810,l), +(1537,1272,l), +(2259,1272,l), +(2295,1442,l), +(1393,1442,l), +(1087,0,l) +); +} +); +width = 2200; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(996,-37,o), +(1314,277,o), +(1408,723,cs), +(1503,1167,o), +(1318,1480,o), +(960,1480,cs), +(548,1480,o), +(192,1167,o), +(97,723,cs), +(3,277,o), +(226,-37,o), +(638,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(563,303,o), +(455,476,o), +(507,723,cs), +(559,968,o), +(741,1140,o), +(948,1140,cs), +(1153,1140,o), +(1260,968,o), +(1208,723,cs), +(1156,476,o), +(975,303,o), +(770,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(2084,0,l), +(2158,350,l), +(1564,350,l), +(1609,561,l), +(2127,561,l), +(2197,891,l), +(1679,891,l), +(1722,1092,l), +(2292,1092,l), +(2366,1443,l), +(1406,1443,l), +(1100,0,l) +); +} +); +width = 2321; +} +); +metricLeft = O; +metricRight = E; +unicode = 338; +}, +{ +color = 6; +glyphname = P; +kernLeft = flat; +kernRight = P; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (472,0); +}, +{ +name = top; +pos = (472,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(150,0,l), +(150,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(619,578,ls), +(901,578,o), +(1078,745,o), +(1078,1010,cs), +(1078,1276,o), +(901,1443,o), +(619,1443,cs), +(127,1443,l), +(127,1395,l), +(604,1395,ls), +(866,1395,o), +(1030,1247,o), +(1030,1010,cs), +(1030,774,o), +(867,626,o), +(608,626,cs), +(127,626,l), +(127,578,l) +); +} +); +width = 1138; +}, +{ +anchors = ( +{ +name = bottom; +pos = (522,0); +}, +{ +name = top; +pos = (522,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(280,0,l), +(280,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(639,539,ls), +(941,539,o), +(1130,713,o), +(1130,990,cs), +(1130,1268,o), +(941,1443,o), +(639,1443,cs), +(191,1443,l), +(191,1283,l), +(634,1283,ls), +(828,1283,o), +(950,1170,o), +(950,990,cs), +(950,811,o), +(830,699,o), +(640,699,cs), +(191,699,l), +(191,539,l) +); +} +); +width = 1190; +}, +{ +anchors = ( +{ +name = bottom; +pos = (572,0); +}, +{ +name = top; +pos = (592,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(510,0,l), +(510,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(730,434,ls), +(1058,434,o), +(1271,632,o), +(1271,939,cs), +(1271,1245,o), +(1058,1443,o), +(730,1443,cs), +(338,1443,l), +(338,1123,l), +(668,1123,ls), +(785,1123,o), +(861,1051,o), +(861,939,cs), +(861,827,o), +(785,754,o), +(668,754,cs), +(338,754,l), +(338,434,l) +); +} +); +width = 1331; +}, +{ +anchors = ( +{ +name = bottom; +pos = (362,0); +}, +{ +name = top; +pos = (668,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(40,0,l), +(346,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(631,578,ls), +(915,578,o), +(1128,745,o), +(1184,1010,cs), +(1241,1276,o), +(1095,1443,o), +(805,1443,cs), +(323,1443,l), +(313,1395,l), +(810,1395,ls), +(1060,1395,o), +(1185,1247,o), +(1134,1010,cs), +(1084,774,o), +(886,626,o), +(621,626,cs), +(150,626,l), +(139,578,l) +); +} +); +width = 1140; +}, +{ +anchors = ( +{ +name = bottom; +pos = (412,0); +}, +{ +name = top; +pos = (718,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(170,0,l), +(476,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(663,539,ls), +(952,539,o), +(1171,713,o), +(1230,990,cs), +(1289,1268,o), +(1129,1443,o), +(815,1443,cs), +(387,1443,l), +(353,1283,l), +(816,1283,ls), +(998,1283,o), +(1088,1170,o), +(1050,990,cs), +(1012,811,o), +(861,699,o), +(658,699,cs), +(229,699,l), +(195,539,l) +); +} +); +width = 1190; +}, +{ +anchors = ( +{ +name = bottom; +pos = (456,0); +}, +{ +name = top; +pos = (782,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,1443,l), +(-16,0,l), +(394,0,l), +(700,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(736,434,ls), +(1050,434,o), +(1288,629,o), +(1354,939,cs), +(1420,1249,o), +(1241,1443,o), +(890,1443,cs), +(528,1443,l), +(460,1123,l), +(810,1123,ls), +(910,1123,o), +(958,1052,o), +(934,939,cs), +(910,825,o), +(817,754,o), +(692,754,cs), +(382,754,l), +(314,434,l) +); +} +); +width = 1331; +} +); +metricLeft = H; +metricRight = D; +unicode = 80; +}, +{ +color = 10; +glyphname = Pacute; +kernLeft = P; +kernRight = P; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = P; +}, +{ +pos = (353,486); +ref = acutecomb; +} +); +width = 1138; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = P; +}, +{ +pos = (345,485); +ref = acutecomb; +} +); +width = 1190; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = P; +}, +{ +pos = (375,552); +ref = acutecomb; +} +); +width = 1331; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = P; +}, +{ +pos = (479,486); +ref = acutecomb; +} +); +width = 1140; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = P; +}, +{ +pos = (452,485); +ref = acutecomb; +} +); +width = 1190; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = P; +}, +{ +pos = (447,342); +ref = acutecomb; +} +); +width = 1331; +} +); +unicode = 7764; +}, +{ +color = 6; +glyphname = Thorn; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:42:23 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,1443,l), +(110,0,l), +(160,0,l), +(160,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(579,346,ls), +(832,346,o), +(991,496,o), +(991,734,cs), +(991,973,o), +(832,1123,o), +(579,1123,cs), +(137,1123,l), +(137,1075,l), +(565,1075,ls), +(796,1075,o), +(941,943,o), +(941,734,cs), +(941,525,o), +(798,394,o), +(569,394,cs), +(137,394,l), +(137,346,l) +); +} +); +width = 1051; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,1443,l), +(110,0,l), +(290,0,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(653,352,ls), +(901,352,o), +(1056,495,o), +(1056,722,cs), +(1056,951,o), +(901,1094,o), +(653,1094,cs), +(285,1094,l), +(285,934,l), +(649,934,ls), +(788,934,o), +(876,852,o), +(876,722,cs), +(876,593,o), +(790,512,o), +(654,512,cs), +(285,512,l), +(285,352,l) +); +} +); +width = 1116; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,1443,l), +(110,0,l), +(530,0,l), +(530,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(730,264,ls), +(1062,264,o), +(1271,447,o), +(1271,739,cs), +(1271,1030,o), +(1062,1213,o), +(730,1213,cs), +(338,1213,l), +(338,903,l), +(668,903,ls), +(787,903,o), +(861,840,o), +(861,739,cs), +(861,638,o), +(787,574,o), +(668,574,cs), +(338,574,l), +(338,264,l) +); +} +); +width = 1331; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(307,1443,l), +(1,0,l), +(51,0,l), +(357,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(543,346,ls), +(796,346,o), +(987,496,o), +(1038,734,cs), +(1088,973,o), +(961,1123,o), +(708,1123,cs), +(266,1123,l), +(256,1075,l), +(694,1075,ls), +(925,1075,o), +(1032,943,o), +(988,734,cs), +(943,525,o), +(762,394,o), +(533,394,cs), +(111,394,l), +(101,346,l) +); +} +); +width = 1053; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,1443,l), +(-5,0,l), +(175,0,l), +(481,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(612,352,ls), +(857,352,o), +(1046,497,o), +(1094,722,cs), +(1142,948,o), +(1015,1094,o), +(770,1094,cs), +(402,1094,l), +(368,934,l), +(742,934,ls), +(874,934,o), +(942,851,o), +(914,722,cs), +(887,595,o), +(778,512,o), +(637,512,cs), +(278,512,l), +(244,352,l) +); +} +); +width = 1111; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(300,1443,l), +(-6,0,l), +(414,0,l), +(720,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(670,264,ls), +(1002,264,o), +(1250,447,o), +(1312,739,cs), +(1374,1030,o), +(1203,1213,o), +(871,1213,cs), +(479,1213,l), +(414,903,l), +(764,903,ls), +(883,903,o), +(923,840,o), +(902,739,cs), +(880,638,o), +(773,574,o), +(654,574,cs), +(344,574,l), +(278,264,l) +); +} +); +width = 1332; +} +); +metricLeft = p; +metricRight = p; +unicode = 222; +}, +{ +color = 6; +glyphname = Q; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 13:59:57 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (759,0); +}, +{ +name = top; +pos = (759,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1216,-17,o), +(1526,294,o), +(1526,724,cs), +(1526,1153,o), +(1216,1463,o), +(789,1463,cs), +(366,1463,o), +(60,1153,o), +(60,724,cs), +(60,294,o), +(366,-17,o), +(789,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(1475,13,l), +(1049,428,l), +(1013,392,l), +(1440,-23,l) +); +}, +{ +closed = 1; +nodes = ( +(395,31,o), +(110,322,o), +(110,724,cs), +(110,1125,o), +(395,1415,o), +(789,1415,cs), +(1187,1415,o), +(1476,1125,o), +(1476,724,cs), +(1476,322,o), +(1187,31,o), +(789,31,cs) +); +} +); +width = 1586; +}, +{ +anchors = ( +{ +name = bottom; +pos = (819,0); +}, +{ +name = top; +pos = (819,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1237,-20,o), +(1552,292,o), +(1552,724,cs), +(1552,1153,o), +(1237,1463,o), +(802,1463,cs), +(372,1463,o), +(60,1153,o), +(60,724,cs), +(60,292,o), +(372,-20,o), +(802,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(1506,112,l), +(1028,535,l), +(897,406,l), +(1385,-29,l) +); +}, +{ +closed = 1; +nodes = ( +(476,150,o), +(240,391,o), +(240,724,cs), +(240,1054,o), +(476,1293,o), +(802,1293,cs), +(1133,1293,o), +(1372,1054,o), +(1372,724,cs), +(1372,391,o), +(1133,150,o), +(802,150,cs) +); +} +); +width = 1612; +}, +{ +anchors = ( +{ +name = bottom; +pos = (879,0); +}, +{ +name = top; +pos = (842,1542); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1294,-37,o), +(1621,282,o), +(1621,723,cs), +(1621,1162,o), +(1294,1480,o), +(842,1480,cs), +(388,1480,o), +(60,1162,o), +(60,723,cs), +(60,282,o), +(388,-37,o), +(842,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(1666,190,l), +(1008,730,l), +(796,496,l), +(1444,-53,l) +); +}, +{ +closed = 1; +nodes = ( +(626,313,o), +(470,491,o), +(470,723,cs), +(470,953,o), +(626,1130,o), +(842,1130,cs), +(1056,1130,o), +(1211,953,o), +(1211,723,cs), +(1211,436,o), +(1100,313,o), +(842,313,cs) +); +} +); +width = 1726; +}, +{ +anchors = ( +{ +name = bottom; +pos = (676,0); +}, +{ +name = top; +pos = (930,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1070,-20,o), +(1382,266,o), +(1462,722,cs), +(1543,1177,o), +(1331,1463,o), +(915,1463,cs), +(497,1463,o), +(185,1177,o), +(104,722,cs), +(24,266,o), +(236,-20,o), +(654,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(1330,9,l), +(978,424,l), +(939,392,l), +(1293,-23,l) +); +}, +{ +closed = 1; +nodes = ( +(269,29,o), +(79,296,o), +(154,722,cs), +(229,1147,o), +(525,1414,o), +(912,1414,cs), +(1298,1414,o), +(1487,1147,o), +(1412,722,cs), +(1337,296,o), +(1042,29,o), +(656,29,cs) +); +} +); +width = 1499; +}, +{ +anchors = ( +{ +name = bottom; +pos = (736,0); +}, +{ +name = top; +pos = (944,1463); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1143,-20,o), +(1460,267,o), +(1540,724,cs), +(1620,1178,o), +(1396,1463,o), +(944,1463,cs), +(502,1463,o), +(184,1178,o), +(104,724,cs), +(24,267,o), +(249,-20,o), +(702,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(1424,102,l), +(1021,525,l), +(885,406,l), +(1296,-29,l) +); +}, +{ +closed = 1; +nodes = ( +(387,150,o), +(222,371,o), +(284,724,cs), +(346,1074,o), +(597,1293,o), +(934,1293,cs), +(1258,1293,o), +(1422,1074,o), +(1360,724,cs), +(1298,371,o), +(1048,150,o), +(712,150,cs) +); +} +); +width = 1573; +}, +{ +anchors = ( +{ +name = bottom; +pos = (915,0); +}, +{ +name = top; +pos = (1004,1542); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1215,-37,o), +(1555,256,o), +(1638,723,cs), +(1720,1188,o), +(1467,1480,o), +(982,1480,cs), +(520,1480,o), +(179,1188,o), +(97,723,cs), +(14,256,o), +(268,-37,o), +(755,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(1559,138,l), +(1032,658,l), +(841,486,l), +(1356,-43,l) +); +}, +{ +closed = 1; +nodes = ( +(551,283,o), +(449,453,o), +(497,723,cs), +(543,985,o), +(727,1150,o), +(974,1150,cs), +(1182,1150,o), +(1284,985,o), +(1238,723,cs), +(1182,417,o), +(1037,283,o), +(761,283,cs) +); +} +); +width = 1707; +} +); +metricLeft = O; +metricRight = o; +unicode = 81; +}, +{ +color = 6; +glyphname = R; +kernLeft = flat; +kernRight = R; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (533,0); +}, +{ +name = top; +pos = (533,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(150,0,l), +(150,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(647,585,l), +(1057,0,l), +(1116,0,l), +(706,585,l) +); +}, +{ +closed = 1; +nodes = ( +(629,558,ls), +(910,558,o), +(1098,735,o), +(1098,1000,cs), +(1098,1266,o), +(910,1443,o), +(629,1443,cs), +(126,1443,l), +(126,1395,l), +(616,1395,ls), +(876,1395,o), +(1050,1237,o), +(1050,1000,cs), +(1050,764,o), +(876,606,o), +(616,606,cs), +(126,606,l), +(126,558,l) +); +} +); +width = 1146; +}, +{ +anchors = ( +{ +name = bottom; +pos = (572,0); +}, +{ +name = top; +pos = (572,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(280,0,l), +(280,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(585,595,l), +(1003,0,l), +(1206,0,l), +(786,595,l) +); +}, +{ +closed = 1; +nodes = ( +(659,509,ls), +(954,509,o), +(1150,693,o), +(1150,970,cs), +(1150,1254,o), +(954,1443,o), +(659,1443,cs), +(195,1443,l), +(195,1273,l), +(657,1273,ls), +(845,1273,o), +(970,1152,o), +(970,970,cs), +(970,795,o), +(845,679,o), +(657,679,cs), +(195,679,l), +(195,509,l) +); +} +); +width = 1236; +}, +{ +anchors = ( +{ +name = bottom; +pos = (643,0); +}, +{ +name = top; +pos = (643,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(510,0,l), +(510,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(635,505,l), +(923,0,l), +(1364,0,l), +(1037,505,l) +); +}, +{ +closed = 1; +nodes = ( +(770,404,ls), +(1113,404,o), +(1341,622,o), +(1341,948,cs), +(1341,1245,o), +(1113,1443,o), +(770,1443,cs), +(318,1443,l), +(318,1133,l), +(728,1133,ls), +(844,1133,o), +(921,1055,o), +(921,939,cs), +(921,816,o), +(844,734,o), +(728,734,cs), +(318,734,l), +(318,404,l) +); +} +); +width = 1394; +}, +{ +anchors = ( +{ +name = bottom; +pos = (423,0); +}, +{ +name = top; +pos = (729,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(40,0,l), +(346,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(664,585,l), +(950,0,l), +(1006,0,l), +(720,585,l) +); +}, +{ +closed = 1; +nodes = ( +(637,558,ls), +(918,558,o), +(1144,735,o), +(1200,1000,cs), +(1257,1266,o), +(1106,1443,o), +(825,1443,cs), +(322,1443,l), +(312,1395,l), +(812,1395,ls), +(1072,1395,o), +(1203,1237,o), +(1152,1000,cs), +(1102,764,o), +(884,606,o), +(624,606,cs), +(144,606,l), +(134,558,l) +); +} +); +width = 1147; +}, +{ +anchors = ( +{ +name = bottom; +pos = (462,0); +}, +{ +name = top; +pos = (768,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(170,0,l), +(476,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(601,595,l), +(893,0,l), +(1096,0,l), +(802,595,l) +); +}, +{ +closed = 1; +nodes = ( +(657,509,ls), +(952,509,o), +(1187,693,o), +(1246,970,cs), +(1306,1254,o), +(1150,1443,o), +(855,1443,cs), +(391,1443,l), +(355,1273,l), +(817,1273,ls), +(1005,1273,o), +(1105,1152,o), +(1066,970,cs), +(1029,795,o), +(879,679,o), +(691,679,cs), +(229,679,l), +(193,509,l) +); +} +); +width = 1237; +}, +{ +anchors = ( +{ +name = bottom; +pos = (527,0); +}, +{ +name = top; +pos = (833,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,1443,l), +(-16,0,l), +(394,0,l), +(700,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(626,505,l), +(807,0,l), +(1248,0,l), +(1028,505,l) +); +}, +{ +closed = 1; +nodes = ( +(740,404,ls), +(1083,404,o), +(1357,622,o), +(1426,948,cs), +(1489,1245,o), +(1303,1443,o), +(960,1443,cs), +(508,1443,l), +(442,1133,l), +(852,1133,ls), +(968,1133,o), +(1029,1055,o), +(1004,939,cs), +(978,816,o), +(884,734,o), +(768,734,cs), +(358,734,l), +(288,404,l) +); +} +); +width = 1395; +} +); +metricLeft = H; +unicode = 82; +}, +{ +color = 10; +glyphname = Racute; +kernLeft = R; +kernRight = R; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = R; +}, +{ +pos = (414,503); +ref = acute; +} +); +width = 1146; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = R; +}, +{ +pos = (395,503); +ref = acute; +} +); +width = 1236; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = R; +}, +{ +pos = (426,443); +ref = acute; +} +); +width = 1394; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = R; +}, +{ +pos = (544,503); +ref = acute; +} +); +width = 1147; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = R; +}, +{ +pos = (506,503); +ref = acute; +} +); +width = 1237; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = R; +}, +{ +pos = (520,443); +ref = acute; +} +); +width = 1395; +} +); +unicode = 340; +}, +{ +color = 10; +glyphname = Rcaron; +kernLeft = R; +kernRight = R; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (533,1616); +}, +{ +name = top; +pos = (533,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(150,0,l), +(150,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(647,585,l), +(1057,0,l), +(1116,0,l), +(706,585,l) +); +}, +{ +closed = 1; +nodes = ( +(629,558,ls), +(910,558,o), +(1098,735,o), +(1098,1000,cs), +(1098,1266,o), +(910,1443,o), +(629,1443,cs), +(126,1443,l), +(126,1395,l), +(616,1395,ls), +(876,1395,o), +(1050,1237,o), +(1050,1000,cs), +(1050,764,o), +(876,606,o), +(616,606,cs), +(126,606,l), +(126,558,l) +); +}, +{ +closed = 1; +nodes = ( +(555,1575,l), +(740,1784,l), +(676,1784,l), +(534,1622,l), +(532,1622,l), +(390,1784,l), +(326,1784,l), +(511,1575,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = R; +}, +{ +pos = (216,503); +ref = caroncomb; +} +); +width = 1146; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (562,1581); +}, +{ +name = top; +pos = (572,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(280,0,l), +(280,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(585,595,l), +(1003,0,l), +(1206,0,l), +(786,595,l) +); +}, +{ +closed = 1; +nodes = ( +(659,509,ls), +(954,509,o), +(1150,693,o), +(1150,970,cs), +(1150,1254,o), +(954,1443,o), +(659,1443,cs), +(195,1443,l), +(195,1273,l), +(657,1273,ls), +(845,1273,o), +(970,1152,o), +(970,970,cs), +(970,795,o), +(845,679,o), +(657,679,cs), +(195,679,l), +(195,509,l) +); +}, +{ +closed = 1; +nodes = ( +(674,1550,l), +(844,1789,l), +(650,1789,l), +(574,1654,l), +(568,1654,l), +(494,1789,l), +(300,1789,l), +(468,1550,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = R; +}, +{ +pos = (190,503); +ref = caroncomb; +} +); +width = 1236; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (648,1591); +}, +{ +name = top; +pos = (643,1865); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(510,0,l), +(510,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(635,505,l), +(923,0,l), +(1364,0,l), +(1037,505,l) +); +}, +{ +closed = 1; +nodes = ( +(770,404,ls), +(1113,404,o), +(1341,622,o), +(1341,948,cs), +(1341,1245,o), +(1113,1443,o), +(770,1443,cs), +(318,1443,l), +(318,1133,l), +(728,1133,ls), +(844,1133,o), +(921,1055,o), +(921,939,cs), +(921,816,o), +(844,734,o), +(728,734,cs), +(318,734,l), +(318,404,l) +); +}, +{ +closed = 1; +nodes = ( +(837,1559,l), +(1063,1908,l), +(751,1908,l), +(654,1733,l), +(644,1733,l), +(545,1908,l), +(233,1908,l), +(461,1559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = R; +}, +{ +pos = (123,443); +ref = caroncomb; +} +); +width = 1394; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (758,1616); +}, +{ +name = top; +pos = (783,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(40,0,l), +(346,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(664,585,l), +(950,0,l), +(1006,0,l), +(720,585,l) +); +}, +{ +closed = 1; +nodes = ( +(637,558,ls), +(918,558,o), +(1144,735,o), +(1200,1000,cs), +(1257,1266,o), +(1106,1443,o), +(825,1443,cs), +(322,1443,l), +(312,1395,l), +(812,1395,ls), +(1072,1395,o), +(1203,1237,o), +(1152,1000,cs), +(1102,764,o), +(884,606,o), +(624,606,cs), +(144,606,l), +(134,558,l) +); +}, +{ +closed = 1; +nodes = ( +(776,1555,l), +(1005,1764,l), +(936,1764,l), +(760,1602,l), +(758,1602,l), +(650,1764,l), +(591,1764,l), +(732,1555,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = R; +}, +{ +pos = (322,503); +ref = caroncomb; +} +); +width = 1147; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (801,1581); +}, +{ +name = top; +pos = (833,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(170,0,l), +(476,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(601,595,l), +(893,0,l), +(1096,0,l), +(802,595,l) +); +}, +{ +closed = 1; +nodes = ( +(657,509,ls), +(952,509,o), +(1187,693,o), +(1246,970,cs), +(1306,1254,o), +(1150,1443,o), +(855,1443,cs), +(391,1443,l), +(355,1273,l), +(817,1273,ls), +(1005,1273,o), +(1105,1152,o), +(1066,970,cs), +(1029,795,o), +(879,679,o), +(691,679,cs), +(229,679,l), +(193,509,l) +); +}, +{ +closed = 1; +nodes = ( +(921,1550,l), +(1141,1789,l), +(933,1789,l), +(833,1654,l), +(827,1654,l), +(777,1789,l), +(597,1789,l), +(715,1550,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (329,503); +ref = caroncomb; +} +); +width = 1357; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (857,1588); +}, +{ +name = top; +pos = (921,1856); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,1443,l), +(-16,0,l), +(394,0,l), +(700,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(626,505,l), +(807,0,l), +(1248,0,l), +(1028,505,l) +); +}, +{ +closed = 1; +nodes = ( +(740,404,ls), +(1083,404,o), +(1357,622,o), +(1426,948,cs), +(1489,1245,o), +(1303,1443,o), +(960,1443,cs), +(508,1443,l), +(442,1133,l), +(852,1133,ls), +(968,1133,o), +(1029,1055,o), +(1004,939,cs), +(978,816,o), +(884,734,o), +(768,734,cs), +(358,734,l), +(288,404,l) +); +}, +{ +closed = 1; +nodes = ( +(1049,1553,l), +(1359,1902,l), +(1027,1902,l), +(903,1727,l), +(893,1727,l), +(821,1902,l), +(529,1902,l), +(683,1553,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (225,437); +ref = caroncomb; +} +); +width = 1445; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (857,1588); +}, +{ +name = top; +pos = (921,1856); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,1443,l), +(-16,0,l), +(394,0,l), +(700,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(626,505,l), +(807,0,l), +(1248,0,l), +(1028,505,l) +); +}, +{ +closed = 1; +nodes = ( +(740,404,ls), +(1083,404,o), +(1357,622,o), +(1426,948,cs), +(1489,1245,o), +(1303,1443,o), +(960,1443,cs), +(508,1443,l), +(442,1133,l), +(852,1133,ls), +(968,1133,o), +(1029,1055,o), +(1004,939,cs), +(978,816,o), +(884,734,o), +(768,734,cs), +(358,734,l), +(288,404,l) +); +}, +{ +closed = 1; +nodes = ( +(1049,1553,l), +(1359,1902,l), +(1027,1902,l), +(903,1727,l), +(893,1727,l), +(821,1902,l), +(529,1902,l), +(683,1553,l) +); +} +); +}; +layerId = "1E37410C-DF1D-4719-B5FF-F8F1E0C35C7D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (225,437); +ref = caroncomb; +} +); +width = 1445; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (801,1581); +}, +{ +name = top; +pos = (833,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(170,0,l), +(476,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(601,595,l), +(893,0,l), +(1096,0,l), +(802,595,l) +); +}, +{ +closed = 1; +nodes = ( +(657,509,ls), +(952,509,o), +(1187,693,o), +(1246,970,cs), +(1306,1254,o), +(1150,1443,o), +(855,1443,cs), +(391,1443,l), +(355,1273,l), +(817,1273,ls), +(1005,1273,o), +(1105,1152,o), +(1066,970,cs), +(1029,795,o), +(879,679,o), +(691,679,cs), +(229,679,l), +(193,509,l) +); +}, +{ +closed = 1; +nodes = ( +(921,1550,l), +(1141,1789,l), +(933,1789,l), +(833,1654,l), +(827,1654,l), +(777,1789,l), +(597,1789,l), +(715,1550,l) +); +} +); +}; +layerId = "40F4C5A9-6EC1-4E27-AF40-188FE2848061"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = R; +}, +{ +alignment = -1; +pos = (329,503); +ref = caroncomb; +} +); +width = 1357; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (648,1591); +}, +{ +name = top; +pos = (643,1865); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(510,0,l), +(510,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(635,505,l), +(923,0,l), +(1364,0,l), +(1037,505,l) +); +}, +{ +closed = 1; +nodes = ( +(770,404,ls), +(1113,404,o), +(1341,622,o), +(1341,948,cs), +(1341,1245,o), +(1113,1443,o), +(770,1443,cs), +(318,1443,l), +(318,1133,l), +(728,1133,ls), +(844,1133,o), +(921,1055,o), +(921,939,cs), +(921,816,o), +(844,734,o), +(728,734,cs), +(318,734,l), +(318,404,l) +); +}, +{ +closed = 1; +nodes = ( +(837,1559,l), +(1063,1908,l), +(751,1908,l), +(654,1733,l), +(644,1733,l), +(545,1908,l), +(233,1908,l), +(461,1559,l) +); +} +); +}; +layerId = "4EDBAF52-A38C-4F93-A89C-06515291C028"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = R; +}, +{ +pos = (123,443); +ref = caroncomb; +} +); +width = 1394; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (758,1616); +}, +{ +name = top; +pos = (783,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(296,1443,l), +(-10,0,l), +(40,0,l), +(346,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(664,585,l), +(950,0,l), +(1006,0,l), +(720,585,l) +); +}, +{ +closed = 1; +nodes = ( +(637,558,ls), +(918,558,o), +(1144,735,o), +(1200,1000,cs), +(1257,1266,o), +(1106,1443,o), +(825,1443,cs), +(322,1443,l), +(312,1395,l), +(812,1395,ls), +(1072,1395,o), +(1203,1237,o), +(1152,1000,cs), +(1102,764,o), +(884,606,o), +(624,606,cs), +(144,606,l), +(134,558,l) +); +}, +{ +closed = 1; +nodes = ( +(776,1555,l), +(1005,1764,l), +(936,1764,l), +(760,1602,l), +(758,1602,l), +(650,1764,l), +(591,1764,l), +(732,1555,l) +); +} +); +}; +layerId = "118EFF39-F42E-4782-A373-D273A209CFEF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = R; +}, +{ +pos = (322,503); +ref = caroncomb; +} +); +width = 1147; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (562,1581); +}, +{ +name = top; +pos = (572,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(280,0,l), +(280,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(585,595,l), +(1003,0,l), +(1206,0,l), +(786,595,l) +); +}, +{ +closed = 1; +nodes = ( +(659,509,ls), +(954,509,o), +(1150,693,o), +(1150,970,cs), +(1150,1254,o), +(954,1443,o), +(659,1443,cs), +(195,1443,l), +(195,1273,l), +(657,1273,ls), +(845,1273,o), +(970,1152,o), +(970,970,cs), +(970,795,o), +(845,679,o), +(657,679,cs), +(195,679,l), +(195,509,l) +); +}, +{ +closed = 1; +nodes = ( +(674,1550,l), +(844,1789,l), +(650,1789,l), +(574,1654,l), +(568,1654,l), +(494,1789,l), +(300,1789,l), +(468,1550,l) +); +} +); +}; +layerId = "3E4B093D-BF45-4809-AE01-7B07860C8150"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = R; +}, +{ +pos = (190,503); +ref = caroncomb; +} +); +width = 1236; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (533,1616); +}, +{ +name = top; +pos = (533,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,1443,l), +(100,0,l), +(150,0,l), +(150,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(647,585,l), +(1057,0,l), +(1116,0,l), +(706,585,l) +); +}, +{ +closed = 1; +nodes = ( +(629,558,ls), +(910,558,o), +(1098,735,o), +(1098,1000,cs), +(1098,1266,o), +(910,1443,o), +(629,1443,cs), +(126,1443,l), +(126,1395,l), +(616,1395,ls), +(876,1395,o), +(1050,1237,o), +(1050,1000,cs), +(1050,764,o), +(876,606,o), +(616,606,cs), +(126,606,l), +(126,558,l) +); +}, +{ +closed = 1; +nodes = ( +(555,1575,l), +(740,1784,l), +(676,1784,l), +(534,1622,l), +(532,1622,l), +(390,1784,l), +(326,1784,l), +(511,1575,l) +); +} +); +}; +layerId = "A1585B9E-20D3-4B0A-8670-C0B00EA15951"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = R; +}, +{ +pos = (216,503); +ref = caroncomb; +} +); +width = 1146; +} +); +unicode = 344; +}, +{ +color = 10; +glyphname = Rcommaaccent; +kernLeft = R; +kernRight = R; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = R; +}, +{ +pos = (314,0); +ref = commaaccentcomb; +} +); +width = 1146; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = R; +}, +{ +pos = (308,0); +ref = commaaccentcomb; +} +); +width = 1236; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = R; +}, +{ +pos = (252,0); +ref = commaaccentcomb; +} +); +width = 1394; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = R; +}, +{ +pos = (313,0); +ref = commaaccentcomb; +} +); +width = 1147; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = R; +}, +{ +pos = (314,0); +ref = commaaccentcomb; +} +); +width = 1237; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = R; +}, +{ +pos = (252,0); +ref = commaaccentcomb; +} +); +width = 1395; +} +); +unicode = 342; +}, +{ +color = 6; +glyphname = S; +kernLeft = S; +kernRight = S; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (595,0); +}, +{ +name = top; +pos = (526,1466); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(809,-20,o), +(987,134,o), +(987,366,cs), +(987,543,o), +(855,693,o), +(658,742,cs), +(475,788,ls), +(276,838,o), +(144,967,o), +(144,1112,cs), +(144,1293,o), +(289,1416,o), +(506,1418,c), +(648,1416,o), +(795,1378,o), +(874,1324,c), +(893,1370,l), +(800,1428,o), +(645,1466,o), +(506,1466,cs), +(259,1466,o), +(95,1324,o), +(95,1112,cs), +(95,945,o), +(241,796,o), +(459,742,cs), +(648,695,ls), +(822,652,o), +(938,520,o), +(938,366,c), +(935,163,o), +(779,28,o), +(547,28,cs), +(386,28,o), +(204,97,o), +(92,200,c), +(60,162,l), +(189,53,o), +(382,-20,o), +(543,-20,c) +); +} +); +width = 1047; +}, +{ +anchors = ( +{ +name = bottom; +pos = (567,0); +}, +{ +name = top; +pos = (548,1466); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(867,-20,o), +(1064,138,o), +(1064,386,cs), +(1064,599,o), +(920,764,o), +(693,813,cs), +(498,855,ls), +(357,886,o), +(268,974,o), +(268,1082,cs), +(268,1211,o), +(378,1294,o), +(550,1296,c), +(687,1294,o), +(823,1251,o), +(900,1187,c), +(986,1335,l), +(898,1415,o), +(728,1466,o), +(550,1466,cs), +(268,1466,o), +(89,1317,o), +(89,1082,cs), +(89,891,o), +(231,739,o), +(454,690,cs), +(641,649,ls), +(790,616,o), +(884,518,o), +(884,396,cs), +(884,246,o), +(755,150,o), +(552,150,cs), +(415,150,o), +(261,212,o), +(154,310,c), +(60,164,l), +(170,51,o), +(363,-20,o), +(558,-20,c) +); +} +); +width = 1124; +}, +{ +anchors = ( +{ +name = bottom; +pos = (598,-20); +}, +{ +name = top; +pos = (598,1479); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(953,-25,o), +(1174,155,o), +(1174,426,cs), +(1174,618,o), +(1048,788,o), +(845,854,cs), +(628,925,ls), +(548,951,o), +(494,995,o), +(494,1048,cs), +(494,1110,o), +(568,1151,o), +(678,1151,cs), +(806,1151,o), +(939,1105,o), +(1011,1073,c), +(1131,1376,l), +(1006,1428,o), +(813,1479,o), +(614,1479,cs), +(297,1479,o), +(85,1308,o), +(85,1052,cs), +(85,860,o), +(213,690,o), +(405,626,cs), +(633,550,ls), +(718,522,o), +(774,486,o), +(774,422,cs), +(774,352,o), +(707,305,o), +(606,305,cs), +(469,305,o), +(290,358,o), +(173,438,c), +(60,122,l), +(209,34,o), +(433,-25,o), +(621,-25,c) +); +} +); +width = 1234; +}, +{ +anchors = ( +{ +name = bottom; +pos = (484,0); +}, +{ +name = top; +pos = (727,1466); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(694,-20,o), +(905,134,o), +(954,366,cs), +(992,543,o), +(892,693,o), +(705,742,cs), +(532,788,ls), +(343,838,o), +(239,967,o), +(270,1112,cs), +(308,1293,o), +(479,1416,o), +(697,1418,c), +(838,1416,o), +(977,1378,o), +(1045,1324,c), +(1074,1370,l), +(993,1428,o), +(846,1466,o), +(707,1466,cs), +(460,1466,o), +(266,1324,o), +(221,1112,cs), +(185,945,o), +(300,796,o), +(506,742,cs), +(685,695,ls), +(850,652,o), +(938,520,o), +(905,366,c), +(859,163,o), +(674,28,o), +(442,28,cs), +(281,28,o), +(114,97,o), +(24,200,c), +(-16,162,l), +(90,53,o), +(267,-20,o), +(428,-20,c) +); +} +); +width = 1047; +}, +{ +anchors = ( +{ +name = bottom; +pos = (456,0); +}, +{ +name = top; +pos = (749,1466); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(752,-20,o), +(983,138,o), +(1035,386,cs), +(1081,599,o), +(972,764,o), +(755,813,cs), +(569,855,ls), +(435,886,o), +(364,974,o), +(387,1082,cs), +(415,1211,o), +(542,1294,o), +(715,1296,c), +(851,1294,o), +(978,1251,o), +(1042,1187,c), +(1159,1335,l), +(1088,1415,o), +(929,1466,o), +(751,1466,cs), +(469,1466,o), +(258,1317,o), +(208,1082,cs), +(168,891,o), +(277,739,o), +(490,690,cs), +(668,649,ls), +(810,616,o), +(883,518,o), +(857,396,cs), +(826,246,o), +(676,150,o), +(473,150,cs), +(336,150,o), +(195,212,o), +(109,310,c), +(-16,164,l), +(70,51,o), +(248,-20,o), +(443,-20,c) +); +} +); +width = 1123; +}, +{ +anchors = ( +{ +name = bottom; +pos = (477,-20); +}, +{ +name = top; +pos = (796,1479); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(831,-25,o), +(1090,155,o), +(1148,426,cs), +(1189,618,o), +(1093,789,o), +(910,854,cs), +(708,925,ls), +(634,951,o), +(590,1001,o), +(600,1048,cs), +(613,1110,o), +(696,1151,o), +(806,1151,cs), +(934,1151,o), +(1061,1120,o), +(1123,1073,c), +(1307,1376,l), +(1209,1438,o), +(1011,1479,o), +(812,1479,cs), +(495,1479,o), +(246,1308,o), +(192,1052,cs), +(151,860,o), +(243,690,o), +(422,626,cs), +(633,550,ls), +(712,521,o), +(757,470,o), +(747,422,cs), +(732,352,o), +(655,305,o), +(554,305,cs), +(411,305,o), +(250,358,o), +(150,438,c), +(-31,122,l), +(100,34,o), +(311,-25,o), +(499,-25,c) +); +} +); +width = 1234; +} +); +metricLeft = O; +metricRight = O; +unicode = 83; +}, +{ +color = 10; +glyphname = Sacute; +kernLeft = S; +kernRight = S; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = S; +}, +{ +pos = (407,509); +ref = acutecomb; +} +); +width = 1047; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (371,508); +ref = acutecomb; +} +); +width = 1124; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = S; +}, +{ +pos = (381,588); +ref = acutecomb; +} +); +width = 1234; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = S; +}, +{ +pos = (538,509); +ref = acutecomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = S; +}, +{ +pos = (483,508); +ref = acutecomb; +} +); +width = 1123; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = S; +}, +{ +pos = (461,378); +ref = acutecomb; +} +); +width = 1234; +} +); +unicode = 346; +}, +{ +color = 10; +glyphname = Scaron; +kernLeft = S; +kernRight = S; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (526,1639); +}, +{ +name = top; +pos = (526,1759); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(809,-20,o), +(987,134,o), +(987,366,cs), +(987,543,o), +(855,693,o), +(658,742,cs), +(475,788,ls), +(276,838,o), +(144,967,o), +(144,1112,cs), +(144,1293,o), +(289,1416,o), +(506,1418,c), +(648,1416,o), +(795,1378,o), +(874,1324,c), +(893,1370,l), +(800,1428,o), +(645,1466,o), +(506,1466,cs), +(259,1466,o), +(95,1324,o), +(95,1112,cs), +(95,945,o), +(241,796,o), +(459,742,cs), +(648,695,ls), +(822,652,o), +(938,520,o), +(938,366,c), +(935,163,o), +(779,28,o), +(547,28,cs), +(386,28,o), +(204,97,o), +(92,200,c), +(60,162,l), +(189,53,o), +(382,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(548,1598,l), +(733,1807,l), +(669,1807,l), +(527,1645,l), +(525,1645,l), +(383,1807,l), +(319,1807,l), +(504,1598,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = S; +}, +{ +pos = (209,526); +ref = caroncomb; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (538,1604); +}, +{ +name = top; +pos = (548,1749); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(867,-20,o), +(1064,138,o), +(1064,386,cs), +(1064,599,o), +(920,764,o), +(693,813,cs), +(498,855,ls), +(357,886,o), +(268,974,o), +(268,1082,cs), +(268,1211,o), +(378,1294,o), +(550,1296,c), +(687,1294,o), +(823,1251,o), +(900,1187,c), +(986,1335,l), +(898,1415,o), +(728,1466,o), +(550,1466,cs), +(268,1466,o), +(89,1317,o), +(89,1082,cs), +(89,891,o), +(231,739,o), +(454,690,cs), +(641,649,ls), +(790,616,o), +(884,518,o), +(884,396,cs), +(884,246,o), +(755,150,o), +(552,150,cs), +(415,150,o), +(261,212,o), +(154,310,c), +(60,164,l), +(170,51,o), +(363,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(650,1573,l), +(820,1812,l), +(626,1812,l), +(550,1677,l), +(544,1677,l), +(470,1812,l), +(276,1812,l), +(444,1573,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (166,526); +ref = caroncomb; +} +); +width = 1124; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (603,1627); +}, +{ +name = top; +pos = (598,1901); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(953,-25,o), +(1174,155,o), +(1174,426,cs), +(1174,618,o), +(1048,788,o), +(845,854,cs), +(628,925,ls), +(548,951,o), +(494,995,o), +(494,1048,cs), +(494,1110,o), +(568,1151,o), +(678,1151,cs), +(806,1151,o), +(939,1105,o), +(1011,1073,c), +(1131,1376,l), +(1006,1428,o), +(813,1479,o), +(614,1479,cs), +(297,1479,o), +(85,1308,o), +(85,1052,cs), +(85,860,o), +(213,690,o), +(405,626,cs), +(633,550,ls), +(718,522,o), +(774,486,o), +(774,422,cs), +(774,352,o), +(707,305,o), +(606,305,cs), +(469,305,o), +(290,358,o), +(173,438,c), +(60,122,l), +(209,34,o), +(433,-25,o), +(621,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(792,1595,l), +(1018,1944,l), +(706,1944,l), +(609,1769,l), +(599,1769,l), +(500,1944,l), +(188,1944,l), +(416,1595,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = S; +}, +{ +pos = (78,479); +ref = caroncomb; +} +); +width = 1234; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (760,1639); +}, +{ +name = top; +pos = (785,1759); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(694,-20,o), +(905,134,o), +(954,366,cs), +(992,543,o), +(892,693,o), +(705,742,cs), +(532,788,ls), +(343,838,o), +(239,967,o), +(270,1112,cs), +(308,1293,o), +(479,1416,o), +(697,1418,c), +(838,1416,o), +(977,1378,o), +(1045,1324,c), +(1074,1370,l), +(993,1428,o), +(846,1466,o), +(707,1466,cs), +(460,1466,o), +(266,1324,o), +(221,1112,cs), +(185,945,o), +(300,796,o), +(506,742,cs), +(685,695,ls), +(850,652,o), +(938,520,o), +(905,366,c), +(859,163,o), +(674,28,o), +(442,28,cs), +(281,28,o), +(114,97,o), +(24,200,c), +(-16,162,l), +(90,53,o), +(267,-20,o), +(428,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(778,1578,l), +(1007,1787,l), +(938,1787,l), +(762,1625,l), +(760,1625,l), +(652,1787,l), +(593,1787,l), +(734,1578,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (324,526); +ref = caroncomb; +} +); +width = 1201; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (774,1604); +}, +{ +name = top; +pos = (806,1749); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,-20,o), +(983,138,o), +(1035,386,cs), +(1081,599,o), +(972,764,o), +(755,813,cs), +(569,855,ls), +(435,886,o), +(364,974,o), +(387,1082,cs), +(415,1211,o), +(542,1294,o), +(715,1296,c), +(851,1294,o), +(978,1251,o), +(1042,1187,c), +(1159,1335,l), +(1088,1415,o), +(929,1466,o), +(751,1466,cs), +(469,1466,o), +(258,1317,o), +(208,1082,cs), +(168,891,o), +(277,739,o), +(490,690,cs), +(668,649,ls), +(810,616,o), +(883,518,o), +(857,396,cs), +(826,246,o), +(676,150,o), +(473,150,cs), +(336,150,o), +(195,212,o), +(109,310,c), +(-16,164,l), +(70,51,o), +(248,-20,o), +(443,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(894,1573,l), +(1114,1812,l), +(906,1812,l), +(806,1677,l), +(800,1677,l), +(750,1812,l), +(570,1812,l), +(688,1573,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (302,526); +ref = caroncomb; +} +); +width = 1314; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (843,1624); +}, +{ +name = top; +pos = (907,1892); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(831,-25,o), +(1090,155,o), +(1148,426,cs), +(1189,618,o), +(1093,789,o), +(910,854,cs), +(708,925,ls), +(634,951,o), +(590,1001,o), +(600,1048,cs), +(613,1110,o), +(696,1151,o), +(806,1151,cs), +(934,1151,o), +(1061,1120,o), +(1123,1073,c), +(1307,1376,l), +(1209,1438,o), +(1011,1479,o), +(812,1479,cs), +(495,1479,o), +(246,1308,o), +(192,1052,cs), +(151,860,o), +(243,690,o), +(422,626,cs), +(633,550,ls), +(712,521,o), +(757,470,o), +(747,422,cs), +(732,352,o), +(655,305,o), +(554,305,cs), +(411,305,o), +(250,358,o), +(150,438,c), +(-31,122,l), +(100,34,o), +(311,-25,o), +(499,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(1035,1589,l), +(1345,1938,l), +(1013,1938,l), +(889,1763,l), +(879,1763,l), +(807,1938,l), +(515,1938,l), +(669,1589,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (211,473); +ref = caroncomb; +} +); +width = 1436; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (843,1624); +}, +{ +name = top; +pos = (907,1892); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(831,-25,o), +(1090,155,o), +(1148,426,cs), +(1189,618,o), +(1093,789,o), +(910,854,cs), +(708,925,ls), +(634,951,o), +(590,1001,o), +(600,1048,cs), +(613,1110,o), +(696,1151,o), +(806,1151,cs), +(934,1151,o), +(1061,1120,o), +(1123,1073,c), +(1307,1376,l), +(1209,1438,o), +(1011,1479,o), +(812,1479,cs), +(495,1479,o), +(246,1308,o), +(192,1052,cs), +(151,860,o), +(243,690,o), +(422,626,cs), +(633,550,ls), +(712,521,o), +(757,470,o), +(747,422,cs), +(732,352,o), +(655,305,o), +(554,305,cs), +(411,305,o), +(250,358,o), +(150,438,c), +(-31,122,l), +(100,34,o), +(311,-25,o), +(499,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(1035,1589,l), +(1345,1938,l), +(1013,1938,l), +(889,1763,l), +(879,1763,l), +(807,1938,l), +(515,1938,l), +(669,1589,l) +); +} +); +}; +layerId = "1CA328D6-0205-4BD9-8EF0-14030CBF7465"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (211,473); +ref = caroncomb; +} +); +width = 1436; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (774,1604); +}, +{ +name = top; +pos = (806,1749); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,-20,o), +(983,138,o), +(1035,386,cs), +(1081,599,o), +(972,764,o), +(755,813,cs), +(569,855,ls), +(435,886,o), +(364,974,o), +(387,1082,cs), +(415,1211,o), +(542,1294,o), +(715,1296,c), +(851,1294,o), +(978,1251,o), +(1042,1187,c), +(1159,1335,l), +(1088,1415,o), +(929,1466,o), +(751,1466,cs), +(469,1466,o), +(258,1317,o), +(208,1082,cs), +(168,891,o), +(277,739,o), +(490,690,cs), +(668,649,ls), +(810,616,o), +(883,518,o), +(857,396,cs), +(826,246,o), +(676,150,o), +(473,150,cs), +(336,150,o), +(195,212,o), +(109,310,c), +(-16,164,l), +(70,51,o), +(248,-20,o), +(443,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(894,1573,l), +(1114,1812,l), +(906,1812,l), +(806,1677,l), +(800,1677,l), +(750,1812,l), +(570,1812,l), +(688,1573,l) +); +} +); +}; +layerId = "D2CE0015-4E5E-4F6A-B456-B40C09E6F9F7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (302,526); +ref = caroncomb; +} +); +width = 1314; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (603,1627); +}, +{ +name = top; +pos = (598,1901); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(953,-25,o), +(1174,155,o), +(1174,426,cs), +(1174,618,o), +(1048,788,o), +(845,854,cs), +(628,925,ls), +(548,951,o), +(494,995,o), +(494,1048,cs), +(494,1110,o), +(568,1151,o), +(678,1151,cs), +(806,1151,o), +(939,1105,o), +(1011,1073,c), +(1131,1376,l), +(1006,1428,o), +(813,1479,o), +(614,1479,cs), +(297,1479,o), +(85,1308,o), +(85,1052,cs), +(85,860,o), +(213,690,o), +(405,626,cs), +(633,550,ls), +(718,522,o), +(774,486,o), +(774,422,cs), +(774,352,o), +(707,305,o), +(606,305,cs), +(469,305,o), +(290,358,o), +(173,438,c), +(60,122,l), +(209,34,o), +(433,-25,o), +(621,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(792,1595,l), +(1018,1944,l), +(706,1944,l), +(609,1769,l), +(599,1769,l), +(500,1944,l), +(188,1944,l), +(416,1595,l) +); +} +); +}; +layerId = "82CDD450-4A6F-4E5B-A143-33F7B70A3F19"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (78,479); +ref = caroncomb; +} +); +width = 1234; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (760,1639); +}, +{ +name = top; +pos = (785,1759); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(694,-20,o), +(905,134,o), +(954,366,cs), +(992,543,o), +(892,693,o), +(705,742,cs), +(532,788,ls), +(343,838,o), +(239,967,o), +(270,1112,cs), +(308,1293,o), +(479,1416,o), +(697,1418,c), +(838,1416,o), +(977,1378,o), +(1045,1324,c), +(1074,1370,l), +(993,1428,o), +(846,1466,o), +(707,1466,cs), +(460,1466,o), +(266,1324,o), +(221,1112,cs), +(185,945,o), +(300,796,o), +(506,742,cs), +(685,695,ls), +(850,652,o), +(938,520,o), +(905,366,c), +(859,163,o), +(674,28,o), +(442,28,cs), +(281,28,o), +(114,97,o), +(24,200,c), +(-16,162,l), +(90,53,o), +(267,-20,o), +(428,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(778,1578,l), +(1007,1787,l), +(938,1787,l), +(762,1625,l), +(760,1625,l), +(652,1787,l), +(593,1787,l), +(734,1578,l) +); +} +); +}; +layerId = "B630586C-BC24-4AA9-9006-7C4699E56692"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (324,526); +ref = caroncomb; +} +); +width = 1201; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (538,1604); +}, +{ +name = top; +pos = (548,1749); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(867,-20,o), +(1064,138,o), +(1064,386,cs), +(1064,599,o), +(920,764,o), +(693,813,cs), +(498,855,ls), +(357,886,o), +(268,974,o), +(268,1082,cs), +(268,1211,o), +(378,1294,o), +(550,1296,c), +(687,1294,o), +(823,1251,o), +(900,1187,c), +(986,1335,l), +(898,1415,o), +(728,1466,o), +(550,1466,cs), +(268,1466,o), +(89,1317,o), +(89,1082,cs), +(89,891,o), +(231,739,o), +(454,690,cs), +(641,649,ls), +(790,616,o), +(884,518,o), +(884,396,cs), +(884,246,o), +(755,150,o), +(552,150,cs), +(415,150,o), +(261,212,o), +(154,310,c), +(60,164,l), +(170,51,o), +(363,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(650,1573,l), +(820,1812,l), +(626,1812,l), +(550,1677,l), +(544,1677,l), +(470,1812,l), +(276,1812,l), +(444,1573,l) +); +} +); +}; +layerId = "DC603BBA-604D-46E4-91A9-B6DDA53B42D2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (166,526); +ref = caroncomb; +} +); +width = 1124; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (526,1639); +}, +{ +name = top; +pos = (526,1759); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(809,-20,o), +(987,134,o), +(987,366,cs), +(987,543,o), +(855,693,o), +(658,742,cs), +(475,788,ls), +(276,838,o), +(144,967,o), +(144,1112,cs), +(144,1293,o), +(289,1416,o), +(506,1418,c), +(648,1416,o), +(795,1378,o), +(874,1324,c), +(893,1370,l), +(800,1428,o), +(645,1466,o), +(506,1466,cs), +(259,1466,o), +(95,1324,o), +(95,1112,cs), +(95,945,o), +(241,796,o), +(459,742,cs), +(648,695,ls), +(822,652,o), +(938,520,o), +(938,366,c), +(935,163,o), +(779,28,o), +(547,28,cs), +(386,28,o), +(204,97,o), +(92,200,c), +(60,162,l), +(189,53,o), +(382,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(548,1598,l), +(733,1807,l), +(669,1807,l), +(527,1645,l), +(525,1645,l), +(383,1807,l), +(319,1807,l), +(504,1598,l) +); +} +); +}; +layerId = "33150C95-B92D-4ECA-A88B-317BBFE5E214"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (209,526); +ref = caroncomb; +} +); +width = 1047; +} +); +unicode = 352; +}, +{ +color = 10; +glyphname = Scedilla; +kernLeft = S; +kernRight = S; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (601,-383); +}, +{ +name = top; +pos = (526,1466); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(809,-20,o), +(987,134,o), +(987,366,cs), +(987,543,o), +(855,693,o), +(658,742,cs), +(475,788,ls), +(276,838,o), +(144,967,o), +(144,1112,cs), +(144,1293,o), +(289,1416,o), +(506,1418,c), +(648,1416,o), +(795,1378,o), +(874,1324,c), +(893,1370,l), +(800,1428,o), +(645,1466,o), +(506,1466,cs), +(259,1466,o), +(95,1324,o), +(95,1112,cs), +(95,945,o), +(241,796,o), +(459,742,cs), +(648,695,ls), +(822,652,o), +(938,520,o), +(938,366,c), +(935,163,o), +(779,28,o), +(547,28,cs), +(386,28,o), +(204,97,o), +(92,200,c), +(60,162,l), +(189,53,o), +(382,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(698,-347,o), +(793,-297,o), +(793,-207,cs), +(793,-128,o), +(724,-83,o), +(600,-81,c), +(619,0,l), +(569,0,l), +(539,-126,l), +(670,-125,o), +(743,-153,o), +(743,-204,cs), +(743,-265,o), +(666,-299,o), +(528,-299,c), +(527,-347,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = S; +}, +{ +pos = (417,0); +ref = cedillacomb; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (571,-437); +}, +{ +name = top; +pos = (548,1466); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(867,-20,o), +(1064,138,o), +(1064,386,cs), +(1064,599,o), +(920,764,o), +(693,813,cs), +(498,855,ls), +(357,886,o), +(268,974,o), +(268,1082,cs), +(268,1211,o), +(378,1294,o), +(550,1296,c), +(687,1294,o), +(823,1251,o), +(900,1187,c), +(986,1335,l), +(898,1415,o), +(728,1466,o), +(550,1466,cs), +(268,1466,o), +(89,1317,o), +(89,1082,cs), +(89,891,o), +(231,739,o), +(454,690,cs), +(641,649,ls), +(790,616,o), +(884,518,o), +(884,396,cs), +(884,246,o), +(755,150,o), +(552,150,cs), +(415,150,o), +(261,212,o), +(154,310,c), +(60,164,l), +(170,51,o), +(363,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(641,-365,o), +(773,-298,o), +(773,-195,cs), +(773,-126,o), +(712,-75,o), +(618,-65,c), +(628,2,l), +(502,2,l), +(474,-144,l), +(577,-143,o), +(643,-163,o), +(643,-195,cs), +(643,-221,o), +(572,-237,o), +(461,-237,c), +(437,-365,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (327,0); +ref = cedillacomb; +} +); +width = 1124; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-403); +}, +{ +name = top; +pos = (598,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(953,-25,o), +(1174,155,o), +(1174,426,cs), +(1174,618,o), +(1048,788,o), +(845,854,cs), +(628,925,ls), +(548,951,o), +(494,995,o), +(494,1048,cs), +(494,1110,o), +(568,1151,o), +(678,1151,cs), +(806,1151,o), +(939,1105,o), +(1011,1073,c), +(1131,1376,l), +(1006,1428,o), +(813,1479,o), +(614,1479,cs), +(297,1479,o), +(85,1308,o), +(85,1052,cs), +(85,860,o), +(213,690,o), +(405,626,cs), +(633,550,ls), +(718,522,o), +(774,486,o), +(774,422,cs), +(774,352,o), +(707,305,o), +(606,305,cs), +(469,305,o), +(290,358,o), +(173,438,c), +(60,122,l), +(209,34,o), +(433,-25,o), +(621,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(689,-429,o), +(855,-346,o), +(855,-218,cs), +(855,-132,o), +(797,-77,o), +(700,-77,c), +(706,-20,l), +(478,-20,l), +(462,-169,l), +(593,-169,o), +(658,-189,o), +(658,-221,cs), +(658,-250,o), +(591,-268,o), +(456,-268,c), +(432,-429,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = S; +}, +{ +pos = (322,-20); +ref = cedillacomb; +} +); +width = 1234; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (394,-383); +}, +{ +name = top; +pos = (727,1466); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(694,-20,o), +(905,134,o), +(954,366,cs), +(992,543,o), +(892,693,o), +(705,742,cs), +(532,788,ls), +(343,838,o), +(239,967,o), +(270,1112,cs), +(308,1293,o), +(479,1416,o), +(697,1418,c), +(838,1416,o), +(977,1378,o), +(1045,1324,c), +(1074,1370,l), +(993,1428,o), +(846,1466,o), +(707,1466,cs), +(460,1466,o), +(266,1324,o), +(221,1112,cs), +(185,945,o), +(300,796,o), +(506,742,cs), +(685,695,ls), +(850,652,o), +(938,520,o), +(905,366,c), +(859,163,o), +(674,28,o), +(442,28,cs), +(281,28,o), +(114,97,o), +(24,200,c), +(-16,162,l), +(90,53,o), +(267,-20,o), +(428,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(499,-347,o), +(605,-297,o), +(624,-207,cs), +(640,-128,o), +(581,-83,o), +(457,-81,c), +(494,0,l), +(444,0,l), +(387,-126,l), +(518,-125,o), +(585,-153,o), +(574,-204,cs), +(561,-265,o), +(477,-299,o), +(339,-299,c), +(328,-347,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (401,0); +ref = cedillacomb; +} +); +width = 1201; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (427,-437); +}, +{ +name = top; +pos = (749,1466); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,-20,o), +(983,138,o), +(1035,386,cs), +(1081,599,o), +(972,764,o), +(755,813,cs), +(569,855,ls), +(435,886,o), +(364,974,o), +(387,1082,cs), +(415,1211,o), +(542,1294,o), +(715,1296,c), +(851,1294,o), +(978,1251,o), +(1042,1187,c), +(1159,1335,l), +(1088,1415,o), +(929,1466,o), +(751,1466,cs), +(469,1466,o), +(258,1317,o), +(208,1082,cs), +(168,891,o), +(277,739,o), +(490,690,cs), +(668,649,ls), +(810,616,o), +(883,518,o), +(857,396,cs), +(826,246,o), +(676,150,o), +(473,150,cs), +(336,150,o), +(195,212,o), +(109,310,c), +(-16,164,l), +(70,51,o), +(248,-20,o), +(443,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(513,-365,o), +(659,-298,o), +(681,-195,cs), +(695,-126,o), +(645,-75,o), +(553,-65,c), +(578,2,l), +(452,2,l), +(393,-144,l), +(496,-143,o), +(558,-163,o), +(551,-195,cs), +(545,-221,o), +(471,-237,o), +(360,-237,c), +(309,-365,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (392,0); +ref = cedillacomb; +} +); +width = 1314; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (448,-403); +}, +{ +name = top; +pos = (796,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(831,-25,o), +(1090,155,o), +(1148,426,cs), +(1189,618,o), +(1093,789,o), +(910,854,cs), +(708,925,ls), +(634,951,o), +(590,1001,o), +(600,1048,cs), +(613,1110,o), +(696,1151,o), +(806,1151,cs), +(934,1151,o), +(1061,1120,o), +(1123,1073,c), +(1307,1376,l), +(1209,1438,o), +(1011,1479,o), +(812,1479,cs), +(495,1479,o), +(246,1308,o), +(192,1052,cs), +(151,860,o), +(243,690,o), +(422,626,cs), +(633,550,ls), +(712,521,o), +(757,470,o), +(747,422,cs), +(732,352,o), +(655,305,o), +(554,305,cs), +(411,305,o), +(250,358,o), +(150,438,c), +(-31,122,l), +(100,34,o), +(311,-25,o), +(499,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(576,-459,o), +(787,-368,o), +(814,-238,cs), +(835,-143,o), +(779,-77,o), +(679,-77,c), +(702,-20,l), +(444,-20,l), +(376,-169,l), +(503,-169,o), +(588,-190,o), +(581,-221,cs), +(575,-249,o), +(479,-268,o), +(349,-268,c), +(304,-459,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (404,-20); +ref = cedillacomb; +} +); +width = 1436; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (448,-403); +}, +{ +name = top; +pos = (796,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(831,-25,o), +(1090,155,o), +(1148,426,cs), +(1189,618,o), +(1093,789,o), +(910,854,cs), +(708,925,ls), +(634,951,o), +(590,1001,o), +(600,1048,cs), +(613,1110,o), +(696,1151,o), +(806,1151,cs), +(934,1151,o), +(1061,1120,o), +(1123,1073,c), +(1307,1376,l), +(1209,1438,o), +(1011,1479,o), +(812,1479,cs), +(495,1479,o), +(246,1308,o), +(192,1052,cs), +(151,860,o), +(243,690,o), +(422,626,cs), +(633,550,ls), +(712,521,o), +(757,470,o), +(747,422,cs), +(732,352,o), +(655,305,o), +(554,305,cs), +(411,305,o), +(250,358,o), +(150,438,c), +(-31,122,l), +(100,34,o), +(311,-25,o), +(499,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(576,-459,o), +(787,-368,o), +(814,-238,cs), +(835,-143,o), +(779,-77,o), +(679,-77,c), +(702,-20,l), +(444,-20,l), +(376,-169,l), +(503,-169,o), +(588,-190,o), +(581,-221,cs), +(575,-249,o), +(479,-268,o), +(349,-268,c), +(304,-459,l) +); +} +); +}; +layerId = "9686A130-44AA-415D-BD15-7C0A1ACD9F4E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (404,-20); +ref = cedillacomb; +} +); +width = 1436; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (427,-437); +}, +{ +name = top; +pos = (749,1466); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,-20,o), +(983,138,o), +(1035,386,cs), +(1081,599,o), +(972,764,o), +(755,813,cs), +(569,855,ls), +(435,886,o), +(364,974,o), +(387,1082,cs), +(415,1211,o), +(542,1294,o), +(715,1296,c), +(851,1294,o), +(978,1251,o), +(1042,1187,c), +(1159,1335,l), +(1088,1415,o), +(929,1466,o), +(751,1466,cs), +(469,1466,o), +(258,1317,o), +(208,1082,cs), +(168,891,o), +(277,739,o), +(490,690,cs), +(668,649,ls), +(810,616,o), +(883,518,o), +(857,396,cs), +(826,246,o), +(676,150,o), +(473,150,cs), +(336,150,o), +(195,212,o), +(109,310,c), +(-16,164,l), +(70,51,o), +(248,-20,o), +(443,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(513,-365,o), +(659,-298,o), +(681,-195,cs), +(695,-126,o), +(645,-75,o), +(553,-65,c), +(578,2,l), +(452,2,l), +(393,-144,l), +(496,-143,o), +(558,-163,o), +(551,-195,cs), +(545,-221,o), +(471,-237,o), +(360,-237,c), +(309,-365,l) +); +} +); +}; +layerId = "8915A970-170B-4557-AFF9-76C419BC298E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (392,0); +ref = cedillacomb; +} +); +width = 1314; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-403); +}, +{ +name = top; +pos = (598,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(953,-25,o), +(1174,155,o), +(1174,426,cs), +(1174,618,o), +(1048,788,o), +(845,854,cs), +(628,925,ls), +(548,951,o), +(494,995,o), +(494,1048,cs), +(494,1110,o), +(568,1151,o), +(678,1151,cs), +(806,1151,o), +(939,1105,o), +(1011,1073,c), +(1131,1376,l), +(1006,1428,o), +(813,1479,o), +(614,1479,cs), +(297,1479,o), +(85,1308,o), +(85,1052,cs), +(85,860,o), +(213,690,o), +(405,626,cs), +(633,550,ls), +(718,522,o), +(774,486,o), +(774,422,cs), +(774,352,o), +(707,305,o), +(606,305,cs), +(469,305,o), +(290,358,o), +(173,438,c), +(60,122,l), +(209,34,o), +(433,-25,o), +(621,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(689,-429,o), +(855,-346,o), +(855,-218,cs), +(855,-132,o), +(797,-77,o), +(700,-77,c), +(706,-20,l), +(478,-20,l), +(462,-169,l), +(593,-169,o), +(658,-189,o), +(658,-221,cs), +(658,-250,o), +(591,-268,o), +(456,-268,c), +(432,-429,l) +); +} +); +}; +layerId = "AFC8D071-1A33-4593-A54D-E385740B1EC9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (322,-20); +ref = cedillacomb; +} +); +width = 1234; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (394,-383); +}, +{ +name = top; +pos = (727,1466); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(694,-20,o), +(905,134,o), +(954,366,cs), +(992,543,o), +(892,693,o), +(705,742,cs), +(532,788,ls), +(343,838,o), +(239,967,o), +(270,1112,cs), +(308,1293,o), +(479,1416,o), +(697,1418,c), +(838,1416,o), +(977,1378,o), +(1045,1324,c), +(1074,1370,l), +(993,1428,o), +(846,1466,o), +(707,1466,cs), +(460,1466,o), +(266,1324,o), +(221,1112,cs), +(185,945,o), +(300,796,o), +(506,742,cs), +(685,695,ls), +(850,652,o), +(938,520,o), +(905,366,c), +(859,163,o), +(674,28,o), +(442,28,cs), +(281,28,o), +(114,97,o), +(24,200,c), +(-16,162,l), +(90,53,o), +(267,-20,o), +(428,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(499,-347,o), +(605,-297,o), +(624,-207,cs), +(640,-128,o), +(581,-83,o), +(457,-81,c), +(494,0,l), +(444,0,l), +(387,-126,l), +(518,-125,o), +(585,-153,o), +(574,-204,cs), +(561,-265,o), +(477,-299,o), +(339,-299,c), +(328,-347,l) +); +} +); +}; +layerId = "EA784A9C-DF1B-4035-B71F-C72E3120EC60"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (401,0); +ref = cedillacomb; +} +); +width = 1201; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (571,-437); +}, +{ +name = top; +pos = (548,1466); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(867,-20,o), +(1064,138,o), +(1064,386,cs), +(1064,599,o), +(920,764,o), +(693,813,cs), +(498,855,ls), +(357,886,o), +(268,974,o), +(268,1082,cs), +(268,1211,o), +(378,1294,o), +(550,1296,c), +(687,1294,o), +(823,1251,o), +(900,1187,c), +(986,1335,l), +(898,1415,o), +(728,1466,o), +(550,1466,cs), +(268,1466,o), +(89,1317,o), +(89,1082,cs), +(89,891,o), +(231,739,o), +(454,690,cs), +(641,649,ls), +(790,616,o), +(884,518,o), +(884,396,cs), +(884,246,o), +(755,150,o), +(552,150,cs), +(415,150,o), +(261,212,o), +(154,310,c), +(60,164,l), +(170,51,o), +(363,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(641,-365,o), +(773,-298,o), +(773,-195,cs), +(773,-126,o), +(712,-75,o), +(618,-65,c), +(628,2,l), +(502,2,l), +(474,-144,l), +(577,-143,o), +(643,-163,o), +(643,-195,cs), +(643,-221,o), +(572,-237,o), +(461,-237,c), +(437,-365,l) +); +} +); +}; +layerId = "8D1422A4-ED71-457B-A9F3-0712B0932D2B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (327,0); +ref = cedillacomb; +} +); +width = 1124; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (601,-383); +}, +{ +name = top; +pos = (526,1466); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(809,-20,o), +(987,134,o), +(987,366,cs), +(987,543,o), +(855,693,o), +(658,742,cs), +(475,788,ls), +(276,838,o), +(144,967,o), +(144,1112,cs), +(144,1293,o), +(289,1416,o), +(506,1418,c), +(648,1416,o), +(795,1378,o), +(874,1324,c), +(893,1370,l), +(800,1428,o), +(645,1466,o), +(506,1466,cs), +(259,1466,o), +(95,1324,o), +(95,1112,cs), +(95,945,o), +(241,796,o), +(459,742,cs), +(648,695,ls), +(822,652,o), +(938,520,o), +(938,366,c), +(935,163,o), +(779,28,o), +(547,28,cs), +(386,28,o), +(204,97,o), +(92,200,c), +(60,162,l), +(189,53,o), +(382,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(698,-347,o), +(793,-297,o), +(793,-207,cs), +(793,-128,o), +(724,-83,o), +(600,-81,c), +(619,0,l), +(569,0,l), +(539,-126,l), +(670,-125,o), +(743,-153,o), +(743,-204,cs), +(743,-265,o), +(666,-299,o), +(528,-299,c), +(527,-347,l) +); +} +); +}; +layerId = "99E55252-C5A1-4E0B-AF66-90BB8F437A69"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (417,0); +ref = cedillacomb; +} +); +width = 1047; +} +); +unicode = 350; +}, +{ +color = 10; +glyphname = Scircumflex; +kernLeft = S; +kernRight = S; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (595,0); +}, +{ +name = top; +pos = (524,1780); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(809,-20,o), +(987,134,o), +(987,366,cs), +(987,543,o), +(855,693,o), +(658,742,cs), +(475,788,ls), +(276,838,o), +(144,967,o), +(144,1112,cs), +(144,1293,o), +(289,1416,o), +(506,1418,c), +(648,1416,o), +(795,1378,o), +(874,1324,c), +(893,1370,l), +(800,1428,o), +(645,1466,o), +(506,1466,cs), +(259,1466,o), +(95,1324,o), +(95,1112,cs), +(95,945,o), +(241,796,o), +(459,742,cs), +(648,695,ls), +(822,652,o), +(938,520,o), +(938,366,c), +(935,163,o), +(779,28,o), +(547,28,cs), +(386,28,o), +(204,97,o), +(92,200,c), +(60,162,l), +(189,53,o), +(382,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(317,1612,l), +(381,1612,l), +(523,1774,l), +(525,1774,l), +(667,1612,l), +(731,1612,l), +(546,1821,l), +(502,1821,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = S; +}, +{ +pos = (207,526); +ref = circumflexcomb; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (567,0); +}, +{ +name = top; +pos = (539,1769); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(867,-20,o), +(1064,138,o), +(1064,386,cs), +(1064,599,o), +(920,764,o), +(693,813,cs), +(498,855,ls), +(357,886,o), +(268,974,o), +(268,1082,cs), +(268,1211,o), +(378,1294,o), +(550,1296,c), +(687,1294,o), +(823,1251,o), +(900,1187,c), +(986,1335,l), +(898,1415,o), +(728,1466,o), +(550,1466,cs), +(268,1466,o), +(89,1317,o), +(89,1082,cs), +(89,891,o), +(231,739,o), +(454,690,cs), +(641,649,ls), +(790,616,o), +(884,518,o), +(884,396,cs), +(884,246,o), +(755,150,o), +(552,150,cs), +(415,150,o), +(261,212,o), +(154,310,c), +(60,164,l), +(170,51,o), +(363,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(277,1561,l), +(471,1561,l), +(545,1676,l), +(551,1676,l), +(627,1561,l), +(821,1561,l), +(651,1800,l), +(445,1800,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (167,526); +ref = circumflexcomb; +} +); +width = 1124; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (598,-20); +}, +{ +name = top; +pos = (598,1890); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(953,-25,o), +(1174,155,o), +(1174,426,cs), +(1174,618,o), +(1048,788,o), +(845,854,cs), +(628,925,ls), +(548,951,o), +(494,995,o), +(494,1048,cs), +(494,1110,o), +(568,1151,o), +(678,1151,cs), +(806,1151,o), +(939,1105,o), +(1011,1073,c), +(1131,1376,l), +(1006,1428,o), +(813,1479,o), +(614,1479,cs), +(297,1479,o), +(85,1308,o), +(85,1052,cs), +(85,860,o), +(213,690,o), +(405,626,cs), +(633,550,ls), +(718,522,o), +(774,486,o), +(774,422,cs), +(774,352,o), +(707,305,o), +(606,305,cs), +(469,305,o), +(290,358,o), +(173,438,c), +(60,122,l), +(209,34,o), +(433,-25,o), +(621,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(183,1573,l), +(495,1573,l), +(594,1748,l), +(604,1748,l), +(701,1573,l), +(1013,1573,l), +(787,1922,l), +(411,1922,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = S; +}, +{ +pos = (73,479); +ref = circumflexcomb; +} +); +width = 1234; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (484,0); +}, +{ +name = top; +pos = (795,1780); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(694,-20,o), +(905,134,o), +(954,366,cs), +(992,543,o), +(892,693,o), +(705,742,cs), +(532,788,ls), +(343,838,o), +(239,967,o), +(270,1112,cs), +(308,1293,o), +(479,1416,o), +(697,1418,c), +(838,1416,o), +(977,1378,o), +(1045,1324,c), +(1074,1370,l), +(993,1428,o), +(846,1466,o), +(707,1466,cs), +(460,1466,o), +(266,1324,o), +(221,1112,cs), +(185,945,o), +(300,796,o), +(506,742,cs), +(685,695,ls), +(850,652,o), +(938,520,o), +(905,366,c), +(859,163,o), +(674,28,o), +(442,28,cs), +(281,28,o), +(114,97,o), +(24,200,c), +(-16,162,l), +(90,53,o), +(267,-20,o), +(428,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(553,1612,l), +(617,1612,l), +(793,1774,l), +(795,1774,l), +(903,1612,l), +(967,1612,l), +(826,1821,l), +(782,1821,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (322,526); +ref = circumflexcomb; +} +); +width = 1201; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (456,0); +}, +{ +name = top; +pos = (838,1769); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,-20,o), +(983,138,o), +(1035,386,cs), +(1081,599,o), +(972,764,o), +(755,813,cs), +(569,855,ls), +(435,886,o), +(364,974,o), +(387,1082,cs), +(415,1211,o), +(542,1294,o), +(715,1296,c), +(851,1294,o), +(978,1251,o), +(1042,1187,c), +(1159,1335,l), +(1088,1415,o), +(929,1466,o), +(751,1466,cs), +(469,1466,o), +(258,1317,o), +(208,1082,cs), +(168,891,o), +(277,739,o), +(490,690,cs), +(668,649,ls), +(810,616,o), +(883,518,o), +(857,396,cs), +(826,246,o), +(676,150,o), +(473,150,cs), +(336,150,o), +(195,212,o), +(109,310,c), +(-16,164,l), +(70,51,o), +(248,-20,o), +(443,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(521,1561,l), +(715,1561,l), +(813,1676,l), +(819,1676,l), +(871,1561,l), +(1065,1561,l), +(945,1800,l), +(739,1800,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (307,526); +ref = circumflexcomb; +} +); +width = 1314; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (477,-20); +}, +{ +name = top; +pos = (926,1860); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(831,-25,o), +(1090,155,o), +(1148,426,cs), +(1189,618,o), +(1093,789,o), +(910,854,cs), +(708,925,ls), +(634,951,o), +(590,1001,o), +(600,1048,cs), +(613,1110,o), +(696,1151,o), +(806,1151,cs), +(934,1151,o), +(1061,1120,o), +(1123,1073,c), +(1307,1376,l), +(1209,1438,o), +(1011,1479,o), +(812,1479,cs), +(495,1479,o), +(246,1308,o), +(192,1052,cs), +(151,860,o), +(243,690,o), +(422,626,cs), +(633,550,ls), +(712,521,o), +(757,470,o), +(747,422,cs), +(732,352,o), +(655,305,o), +(554,305,cs), +(411,305,o), +(250,358,o), +(150,438,c), +(-31,122,l), +(100,34,o), +(311,-25,o), +(499,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(444,1573,l), +(756,1573,l), +(892,1748,l), +(902,1748,l), +(962,1573,l), +(1274,1573,l), +(1122,1922,l), +(746,1922,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (218,479); +ref = circumflexcomb; +} +); +width = 1436; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (477,-20); +}, +{ +name = top; +pos = (926,1860); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(831,-25,o), +(1090,155,o), +(1148,426,cs), +(1189,618,o), +(1093,789,o), +(910,854,cs), +(708,925,ls), +(634,951,o), +(590,1001,o), +(600,1048,cs), +(613,1110,o), +(696,1151,o), +(806,1151,cs), +(934,1151,o), +(1061,1120,o), +(1123,1073,c), +(1307,1376,l), +(1209,1438,o), +(1011,1479,o), +(812,1479,cs), +(495,1479,o), +(246,1308,o), +(192,1052,cs), +(151,860,o), +(243,690,o), +(422,626,cs), +(633,550,ls), +(712,521,o), +(757,470,o), +(747,422,cs), +(732,352,o), +(655,305,o), +(554,305,cs), +(411,305,o), +(250,358,o), +(150,438,c), +(-31,122,l), +(100,34,o), +(311,-25,o), +(499,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(444,1573,l), +(756,1573,l), +(892,1748,l), +(902,1748,l), +(962,1573,l), +(1274,1573,l), +(1122,1922,l), +(746,1922,l) +); +} +); +}; +layerId = "D696838F-1490-400C-B0BB-1F4CBEF7E085"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (218,479); +ref = circumflexcomb; +} +); +width = 1436; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (456,0); +}, +{ +name = top; +pos = (838,1769); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,-20,o), +(983,138,o), +(1035,386,cs), +(1081,599,o), +(972,764,o), +(755,813,cs), +(569,855,ls), +(435,886,o), +(364,974,o), +(387,1082,cs), +(415,1211,o), +(542,1294,o), +(715,1296,c), +(851,1294,o), +(978,1251,o), +(1042,1187,c), +(1159,1335,l), +(1088,1415,o), +(929,1466,o), +(751,1466,cs), +(469,1466,o), +(258,1317,o), +(208,1082,cs), +(168,891,o), +(277,739,o), +(490,690,cs), +(668,649,ls), +(810,616,o), +(883,518,o), +(857,396,cs), +(826,246,o), +(676,150,o), +(473,150,cs), +(336,150,o), +(195,212,o), +(109,310,c), +(-16,164,l), +(70,51,o), +(248,-20,o), +(443,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(521,1561,l), +(715,1561,l), +(813,1676,l), +(819,1676,l), +(871,1561,l), +(1065,1561,l), +(945,1800,l), +(739,1800,l) +); +} +); +}; +layerId = "B0420A4B-AE95-413D-9AB7-884C269FE613"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (307,526); +ref = circumflexcomb; +} +); +width = 1314; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (598,-20); +}, +{ +name = top; +pos = (598,1890); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(953,-25,o), +(1174,155,o), +(1174,426,cs), +(1174,618,o), +(1048,788,o), +(845,854,cs), +(628,925,ls), +(548,951,o), +(494,995,o), +(494,1048,cs), +(494,1110,o), +(568,1151,o), +(678,1151,cs), +(806,1151,o), +(939,1105,o), +(1011,1073,c), +(1131,1376,l), +(1006,1428,o), +(813,1479,o), +(614,1479,cs), +(297,1479,o), +(85,1308,o), +(85,1052,cs), +(85,860,o), +(213,690,o), +(405,626,cs), +(633,550,ls), +(718,522,o), +(774,486,o), +(774,422,cs), +(774,352,o), +(707,305,o), +(606,305,cs), +(469,305,o), +(290,358,o), +(173,438,c), +(60,122,l), +(209,34,o), +(433,-25,o), +(621,-25,c) +); +}, +{ +closed = 1; +nodes = ( +(183,1573,l), +(495,1573,l), +(594,1748,l), +(604,1748,l), +(701,1573,l), +(1013,1573,l), +(787,1922,l), +(411,1922,l) +); +} +); +}; +layerId = "30D03EB7-15CE-4ED4-8023-23BDE06A3815"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (73,479); +ref = circumflexcomb; +} +); +width = 1234; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (484,0); +}, +{ +name = top; +pos = (795,1780); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(694,-20,o), +(905,134,o), +(954,366,cs), +(992,543,o), +(892,693,o), +(705,742,cs), +(532,788,ls), +(343,838,o), +(239,967,o), +(270,1112,cs), +(308,1293,o), +(479,1416,o), +(697,1418,c), +(838,1416,o), +(977,1378,o), +(1045,1324,c), +(1074,1370,l), +(993,1428,o), +(846,1466,o), +(707,1466,cs), +(460,1466,o), +(266,1324,o), +(221,1112,cs), +(185,945,o), +(300,796,o), +(506,742,cs), +(685,695,ls), +(850,652,o), +(938,520,o), +(905,366,c), +(859,163,o), +(674,28,o), +(442,28,cs), +(281,28,o), +(114,97,o), +(24,200,c), +(-16,162,l), +(90,53,o), +(267,-20,o), +(428,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(553,1612,l), +(617,1612,l), +(793,1774,l), +(795,1774,l), +(903,1612,l), +(967,1612,l), +(826,1821,l), +(782,1821,l) +); +} +); +}; +layerId = "5BB4B989-B202-4E76-8836-238B2F4B859F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = S; +}, +{ +alignment = -1; +pos = (322,526); +ref = circumflexcomb; +} +); +width = 1201; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (567,0); +}, +{ +name = top; +pos = (539,1769); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(867,-20,o), +(1064,138,o), +(1064,386,cs), +(1064,599,o), +(920,764,o), +(693,813,cs), +(498,855,ls), +(357,886,o), +(268,974,o), +(268,1082,cs), +(268,1211,o), +(378,1294,o), +(550,1296,c), +(687,1294,o), +(823,1251,o), +(900,1187,c), +(986,1335,l), +(898,1415,o), +(728,1466,o), +(550,1466,cs), +(268,1466,o), +(89,1317,o), +(89,1082,cs), +(89,891,o), +(231,739,o), +(454,690,cs), +(641,649,ls), +(790,616,o), +(884,518,o), +(884,396,cs), +(884,246,o), +(755,150,o), +(552,150,cs), +(415,150,o), +(261,212,o), +(154,310,c), +(60,164,l), +(170,51,o), +(363,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(277,1561,l), +(471,1561,l), +(545,1676,l), +(551,1676,l), +(627,1561,l), +(821,1561,l), +(651,1800,l), +(445,1800,l) +); +} +); +}; +layerId = "30D71594-6E11-4B94-832F-211A7A8E0274"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (167,526); +ref = circumflexcomb; +} +); +width = 1124; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (595,0); +}, +{ +name = top; +pos = (524,1780); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(809,-20,o), +(987,134,o), +(987,366,cs), +(987,543,o), +(855,693,o), +(658,742,cs), +(475,788,ls), +(276,838,o), +(144,967,o), +(144,1112,cs), +(144,1293,o), +(289,1416,o), +(506,1418,c), +(648,1416,o), +(795,1378,o), +(874,1324,c), +(893,1370,l), +(800,1428,o), +(645,1466,o), +(506,1466,cs), +(259,1466,o), +(95,1324,o), +(95,1112,cs), +(95,945,o), +(241,796,o), +(459,742,cs), +(648,695,ls), +(822,652,o), +(938,520,o), +(938,366,c), +(935,163,o), +(779,28,o), +(547,28,cs), +(386,28,o), +(204,97,o), +(92,200,c), +(60,162,l), +(189,53,o), +(382,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(317,1612,l), +(381,1612,l), +(523,1774,l), +(525,1774,l), +(667,1612,l), +(731,1612,l), +(546,1821,l), +(502,1821,l) +); +} +); +}; +layerId = "F4472B86-31BC-487B-B31D-6BCD226A16EC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = S; +}, +{ +pos = (207,526); +ref = circumflexcomb; +} +); +width = 1047; +} +); +unicode = 348; +}, +{ +color = 10; +glyphname = Scommaaccent; +kernLeft = S; +kernRight = S; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = S; +}, +{ +pos = (376,0); +ref = commaaccentcomb; +} +); +width = 1047; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = S; +}, +{ +pos = (303,0); +ref = commaaccentcomb; +} +); +width = 1124; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = S; +}, +{ +pos = (207,-20); +ref = commaaccentcomb; +} +); +width = 1234; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = S; +}, +{ +pos = (374,0); +ref = commaaccentcomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = S; +}, +{ +pos = (308,0); +ref = commaaccentcomb; +} +); +width = 1123; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = S; +}, +{ +pos = (202,-20); +ref = commaaccentcomb; +} +); +width = 1234; +} +); +unicode = 536; +}, +{ +color = 6; +glyphname = Germandbls; +kernLeft = H; +kernRight = B; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1395,l), +(877,1395,l), +(877,1389,l), +(340,858,l), +(340,807,l), +(401,807,l), +(737,869,o), +(973,708,o), +(973,417,cs), +(973,189,o), +(797,28,o), +(547,28,c), +(476,28,o), +(384,47,o), +(323,75,c), +(324,19,l), +(378,-4,o), +(469,-20,o), +(543,-20,c), +(825,-20,o), +(1023,159,o), +(1023,413,cs), +(1023,741,o), +(772,924,o), +(415,857,c), +(415,861,l), +(949,1391,l), +(949,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1419,l), +(100,1419,l) +); +} +); +width = 1083; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1283,l), +(781,1283,l), +(781,1277,l), +(390,870,l), +(390,712,l), +(461,718,l), +(777,773,o), +(978,665,o), +(983,437,cs), +(986,255,o), +(856,140,o), +(647,140,c), +(557,140,o), +(461,159,o), +(399,190,c), +(396,27,l), +(457,-2,o), +(552,-20,o), +(643,-20,c), +(962,-20,o), +(1163,154,o), +(1163,432,cs), +(1163,719,o), +(964,891,o), +(648,879,c), +(648,887,l), +(1029,1281,l), +(1029,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1365,l), +(100,1365,l) +); +} +); +width = 1223; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1123,l), +(817,1123,l), +(817,1111,l), +(587,816,l), +(587,631,l), +(804,631,ls), +(930,631,o), +(1020,566,o), +(1023,474,c), +(1024,368,o), +(943,293,o), +(826,293,c), +(745,293,o), +(644,313,o), +(581,342,c), +(577,19,l), +(697,-17,o), +(841,-40,o), +(926,-37,c), +(1224,-37,o), +(1433,168,o), +(1433,459,c), +(1430,718,o), +(1251,886,o), +(1000,867,c), +(1000,877,l), +(1270,1215,l), +(1272,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,1310,l), +(100,1310,l) +); +} +); +width = 1493; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(286,1395,l), +(1063,1395,l), +(1062,1389,l), +(412,858,l), +(401,807,l), +(462,807,l), +(841,885,o), +(1019,743,o), +(951,417,cs), +(899,170,o), +(714,28,o), +(443,28,c), +(366,28,o), +(288,45,o), +(229,75,c), +(218,19,l), +(271,-6,o), +(355,-20,o), +(449,-20,c), +(741,-20,o), +(942,138,o), +(1001,413,cs), +(1076,768,o), +(888,929,o), +(487,857,c), +(488,861,l), +(1134,1391,l), +(1145,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(341,1419,l), +(291,1419,l) +); +} +); +width = 1084; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,1283,l), +(943,1283,l), +(942,1277,l), +(465,870,l), +(431,712,l), +(503,718,l), +(852,777,o), +(1021,674,o), +(966,437,cs), +(923,248,o), +(777,140,o), +(567,140,c), +(472,140,o), +(386,158,o), +(329,190,c), +(292,27,l), +(348,-3,o), +(441,-20,o), +(549,-20,c), +(866,-20,o), +(1083,145,o), +(1145,432,cs), +(1208,728,o), +(1055,891,o), +(725,879,c), +(726,887,l), +(1191,1281,l), +(1225,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(460,1365,l), +(280,1365,l) +); +} +); +width = 1224; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(222,1123,l), +(989,1123,l), +(987,1111,l), +(644,816,l), +(605,631,l), +(822,631,ls), +(958,631,o), +(1025,574,o), +(1007,474,c), +(984,359,o), +(899,293,o), +(772,293,c), +(684,293,o), +(598,311,o), +(537,342,c), +(465,19,l), +(586,-20,o), +(709,-40,o), +(802,-37,c), +(1124,-37,o), +(1347,144,o), +(1414,459,c), +(1470,739,o), +(1344,888,o), +(1068,867,c), +(1070,877,l), +(1462,1215,l), +(1512,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-16,0,l), +(384,0,l), +(662,1310,l), +(262,1310,l) +); +} +); +width = 1493; +} +); +metricLeft = B; +metricRight = B; +unicode = 7838; +}, +{ +color = 6; +glyphname = T; +kernLeft = T; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (615,2); +}, +{ +name = center; +pos = (613,722); +}, +{ +name = top; +pos = (613,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,1395,l), +(588,1395,l), +(588,0,l), +(638,0,l), +(638,1395,l), +(1165,1395,l), +(1165,1443,l), +(60,1443,l) +); +} +); +width = 1225; +}, +{ +anchors = ( +{ +name = bottom; +pos = (623,1); +}, +{ +name = center; +pos = (623,722); +}, +{ +name = top; +pos = (623,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,1273,l), +(533,1273,l), +(533,0,l), +(713,0,l), +(713,1273,l), +(1185,1273,l), +(1185,1443,l), +(60,1443,l) +); +} +); +width = 1245; +}, +{ +anchors = ( +{ +name = bottom; +pos = (693,10); +}, +{ +name = center; +pos = (693,722); +}, +{ +name = top; +pos = (693,1442); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,1092,l), +(488,1092,l), +(488,0,l), +(898,0,l), +(898,1092,l), +(1325,1092,l), +(1325,1442,l), +(60,1442,l) +); +} +); +width = 1385; +}, +{ +anchors = ( +{ +name = bottom; +pos = (505,2); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,1395,l), +(774,1395,l), +(478,0,l), +(528,0,l), +(824,1395,l), +(1351,1395,l), +(1361,1443,l), +(256,1443,l) +); +} +); +width = 1225; +}, +{ +anchors = ( +{ +name = bottom; +pos = (503,1); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,1273,l), +(683,1273,l), +(413,0,l), +(593,0,l), +(863,1273,l), +(1325,1273,l), +(1361,1443,l), +(256,1443,l) +); +} +); +width = 1225; +}, +{ +anchors = ( +{ +name = bottom; +pos = (579,10); +}, +{ +name = center; +pos = (730,722); +}, +{ +name = top; +pos = (883,1442); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(176,1092,l), +(605,1092,l), +(371,0,l), +(782,0,l), +(1015,1092,l), +(1441,1092,l), +(1515,1442,l), +(250,1442,l) +); +} +); +width = 1386; +} +); +metricLeft = O; +metricRight = O; +unicode = 84; +}, +{ +color = 3; +glyphname = Tbar; +kernLeft = T; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,752,l), +(990,752,l), +(990,799,l), +(255,799,l) +); +}, +{ +ref = T; +} +); +width = 1225; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,649,l), +(1059,649,l), +(1059,799,l), +(166,799,l) +); +}, +{ +ref = T; +} +); +width = 1245; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(188,566,l), +(1197,566,l), +(1197,818,l), +(188,818,l) +); +}, +{ +ref = T; +} +); +width = 1385; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(310,752,l), +(1045,752,l), +(1055,799,l), +(320,799,l) +); +}, +{ +ref = T; +} +); +width = 1225; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,649,l), +(1113,649,l), +(1145,799,l), +(252,799,l) +); +}, +{ +ref = T; +} +); +width = 1225; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,566,l), +(1220,566,l), +(1274,818,l), +(265,818,l) +); +}, +{ +ref = T; +} +); +width = 1386; +} +); +metricLeft = T; +metricRight = T; +tags = ( +topbar +); +unicode = 358; +}, +{ +color = 10; +glyphname = Tcaron; +kernLeft = T; +kernRight = T; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (613,1616); +}, +{ +name = center; +pos = (613,722); +}, +{ +name = top; +pos = (613,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1395,l), +(588,1395,l), +(588,0,l), +(638,0,l), +(638,1395,l), +(1165,1395,l), +(1165,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(635,1575,l), +(820,1784,l), +(756,1784,l), +(614,1622,l), +(612,1622,l), +(470,1784,l), +(406,1784,l), +(591,1575,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = T; +}, +{ +pos = (296,503); +ref = caroncomb; +} +); +width = 1225; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (613,1581); +}, +{ +name = center; +pos = (623,722); +}, +{ +name = top; +pos = (623,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1273,l), +(533,1273,l), +(533,0,l), +(713,0,l), +(713,1273,l), +(1185,1273,l), +(1185,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(725,1550,l), +(895,1789,l), +(701,1789,l), +(625,1654,l), +(619,1654,l), +(545,1789,l), +(351,1789,l), +(519,1550,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = T; +}, +{ +pos = (241,503); +ref = caroncomb; +} +); +width = 1245; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (698,1590); +}, +{ +name = center; +pos = (693,722); +}, +{ +name = top; +pos = (693,1864); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1092,l), +(488,1092,l), +(488,0,l), +(898,0,l), +(898,1092,l), +(1325,1092,l), +(1325,1442,l), +(60,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(887,1558,l), +(1113,1907,l), +(801,1907,l), +(704,1732,l), +(694,1732,l), +(595,1907,l), +(283,1907,l), +(511,1558,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = T; +}, +{ +pos = (173,442); +ref = caroncomb; +} +); +width = 1385; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (819,1616); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (844,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(246,1395,l), +(774,1395,l), +(478,0,l), +(528,0,l), +(824,1395,l), +(1351,1395,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(837,1555,l), +(1066,1764,l), +(997,1764,l), +(821,1602,l), +(819,1602,l), +(711,1764,l), +(652,1764,l), +(793,1555,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (383,503); +ref = caroncomb; +} +); +width = 1245; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (782,1581); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (814,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,1273,l), +(683,1273,l), +(413,0,l), +(593,0,l), +(863,1273,l), +(1325,1273,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(902,1550,l), +(1122,1789,l), +(914,1789,l), +(814,1654,l), +(808,1654,l), +(758,1789,l), +(578,1789,l), +(696,1550,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (310,503); +ref = caroncomb; +} +); +width = 1265; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (877,1587); +}, +{ +name = center; +pos = (730,722); +}, +{ +name = top; +pos = (941,1855); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(176,1092,l), +(605,1092,l), +(371,0,l), +(782,0,l), +(1015,1092,l), +(1441,1092,l), +(1515,1442,l), +(250,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(1069,1552,l), +(1379,1901,l), +(1047,1901,l), +(923,1726,l), +(913,1726,l), +(841,1901,l), +(549,1901,l), +(703,1552,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (245,436); +ref = caroncomb; +} +); +width = 1426; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (877,1587); +}, +{ +name = center; +pos = (730,722); +}, +{ +name = top; +pos = (941,1855); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(176,1092,l), +(605,1092,l), +(371,0,l), +(782,0,l), +(1015,1092,l), +(1441,1092,l), +(1515,1442,l), +(250,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(1069,1552,l), +(1379,1901,l), +(1047,1901,l), +(923,1726,l), +(913,1726,l), +(841,1901,l), +(549,1901,l), +(703,1552,l) +); +} +); +}; +layerId = "7222D1FA-B894-48ED-8588-18AB14F9FD17"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (245,436); +ref = caroncomb; +} +); +width = 1426; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (782,1581); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (814,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,1273,l), +(683,1273,l), +(413,0,l), +(593,0,l), +(863,1273,l), +(1325,1273,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(902,1550,l), +(1122,1789,l), +(914,1789,l), +(814,1654,l), +(808,1654,l), +(758,1789,l), +(578,1789,l), +(696,1550,l) +); +} +); +}; +layerId = "9B03FDA6-14ED-4A7D-9565-812DE46987B3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (310,503); +ref = caroncomb; +} +); +width = 1265; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (698,1590); +}, +{ +name = center; +pos = (693,722); +}, +{ +name = top; +pos = (693,1864); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1092,l), +(488,1092,l), +(488,0,l), +(898,0,l), +(898,1092,l), +(1325,1092,l), +(1325,1442,l), +(60,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(887,1558,l), +(1113,1907,l), +(801,1907,l), +(704,1732,l), +(694,1732,l), +(595,1907,l), +(283,1907,l), +(511,1558,l) +); +} +); +}; +layerId = "8204C5FA-00C0-4339-9423-72077051EC38"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +pos = (173,442); +ref = caroncomb; +} +); +width = 1385; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (819,1616); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (844,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(246,1395,l), +(774,1395,l), +(478,0,l), +(528,0,l), +(824,1395,l), +(1351,1395,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(837,1555,l), +(1066,1764,l), +(997,1764,l), +(821,1602,l), +(819,1602,l), +(711,1764,l), +(652,1764,l), +(793,1555,l) +); +} +); +}; +layerId = "CED740A6-DB42-45C1-A402-5574F871BD06"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (383,503); +ref = caroncomb; +} +); +width = 1245; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (613,1581); +}, +{ +name = center; +pos = (623,722); +}, +{ +name = top; +pos = (623,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1273,l), +(533,1273,l), +(533,0,l), +(713,0,l), +(713,1273,l), +(1185,1273,l), +(1185,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(725,1550,l), +(895,1789,l), +(701,1789,l), +(625,1654,l), +(619,1654,l), +(545,1789,l), +(351,1789,l), +(519,1550,l) +); +} +); +}; +layerId = "82AF1EC0-46A1-409A-812D-ACB8F4D46457"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +pos = (241,503); +ref = caroncomb; +} +); +width = 1245; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (613,1616); +}, +{ +name = center; +pos = (613,722); +}, +{ +name = top; +pos = (613,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1395,l), +(588,1395,l), +(588,0,l), +(638,0,l), +(638,1395,l), +(1165,1395,l), +(1165,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(635,1575,l), +(820,1784,l), +(756,1784,l), +(614,1622,l), +(612,1622,l), +(470,1784,l), +(406,1784,l), +(591,1575,l) +); +} +); +}; +layerId = "275989FB-5D21-4E25-9FE3-F8762643ECFF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +pos = (296,503); +ref = caroncomb; +} +); +width = 1225; +} +); +unicode = 356; +}, +{ +color = 10; +glyphname = Tcedilla; +kernLeft = T; +kernRight = T; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (621,-381); +}, +{ +name = center; +pos = (613,722); +}, +{ +name = top; +pos = (613,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1395,l), +(588,1395,l), +(588,0,l), +(638,0,l), +(638,1395,l), +(1165,1395,l), +(1165,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(718,-345,o), +(813,-295,o), +(813,-205,cs), +(813,-126,o), +(744,-81,o), +(620,-79,c), +(639,2,l), +(589,2,l), +(559,-124,l), +(690,-123,o), +(763,-151,o), +(763,-202,cs), +(763,-263,o), +(686,-297,o), +(548,-297,c), +(547,-345,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = T; +}, +{ +pos = (437,2); +ref = cedillacomb; +} +); +width = 1225; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,-436); +}, +{ +name = center; +pos = (623,722); +}, +{ +name = top; +pos = (623,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1273,l), +(533,1273,l), +(533,0,l), +(713,0,l), +(713,1273,l), +(1185,1273,l), +(1185,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(697,-364,o), +(829,-297,o), +(829,-194,cs), +(829,-125,o), +(768,-74,o), +(674,-64,c), +(684,3,l), +(558,3,l), +(530,-143,l), +(633,-142,o), +(699,-162,o), +(699,-194,cs), +(699,-220,o), +(628,-236,o), +(517,-236,c), +(493,-364,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = T; +}, +{ +pos = (383,1); +ref = cedillacomb; +} +); +width = 1245; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (649,-373); +}, +{ +name = center; +pos = (693,722); +}, +{ +name = top; +pos = (693,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1092,l), +(488,1092,l), +(488,0,l), +(898,0,l), +(898,1092,l), +(1325,1092,l), +(1325,1442,l), +(60,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(784,-399,o), +(950,-316,o), +(950,-188,cs), +(950,-102,o), +(892,-47,o), +(795,-47,c), +(801,10,l), +(573,10,l), +(557,-139,l), +(688,-139,o), +(753,-159,o), +(753,-191,cs), +(753,-220,o), +(686,-238,o), +(551,-238,c), +(527,-399,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = T; +}, +{ +pos = (417,10); +ref = cedillacomb; +} +); +width = 1385; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (408,-381); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(246,1395,l), +(774,1395,l), +(478,0,l), +(528,0,l), +(824,1395,l), +(1351,1395,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(513,-345,o), +(619,-295,o), +(638,-205,cs), +(654,-126,o), +(595,-81,o), +(471,-79,c), +(508,2,l), +(458,2,l), +(401,-124,l), +(532,-123,o), +(599,-151,o), +(588,-202,cs), +(575,-263,o), +(491,-297,o), +(353,-297,c), +(342,-345,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (415,2); +ref = cedillacomb; +} +); +width = 1245; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (368,-436); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,1273,l), +(683,1273,l), +(413,0,l), +(593,0,l), +(863,1273,l), +(1325,1273,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(454,-364,o), +(600,-297,o), +(622,-194,cs), +(636,-125,o), +(586,-74,o), +(494,-64,c), +(519,3,l), +(393,3,l), +(334,-143,l), +(437,-142,o), +(499,-162,o), +(492,-194,cs), +(486,-220,o), +(412,-236,o), +(301,-236,c), +(250,-364,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (333,1); +ref = cedillacomb; +} +); +width = 1265; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (443,-373); +}, +{ +name = center; +pos = (730,722); +}, +{ +name = top; +pos = (883,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(176,1092,l), +(605,1092,l), +(371,0,l), +(782,0,l), +(1015,1092,l), +(1441,1092,l), +(1515,1442,l), +(250,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(571,-429,o), +(782,-338,o), +(809,-208,cs), +(830,-113,o), +(774,-47,o), +(674,-47,c), +(697,10,l), +(439,10,l), +(371,-139,l), +(498,-139,o), +(583,-160,o), +(576,-191,cs), +(570,-219,o), +(474,-238,o), +(344,-238,c), +(299,-429,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (399,10); +ref = cedillacomb; +} +); +width = 1426; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (443,-373); +}, +{ +name = center; +pos = (730,722); +}, +{ +name = top; +pos = (883,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(176,1092,l), +(605,1092,l), +(371,0,l), +(782,0,l), +(1015,1092,l), +(1441,1092,l), +(1515,1442,l), +(250,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(571,-429,o), +(782,-338,o), +(809,-208,cs), +(830,-113,o), +(774,-47,o), +(674,-47,c), +(697,10,l), +(439,10,l), +(371,-139,l), +(498,-139,o), +(583,-160,o), +(576,-191,cs), +(570,-219,o), +(474,-238,o), +(344,-238,c), +(299,-429,l) +); +} +); +}; +layerId = "4ACF02B3-10B0-4B19-8C82-62F8D82458C5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (399,10); +ref = cedillacomb; +} +); +width = 1426; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (368,-436); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,1273,l), +(683,1273,l), +(413,0,l), +(593,0,l), +(863,1273,l), +(1325,1273,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(454,-364,o), +(600,-297,o), +(622,-194,cs), +(636,-125,o), +(586,-74,o), +(494,-64,c), +(519,3,l), +(393,3,l), +(334,-143,l), +(437,-142,o), +(499,-162,o), +(492,-194,cs), +(486,-220,o), +(412,-236,o), +(301,-236,c), +(250,-364,l) +); +} +); +}; +layerId = "A917EDAE-3105-4152-A180-920A0BDAC6B4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (333,1); +ref = cedillacomb; +} +); +width = 1265; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (649,-373); +}, +{ +name = center; +pos = (693,722); +}, +{ +name = top; +pos = (693,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1092,l), +(488,1092,l), +(488,0,l), +(898,0,l), +(898,1092,l), +(1325,1092,l), +(1325,1442,l), +(60,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(784,-399,o), +(950,-316,o), +(950,-188,cs), +(950,-102,o), +(892,-47,o), +(795,-47,c), +(801,10,l), +(573,10,l), +(557,-139,l), +(688,-139,o), +(753,-159,o), +(753,-191,cs), +(753,-220,o), +(686,-238,o), +(551,-238,c), +(527,-399,l) +); +} +); +}; +layerId = "03D81A8E-6263-48DD-B1BB-CFFF699BE3EC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +pos = (417,10); +ref = cedillacomb; +} +); +width = 1385; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (408,-381); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(246,1395,l), +(774,1395,l), +(478,0,l), +(528,0,l), +(824,1395,l), +(1351,1395,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(513,-345,o), +(619,-295,o), +(638,-205,cs), +(654,-126,o), +(595,-81,o), +(471,-79,c), +(508,2,l), +(458,2,l), +(401,-124,l), +(532,-123,o), +(599,-151,o), +(588,-202,cs), +(575,-263,o), +(491,-297,o), +(353,-297,c), +(342,-345,l) +); +} +); +}; +layerId = "4A91CF9B-827E-461B-9A37-4CF758E0C8BA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = T; +}, +{ +alignment = -1; +pos = (415,2); +ref = cedillacomb; +} +); +width = 1245; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,-436); +}, +{ +name = center; +pos = (623,722); +}, +{ +name = top; +pos = (623,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1273,l), +(533,1273,l), +(533,0,l), +(713,0,l), +(713,1273,l), +(1185,1273,l), +(1185,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(697,-364,o), +(829,-297,o), +(829,-194,cs), +(829,-125,o), +(768,-74,o), +(674,-64,c), +(684,3,l), +(558,3,l), +(530,-143,l), +(633,-142,o), +(699,-162,o), +(699,-194,cs), +(699,-220,o), +(628,-236,o), +(517,-236,c), +(493,-364,l) +); +} +); +}; +layerId = "B9EED471-DE44-439D-A48B-D9E39FE38298"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +pos = (383,1); +ref = cedillacomb; +} +); +width = 1245; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (621,-381); +}, +{ +name = center; +pos = (613,722); +}, +{ +name = top; +pos = (613,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1395,l), +(588,1395,l), +(588,0,l), +(638,0,l), +(638,1395,l), +(1165,1395,l), +(1165,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(718,-345,o), +(813,-295,o), +(813,-205,cs), +(813,-126,o), +(744,-81,o), +(620,-79,c), +(639,2,l), +(589,2,l), +(559,-124,l), +(690,-123,o), +(763,-151,o), +(763,-202,cs), +(763,-263,o), +(686,-297,o), +(548,-297,c), +(547,-345,l) +); +} +); +}; +layerId = "0BE70A2C-99E0-447C-BB41-D240A17CF51A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +pos = (437,2); +ref = cedillacomb; +} +); +width = 1225; +} +); +unicode = 354; +}, +{ +color = 10; +glyphname = Tcommaaccent; +kernLeft = T; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = T; +}, +{ +pos = (396,2); +ref = commaaccentcomb; +} +); +width = 1225; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = T; +}, +{ +pos = (359,1); +ref = commaaccentcomb; +} +); +width = 1245; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = T; +}, +{ +pos = (302,10); +ref = commaaccentcomb; +} +); +width = 1385; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = T; +}, +{ +pos = (395,2); +ref = commaaccentcomb; +} +); +width = 1225; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = T; +}, +{ +pos = (355,1); +ref = commaaccentcomb; +} +); +width = 1225; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = T; +}, +{ +pos = (304,10); +ref = commaaccentcomb; +} +); +width = 1386; +} +); +unicode = 538; +}, +{ +color = 6; +glyphname = U; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (628,1443); +}, +{ +name = topright; +pos = (1334,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +} +); +width = 1256; +}, +{ +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1443); +}, +{ +name = topright; +pos = (1284,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +} +); +width = 1336; +}, +{ +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1443); +}, +{ +name = topright; +pos = (1444,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +} +); +width = 1512; +}, +{ +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (824,1443); +}, +{ +name = topright; +pos = (1530,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +} +); +width = 1256; +}, +{ +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (864,1443); +}, +{ +name = topright; +pos = (1480,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +} +); +width = 1336; +}, +{ +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (946,1443); +}, +{ +name = topright; +pos = (1634,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +} +); +width = 1512; +} +); +metricLeft = H; +metricRight = H; +unicode = 85; +}, +{ +color = 10; +glyphname = Uacute; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (509,503); +ref = acute; +} +); +width = 1256; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (491,503); +ref = acute; +} +); +width = 1336; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (539,443); +ref = acute; +} +); +width = 1512; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = U; +}, +{ +pos = (639,503); +ref = acute; +} +); +width = 1256; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = U; +}, +{ +pos = (602,503); +ref = acute; +} +); +width = 1336; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = U; +}, +{ +pos = (633,443); +ref = acute; +} +); +width = 1512; +} +); +unicode = 218; +}, +{ +color = 10; +glyphname = Ubreve; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (628,1738); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(745,1587,o), +(818,1661,o), +(818,1778,c), +(770,1778,l), +(769,1689,o), +(715,1631,o), +(629,1631,cs), +(543,1631,o), +(489,1689,o), +(488,1778,c), +(440,1778,l), +(440,1661,o), +(513,1587,o), +(629,1587,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (330,503); +ref = brevecomb; +} +); +width = 1256; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1716); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(815,1538,o), +(907,1623,o), +(907,1759,c), +(740,1759,l), +(739,1701,o), +(711,1665,o), +(668,1665,cs), +(625,1665,o), +(597,1701,o), +(596,1759,c), +(429,1759,l), +(429,1623,o), +(521,1538,o), +(668,1538,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (319,503); +ref = brevecomb; +} +); +width = 1336; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1816); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(980,1545,o), +(1121,1669,o), +(1121,1866,c), +(852,1866,l), +(851,1790,o), +(814,1742,o), +(756,1742,cs), +(698,1742,o), +(661,1790,o), +(660,1866,c), +(391,1866,l), +(391,1669,o), +(532,1545,o), +(756,1545,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (281,443); +ref = brevecomb; +} +); +width = 1512; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (897,1738); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(987,1587,o), +(1073,1661,o), +(1094,1778,c), +(1046,1778,l), +(1029,1689,o), +(965,1631,o), +(879,1631,cs), +(793,1631,o), +(749,1689,o), +(764,1778,c), +(716,1778,l), +(695,1661,o), +(755,1587,o), +(871,1587,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (445,503); +ref = brevecomb; +} +); +width = 1376; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (947,1716); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(1063,1538,o), +(1170,1623,o), +(1193,1759,c), +(1026,1759,l), +(1015,1701,o), +(981,1665,o), +(938,1665,cs), +(895,1665,o), +(873,1701,o), +(882,1759,c), +(715,1759,l), +(692,1623,o), +(769,1538,o), +(916,1538,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (454,503); +ref = brevecomb; +} +); +width = 1496; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (1031,1816); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(1208,1545,o), +(1371,1669,o), +(1405,1866,c), +(1136,1866,l), +(1122,1790,o), +(1076,1742,o), +(1018,1742,cs), +(960,1742,o), +(932,1790,o), +(944,1866,c), +(675,1866,l), +(641,1669,o), +(760,1545,o), +(984,1545,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (379,443); +ref = brevecomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (1031,1816); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(1208,1545,o), +(1371,1669,o), +(1405,1866,c), +(1136,1866,l), +(1122,1790,o), +(1076,1742,o), +(1018,1742,cs), +(960,1742,o), +(932,1790,o), +(944,1866,c), +(675,1866,l), +(641,1669,o), +(760,1545,o), +(984,1545,cs) +); +} +); +}; +layerId = "469DCB16-5C48-403C-BA8C-1989727145A4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (379,443); +ref = brevecomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (947,1716); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(1063,1538,o), +(1170,1623,o), +(1193,1759,c), +(1026,1759,l), +(1015,1701,o), +(981,1665,o), +(938,1665,cs), +(895,1665,o), +(873,1701,o), +(882,1759,c), +(715,1759,l), +(692,1623,o), +(769,1538,o), +(916,1538,cs) +); +} +); +}; +layerId = "392AAAAF-5E65-43F8-B6FA-A678E7EEEC3E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (454,503); +ref = brevecomb; +} +); +width = 1496; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1816); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(980,1545,o), +(1121,1669,o), +(1121,1866,c), +(852,1866,l), +(851,1790,o), +(814,1742,o), +(756,1742,cs), +(698,1742,o), +(661,1790,o), +(660,1866,c), +(391,1866,l), +(391,1669,o), +(532,1545,o), +(756,1545,cs) +); +} +); +}; +layerId = "E8EF0AD8-8EC1-49F8-88B5-D65090F228B2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (281,443); +ref = brevecomb; +} +); +width = 1512; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (897,1738); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(987,1587,o), +(1073,1661,o), +(1094,1778,c), +(1046,1778,l), +(1029,1689,o), +(965,1631,o), +(879,1631,cs), +(793,1631,o), +(749,1689,o), +(764,1778,c), +(716,1778,l), +(695,1661,o), +(755,1587,o), +(871,1587,cs) +); +} +); +}; +layerId = "847AB350-616F-46D5-B897-35D55FFC52DA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (445,503); +ref = brevecomb; +} +); +width = 1376; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1716); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(815,1538,o), +(907,1623,o), +(907,1759,c), +(740,1759,l), +(739,1701,o), +(711,1665,o), +(668,1665,cs), +(625,1665,o), +(597,1701,o), +(596,1759,c), +(429,1759,l), +(429,1623,o), +(521,1538,o), +(668,1538,cs) +); +} +); +}; +layerId = "556D8E21-389A-4936-A0B4-E0FA262B39E8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (319,503); +ref = brevecomb; +} +); +width = 1336; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (628,1738); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(745,1587,o), +(818,1661,o), +(818,1778,c), +(770,1778,l), +(769,1689,o), +(715,1631,o), +(629,1631,cs), +(543,1631,o), +(489,1689,o), +(488,1778,c), +(440,1778,l), +(440,1661,o), +(513,1587,o), +(629,1587,cs) +); +} +); +}; +layerId = "C7701216-5EF7-42E2-82D3-CFD6694D257E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (330,503); +ref = brevecomb; +} +); +width = 1256; +} +); +unicode = 364; +}, +{ +color = 10; +glyphname = Ucaron; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (628,1616); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (628,1736); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(650,1575,l), +(835,1784,l), +(771,1784,l), +(629,1622,l), +(627,1622,l), +(485,1784,l), +(421,1784,l), +(606,1575,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (311,503); +ref = caroncomb; +} +); +width = 1256; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (658,1581); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1726); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(770,1550,l), +(940,1789,l), +(746,1789,l), +(670,1654,l), +(664,1654,l), +(590,1789,l), +(396,1789,l), +(564,1550,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (286,503); +ref = caroncomb; +} +); +width = 1336; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (761,1591); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1865); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(950,1559,l), +(1176,1908,l), +(864,1908,l), +(767,1733,l), +(757,1733,l), +(658,1908,l), +(346,1908,l), +(574,1559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (236,443); +ref = caroncomb; +} +); +width = 1512; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (874,1616); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (899,1736); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(892,1555,l), +(1121,1764,l), +(1052,1764,l), +(876,1602,l), +(874,1602,l), +(766,1764,l), +(707,1764,l), +(848,1555,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (438,503); +ref = caroncomb; +} +); +width = 1376; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (897,1581); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (929,1726); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(1017,1550,l), +(1237,1789,l), +(1029,1789,l), +(929,1654,l), +(923,1654,l), +(873,1789,l), +(693,1789,l), +(811,1550,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (425,503); +ref = caroncomb; +} +); +width = 1496; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (970,1588); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (1034,1856); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(1162,1553,l), +(1472,1902,l), +(1140,1902,l), +(1016,1727,l), +(1006,1727,l), +(934,1902,l), +(642,1902,l), +(796,1553,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (338,437); +ref = caroncomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (970,1588); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (1034,1856); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(1162,1553,l), +(1472,1902,l), +(1140,1902,l), +(1016,1727,l), +(1006,1727,l), +(934,1902,l), +(642,1902,l), +(796,1553,l) +); +} +); +}; +layerId = "6D495553-16F3-4DA4-B5DA-43C48CBD2FDE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (338,437); +ref = caroncomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (897,1581); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (929,1726); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(1017,1550,l), +(1237,1789,l), +(1029,1789,l), +(929,1654,l), +(923,1654,l), +(873,1789,l), +(693,1789,l), +(811,1550,l) +); +} +); +}; +layerId = "EA0E2DC6-DF3E-4CB6-A79E-938B1AD47A61"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (425,503); +ref = caroncomb; +} +); +width = 1496; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (761,1591); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1865); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(950,1559,l), +(1176,1908,l), +(864,1908,l), +(767,1733,l), +(757,1733,l), +(658,1908,l), +(346,1908,l), +(574,1559,l) +); +} +); +}; +layerId = "2B7CF342-28EB-4024-B513-A0BD36A43DA8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (236,443); +ref = caroncomb; +} +); +width = 1512; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (874,1616); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (899,1736); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(892,1555,l), +(1121,1764,l), +(1052,1764,l), +(876,1602,l), +(874,1602,l), +(766,1764,l), +(707,1764,l), +(848,1555,l) +); +} +); +}; +layerId = "7C4991A7-2CA8-4398-9139-263D290F8D32"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (438,503); +ref = caroncomb; +} +); +width = 1376; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (658,1581); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1726); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(770,1550,l), +(940,1789,l), +(746,1789,l), +(670,1654,l), +(664,1654,l), +(590,1789,l), +(396,1789,l), +(564,1550,l) +); +} +); +}; +layerId = "256A21B8-1A13-4FC4-8438-A8D0E0911F0B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (286,503); +ref = caroncomb; +} +); +width = 1336; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (628,1616); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (628,1736); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(650,1575,l), +(835,1784,l), +(771,1784,l), +(629,1622,l), +(627,1622,l), +(485,1784,l), +(421,1784,l), +(606,1575,l) +); +} +); +}; +layerId = "F411F8AE-49C0-4A76-9CEB-F9E69BD8014F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (311,503); +ref = caroncomb; +} +); +width = 1256; +} +); +unicode = 467; +}, +{ +color = 10; +glyphname = Ucircumflex; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (626,1757); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(419,1589,l), +(483,1589,l), +(625,1751,l), +(627,1751,l), +(769,1589,l), +(833,1589,l), +(648,1798,l), +(604,1798,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (309,503); +ref = circumflexcomb; +} +); +width = 1256; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (659,1746); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(397,1538,l), +(591,1538,l), +(665,1653,l), +(671,1653,l), +(747,1538,l), +(941,1538,l), +(771,1777,l), +(565,1777,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (287,503); +ref = circumflexcomb; +} +); +width = 1336; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1854); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(341,1537,l), +(653,1537,l), +(752,1712,l), +(762,1712,l), +(859,1537,l), +(1171,1537,l), +(945,1886,l), +(569,1886,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (231,443); +ref = circumflexcomb; +} +); +width = 1512; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (909,1757); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(667,1589,l), +(731,1589,l), +(907,1751,l), +(909,1751,l), +(1017,1589,l), +(1081,1589,l), +(940,1798,l), +(896,1798,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (436,503); +ref = circumflexcomb; +} +); +width = 1376; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (961,1746); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(644,1538,l), +(838,1538,l), +(936,1653,l), +(942,1653,l), +(994,1538,l), +(1188,1538,l), +(1068,1777,l), +(862,1777,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (430,503); +ref = circumflexcomb; +} +); +width = 1496; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (1053,1824); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(571,1537,l), +(883,1537,l), +(1019,1712,l), +(1029,1712,l), +(1089,1537,l), +(1401,1537,l), +(1249,1886,l), +(873,1886,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (345,443); +ref = circumflexcomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (1053,1824); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(571,1537,l), +(883,1537,l), +(1019,1712,l), +(1029,1712,l), +(1089,1537,l), +(1401,1537,l), +(1249,1886,l), +(873,1886,l) +); +} +); +}; +layerId = "A4130627-4B13-44EB-8961-046DC687B063"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (345,443); +ref = circumflexcomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (961,1746); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(644,1538,l), +(838,1538,l), +(936,1653,l), +(942,1653,l), +(994,1538,l), +(1188,1538,l), +(1068,1777,l), +(862,1777,l) +); +} +); +}; +layerId = "E9C777B0-6C87-4AE1-A601-C43666DC9DD4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (430,503); +ref = circumflexcomb; +} +); +width = 1496; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1854); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(341,1537,l), +(653,1537,l), +(752,1712,l), +(762,1712,l), +(859,1537,l), +(1171,1537,l), +(945,1886,l), +(569,1886,l) +); +} +); +}; +layerId = "0B0663D6-BF82-4D5C-B139-1A16C2FD913E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (231,443); +ref = circumflexcomb; +} +); +width = 1512; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (909,1757); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(667,1589,l), +(731,1589,l), +(907,1751,l), +(909,1751,l), +(1017,1589,l), +(1081,1589,l), +(940,1798,l), +(896,1798,l) +); +} +); +}; +layerId = "78E54B5A-E068-4807-988E-97C852F8C8B1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (436,503); +ref = circumflexcomb; +} +); +width = 1376; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (659,1746); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(397,1538,l), +(591,1538,l), +(665,1653,l), +(671,1653,l), +(747,1538,l), +(941,1538,l), +(771,1777,l), +(565,1777,l) +); +} +); +}; +layerId = "CD686615-A6E4-4210-A35F-78E57224A4E3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (287,503); +ref = circumflexcomb; +} +); +width = 1336; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (626,1757); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(419,1589,l), +(483,1589,l), +(625,1751,l), +(627,1751,l), +(769,1589,l), +(833,1589,l), +(648,1798,l), +(604,1798,l) +); +} +); +}; +layerId = "7042CCAE-0FB4-4429-B53B-B27CE81BD374"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (309,503); +ref = circumflexcomb; +} +); +width = 1256; +} +); +unicode = 219; +}, +{ +color = 10; +glyphname = Udieresis; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (628,1443); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(452,1638,l), +(522,1638,l), +(522,1708,l), +(452,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(735,1638,l), +(805,1638,l), +(805,1708,l), +(735,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (342,503); +ref = dieresiscomb; +} +); +width = 1256; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1443); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(425,1564,l), +(605,1564,l), +(605,1743,l), +(425,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(732,1564,l), +(912,1564,l), +(912,1743,l), +(732,1743,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (315,503); +ref = dieresiscomb; +} +); +width = 1336; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1443); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(407,1605,l), +(685,1605,l), +(685,1848,l), +(407,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(822,1605,l), +(1100,1605,l), +(1100,1848,l), +(822,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (297,443); +ref = dieresiscomb; +} +); +width = 1512; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (824,1443); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(701,1628,l), +(771,1628,l), +(785,1698,l), +(715,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(984,1628,l), +(1054,1628,l), +(1068,1698,l), +(998,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (461,503); +ref = dieresiscomb; +} +); +width = 1376; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (864,1443); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(666,1554,l), +(846,1554,l), +(883,1733,l), +(704,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(973,1554,l), +(1153,1554,l), +(1190,1733,l), +(1011,1733,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (448,503); +ref = dieresiscomb; +} +); +width = 1496; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (946,1443); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(651,1605,l), +(929,1605,l), +(981,1848,l), +(703,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,1605,l), +(1344,1605,l), +(1396,1848,l), +(1118,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (411,443); +ref = dieresiscomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (946,1443); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(651,1605,l), +(929,1605,l), +(981,1848,l), +(703,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,1605,l), +(1344,1605,l), +(1396,1848,l), +(1118,1848,l) +); +} +); +}; +layerId = "ACE1BAEF-5997-4436-AF04-52515BCB68DA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (411,443); +ref = dieresiscomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (864,1443); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(666,1554,l), +(846,1554,l), +(883,1733,l), +(704,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(973,1554,l), +(1153,1554,l), +(1190,1733,l), +(1011,1733,l) +); +} +); +}; +layerId = "7FD747F5-23B2-4B51-8FE1-8D91A2BF6DED"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (448,503); +ref = dieresiscomb; +} +); +width = 1496; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1443); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(407,1605,l), +(685,1605,l), +(685,1848,l), +(407,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(822,1605,l), +(1100,1605,l), +(1100,1848,l), +(822,1848,l) +); +} +); +}; +layerId = "F66FC146-3145-4A4E-8053-7A656B9643CC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (297,443); +ref = dieresiscomb; +} +); +width = 1512; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (824,1443); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(701,1628,l), +(771,1628,l), +(785,1698,l), +(715,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(984,1628,l), +(1054,1628,l), +(1068,1698,l), +(998,1698,l) +); +} +); +}; +layerId = "FFF4ACE1-AAD2-47A9-A205-90939665690B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (461,503); +ref = dieresiscomb; +} +); +width = 1376; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1443); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(425,1564,l), +(605,1564,l), +(605,1743,l), +(425,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(732,1564,l), +(912,1564,l), +(912,1743,l), +(732,1743,l) +); +} +); +}; +layerId = "54D6603F-2E23-4787-B700-6622FFCDB70B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (315,503); +ref = dieresiscomb; +} +); +width = 1336; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (628,1443); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(452,1638,l), +(522,1638,l), +(522,1708,l), +(452,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(735,1638,l), +(805,1638,l), +(805,1708,l), +(735,1708,l) +); +} +); +}; +layerId = "401BB68B-BEB9-485C-9808-FFCE6DC5629C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (342,503); +ref = dieresiscomb; +} +); +width = 1256; +} +); +unicode = 220; +}, +{ +color = 10; +glyphname = Ugrave; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (538,1700); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(603,1573,l), +(647,1573,l), +(572,1802,l), +(512,1802,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (402,503); +ref = gravecomb; +} +); +width = 1256; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (544,1766); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(582,1568,l), +(745,1568,l), +(655,1817,l), +(442,1817,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (332,503); +ref = gravecomb; +} +); +width = 1336; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (636,1884); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(630,1583,l), +(873,1583,l), +(803,1922,l), +(450,1922,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (340,443); +ref = gravecomb; +} +); +width = 1512; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (755,1700); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(826,1573,l), +(870,1573,l), +(843,1802,l), +(783,1802,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (506,503); +ref = gravecomb; +} +); +width = 1376; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (795,1766); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(837,1568,l), +(1000,1568,l), +(962,1817,l), +(749,1817,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (475,503); +ref = gravecomb; +} +); +width = 1496; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (876,1884); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(874,1583,l), +(1117,1583,l), +(1119,1922,l), +(766,1922,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (459,443); +ref = gravecomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (876,1884); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(874,1583,l), +(1117,1583,l), +(1119,1922,l), +(766,1922,l) +); +} +); +}; +layerId = "42510BF5-6E89-4242-95C2-990F49758DB3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (459,443); +ref = gravecomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (795,1766); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(837,1568,l), +(1000,1568,l), +(962,1817,l), +(749,1817,l) +); +} +); +}; +layerId = "6EF6BBF7-A519-46E1-AFFB-56964C6FC6FD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (475,503); +ref = gravecomb; +} +); +width = 1496; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (636,1884); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(630,1583,l), +(873,1583,l), +(803,1922,l), +(450,1922,l) +); +} +); +}; +layerId = "B2932F5A-5921-4CB0-9082-4B74F11BDB09"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (340,443); +ref = gravecomb; +} +); +width = 1512; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (755,1700); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(826,1573,l), +(870,1573,l), +(843,1802,l), +(783,1802,l) +); +} +); +}; +layerId = "23E3CA95-5F83-453C-9C96-FA60F5793105"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (506,503); +ref = gravecomb; +} +); +width = 1376; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (544,1766); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(582,1568,l), +(745,1568,l), +(655,1817,l), +(442,1817,l) +); +} +); +}; +layerId = "24446AEA-9B55-42A6-8097-0D6A2573EC05"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (332,503); +ref = gravecomb; +} +); +width = 1336; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (538,1700); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(603,1573,l), +(647,1573,l), +(572,1802,l), +(512,1802,l) +); +} +); +}; +layerId = "5064FD49-8B36-4974-84B3-98C53B862831"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (402,503); +ref = gravecomb; +} +); +width = 1256; +} +); +unicode = 217; +}, +{ +color = 10; +glyphname = Uhungarumlaut; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (348,503); +ref = hungarumlautcomb; +} +); +width = 1256; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (356,503); +ref = hungarumlautcomb; +} +); +width = 1336; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (276,443); +ref = hungarumlautcomb; +} +); +width = 1512; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = U; +}, +{ +pos = (454,503); +ref = hungarumlautcomb; +} +); +width = 1256; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = U; +}, +{ +pos = (468,503); +ref = hungarumlautcomb; +} +); +width = 1336; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = U; +}, +{ +pos = (371,443); +ref = hungarumlautcomb; +} +); +width = 1512; +} +); +unicode = 368; +}, +{ +color = 10; +glyphname = Umacron; +kernLeft = U; +kernRight = U; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (618,1666); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(428,1634,l), +(809,1634,l), +(809,1682,l), +(428,1682,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (318,503); +ref = macroncomb; +} +); +width = 1256; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1731); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(431,1591,l), +(902,1591,l), +(902,1731,l), +(431,1731,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (321,503); +ref = macroncomb; +} +); +width = 1336; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1831); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(429,1616,l), +(1082,1616,l), +(1082,1856,l), +(429,1856,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (319,443); +ref = macroncomb; +} +); +width = 1512; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (875,1666); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(680,1634,l), +(1061,1634,l), +(1071,1682,l), +(690,1682,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (439,503); +ref = macroncomb; +} +); +width = 1376; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (969,1731); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(687,1591,l), +(1158,1591,l), +(1188,1731,l), +(717,1731,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (461,503); +ref = macroncomb; +} +); +width = 1496; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (1056,1831); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(683,1616,l), +(1336,1616,l), +(1388,1856,l), +(735,1856,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (441,443); +ref = macroncomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (635,-20); +}, +{ +name = ogonek; +pos = (638,-20); +}, +{ +name = top; +pos = (1056,1831); +}, +{ +name = topright; +pos = (1634,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,-37,o), +(1335,187,o), +(1411,543,c), +(1602,1443,l), +(1192,1443,l), +(998,530,l), +(969,391,o), +(847,303,o), +(683,303,c), +(545,303,o), +(477,394,o), +(508,540,c), +(700,1443,l), +(290,1443,l), +(97,533,l), +(22,183,o), +(240,-37,o), +(661,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(683,1616,l), +(1336,1616,l), +(1388,1856,l), +(735,1856,l) +); +} +); +}; +layerId = "C1027A50-99DC-43FF-8950-1E391E5709C8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (441,443); +ref = macroncomb; +} +); +width = 1632; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (558,0); +}, +{ +name = ogonek; +pos = (568,-7); +}, +{ +name = top; +pos = (969,1731); +}, +{ +name = topright; +pos = (1480,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(910,-20,o), +(1164,179,o), +(1231,497,c), +(1432,1443,l), +(1252,1443,l), +(1051,497,l), +(1006,284,o), +(816,150,o), +(559,150,c), +(340,150,o), +(230,284,o), +(275,497,c), +(476,1443,l), +(296,1443,l), +(95,497,l), +(28,179,o), +(212,-20,o), +(573,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(687,1591,l), +(1158,1591,l), +(1188,1731,l), +(717,1731,l) +); +} +); +}; +layerId = "42B5272F-A5BB-46D6-A53A-1B1DF1CE9ED9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (461,503); +ref = macroncomb; +} +); +width = 1496; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (756,-20); +}, +{ +name = ogonek; +pos = (759,-20); +}, +{ +name = top; +pos = (756,1831); +}, +{ +name = topright; +pos = (1444,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1136,-37,o), +(1412,190,o), +(1412,503,c), +(1412,1443,l), +(1002,1443,l), +(1002,550,l), +(1002,407,o), +(898,303,o), +(755,303,c), +(613,303,o), +(510,411,o), +(510,560,c), +(510,1443,l), +(100,1443,l), +(100,493,l), +(100,186,o), +(375,-37,o), +(755,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(429,1616,l), +(1082,1616,l), +(1082,1856,l), +(429,1856,l) +); +} +); +}; +layerId = "3299B7C9-DA4A-4ECD-8C10-FC5924C424DF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (319,443); +ref = macroncomb; +} +); +width = 1512; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (518,0); +}, +{ +name = ogonek; +pos = (527,-10); +}, +{ +name = top; +pos = (875,1666); +}, +{ +name = topright; +pos = (1530,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(841,-19,o), +(1082,172,o), +(1147,477,c), +(1352,1443,l), +(1302,1443,l), +(1097,477,l), +(1039,202,o), +(808,30,o), +(513,30,c), +(220,30,o), +(83,202,o), +(141,477,c), +(346,1443,l), +(296,1443,l), +(91,477,l), +(26,172,o), +(193,-19,o), +(523,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(680,1634,l), +(1061,1634,l), +(1071,1682,l), +(690,1682,l) +); +} +); +}; +layerId = "1158F74A-4CC2-4623-B0D3-DED6630EB457"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = U; +}, +{ +alignment = -1; +pos = (439,503); +ref = macroncomb; +} +); +width = 1376; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (668,0); +}, +{ +name = ogonek; +pos = (680,-7); +}, +{ +name = top; +pos = (668,1731); +}, +{ +name = topright; +pos = (1284,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-20,o), +(1236,179,o), +(1236,497,c), +(1236,1443,l), +(1056,1443,l), +(1056,497,l), +(1056,284,o), +(906,150,o), +(667,150,c), +(429,150,o), +(280,284,o), +(280,497,c), +(280,1443,l), +(100,1443,l), +(100,497,l), +(100,179,o), +(319,-20,o), +(667,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(431,1591,l), +(902,1591,l), +(902,1731,l), +(431,1731,l) +); +} +); +}; +layerId = "E5FD2107-99F2-4DAC-ABBD-E72F2E44E687"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (321,503); +ref = macroncomb; +} +); +width = 1336; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = ogonek; +pos = (639,-10); +}, +{ +name = top; +pos = (618,1666); +}, +{ +name = topright; +pos = (1334,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(952,-19,o), +(1156,172,o), +(1156,477,c), +(1156,1443,l), +(1106,1443,l), +(1106,477,l), +(1106,202,o), +(921,30,o), +(627,30,c), +(334,30,o), +(150,202,o), +(150,477,c), +(150,1443,l), +(100,1443,l), +(100,477,l), +(100,172,o), +(303,-19,o), +(627,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(428,1634,l), +(809,1634,l), +(809,1682,l), +(428,1682,l) +); +} +); +}; +layerId = "69950EC7-053C-47F9-9E71-5CEE55975705"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = U; +}, +{ +pos = (318,503); +ref = macroncomb; +} +); +width = 1256; +} +); +unicode = 362; +}, +{ +color = 10; +glyphname = Uogonek; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (410,-10); +ref = ogonekcomb; +} +); +width = 1256; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (383,-7); +ref = ogonekcomb; +} +); +width = 1336; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (397,-20); +ref = ogonekcomb; +} +); +width = 1512; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = U; +}, +{ +pos = (437,-10); +ref = ogonekcomb; +} +); +width = 1256; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = U; +}, +{ +pos = (420,-7); +ref = ogonekcomb; +} +); +width = 1336; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = U; +}, +{ +pos = (427,-20); +ref = ogonekcomb; +} +); +width = 1512; +} +); +unicode = 370; +}, +{ +color = 10; +glyphname = Uring; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = U; +}, +{ +pos = (383,502); +ref = ringcomb; +} +); +width = 1256; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = U; +}, +{ +pos = (381,503); +ref = ringcomb; +} +); +width = 1336; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = U; +}, +{ +pos = (383,443); +ref = ringcomb; +} +); +width = 1512; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = U; +}, +{ +pos = (491,502); +ref = ringcomb; +} +); +width = 1256; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = U; +}, +{ +pos = (482,503); +ref = ringcomb; +} +); +width = 1336; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = U; +}, +{ +pos = (462,443); +ref = ringcomb; +} +); +width = 1512; +} +); +unicode = 366; +}, +{ +color = 6; +glyphname = V; +kernLeft = V; +kernRight = V; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (629,0); +}, +{ +name = top; +pos = (629,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(658,0,l), +(1266,1443,l), +(1213,1443,l), +(635,75,l), +(631,75,l), +(63,1443,l), +(10,1443,l), +(608,0,l) +); +} +); +width = 1276; +}, +{ +anchors = ( +{ +name = bottom; +pos = (717,0); +}, +{ +name = top; +pos = (709,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(716,1443,l), +(716,0,l) +); +}, +{ +closed = 1; +nodes = ( +(31,0,l), +(1405,0,l), +(1405,1443,l), +(31,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1405,722,l), +(31,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1405,0,l), +(31,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(30,0,l), +(1405,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(814,0,l), +(1422,1443,l), +(1226,1443,l), +(722,220,l), +(712,220,l), +(206,1443,l), +(10,1443,l), +(620,0,l) +); +} +); +width = 1432; +}, +{ +anchors = ( +{ +name = bottom; +pos = (794,0); +}, +{ +name = top; +pos = (794,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(792,1443,l), +(792,0,l) +); +}, +{ +closed = 1; +nodes = ( +(20,0,l), +(1567,0,l), +(1567,1443,l), +(20,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1567,722,l), +(20,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1567,0,l), +(20,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(19,0,l), +(1567,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(985,0,l), +(1576,1443,l), +(1100,1443,l), +(802,534,l), +(784,534,l), +(486,1443,l), +(10,1443,l), +(602,0,l) +); +} +); +width = 1586; +}, +{ +anchors = ( +{ +name = bottom; +pos = (519,0); +}, +{ +name = top; +pos = (825,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(549,0,l), +(1462,1443,l), +(1404,1443,l), +(538,75,l), +(534,75,l), +(257,1443,l), +(206,1443,l), +(498,0,l) +); +} +); +width = 1276; +}, +{ +anchors = ( +{ +name = bottom; +pos = (607,0); +}, +{ +name = top; +pos = (905,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(762,1443,l), +(762,0,l) +); +}, +{ +closed = 1; +nodes = ( +(77,0,l), +(1451,0,l), +(1451,1443,l), +(77,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1451,722,l), +(77,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1451,0,l), +(77,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(76,0,l), +(1451,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(704,0,l), +(1618,1443,l), +(1419,1443,l), +(648,220,l), +(638,220,l), +(392,1443,l), +(206,1443,l), +(510,0,l) +); +} +); +width = 1432; +}, +{ +anchors = ( +{ +name = bottom; +pos = (688,0); +}, +{ +name = top; +pos = (994,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(882,1443,l), +(882,0,l) +); +}, +{ +closed = 1; +nodes = ( +(110,0,l), +(1657,0,l), +(1657,1443,l), +(110,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1657,722,l), +(110,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1657,0,l), +(110,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(109,0,l), +(1657,1443,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(879,0,l), +(1776,1443,l), +(1300,1443,l), +(809,534,l), +(791,534,l), +(686,1443,l), +(210,1443,l), +(496,0,l) +); +} +); +width = 1606; +} +); +unicode = 86; +}, +{ +color = 6; +glyphname = W; +kernLeft = V; +kernRight = V; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (993,0); +}, +{ +name = top; +pos = (1029,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(517,0,l), +(746,0,l), +(1039,890,l), +(943,1120,l), +(633,195,l), +(623,195,l), +(205,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1295,0,l), +(1533,0,l), +(1976,1443,l), +(1786,1443,l), +(1416,195,l), +(1406,195,l), +(1022,1443,l), +(828,1443,l) +); +} +); +width = 1986; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1173,0); +}, +{ +name = top; +pos = (1269,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(524,0,l), +(993,0,l), +(1246,817,l), +(1045,1234,l), +(789,376,l), +(769,376,l), +(475,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1426,0,l), +(1866,0,l), +(2277,1443,l), +(1816,1443,l), +(1619,376,l), +(1599,376,l), +(1317,1443,l), +(940,1443,l) +); +} +); +width = 2287; +}, +{ +anchors = ( +{ +name = bottom; +pos = (978,0); +}, +{ +name = top; +pos = (897,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(527,0,l), +(587,0,l), +(960,1080,l), +(934,1148,l), +(560,65,l), +(554,65,l), +(64,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1332,0,l), +(1401,0,l), +(1791,1443,l), +(1739,1443,l), +(1368,65,l), +(1362,65,l), +(864,1443,l), +(812,1443,l) +); +} +); +width = 1801; +}, +{ +anchors = ( +{ +name = bottom; +pos = (887,0); +}, +{ +name = top; +pos = (1193,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,0,l), +(533,0,l), +(1155,1270,l), +(1141,1345,l), +(513,65,l), +(507,65,l), +(260,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1302,0,l), +(1371,0,l), +(2157,1443,l), +(2105,1443,l), +(1351,65,l), +(1345,65,l), +(1160,1443,l), +(1108,1443,l) +); +} +); +width = 1971; +}, +{ +anchors = ( +{ +name = bottom; +pos = (973,0); +}, +{ +name = top; +pos = (1315,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(427,0,l), +(656,0,l), +(1306,1374,l), +(1134,1374,l), +(584,195,l), +(574,195,l), +(401,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1255,0,l), +(1493,0,l), +(2262,1443,l), +(2072,1443,l), +(1417,195,l), +(1407,195,l), +(1308,1443,l), +(1118,1443,l) +); +} +); +width = 2076; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1117,0); +}, +{ +name = top; +pos = (1519,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(428,0,l), +(897,0,l), +(1565,1342,l), +(1210,1342,l), +(794,476,l), +(774,476,l), +(675,1443,l), +(210,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1350,0,l), +(1790,0,l), +(2527,1443,l), +(2066,1443,l), +(1644,476,l), +(1624,476,l), +(1567,1443,l), +(1190,1443,l) +); +} +); +width = 2357; +} +); +metricLeft = V; +metricRight = V; +unicode = 87; +}, +{ +color = 10; +glyphname = Wacute; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = W; +}, +{ +pos = (778,486); +ref = acutecomb; +} +); +width = 1801; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (852,485); +ref = acutecomb; +} +); +width = 1986; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (1052,552); +ref = acutecomb; +} +); +width = 2287; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = W; +}, +{ +pos = (1004,486); +ref = acutecomb; +} +); +width = 1971; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = W; +}, +{ +pos = (1049,485); +ref = acutecomb; +} +); +width = 2076; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = W; +}, +{ +pos = (1184,342); +ref = acutecomb; +} +); +width = 2357; +} +); +unicode = 7810; +}, +{ +color = 10; +glyphname = Wcircumflex; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = W; +}, +{ +pos = (578,503); +ref = circumflexcomb; +} +); +width = 1801; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (648,503); +ref = circumflexcomb; +} +); +width = 1986; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (744,443); +ref = circumflexcomb; +} +); +width = 2287; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = W; +}, +{ +pos = (784,503); +ref = circumflexcomb; +} +); +width = 1971; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = W; +}, +{ +pos = (846,503); +ref = circumflexcomb; +} +); +width = 2076; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = W; +}, +{ +pos = (898,443); +ref = circumflexcomb; +} +); +width = 2357; +} +); +unicode = 372; +}, +{ +color = 10; +glyphname = Wdieresis; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = W; +}, +{ +pos = (611,503); +ref = dieresiscomb; +} +); +width = 1801; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (676,503); +ref = dieresiscomb; +} +); +width = 1986; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (810,443); +ref = dieresiscomb; +} +); +width = 2287; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = W; +}, +{ +pos = (805,503); +ref = dieresiscomb; +} +); +width = 1971; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = W; +}, +{ +pos = (864,503); +ref = dieresiscomb; +} +); +width = 2076; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = W; +}, +{ +pos = (964,443); +ref = dieresiscomb; +} +); +width = 2357; +} +); +unicode = 7812; +}, +{ +color = 10; +glyphname = Wgrave; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = W; +}, +{ +pos = (671,503); +ref = gravecomb; +} +); +width = 1801; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = W; +}, +{ +pos = (693,503); +ref = gravecomb; +} +); +width = 1986; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = W; +}, +{ +pos = (853,443); +ref = gravecomb; +} +); +width = 2287; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = W; +}, +{ +pos = (854,503); +ref = gravecomb; +} +); +width = 1971; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = W; +}, +{ +pos = (891,503); +ref = gravecomb; +} +); +width = 2076; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = W; +}, +{ +pos = (1012,443); +ref = gravecomb; +} +); +width = 2357; +} +); +unicode = 7808; +}, +{ +color = 6; +glyphname = X; +kernLeft = X; +kernRight = X; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (640,0); +}, +{ +name = top; +pos = (640,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(641,1443,l), +(641,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-121,0,l), +(1406,0,l), +(1406,1443,l), +(-121,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1406,722,l), +(-121,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1406,0,l), +(-121,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-122,0,l), +(1406,1443,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(604,727,l), +(20,0,l), +(82,0,l), +(640,692,l), +(642,692,l), +(1201,0,l), +(1263,0,l), +(678,727,l), +(1242,1443,l), +(1180,1443,l), +(642,762,l), +(640,762,l), +(101,1443,l), +(39,1443,l) +); +} +); +width = 1283; +}, +{ +anchors = ( +{ +name = bottom; +pos = (692,0); +}, +{ +name = top; +pos = (692,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(700,1443,l), +(700,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-62,0,l), +(1465,0,l), +(1465,1443,l), +(-62,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1465,722,l), +(-62,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1465,0,l), +(-62,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-63,0,l), +(1465,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(572,731,l), +(20,0,l), +(252,0,l), +(697,606,l), +(703,606,l), +(1136,0,l), +(1368,0,l), +(827,731,l), +(1368,1443,l), +(1136,1443,l), +(703,846,l), +(697,846,l), +(272,1443,l), +(40,1443,l) +); +} +); +width = 1388; +}, +{ +anchors = ( +{ +name = bottom; +pos = (816,0); +}, +{ +name = top; +pos = (816,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(814,1443,l), +(814,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-49,0,l), +(1681,0,l), +(1681,1443,l), +(-49,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1681,722,l), +(-49,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1681,0,l), +(-49,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-50,0,l), +(1681,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(504,736,l), +(20,0,l), +(535,0,l), +(808,463,l), +(820,463,l), +(1093,0,l), +(1608,0,l), +(1125,736,l), +(1574,1443,l), +(1062,1443,l), +(821,985,l), +(807,985,l), +(566,1443,l), +(54,1443,l) +); +} +); +width = 1628; +}, +{ +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = top; +pos = (813,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(687,1443,l), +(687,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-75,0,l), +(1452,0,l), +(1452,1443,l), +(-75,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1452,722,l), +(-75,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1452,0,l), +(-75,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-76,0,l), +(1452,1443,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(653,729,l), +(-64,0,l), +(5,0,l), +(685,692,l), +(691,692,l), +(1124,0,l), +(1182,0,l), +(729,727,l), +(1419,1443,l), +(1353,1443,l), +(695,762,l), +(693,762,l), +(274,1443,l), +(216,1443,l) +); +} +); +width = 1313; +}, +{ +anchors = ( +{ +name = bottom; +pos = (597,0); +}, +{ +name = top; +pos = (851,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(732,1443,l), +(732,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-30,0,l), +(1497,0,l), +(1497,1443,l), +(-30,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1497,722,l), +(-30,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1497,0,l), +(-30,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-31,0,l), +(1497,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(613,731,l), +(-65,0,l), +(187,0,l), +(729,606,l), +(745,606,l), +(1041,0,l), +(1260,0,l), +(878,731,l), +(1537,1443,l), +(1285,1443,l), +(757,846,l), +(741,846,l), +(431,1443,l), +(216,1443,l) +); +} +); +width = 1391; +}, +{ +anchors = ( +{ +name = bottom; +pos = (718,0); +}, +{ +name = top; +pos = (972,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(843,1443,l), +(843,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-20,0,l), +(1710,0,l), +(1710,1443,l), +(-20,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1710,722,l), +(-20,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1710,0,l), +(-20,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-21,0,l), +(1710,1443,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(576,736,l), +(-78,0,l), +(487,0,l), +(841,463,l), +(853,463,l), +(1015,0,l), +(1510,0,l), +(1167,736,l), +(1780,1443,l), +(1218,1443,l), +(896,985,l), +(882,985,l), +(722,1443,l), +(210,1443,l) +); +} +); +width = 1647; +} +); +unicode = 88; +}, +{ +color = 6; +glyphname = Y; +kernLeft = Y; +kernRight = Y; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = top; +pos = (606,1393); +}, +{ +name = topleft; +pos = (-137,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(581,511,l), +(581,0,l), +(631,0,l), +(631,511,l), +(1202,1443,l), +(1146,1443,l), +(607,564,l), +(605,564,l), +(66,1443,l), +(10,1443,l) +); +} +); +width = 1212; +}, +{ +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = top; +pos = (666,1403); +}, +{ +name = topleft; +pos = (-247,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(666,1443,l), +(666,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1,0,l), +(1335,0,l), +(1335,1443,l), +(1,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1335,722,l), +(1,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1335,0,l), +(1,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(0,0,l), +(1335,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(576,0,l), +(756,0,l), +(756,521,l), +(1322,1443,l), +(1112,1443,l), +(672,705,l), +(662,705,l), +(220,1443,l), +(10,1443,l) +); +} +); +width = 1332; +}, +{ +anchors = ( +{ +name = bottom; +pos = (747,0); +}, +{ +name = top; +pos = (746,1443); +}, +{ +name = topleft; +pos = (-302,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(746,1443,l), +(746,0,l) +); +}, +{ +closed = 1; +nodes = ( +(20,0,l), +(1476,0,l), +(1476,1443,l), +(20,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1476,722,l), +(20,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1476,0,l), +(20,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(19,0,l), +(1476,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(540,458,l), +(540,0,l), +(950,0,l), +(950,464,l), +(1484,1443,l), +(1008,1443,l), +(755,851,l), +(737,851,l), +(485,1443,l), +(10,1443,l) +); +} +); +width = 1494; +}, +{ +anchors = ( +{ +name = bottom; +pos = (465,0); +}, +{ +name = top; +pos = (792,1393); +}, +{ +name = topleft; +pos = (-231,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(579,511,l), +(471,0,l), +(521,0,l), +(629,511,l), +(1398,1443,l), +(1334,1443,l), +(617,568,l), +(611,568,l), +(258,1443,l), +(206,1443,l) +); +} +); +width = 1212; +}, +{ +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = top; +pos = (854,1403); +}, +{ +name = topleft; +pos = (-301,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(709,1443,l), +(709,0,l) +); +}, +{ +closed = 1; +nodes = ( +(44,0,l), +(1378,0,l), +(1378,1443,l), +(44,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1378,722,l), +(44,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1378,0,l), +(44,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(43,0,l), +(1378,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(466,0,l), +(646,0,l), +(756,521,l), +(1518,1443,l), +(1308,1443,l), +(711,705,l), +(701,705,l), +(416,1443,l), +(206,1443,l) +); +} +); +width = 1332; +}, +{ +anchors = ( +{ +name = bottom; +pos = (641,0); +}, +{ +name = top; +pos = (946,1443); +}, +{ +name = topleft; +pos = (-462,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(793,1443,l), +(793,0,l) +); +}, +{ +closed = 1; +nodes = ( +(67,0,l), +(1523,0,l), +(1523,1443,l), +(67,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1523,722,l), +(67,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1523,0,l), +(67,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(66,0,l), +(1523,1443,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(531,458,l), +(434,0,l), +(844,0,l), +(942,464,l), +(1684,1443,l), +(1208,1443,l), +(819,801,l), +(801,801,l), +(685,1443,l), +(210,1443,l) +); +} +); +width = 1514; +} +); +metricLeft = V; +metricRight = V; +unicode = 89; +}, +{ +color = 10; +glyphname = Yacute; +kernLeft = Y; +kernRight = Y; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (487,453); +ref = acute; +} +); +width = 1212; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (489,463); +ref = acute; +} +); +width = 1332; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (529,443); +ref = acute; +} +); +width = 1494; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (607,453); +ref = acute; +} +); +width = 1212; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (592,463); +ref = acute; +} +); +width = 1332; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (633,443); +ref = acute; +} +); +width = 1514; +} +); +unicode = 221; +}, +{ +color = 10; +glyphname = Ycircumflex; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (287,453); +ref = circumflexcomb; +} +); +width = 1212; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (285,463); +ref = circumflexcomb; +} +); +width = 1332; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (221,443); +ref = circumflexcomb; +} +); +width = 1494; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (383,453); +ref = circumflexcomb; +} +); +width = 1212; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (385,463); +ref = circumflexcomb; +} +); +width = 1332; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (325,443); +ref = circumflexcomb; +} +); +width = 1514; +} +); +unicode = 374; +}, +{ +color = 10; +glyphname = Ydieresis; +kernLeft = Y; +kernRight = Y; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = top; +pos = (606,1393); +}, +{ +name = topleft; +pos = (-137,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(581,511,l), +(581,0,l), +(631,0,l), +(631,511,l), +(1202,1443,l), +(1146,1443,l), +(607,564,l), +(605,564,l), +(66,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(430,1588,l), +(500,1588,l), +(500,1658,l), +(430,1658,l) +); +}, +{ +closed = 1; +nodes = ( +(713,1588,l), +(783,1588,l), +(783,1658,l), +(713,1658,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (320,453); +ref = dieresiscomb; +} +); +width = 1212; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = top; +pos = (666,1403); +}, +{ +name = topleft; +pos = (-247,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(576,0,l), +(756,0,l), +(756,521,l), +(1322,1443,l), +(1112,1443,l), +(672,705,l), +(662,705,l), +(220,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(423,1524,l), +(603,1524,l), +(603,1703,l), +(423,1703,l) +); +}, +{ +closed = 1; +nodes = ( +(730,1524,l), +(910,1524,l), +(910,1703,l), +(730,1703,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (313,463); +ref = dieresiscomb; +} +); +width = 1332; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (747,0); +}, +{ +name = top; +pos = (746,1443); +}, +{ +name = topleft; +pos = (-302,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(540,458,l), +(540,0,l), +(950,0,l), +(950,464,l), +(1484,1443,l), +(1008,1443,l), +(755,851,l), +(737,851,l), +(485,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(397,1605,l), +(675,1605,l), +(675,1848,l), +(397,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(812,1605,l), +(1090,1605,l), +(1090,1848,l), +(812,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (287,443); +ref = dieresiscomb; +} +); +width = 1494; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (465,0); +}, +{ +name = top; +pos = (792,1393); +}, +{ +name = topleft; +pos = (-231,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(579,511,l), +(471,0,l), +(521,0,l), +(629,511,l), +(1398,1443,l), +(1334,1443,l), +(617,568,l), +(611,568,l), +(258,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(644,1578,l), +(714,1578,l), +(728,1648,l), +(658,1648,l) +); +}, +{ +closed = 1; +nodes = ( +(927,1578,l), +(997,1578,l), +(1011,1648,l), +(941,1648,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (404,453); +ref = dieresiscomb; +} +); +width = 1212; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = top; +pos = (854,1403); +}, +{ +name = topleft; +pos = (-301,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(466,0,l), +(646,0,l), +(756,521,l), +(1518,1443,l), +(1308,1443,l), +(711,705,l), +(701,705,l), +(416,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(636,1514,l), +(816,1514,l), +(853,1693,l), +(674,1693,l) +); +}, +{ +closed = 1; +nodes = ( +(943,1514,l), +(1123,1514,l), +(1160,1693,l), +(981,1693,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = Y; +}, +{ +alignment = -1; +pos = (418,463); +ref = dieresiscomb; +} +); +width = 1432; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (641,0); +}, +{ +name = top; +pos = (946,1443); +}, +{ +name = topleft; +pos = (-462,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(531,458,l), +(434,0,l), +(844,0,l), +(942,464,l), +(1684,1443,l), +(1208,1443,l), +(819,801,l), +(801,801,l), +(685,1443,l), +(210,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(651,1605,l), +(929,1605,l), +(981,1848,l), +(703,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,1605,l), +(1344,1605,l), +(1396,1848,l), +(1118,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Y; +}, +{ +alignment = -1; +pos = (411,443); +ref = dieresiscomb; +} +); +width = 1594; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (641,0); +}, +{ +name = top; +pos = (946,1443); +}, +{ +name = topleft; +pos = (-462,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(531,458,l), +(434,0,l), +(844,0,l), +(942,464,l), +(1684,1443,l), +(1208,1443,l), +(819,801,l), +(801,801,l), +(685,1443,l), +(210,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(651,1605,l), +(929,1605,l), +(981,1848,l), +(703,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,1605,l), +(1344,1605,l), +(1396,1848,l), +(1118,1848,l) +); +} +); +}; +layerId = "1B1A877C-FF50-4413-9233-0B743AF83DD5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Y; +}, +{ +alignment = -1; +pos = (411,443); +ref = dieresiscomb; +} +); +width = 1594; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = top; +pos = (854,1403); +}, +{ +name = topleft; +pos = (-301,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(466,0,l), +(646,0,l), +(756,521,l), +(1518,1443,l), +(1308,1443,l), +(711,705,l), +(701,705,l), +(416,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(636,1514,l), +(816,1514,l), +(853,1693,l), +(674,1693,l) +); +}, +{ +closed = 1; +nodes = ( +(943,1514,l), +(1123,1514,l), +(1160,1693,l), +(981,1693,l) +); +} +); +}; +layerId = "C7631241-2543-4993-A20A-312DA5A2B5F0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Y; +}, +{ +alignment = -1; +pos = (418,463); +ref = dieresiscomb; +} +); +width = 1432; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (747,0); +}, +{ +name = top; +pos = (746,1443); +}, +{ +name = topleft; +pos = (-302,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(540,458,l), +(540,0,l), +(950,0,l), +(950,464,l), +(1484,1443,l), +(1008,1443,l), +(755,851,l), +(737,851,l), +(485,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(397,1605,l), +(675,1605,l), +(675,1848,l), +(397,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(812,1605,l), +(1090,1605,l), +(1090,1848,l), +(812,1848,l) +); +} +); +}; +layerId = "5CFCD1DA-7CC9-41FD-B0FB-DFF00F9DCF56"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (287,443); +ref = dieresiscomb; +} +); +width = 1494; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (465,0); +}, +{ +name = top; +pos = (792,1393); +}, +{ +name = topleft; +pos = (-231,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(579,511,l), +(471,0,l), +(521,0,l), +(629,511,l), +(1398,1443,l), +(1334,1443,l), +(617,568,l), +(611,568,l), +(258,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(644,1578,l), +(714,1578,l), +(728,1648,l), +(658,1648,l) +); +}, +{ +closed = 1; +nodes = ( +(927,1578,l), +(997,1578,l), +(1011,1648,l), +(941,1648,l) +); +} +); +}; +layerId = "D488D966-458B-452E-869F-2C9154F33588"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (404,453); +ref = dieresiscomb; +} +); +width = 1212; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = top; +pos = (666,1403); +}, +{ +name = topleft; +pos = (-247,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(576,0,l), +(756,0,l), +(756,521,l), +(1322,1443,l), +(1112,1443,l), +(672,705,l), +(662,705,l), +(220,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(423,1524,l), +(603,1524,l), +(603,1703,l), +(423,1703,l) +); +}, +{ +closed = 1; +nodes = ( +(730,1524,l), +(910,1524,l), +(910,1703,l), +(730,1703,l) +); +} +); +}; +layerId = "2B6A0FC4-AF7B-4D64-81B2-3E90494682CE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (313,463); +ref = dieresiscomb; +} +); +width = 1332; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = top; +pos = (606,1393); +}, +{ +name = topleft; +pos = (-137,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(581,511,l), +(581,0,l), +(631,0,l), +(631,511,l), +(1202,1443,l), +(1146,1443,l), +(607,564,l), +(605,564,l), +(66,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(430,1588,l), +(500,1588,l), +(500,1658,l), +(430,1658,l) +); +}, +{ +closed = 1; +nodes = ( +(713,1588,l), +(783,1588,l), +(783,1658,l), +(713,1658,l) +); +} +); +}; +layerId = "24DA54AA-5EDE-4588-B557-809A7C7834BF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (320,453); +ref = dieresiscomb; +} +); +width = 1212; +} +); +unicode = 376; +}, +{ +color = 10; +glyphname = Ygrave; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (380,453); +ref = gravecomb; +} +); +width = 1212; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (330,463); +ref = gravecomb; +} +); +width = 1332; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (330,443); +ref = gravecomb; +} +); +width = 1494; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (453,453); +ref = gravecomb; +} +); +width = 1212; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (430,463); +ref = gravecomb; +} +); +width = 1332; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (439,443); +ref = gravecomb; +} +); +width = 1514; +} +); +unicode = 7922; +}, +{ +color = 6; +glyphname = Z; +kernLeft = Z; +kernRight = Z; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (666,0); +}, +{ +name = center; +pos = (596,722); +}, +{ +name = top; +pos = (582,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1159,0,l), +(1159,49,l), +(132,49,l), +(132,69,l), +(113,26,l), +(1132,1406,l), +(1132,1443,l), +(72,1443,l), +(72,1395,l), +(1064,1395,l), +(1064,1374,l), +(1083,1419,l), +(60,37,l), +(60,-1,l) +); +} +); +width = 1219; +}, +{ +anchors = ( +{ +name = bottom; +pos = (664,0); +}, +{ +name = center; +pos = (594,722); +}, +{ +name = top; +pos = (574,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1177,0,l), +(1177,169,l), +(317,169,l), +(317,219,l), +(269,115,l), +(1130,1326,l), +(1130,1443,l), +(60,1443,l), +(60,1273,l), +(862,1273,l), +(862,1218,l), +(922,1338,l), +(68,137,l), +(68,-1,l) +); +} +); +width = 1237; +}, +{ +anchors = ( +{ +name = bottom; +pos = (733,0); +}, +{ +name = center; +pos = (639,722); +}, +{ +name = top; +pos = (633,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1289,0,l), +(1289,350,l), +(583,350,l), +(583,443,l), +(467,218,l), +(1242,1166,l), +(1242,1443,l), +(62,1443,l), +(62,1093,l), +(760,1093,l), +(760,992,l), +(877,1214,l), +(60,258,l), +(60,-1,l) +); +} +); +width = 1349; +}, +{ +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = center; +pos = (638,722); +}, +{ +name = top; +pos = (777,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1048,0,l), +(1058,49,l), +(37,49,l), +(41,69,l), +(13,26,l), +(1320,1406,l), +(1327,1443,l), +(267,1443,l), +(257,1395,l), +(1243,1395,l), +(1239,1374,l), +(1267,1419,l), +(-43,37,l), +(-51,-1,l) +); +} +); +width = 1219; +}, +{ +anchors = ( +{ +name = bottom; +pos = (574,0); +}, +{ +name = center; +pos = (637,722); +}, +{ +name = top; +pos = (770,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1067,0,l), +(1103,169,l), +(263,169,l), +(273,219,l), +(203,115,l), +(1302,1326,l), +(1326,1443,l), +(256,1443,l), +(220,1273,l), +(1002,1273,l), +(991,1218,l), +(1076,1338,l), +(-13,137,l), +(-42,-1,l) +); +} +); +width = 1238; +}, +{ +anchors = ( +{ +name = bottom; +pos = (596,0); +}, +{ +name = center; +pos = (675,722); +}, +{ +name = top; +pos = (822,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1172,0,l), +(1246,350,l), +(580,350,l), +(600,443,l), +(436,218,l), +(1373,1166,l), +(1431,1443,l), +(251,1443,l), +(177,1093,l), +(835,1093,l), +(814,992,l), +(978,1214,l), +(-2,258,l), +(-57,-1,l) +); +} +); +width = 1349; +} +); +metricLeft = O; +metricRight = O; +unicode = 90; +}, +{ +color = 10; +glyphname = Zacute; +kernLeft = Z; +kernRight = Z; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (463,503); +ref = acute; +} +); +width = 1219; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (397,503); +ref = acute; +} +); +width = 1237; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (416,443); +ref = acute; +} +); +width = 1349; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (592,503); +ref = acute; +} +); +width = 1219; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (508,503); +ref = acute; +} +); +width = 1238; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (509,443); +ref = acute; +} +); +width = 1349; +} +); +unicode = 377; +}, +{ +color = 10; +glyphname = Zcaron; +kernLeft = Z; +kernRight = Z; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (582,1616); +}, +{ +name = center; +pos = (596,722); +}, +{ +name = top; +pos = (582,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1159,0,l), +(1159,49,l), +(132,49,l), +(132,69,l), +(113,26,l), +(1132,1406,l), +(1132,1443,l), +(72,1443,l), +(72,1395,l), +(1064,1395,l), +(1064,1374,l), +(1083,1419,l), +(60,37,l), +(60,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(604,1575,l), +(789,1784,l), +(725,1784,l), +(583,1622,l), +(581,1622,l), +(439,1784,l), +(375,1784,l), +(560,1575,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (265,503); +ref = caroncomb; +} +); +width = 1219; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (564,1581); +}, +{ +name = center; +pos = (594,722); +}, +{ +name = top; +pos = (574,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1177,0,l), +(1177,169,l), +(317,169,l), +(317,219,l), +(269,115,l), +(1130,1326,l), +(1130,1443,l), +(60,1443,l), +(60,1273,l), +(862,1273,l), +(862,1218,l), +(922,1338,l), +(68,137,l), +(68,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(676,1550,l), +(846,1789,l), +(652,1789,l), +(576,1654,l), +(570,1654,l), +(496,1789,l), +(302,1789,l), +(470,1550,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (192,503); +ref = caroncomb; +} +); +width = 1237; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (638,1591); +}, +{ +name = center; +pos = (639,722); +}, +{ +name = top; +pos = (633,1865); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1289,0,l), +(1289,350,l), +(583,350,l), +(583,443,l), +(467,218,l), +(1242,1166,l), +(1242,1443,l), +(62,1443,l), +(62,1093,l), +(760,1093,l), +(760,992,l), +(877,1214,l), +(60,258,l), +(60,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(827,1559,l), +(1053,1908,l), +(741,1908,l), +(644,1733,l), +(634,1733,l), +(535,1908,l), +(223,1908,l), +(451,1559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (113,443); +ref = caroncomb; +} +); +width = 1349; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (827,1616); +}, +{ +name = center; +pos = (638,722); +}, +{ +name = top; +pos = (852,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1048,0,l), +(1058,49,l), +(37,49,l), +(41,69,l), +(13,26,l), +(1320,1406,l), +(1327,1443,l), +(267,1443,l), +(257,1395,l), +(1243,1395,l), +(1239,1374,l), +(1267,1419,l), +(-43,37,l), +(-51,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(845,1555,l), +(1074,1764,l), +(1005,1764,l), +(829,1602,l), +(827,1602,l), +(719,1764,l), +(660,1764,l), +(801,1555,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (391,503); +ref = caroncomb; +} +); +width = 1339; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (783,1581); +}, +{ +name = center; +pos = (637,722); +}, +{ +name = top; +pos = (815,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1067,0,l), +(1103,169,l), +(263,169,l), +(273,219,l), +(203,115,l), +(1302,1326,l), +(1326,1443,l), +(256,1443,l), +(220,1273,l), +(1002,1273,l), +(991,1218,l), +(1076,1338,l), +(-13,137,l), +(-42,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(903,1550,l), +(1123,1789,l), +(915,1789,l), +(815,1654,l), +(809,1654,l), +(759,1789,l), +(579,1789,l), +(697,1550,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (311,503); +ref = caroncomb; +} +); +width = 1358; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (846,1588); +}, +{ +name = center; +pos = (675,722); +}, +{ +name = top; +pos = (910,1856); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,0,l), +(1246,350,l), +(580,350,l), +(600,443,l), +(436,218,l), +(1373,1166,l), +(1431,1443,l), +(251,1443,l), +(177,1093,l), +(835,1093,l), +(814,992,l), +(978,1214,l), +(-2,258,l), +(-57,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(1038,1553,l), +(1348,1902,l), +(1016,1902,l), +(892,1727,l), +(882,1727,l), +(810,1902,l), +(518,1902,l), +(672,1553,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (214,437); +ref = caroncomb; +} +); +width = 1469; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (846,1588); +}, +{ +name = center; +pos = (675,722); +}, +{ +name = top; +pos = (910,1856); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,0,l), +(1246,350,l), +(580,350,l), +(600,443,l), +(436,218,l), +(1373,1166,l), +(1431,1443,l), +(251,1443,l), +(177,1093,l), +(835,1093,l), +(814,992,l), +(978,1214,l), +(-2,258,l), +(-57,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(1038,1553,l), +(1348,1902,l), +(1016,1902,l), +(892,1727,l), +(882,1727,l), +(810,1902,l), +(518,1902,l), +(672,1553,l) +); +} +); +}; +layerId = "70334760-5BAC-481E-9112-42AC77BC5B21"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (214,437); +ref = caroncomb; +} +); +width = 1469; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (783,1581); +}, +{ +name = center; +pos = (637,722); +}, +{ +name = top; +pos = (815,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1067,0,l), +(1103,169,l), +(263,169,l), +(273,219,l), +(203,115,l), +(1302,1326,l), +(1326,1443,l), +(256,1443,l), +(220,1273,l), +(1002,1273,l), +(991,1218,l), +(1076,1338,l), +(-13,137,l), +(-42,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(903,1550,l), +(1123,1789,l), +(915,1789,l), +(815,1654,l), +(809,1654,l), +(759,1789,l), +(579,1789,l), +(697,1550,l) +); +} +); +}; +layerId = "5B000D26-7396-40B3-B83A-723FD08D09DC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (311,503); +ref = caroncomb; +} +); +width = 1358; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (638,1591); +}, +{ +name = center; +pos = (639,722); +}, +{ +name = top; +pos = (633,1865); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1289,0,l), +(1289,350,l), +(583,350,l), +(583,443,l), +(467,218,l), +(1242,1166,l), +(1242,1443,l), +(62,1443,l), +(62,1093,l), +(760,1093,l), +(760,992,l), +(877,1214,l), +(60,258,l), +(60,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(827,1559,l), +(1053,1908,l), +(741,1908,l), +(644,1733,l), +(634,1733,l), +(535,1908,l), +(223,1908,l), +(451,1559,l) +); +} +); +}; +layerId = "6FCD2B72-B9A6-4986-9850-350B987937A7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (113,443); +ref = caroncomb; +} +); +width = 1349; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (827,1616); +}, +{ +name = center; +pos = (638,722); +}, +{ +name = top; +pos = (852,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1048,0,l), +(1058,49,l), +(37,49,l), +(41,69,l), +(13,26,l), +(1320,1406,l), +(1327,1443,l), +(267,1443,l), +(257,1395,l), +(1243,1395,l), +(1239,1374,l), +(1267,1419,l), +(-43,37,l), +(-51,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(845,1555,l), +(1074,1764,l), +(1005,1764,l), +(829,1602,l), +(827,1602,l), +(719,1764,l), +(660,1764,l), +(801,1555,l) +); +} +); +}; +layerId = "A9D15DEB-8F95-4FE7-BBDF-67FDE7BA76C9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (391,503); +ref = caroncomb; +} +); +width = 1339; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (564,1581); +}, +{ +name = center; +pos = (594,722); +}, +{ +name = top; +pos = (574,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1177,0,l), +(1177,169,l), +(317,169,l), +(317,219,l), +(269,115,l), +(1130,1326,l), +(1130,1443,l), +(60,1443,l), +(60,1273,l), +(862,1273,l), +(862,1218,l), +(922,1338,l), +(68,137,l), +(68,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(676,1550,l), +(846,1789,l), +(652,1789,l), +(576,1654,l), +(570,1654,l), +(496,1789,l), +(302,1789,l), +(470,1550,l) +); +} +); +}; +layerId = "6C0E9962-3ECD-46CA-8F15-B995336A14F1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (192,503); +ref = caroncomb; +} +); +width = 1237; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (582,1616); +}, +{ +name = center; +pos = (596,722); +}, +{ +name = top; +pos = (582,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1159,0,l), +(1159,49,l), +(132,49,l), +(132,69,l), +(113,26,l), +(1132,1406,l), +(1132,1443,l), +(72,1443,l), +(72,1395,l), +(1064,1395,l), +(1064,1374,l), +(1083,1419,l), +(60,37,l), +(60,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(604,1575,l), +(789,1784,l), +(725,1784,l), +(583,1622,l), +(581,1622,l), +(439,1784,l), +(375,1784,l), +(560,1575,l) +); +} +); +}; +layerId = "1AAC6709-D18C-482F-A214-671A3123F01F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (265,503); +ref = caroncomb; +} +); +width = 1219; +} +); +unicode = 381; +}, +{ +color = 10; +glyphname = Zdotaccent; +kernLeft = Z; +kernRight = Z; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (666,0); +}, +{ +name = center; +pos = (596,722); +}, +{ +name = top; +pos = (581,1639); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1159,0,l), +(1159,49,l), +(132,49,l), +(132,69,l), +(113,26,l), +(1132,1406,l), +(1132,1443,l), +(72,1443,l), +(72,1395,l), +(1064,1395,l), +(1064,1374,l), +(1083,1419,l), +(60,37,l), +(60,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(547,1608,l), +(617,1608,l), +(617,1678,l), +(547,1678,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (437,503); +ref = dotaccentcomb; +} +); +width = 1219; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (664,0); +}, +{ +name = center; +pos = (594,722); +}, +{ +name = top; +pos = (574,1749); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1177,0,l), +(1177,169,l), +(317,169,l), +(317,219,l), +(269,115,l), +(1130,1326,l), +(1130,1443,l), +(60,1443,l), +(60,1273,l), +(862,1273,l), +(862,1218,l), +(922,1338,l), +(68,137,l), +(68,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(472,1573,l), +(675,1573,l), +(675,1775,l), +(472,1775,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (362,503); +ref = dotaccentcomb; +} +); +width = 1237; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (733,0); +}, +{ +name = center; +pos = (639,722); +}, +{ +name = top; +pos = (633,1824); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1289,0,l), +(1289,350,l), +(583,350,l), +(583,443,l), +(467,218,l), +(1242,1166,l), +(1242,1443,l), +(62,1443,l), +(62,1093,l), +(760,1093,l), +(760,992,l), +(877,1214,l), +(60,258,l), +(60,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(471,1572,l), +(794,1572,l), +(794,1855,l), +(471,1855,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (361,443); +ref = dotaccentcomb; +} +); +width = 1349; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = center; +pos = (638,722); +}, +{ +name = top; +pos = (837,1639); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1048,0,l), +(1058,49,l), +(37,49,l), +(41,69,l), +(13,26,l), +(1320,1406,l), +(1327,1443,l), +(267,1443,l), +(257,1395,l), +(1243,1395,l), +(1239,1374,l), +(1267,1419,l), +(-43,37,l), +(-51,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(796,1608,l), +(866,1608,l), +(880,1678,l), +(810,1678,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (560,503); +ref = dotaccentcomb; +} +); +width = 1339; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,0); +}, +{ +name = center; +pos = (637,722); +}, +{ +name = top; +pos = (845,1749); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1067,0,l), +(1103,169,l), +(263,169,l), +(273,219,l), +(203,115,l), +(1302,1326,l), +(1326,1443,l), +(256,1443,l), +(220,1273,l), +(1002,1273,l), +(991,1218,l), +(1076,1338,l), +(-13,137,l), +(-42,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(702,1573,l), +(905,1573,l), +(947,1775,l), +(744,1775,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (479,503); +ref = dotaccentcomb; +} +); +width = 1358; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (596,0); +}, +{ +name = center; +pos = (675,722); +}, +{ +name = top; +pos = (902,1824); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,0,l), +(1246,350,l), +(580,350,l), +(600,443,l), +(436,218,l), +(1373,1166,l), +(1431,1443,l), +(251,1443,l), +(177,1093,l), +(835,1093,l), +(814,992,l), +(978,1214,l), +(-2,258,l), +(-57,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(700,1572,l), +(1023,1572,l), +(1083,1855,l), +(760,1855,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (467,443); +ref = dotaccentcomb; +} +); +width = 1469; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (596,0); +}, +{ +name = center; +pos = (675,722); +}, +{ +name = top; +pos = (902,1824); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1172,0,l), +(1246,350,l), +(580,350,l), +(600,443,l), +(436,218,l), +(1373,1166,l), +(1431,1443,l), +(251,1443,l), +(177,1093,l), +(835,1093,l), +(814,992,l), +(978,1214,l), +(-2,258,l), +(-57,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(700,1572,l), +(1023,1572,l), +(1083,1855,l), +(760,1855,l) +); +} +); +}; +layerId = "AD3FB78C-900E-43C2-BA17-7AE82FFC0973"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (467,443); +ref = dotaccentcomb; +} +); +width = 1469; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,0); +}, +{ +name = center; +pos = (637,722); +}, +{ +name = top; +pos = (845,1749); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1067,0,l), +(1103,169,l), +(263,169,l), +(273,219,l), +(203,115,l), +(1302,1326,l), +(1326,1443,l), +(256,1443,l), +(220,1273,l), +(1002,1273,l), +(991,1218,l), +(1076,1338,l), +(-13,137,l), +(-42,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(702,1573,l), +(905,1573,l), +(947,1775,l), +(744,1775,l) +); +} +); +}; +layerId = "B6AB2C62-731C-49F8-BF0E-3B8647FC2130"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (479,503); +ref = dotaccentcomb; +} +); +width = 1358; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (733,0); +}, +{ +name = center; +pos = (639,722); +}, +{ +name = top; +pos = (633,1824); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1289,0,l), +(1289,350,l), +(583,350,l), +(583,443,l), +(467,218,l), +(1242,1166,l), +(1242,1443,l), +(62,1443,l), +(62,1093,l), +(760,1093,l), +(760,992,l), +(877,1214,l), +(60,258,l), +(60,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(471,1572,l), +(794,1572,l), +(794,1855,l), +(471,1855,l) +); +} +); +}; +layerId = "33C2FF40-F578-43D5-BB51-9756C313FFB4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (361,443); +ref = dotaccentcomb; +} +); +width = 1349; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = center; +pos = (638,722); +}, +{ +name = top; +pos = (837,1639); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1048,0,l), +(1058,49,l), +(37,49,l), +(41,69,l), +(13,26,l), +(1320,1406,l), +(1327,1443,l), +(267,1443,l), +(257,1395,l), +(1243,1395,l), +(1239,1374,l), +(1267,1419,l), +(-43,37,l), +(-51,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(796,1608,l), +(866,1608,l), +(880,1678,l), +(810,1678,l) +); +} +); +}; +layerId = "B55C170C-1522-4AF6-887B-A00714C4BDC0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Z; +}, +{ +alignment = -1; +pos = (560,503); +ref = dotaccentcomb; +} +); +width = 1339; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (664,0); +}, +{ +name = center; +pos = (594,722); +}, +{ +name = top; +pos = (574,1749); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1177,0,l), +(1177,169,l), +(317,169,l), +(317,219,l), +(269,115,l), +(1130,1326,l), +(1130,1443,l), +(60,1443,l), +(60,1273,l), +(862,1273,l), +(862,1218,l), +(922,1338,l), +(68,137,l), +(68,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(472,1573,l), +(675,1573,l), +(675,1775,l), +(472,1775,l) +); +} +); +}; +layerId = "8B2AC582-541C-4565-A97E-DF62CB578A1B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (362,503); +ref = dotaccentcomb; +} +); +width = 1237; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (666,0); +}, +{ +name = center; +pos = (596,722); +}, +{ +name = top; +pos = (581,1639); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1159,0,l), +(1159,49,l), +(132,49,l), +(132,69,l), +(113,26,l), +(1132,1406,l), +(1132,1443,l), +(72,1443,l), +(72,1395,l), +(1064,1395,l), +(1064,1374,l), +(1083,1419,l), +(60,37,l), +(60,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(547,1608,l), +(617,1608,l), +(617,1678,l), +(547,1678,l) +); +} +); +}; +layerId = "59A392A1-14DC-43FD-B528-7A940411B4AB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Z; +}, +{ +pos = (437,503); +ref = dotaccentcomb; +} +); +width = 1219; +} +); +unicode = 379; +}, +{ +color = 6; +glyphname = a; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1052); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "E5EA7542-6A1C-43F6-8149-DAE2CDF6E452"; +name = "Dec 16, 24 at 08:46"; +shapes = ( +{ +closed = 1; +nodes = ( +(627,-22,o), +(780,72,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,906,o), +(736,1053,o), +(488,1053,cs), +(352,1053,o), +(217,1017,o), +(144,961,c), +(172,914,l), +(243,969,o), +(367,1005,o), +(488,1005,cs), +(706,1005,o), +(847,877,o), +(847,679,cs), +(847,335,l), +(788,147,o), +(633,26,o), +(452,26,cs), +(244,26,o), +(110,144,o), +(110,326,cs), +(108,503,o), +(248,617,o), +(466,617,cs), +(660,617,o), +(809,507,o), +(847,338,c), +(847,452,l), +(841,452,l), +(795,583,o), +(647,668,o), +(466,668,cs), +(219,668,o), +(60,534,o), +(60,326,cs), +(60,115,o), +(214,-22,o), +(452,-22,cs) +); +} +); +width = 1007; +}, +{ +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1052); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +name = "wght=100"; +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +} +); +width = 1007; +}, +{ +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1054); +} +); +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +layerId = "7F3EABB1-D34C-4EDD-9399-451E48DC4245"; +name = "Dec 16, 24 at 08:46"; +shapes = ( +{ +closed = 1; +nodes = ( +(621,-22,o), +(737,38,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,900,o), +(788,1055,o), +(496,1055,cs), +(374,1055,o), +(244,1028,o), +(166,985,c), +(225,836,l), +(301,872,o), +(407,895,o), +(496,895,cs), +(679,895,o), +(797,798,o), +(797,649,cs), +(797,351,l), +(754,222,o), +(637,138,o), +(500,138,cs), +(342,138,o), +(240,215,o), +(240,334,cs), +(239,455,o), +(331,533,o), +(474,533,cs), +(636,533,o), +(764,462,o), +(799,353,c), +(799,563,l), +(785,563,l), +(726,639,o), +(604,688,o), +(474,688,cs), +(223,688,o), +(60,549,o), +(60,334,cs), +(60,118,o), +(229,-22,o), +(490,-22,cs) +); +} +); +width = 1087; +}, +{ +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1054); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +name = Regular; +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +} +); +width = 1087; +}, +{ +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1123); +} +); +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +layerId = "1C71C2B3-27C6-4DC5-B994-52F042ABAD46"; +name = "Dec 16, 24 at 08:46"; +shapes = ( +{ +closed = 1; +nodes = ( +(567,-39,o), +(681,13,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,954,o), +(945,1123,o), +(645,1123,cs), +(470,1123,o), +(294,1097,o), +(195,1056,c), +(257,752,l), +(340,782,o), +(445,801,o), +(526,801,cs), +(655,801,o), +(739,750,o), +(739,670,cs), +(739,397,l), +(737,277,o), +(674,200,o), +(579,200,cs), +(506,200,o), +(459,241,o), +(459,304,cs), +(459,369,o), +(511,415,o), +(592,422,cs), +(662,426,o), +(730,390,o), +(766,331,c), +(766,561,l), +(716,561,l), +(656,619,o), +(546,657,o), +(436,657,cs), +(210,657,o), +(62,522,o), +(60,314,cs), +(58,100,o), +(203,-39,o), +(429,-39,cs) +); +} +); +width = 1249; +}, +{ +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1123); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +name = "wght=1000"; +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +} +); +width = 1249; +}, +{ +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (607,1052); +} +); +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +layerId = "41F90CF7-11AA-468D-8091-A6C237A5ED0E"; +name = "Dec 16, 24 at 08:46"; +shapes = ( +{ +closed = 1; +nodes = ( +(512,-22,o), +(685,72,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(979,906,o), +(849,1053,o), +(601,1053,cs), +(465,1053,o), +(323,1017,o), +(238,961,c), +(256,914,l), +(338,969,o), +(470,1005,o), +(591,1005,cs), +(809,1005,o), +(923,877,o), +(881,679,cs), +(808,335,l), +(709,147,o), +(528,26,o), +(347,26,cs), +(139,26,o), +(30,144,o), +(69,326,cs), +(104,503,o), +(269,617,o), +(487,617,cs), +(681,617,o), +(806,507,o), +(808,338,c), +(833,452,l), +(827,452,l), +(808,583,o), +(678,668,o), +(497,668,cs), +(250,668,o), +(63,534,o), +(19,326,cs), +(-26,115,o), +(99,-22,o), +(337,-22,cs) +); +} +); +width = 1007; +}, +{ +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (607,1052); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +} +); +width = 1006; +}, +{ +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (667,1054); +} +); +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +layerId = "B678B2A2-EEEF-4A9B-8D7D-DB57F28B46CB"; +name = "Dec 16, 24 at 08:46"; +shapes = ( +{ +closed = 1; +nodes = ( +(506,-22,o), +(634,38,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1058,900,o), +(901,1055,o), +(609,1055,cs), +(487,1055,o), +(352,1028,o), +(265,985,c), +(292,836,l), +(376,872,o), +(486,895,o), +(575,895,cs), +(758,895,o), +(856,798,o), +(824,649,cs), +(761,351,l), +(690,222,o), +(556,138,o), +(419,138,cs), +(261,138,o), +(175,215,o), +(200,334,cs), +(225,455,o), +(334,533,o), +(477,533,cs), +(639,533,o), +(751,462,o), +(763,353,c), +(808,563,l), +(794,563,l), +(751,639,o), +(639,688,o), +(509,688,cs), +(258,688,o), +(66,549,o), +(20,334,cs), +(-26,118,o), +(114,-22,o), +(375,-22,cs) +); +} +); +width = 1087; +}, +{ +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (667,1054); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +} +); +width = 1082; +}, +{ +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (728,1123); +} +); +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +layerId = "A2D628AB-5DB7-4875-9EF6-85B8AD5055F3"; +name = "Dec 16, 24 at 08:46"; +shapes = ( +{ +closed = 1; +nodes = ( +(442,-39,o), +(567,13,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1225,954,o), +(1066,1123,o), +(766,1123,cs), +(591,1123,o), +(410,1097,o), +(302,1056,c), +(300,752,l), +(389,782,o), +(498,801,o), +(579,801,cs), +(708,801,o), +(781,750,o), +(764,670,cs), +(706,397,l), +(679,277,o), +(599,200,o), +(504,200,cs), +(431,200,o), +(393,241,o), +(406,304,cs), +(420,369,o), +(482,415,o), +(564,422,cs), +(635,426,o), +(696,390,o), +(719,331,c), +(768,561,l), +(718,561,l), +(670,619,o), +(568,657,o), +(458,657,cs), +(232,657,o), +(56,522,o), +(10,314,cs), +(-38,100,o), +(78,-39,o), +(304,-39,cs) +); +} +); +width = 1249; +}, +{ +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (728,1123); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +} +); +width = 1249; +} +); +metricLeft = o; +metricRight = i; +unicode = 97; +}, +{ +color = 10; +glyphname = aacute; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (584,1309); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(550,1411,l), +(475,1182,l), +(519,1182,l), +(610,1411,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (375,112); +ref = acute; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (678,1377); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(567,1428,l), +(477,1179,l), +(640,1179,l), +(780,1428,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (377,114); +ref = acute; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (727,1564); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(560,1602,l), +(490,1263,l), +(733,1263,l), +(913,1602,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (390,123); +ref = acute; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (810.939,1309); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(768,1411,l), +(639,1182,l), +(683,1182,l), +(828,1411,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (422,112); +ref = acute; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (914.324,1377); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(770,1428,l), +(621,1179,l), +(784,1179,l), +(983,1428,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = a; +}, +{ +pos = (405,114); +ref = acute; +} +); +width = 1082; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (1014,1564); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(787,1602,l), +(639,1263,l), +(882,1263,l), +(1140,1602,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (414,123); +ref = acute; +} +); +width = 1249; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (1014,1564); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(787,1602,l), +(639,1263,l), +(882,1263,l), +(1140,1602,l) +); +} +); +}; +layerId = "95FBCE77-7E98-4C4C-B614-B181B5A493C1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (414,123); +ref = acute; +} +); +width = 1249; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (914.324,1377); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(770,1428,l), +(621,1179,l), +(784,1179,l), +(983,1428,l) +); +} +); +}; +layerId = "29DE120D-461C-4F3F-B423-EF84499E2E49"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (405,114); +ref = acute; +} +); +width = 1082; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (727,1564); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(560,1602,l), +(490,1263,l), +(733,1263,l), +(913,1602,l) +); +} +); +}; +layerId = "874E2028-6025-4C5E-80AA-A5599FA68BA7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (390,123); +ref = acute; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (810.939,1309); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(768,1411,l), +(639,1182,l), +(683,1182,l), +(828,1411,l) +); +} +); +}; +layerId = "1D1BAAF1-C0A3-4389-96BB-A7413A8BF57A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (422,112); +ref = acute; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (678,1377); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(567,1428,l), +(477,1179,l), +(640,1179,l), +(780,1428,l) +); +} +); +}; +layerId = "AF39B0BC-1740-4B4F-A73A-0089674A4070"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (377,114); +ref = acute; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (584,1309); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(550,1411,l), +(475,1182,l), +(519,1182,l), +(610,1411,l) +); +} +); +}; +layerId = "08D9B8A3-8F87-4B71-8BC5-B624C2D8CA57"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (375,112); +ref = acute; +} +); +width = 1007; +} +); +unicode = 225; +}, +{ +color = 10; +glyphname = abreve; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1347); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(611,1196,o), +(684,1270,o), +(684,1387,c), +(636,1387,l), +(635,1298,o), +(581,1240,o), +(495,1240,cs), +(409,1240,o), +(355,1298,o), +(354,1387,c), +(306,1387,l), +(306,1270,o), +(379,1196,o), +(495,1196,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (196,112); +ref = brevecomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1327); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(701,1149,o), +(793,1234,o), +(793,1370,c), +(626,1370,l), +(625,1312,o), +(597,1276,o), +(554,1276,cs), +(511,1276,o), +(483,1312,o), +(482,1370,c), +(315,1370,l), +(315,1234,o), +(407,1149,o), +(554,1149,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (205,114); +ref = brevecomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1496); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(831,1225,o), +(972,1349,o), +(972,1546,c), +(703,1546,l), +(702,1470,o), +(665,1422,o), +(607,1422,cs), +(549,1422,o), +(512,1470,o), +(511,1546,c), +(242,1546,l), +(242,1349,o), +(383,1225,o), +(607,1225,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,123); +ref = brevecomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (659,1347); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(749,1196,o), +(835,1270,o), +(856,1387,c), +(808,1387,l), +(791,1298,o), +(727,1240,o), +(641,1240,cs), +(555,1240,o), +(511,1298,o), +(526,1387,c), +(478,1387,l), +(457,1270,o), +(517,1196,o), +(633,1196,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (207,112); +ref = brevecomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (680,1327); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(796,1149,o), +(903,1234,o), +(926,1370,c), +(759,1370,l), +(748,1312,o), +(714,1276,o), +(671,1276,cs), +(628,1276,o), +(606,1312,o), +(615,1370,c), +(448,1370,l), +(425,1234,o), +(502,1149,o), +(649,1149,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (187,114); +ref = brevecomb; +} +); +width = 1117; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (813,1496); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(990,1225,o), +(1153,1349,o), +(1187,1546,c), +(918,1546,l), +(904,1470,o), +(858,1422,o), +(800,1422,cs), +(742,1422,o), +(714,1470,o), +(726,1546,c), +(457,1546,l), +(423,1349,o), +(542,1225,o), +(766,1225,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (161,123); +ref = brevecomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (813,1496); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(990,1225,o), +(1153,1349,o), +(1187,1546,c), +(918,1546,l), +(904,1470,o), +(858,1422,o), +(800,1422,cs), +(742,1422,o), +(714,1470,o), +(726,1546,c), +(457,1546,l), +(423,1349,o), +(542,1225,o), +(766,1225,cs) +); +} +); +}; +layerId = "5C510C15-7594-4CD9-8E0D-93BED9543906"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (161,123); +ref = brevecomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (680,1327); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(796,1149,o), +(903,1234,o), +(926,1370,c), +(759,1370,l), +(748,1312,o), +(714,1276,o), +(671,1276,cs), +(628,1276,o), +(606,1312,o), +(615,1370,c), +(448,1370,l), +(425,1234,o), +(502,1149,o), +(649,1149,cs) +); +} +); +}; +layerId = "E626A9B9-9A7D-4ED3-A847-179680B4ADBA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (187,114); +ref = brevecomb; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1496); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(831,1225,o), +(972,1349,o), +(972,1546,c), +(703,1546,l), +(702,1470,o), +(665,1422,o), +(607,1422,cs), +(549,1422,o), +(512,1470,o), +(511,1546,c), +(242,1546,l), +(242,1349,o), +(383,1225,o), +(607,1225,cs) +); +} +); +}; +layerId = "899F7600-3F83-4C05-B2BD-49E2B59E28F1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,123); +ref = brevecomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (659,1347); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(749,1196,o), +(835,1270,o), +(856,1387,c), +(808,1387,l), +(791,1298,o), +(727,1240,o), +(641,1240,cs), +(555,1240,o), +(511,1298,o), +(526,1387,c), +(478,1387,l), +(457,1270,o), +(517,1196,o), +(633,1196,cs) +); +} +); +}; +layerId = "D456B107-F69A-4273-814D-91F62A12AF0B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (207,112); +ref = brevecomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1327); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(701,1149,o), +(793,1234,o), +(793,1370,c), +(626,1370,l), +(625,1312,o), +(597,1276,o), +(554,1276,cs), +(511,1276,o), +(483,1312,o), +(482,1370,c), +(315,1370,l), +(315,1234,o), +(407,1149,o), +(554,1149,cs) +); +} +); +}; +layerId = "BA966E74-54D8-4394-AAE5-4C12E5E8848E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (205,114); +ref = brevecomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1347); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(611,1196,o), +(684,1270,o), +(684,1387,c), +(636,1387,l), +(635,1298,o), +(581,1240,o), +(495,1240,cs), +(409,1240,o), +(355,1298,o), +(354,1387,c), +(306,1387,l), +(306,1270,o), +(379,1196,o), +(495,1196,cs) +); +} +); +}; +layerId = "1A48224D-5F93-4FFB-B4EF-5309484C3323"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (196,112); +ref = brevecomb; +} +); +width = 1007; +} +); +unicode = 259; +}, +{ +color = 10; +glyphname = acaron; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,1225); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1345); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,1184,l), +(701,1393,l), +(637,1393,l), +(495,1231,l), +(493,1231,l), +(351,1393,l), +(287,1393,l), +(472,1184,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (177,112); +ref = caroncomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (544,1192); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1337); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(656,1161,l), +(826,1400,l), +(632,1400,l), +(556,1265,l), +(550,1265,l), +(476,1400,l), +(282,1400,l), +(450,1161,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (172,114); +ref = caroncomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (612,1271); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1545); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(801,1239,l), +(1027,1588,l), +(715,1588,l), +(618,1413,l), +(608,1413,l), +(509,1588,l), +(197,1588,l), +(425,1239,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (87,123); +ref = caroncomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (636,1225); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (661,1345); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(654,1164,l), +(883,1373,l), +(814,1373,l), +(638,1211,l), +(636,1211,l), +(528,1373,l), +(469,1373,l), +(610,1164,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (200,112); +ref = caroncomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (630,1192); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (662,1337); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(750,1161,l), +(970,1400,l), +(762,1400,l), +(662,1265,l), +(656,1265,l), +(606,1400,l), +(426,1400,l), +(544,1161,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (158,114); +ref = caroncomb; +} +); +width = 1117; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (752,1268); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (816,1536); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(944,1233,l), +(1254,1582,l), +(922,1582,l), +(798,1407,l), +(788,1407,l), +(716,1582,l), +(424,1582,l), +(578,1233,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (120,117); +ref = caroncomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (752,1268); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (816,1536); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(944,1233,l), +(1254,1582,l), +(922,1582,l), +(798,1407,l), +(788,1407,l), +(716,1582,l), +(424,1582,l), +(578,1233,l) +); +} +); +}; +layerId = "EF6AFAD9-DB94-45BB-8E30-77B408F6450F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (120,117); +ref = caroncomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (630,1192); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (662,1337); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(750,1161,l), +(970,1400,l), +(762,1400,l), +(662,1265,l), +(656,1265,l), +(606,1400,l), +(426,1400,l), +(544,1161,l) +); +} +); +}; +layerId = "57E95FEC-9B83-45BE-BFFB-218257F1C590"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (158,114); +ref = caroncomb; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (612,1271); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1545); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(801,1239,l), +(1027,1588,l), +(715,1588,l), +(618,1413,l), +(608,1413,l), +(509,1588,l), +(197,1588,l), +(425,1239,l) +); +} +); +}; +layerId = "9A6AF4E5-1067-43D1-A4FC-F4C8F0B1A959"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (87,123); +ref = caroncomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (636,1225); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (661,1345); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(654,1164,l), +(883,1373,l), +(814,1373,l), +(638,1211,l), +(636,1211,l), +(528,1373,l), +(469,1373,l), +(610,1164,l) +); +} +); +}; +layerId = "E35B45EF-63DD-48B4-8806-8C1A3A6C7D32"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (200,112); +ref = caroncomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (544,1192); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1337); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(656,1161,l), +(826,1400,l), +(632,1400,l), +(556,1265,l), +(550,1265,l), +(476,1400,l), +(282,1400,l), +(450,1161,l) +); +} +); +}; +layerId = "F7781C8E-D0DA-4ADC-9575-C0FCF9C59BC9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (172,114); +ref = caroncomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,1225); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1345); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(516,1184,l), +(701,1393,l), +(637,1393,l), +(495,1231,l), +(493,1231,l), +(351,1393,l), +(287,1393,l), +(472,1184,l) +); +} +); +}; +layerId = "758D3CAC-E551-4A79-B4A7-68AFCEBE751A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (177,112); +ref = caroncomb; +} +); +width = 1007; +} +); +unicode = 462; +}, +{ +color = 10; +glyphname = acircumflex; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (492,1366); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(285,1198,l), +(349,1198,l), +(491,1360,l), +(493,1360,l), +(635,1198,l), +(699,1198,l), +(514,1407,l), +(470,1407,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (175,112); +ref = circumflexcomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (545,1357); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,1149,l), +(477,1149,l), +(551,1264,l), +(557,1264,l), +(633,1149,l), +(827,1149,l), +(657,1388,l), +(451,1388,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (173,114); +ref = circumflexcomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1534); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,1217,l), +(504,1217,l), +(603,1392,l), +(613,1392,l), +(710,1217,l), +(1022,1217,l), +(796,1566,l), +(420,1566,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (82,123); +ref = circumflexcomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (671,1366); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,1198,l), +(493,1198,l), +(669,1360,l), +(671,1360,l), +(779,1198,l), +(843,1198,l), +(702,1407,l), +(658,1407,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (198,112); +ref = circumflexcomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (694,1357); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(377,1149,l), +(571,1149,l), +(669,1264,l), +(675,1264,l), +(727,1149,l), +(921,1149,l), +(801,1388,l), +(595,1388,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (163,114); +ref = circumflexcomb; +} +); +width = 1117; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (835,1504); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,1217,l), +(665,1217,l), +(801,1392,l), +(811,1392,l), +(871,1217,l), +(1183,1217,l), +(1031,1566,l), +(655,1566,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (127,123); +ref = circumflexcomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (835,1504); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,1217,l), +(665,1217,l), +(801,1392,l), +(811,1392,l), +(871,1217,l), +(1183,1217,l), +(1031,1566,l), +(655,1566,l) +); +} +); +}; +layerId = "0718ACED-5352-4CAE-B3F5-4968DE0212B3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (127,123); +ref = circumflexcomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (694,1357); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(377,1149,l), +(571,1149,l), +(669,1264,l), +(675,1264,l), +(727,1149,l), +(921,1149,l), +(801,1388,l), +(595,1388,l) +); +} +); +}; +layerId = "E838ECA5-9377-401E-9218-EE03B5100855"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (163,114); +ref = circumflexcomb; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1534); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(192,1217,l), +(504,1217,l), +(603,1392,l), +(613,1392,l), +(710,1217,l), +(1022,1217,l), +(796,1566,l), +(420,1566,l) +); +} +); +}; +layerId = "ADB3FA0B-4766-418B-8866-EAD1607E7883"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (82,123); +ref = circumflexcomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (671,1366); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,1198,l), +(493,1198,l), +(669,1360,l), +(671,1360,l), +(779,1198,l), +(843,1198,l), +(702,1407,l), +(658,1407,l) +); +} +); +}; +layerId = "C7BA992F-34AE-4295-9B79-BB9D29513C4E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (198,112); +ref = circumflexcomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (545,1357); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(283,1149,l), +(477,1149,l), +(551,1264,l), +(557,1264,l), +(633,1149,l), +(827,1149,l), +(657,1388,l), +(451,1388,l) +); +} +); +}; +layerId = "821DDF1F-A755-4526-8872-42504209DE3B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (173,114); +ref = circumflexcomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (492,1366); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(285,1198,l), +(349,1198,l), +(491,1360,l), +(493,1360,l), +(635,1198,l), +(699,1198,l), +(514,1407,l), +(470,1407,l) +); +} +); +}; +layerId = "4F49B629-BA42-4784-B1CC-39151CB23C2F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (175,112); +ref = circumflexcomb; +} +); +width = 1007; +} +); +unicode = 226; +}, +{ +color = 10; +glyphname = adieresis; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1052); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(318,1247,l), +(388,1247,l), +(388,1317,l), +(318,1317,l) +); +}, +{ +closed = 1; +nodes = ( +(601,1247,l), +(671,1247,l), +(671,1317,l), +(601,1317,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (208,112); +ref = dieresiscomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1054); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,1175,l), +(491,1175,l), +(491,1354,l), +(311,1354,l) +); +}, +{ +closed = 1; +nodes = ( +(618,1175,l), +(798,1175,l), +(798,1354,l), +(618,1354,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (201,114); +ref = dieresiscomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1123); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(258,1285,l), +(536,1285,l), +(536,1528,l), +(258,1528,l) +); +}, +{ +closed = 1; +nodes = ( +(673,1285,l), +(951,1285,l), +(951,1528,l), +(673,1528,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (148,123); +ref = dieresiscomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (607,1052); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(459,1237,l), +(529,1237,l), +(543,1307,l), +(473,1307,l) +); +}, +{ +closed = 1; +nodes = ( +(742,1237,l), +(812,1237,l), +(826,1307,l), +(756,1307,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (219,112); +ref = dieresiscomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (667,1054); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,1165,l), +(614,1165,l), +(651,1344,l), +(472,1344,l) +); +}, +{ +closed = 1; +nodes = ( +(741,1165,l), +(921,1165,l), +(958,1344,l), +(779,1344,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = a; +}, +{ +pos = (216,114); +ref = dieresiscomb; +} +); +width = 1082; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (728,1123); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(433,1285,l), +(711,1285,l), +(763,1528,l), +(485,1528,l) +); +}, +{ +closed = 1; +nodes = ( +(848,1285,l), +(1126,1285,l), +(1178,1528,l), +(900,1528,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (193,123); +ref = dieresiscomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (728,1123); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(433,1285,l), +(711,1285,l), +(763,1528,l), +(485,1528,l) +); +}, +{ +closed = 1; +nodes = ( +(848,1285,l), +(1126,1285,l), +(1178,1528,l), +(900,1528,l) +); +} +); +}; +layerId = "5B5E078E-B20C-433C-BDFE-827896F1F11D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (193,123); +ref = dieresiscomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (667,1054); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(434,1165,l), +(614,1165,l), +(651,1344,l), +(472,1344,l) +); +}, +{ +closed = 1; +nodes = ( +(741,1165,l), +(921,1165,l), +(958,1344,l), +(779,1344,l) +); +} +); +}; +layerId = "1DD7C695-8BE6-49B4-9F73-DDFED89A5AAB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (216,114); +ref = dieresiscomb; +} +); +width = 1082; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1123); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(258,1285,l), +(536,1285,l), +(536,1528,l), +(258,1528,l) +); +}, +{ +closed = 1; +nodes = ( +(673,1285,l), +(951,1285,l), +(951,1528,l), +(673,1528,l) +); +} +); +}; +layerId = "04BE058C-244B-4143-AE9B-8CF0D4F99A88"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (148,123); +ref = dieresiscomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (607,1052); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(459,1237,l), +(529,1237,l), +(543,1307,l), +(473,1307,l) +); +}, +{ +closed = 1; +nodes = ( +(742,1237,l), +(812,1237,l), +(826,1307,l), +(756,1307,l) +); +} +); +}; +layerId = "B19562A8-0FC5-4BBA-8A48-0735AEDA48D8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (219,112); +ref = dieresiscomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1054); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,1175,l), +(491,1175,l), +(491,1354,l), +(311,1354,l) +); +}, +{ +closed = 1; +nodes = ( +(618,1175,l), +(798,1175,l), +(798,1354,l), +(618,1354,l) +); +} +); +}; +layerId = "EDBD19DD-35FA-4745-9EA8-44D775CBC84A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (201,114); +ref = dieresiscomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1052); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(318,1247,l), +(388,1247,l), +(388,1317,l), +(318,1317,l) +); +}, +{ +closed = 1; +nodes = ( +(601,1247,l), +(671,1247,l), +(671,1317,l), +(601,1317,l) +); +} +); +}; +layerId = "CFF7E82B-07BB-43A4-B242-D8BF37192EF0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (208,112); +ref = dieresiscomb; +} +); +width = 1007; +} +); +unicode = 228; +}, +{ +color = 10; +glyphname = agrave; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (404,1309); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(469,1182,l), +(513,1182,l), +(438,1411,l), +(378,1411,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (268,112); +ref = gravecomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (430,1377); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,1179,l), +(631,1179,l), +(541,1428,l), +(328,1428,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (218,114); +ref = gravecomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (487,1564); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(481,1263,l), +(724,1263,l), +(654,1602,l), +(301,1602,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (191,123); +ref = gravecomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (517,1309); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(588,1182,l), +(632,1182,l), +(605,1411,l), +(545,1411,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (268,112); +ref = gravecomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (528,1377); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(570,1179,l), +(733,1179,l), +(695,1428,l), +(482,1428,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (208,114); +ref = gravecomb; +} +); +width = 1117; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (658,1564); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(656,1263,l), +(899,1263,l), +(901,1602,l), +(548,1602,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (241,123); +ref = gravecomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (658,1564); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(656,1263,l), +(899,1263,l), +(901,1602,l), +(548,1602,l) +); +} +); +}; +layerId = "E8411D4A-143C-439D-B96D-C7C02102B3A6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (241,123); +ref = gravecomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (528,1377); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(570,1179,l), +(733,1179,l), +(695,1428,l), +(482,1428,l) +); +} +); +}; +layerId = "8DAB5587-A4CC-4453-BBF8-15948D0DED00"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (208,114); +ref = gravecomb; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (487,1564); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(481,1263,l), +(724,1263,l), +(654,1602,l), +(301,1602,l) +); +} +); +}; +layerId = "93951BD8-CEAA-49F0-83C5-79838ACDE45B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (191,123); +ref = gravecomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (517,1309); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(588,1182,l), +(632,1182,l), +(605,1411,l), +(545,1411,l) +); +} +); +}; +layerId = "69D52B74-B912-4BAD-84DB-A63B7E5ACD09"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (268,112); +ref = gravecomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (430,1377); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,1179,l), +(631,1179,l), +(541,1428,l), +(328,1428,l) +); +} +); +}; +layerId = "6691CE3B-40D7-44DE-A9AA-531F56B7891A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (218,114); +ref = gravecomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (404,1309); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(469,1182,l), +(513,1182,l), +(438,1411,l), +(378,1411,l) +); +} +); +}; +layerId = "BC10FB31-E8DF-4667-AA09-2C59A82FA694"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (268,112); +ref = gravecomb; +} +); +width = 1007; +} +); +unicode = 224; +}, +{ +color = 10; +glyphname = amacron; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (484,1275); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,1243,l), +(675,1243,l), +(675,1291,l), +(294,1291,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (184,112); +ref = macroncomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1342); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(317,1202,l), +(788,1202,l), +(788,1342,l), +(317,1342,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (207,114); +ref = macroncomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1511); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,1296,l), +(933,1296,l), +(933,1536,l), +(280,1536,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (170,123); +ref = macroncomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (637,1275); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(442,1243,l), +(823,1243,l), +(833,1291,l), +(452,1291,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (201,112); +ref = macroncomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (702,1342); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(420,1202,l), +(891,1202,l), +(921,1342,l), +(450,1342,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (194,114); +ref = macroncomb; +} +); +width = 1117; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (838,1511); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(465,1296,l), +(1118,1296,l), +(1170,1536,l), +(517,1536,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (223,123); +ref = macroncomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (838,1511); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(465,1296,l), +(1118,1296,l), +(1170,1536,l), +(517,1536,l) +); +} +); +}; +layerId = "27AB2C32-1BCC-4D67-A45E-F33500881CB3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (223,123); +ref = macroncomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (702,1342); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(420,1202,l), +(891,1202,l), +(921,1342,l), +(450,1342,l) +); +} +); +}; +layerId = "CBEEDE2D-9590-4162-8835-33FF77F01B83"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (194,114); +ref = macroncomb; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1511); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,1296,l), +(933,1296,l), +(933,1536,l), +(280,1536,l) +); +} +); +}; +layerId = "B98DC63D-9066-41D3-B8DE-4A8AD0587583"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (170,123); +ref = macroncomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (637,1275); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(442,1243,l), +(823,1243,l), +(833,1291,l), +(452,1291,l) +); +} +); +}; +layerId = "AA930B2C-F642-471C-B2E7-D073E37BF8B4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (201,112); +ref = macroncomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1342); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(317,1202,l), +(788,1202,l), +(788,1342,l), +(317,1342,l) +); +} +); +}; +layerId = "E398D639-D2D9-44CA-B17C-D43FF038BA31"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (207,114); +ref = macroncomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (484,1275); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,1243,l), +(675,1243,l), +(675,1291,l), +(294,1291,l) +); +} +); +}; +layerId = "CEEF48A7-1740-4DA0-A723-44EFEBB765E9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (184,112); +ref = macroncomb; +} +); +width = 1007; +} +); +unicode = 257; +}, +{ +color = 10; +glyphname = aogonek; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1052); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(952,-268,l), +(860,-268,o), +(803,-226,o), +(804,-158,cs), +(805,-105,o), +(842,-43,o), +(899,1,c), +(849,15,l), +(789,-28,o), +(751,-94,o), +(751,-157,cs), +(751,-255,o), +(829,-317,o), +(952,-317,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (641,1); +ref = ogonekcomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1054); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(1042,-241,l), +(925,-241,o), +(852,-205,o), +(852,-147,c), +(852,-95,o), +(903,-38,o), +(983,1,c), +(830,1,l), +(759,-34,o), +(715,-102,o), +(715,-176,cs), +(715,-302,o), +(841,-381,o), +(1042,-381,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (605,1); +ref = ogonekcomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1123); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(1167,-201,l), +(1050,-201,o), +(968,-169,o), +(968,-124,c), +(968,-83,o), +(1018,-31,o), +(1089,4,c), +(826,4,l), +(747,-27,o), +(691,-100,o), +(691,-173,cs), +(691,-313,o), +(888,-411,o), +(1167,-411,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (581,4); +ref = ogonekcomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (607,1052); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(842,-268,l), +(750,-268,o), +(693,-226,o), +(694,-158,cs), +(695,-105,o), +(732,-43,o), +(789,1,c), +(739,15,l), +(679,-28,o), +(641,-94,o), +(641,-157,cs), +(641,-255,o), +(719,-317,o), +(842,-317,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (670,1); +ref = ogonekcomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (667,1054); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(896,-241,l), +(779,-241,o), +(706,-205,o), +(706,-147,c), +(706,-95,o), +(757,-38,o), +(837,1,c), +(684,1,l), +(613,-34,o), +(569,-102,o), +(569,-176,cs), +(569,-302,o), +(695,-381,o), +(896,-381,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (608,1); +ref = ogonekcomb; +} +); +width = 1117; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (728,1123); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(1131,-201,l), +(1014,-201,o), +(932,-169,o), +(932,-124,c), +(932,-83,o), +(982,-31,o), +(1053,4,c), +(790,4,l), +(711,-27,o), +(655,-100,o), +(655,-173,cs), +(655,-313,o), +(852,-411,o), +(1131,-411,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (696,4); +ref = ogonekcomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (728,1123); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(1131,-201,l), +(1014,-201,o), +(932,-169,o), +(932,-124,c), +(932,-83,o), +(982,-31,o), +(1053,4,c), +(790,4,l), +(711,-27,o), +(655,-100,o), +(655,-173,cs), +(655,-313,o), +(852,-411,o), +(1131,-411,c) +); +} +); +}; +layerId = "1499DBC7-1F59-4BB9-BED1-291AAA64E88B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (696,4); +ref = ogonekcomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (667,1054); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(896,-241,l), +(779,-241,o), +(706,-205,o), +(706,-147,c), +(706,-95,o), +(757,-38,o), +(837,1,c), +(684,1,l), +(613,-34,o), +(569,-102,o), +(569,-176,cs), +(569,-302,o), +(695,-381,o), +(896,-381,c) +); +} +); +}; +layerId = "EA59F1AD-CF85-4B70-94A4-8A994C940CAC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (608,1); +ref = ogonekcomb; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1123); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(1167,-201,l), +(1050,-201,o), +(968,-169,o), +(968,-124,c), +(968,-83,o), +(1018,-31,o), +(1089,4,c), +(826,4,l), +(747,-27,o), +(691,-100,o), +(691,-173,cs), +(691,-313,o), +(888,-411,o), +(1167,-411,c) +); +} +); +}; +layerId = "96F7F3C1-4BEC-4489-B1A0-8E568BBFE3DF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (581,4); +ref = ogonekcomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (607,1052); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(842,-268,l), +(750,-268,o), +(693,-226,o), +(694,-158,cs), +(695,-105,o), +(732,-43,o), +(789,1,c), +(739,15,l), +(679,-28,o), +(641,-94,o), +(641,-157,cs), +(641,-255,o), +(719,-317,o), +(842,-317,c) +); +} +); +}; +layerId = "B32D6F79-0428-40EB-A413-6427680CA168"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (670,1); +ref = ogonekcomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1054); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(1042,-241,l), +(925,-241,o), +(852,-205,o), +(852,-147,c), +(852,-95,o), +(903,-38,o), +(983,1,c), +(830,1,l), +(759,-34,o), +(715,-102,o), +(715,-176,cs), +(715,-302,o), +(841,-381,o), +(1042,-381,c) +); +} +); +}; +layerId = "40538769-CED9-4B25-A658-E7DDA08DA698"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (605,1); +ref = ogonekcomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1052); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(952,-268,l), +(860,-268,o), +(803,-226,o), +(804,-158,cs), +(805,-105,o), +(842,-43,o), +(899,1,c), +(849,15,l), +(789,-28,o), +(751,-94,o), +(751,-157,cs), +(751,-255,o), +(829,-317,o), +(952,-317,c) +); +} +); +}; +layerId = "47E080E4-47E2-4AE0-81DD-DF034A3C242B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (641,1); +ref = ogonekcomb; +} +); +width = 1007; +} +); +unicode = 261; +}, +{ +color = 10; +glyphname = aring; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(571,1149,o), +(625,1201,o), +(625,1274,cs), +(625,1348,o), +(571,1400,o), +(493,1400,cs), +(414,1400,o), +(359,1348,o), +(359,1274,cs), +(359,1201,o), +(414,1149,o), +(493,1149,cs) +); +}, +{ +closed = 1; +nodes = ( +(443,1197,o), +(407,1229,o), +(407,1274,cs), +(407,1320,o), +(443,1352,o), +(493,1352,cs), +(542,1352,o), +(577,1320,o), +(577,1274,cs), +(577,1229,o), +(542,1197,o), +(493,1197,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (249,111); +ref = ringcomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1380); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(657,1131,o), +(729,1197,o), +(729,1290,cs), +(729,1381,o), +(657,1444,o), +(554,1444,cs), +(450,1444,o), +(377,1381,o), +(377,1290,cs), +(377,1197,o), +(450,1131,o), +(554,1131,cs) +); +}, +{ +closed = 1; +nodes = ( +(522,1232,o), +(499,1256,o), +(499,1289,cs), +(499,1321,o), +(522,1344,o), +(554,1344,cs), +(586,1344,o), +(608,1321,o), +(608,1289,cs), +(608,1256,o), +(586,1232,o), +(554,1232,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (267,114); +ref = ringcomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1597); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(759,1205,o), +(867,1297,o), +(867,1429,cs), +(867,1560,o), +(759,1652,o), +(606,1652,cs), +(452,1652,o), +(344,1560,o), +(344,1429,cs), +(344,1297,o), +(452,1205,o), +(606,1205,cs) +); +}, +{ +closed = 1; +nodes = ( +(564,1350,o), +(534,1383,o), +(534,1429,cs), +(534,1474,o), +(564,1506,o), +(606,1506,cs), +(648,1506,o), +(678,1474,o), +(678,1429,cs), +(678,1383,o), +(648,1350,o), +(606,1350,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (234,123); +ref = ringcomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (687,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(712,1149,o), +(775,1201,o), +(788,1274,cs), +(801,1348,o), +(756,1400,o), +(678,1400,cs), +(599,1400,o), +(535,1348,o), +(522,1274,cs), +(509,1201,o), +(555,1149,o), +(634,1149,cs) +); +}, +{ +closed = 1; +nodes = ( +(592,1197,o), +(562,1229,o), +(570,1274,cs), +(578,1320,o), +(620,1352,o), +(670,1352,cs), +(719,1352,o), +(748,1320,o), +(740,1274,cs), +(732,1229,o), +(691,1197,o), +(642,1197,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (274,111); +ref = ringcomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (692,1380); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(747,1131,o), +(831,1197,o), +(847,1290,cs), +(863,1381,o), +(803,1444,o), +(700,1444,cs), +(596,1444,o), +(511,1381,o), +(495,1290,cs), +(479,1197,o), +(540,1131,o), +(644,1131,cs) +); +}, +{ +closed = 1; +nodes = ( +(630,1232,o), +(611,1256,o), +(617,1289,cs), +(623,1321,o), +(650,1344,o), +(682,1344,cs), +(714,1344,o), +(732,1321,o), +(726,1289,cs), +(720,1256,o), +(694,1232,o), +(662,1232,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (250,114); +ref = ringcomb; +} +); +width = 1117; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (858,1597); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(911,1205,o), +(1035,1297,o), +(1058,1429,cs), +(1081,1560,o), +(989,1652,o), +(836,1652,cs), +(682,1652,o), +(558,1560,o), +(535,1429,cs), +(512,1297,o), +(604,1205,o), +(758,1205,cs) +); +}, +{ +closed = 1; +nodes = ( +(741,1350,o), +(717,1383,o), +(725,1429,cs), +(733,1474,o), +(769,1506,o), +(811,1506,cs), +(853,1506,o), +(877,1474,o), +(869,1429,cs), +(861,1383,o), +(825,1350,o), +(783,1350,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (264,123); +ref = ringcomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (858,1597); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(911,1205,o), +(1035,1297,o), +(1058,1429,cs), +(1081,1560,o), +(989,1652,o), +(836,1652,cs), +(682,1652,o), +(558,1560,o), +(535,1429,cs), +(512,1297,o), +(604,1205,o), +(758,1205,cs) +); +}, +{ +closed = 1; +nodes = ( +(741,1350,o), +(717,1383,o), +(725,1429,cs), +(733,1474,o), +(769,1506,o), +(811,1506,cs), +(853,1506,o), +(877,1474,o), +(869,1429,cs), +(861,1383,o), +(825,1350,o), +(783,1350,cs) +); +} +); +}; +layerId = "E27F528D-5DA0-4290-9192-8F7049095623"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (264,123); +ref = ringcomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (692,1380); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(747,1131,o), +(831,1197,o), +(847,1290,cs), +(863,1381,o), +(803,1444,o), +(700,1444,cs), +(596,1444,o), +(511,1381,o), +(495,1290,cs), +(479,1197,o), +(540,1131,o), +(644,1131,cs) +); +}, +{ +closed = 1; +nodes = ( +(630,1232,o), +(611,1256,o), +(617,1289,cs), +(623,1321,o), +(650,1344,o), +(682,1344,cs), +(714,1344,o), +(732,1321,o), +(726,1289,cs), +(720,1256,o), +(694,1232,o), +(662,1232,cs) +); +} +); +}; +layerId = "6A4E45E0-753A-4C70-970E-C8E33BED9367"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (250,114); +ref = ringcomb; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1597); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(759,1205,o), +(867,1297,o), +(867,1429,cs), +(867,1560,o), +(759,1652,o), +(606,1652,cs), +(452,1652,o), +(344,1560,o), +(344,1429,cs), +(344,1297,o), +(452,1205,o), +(606,1205,cs) +); +}, +{ +closed = 1; +nodes = ( +(564,1350,o), +(534,1383,o), +(534,1429,cs), +(534,1474,o), +(564,1506,o), +(606,1506,cs), +(648,1506,o), +(678,1474,o), +(678,1429,cs), +(678,1383,o), +(648,1350,o), +(606,1350,cs) +); +} +); +}; +layerId = "699FEEF4-4F04-49A6-A03E-188762E04FE6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (234,123); +ref = ringcomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (687,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(712,1149,o), +(775,1201,o), +(788,1274,cs), +(801,1348,o), +(756,1400,o), +(678,1400,cs), +(599,1400,o), +(535,1348,o), +(522,1274,cs), +(509,1201,o), +(555,1149,o), +(634,1149,cs) +); +}, +{ +closed = 1; +nodes = ( +(592,1197,o), +(562,1229,o), +(570,1274,cs), +(578,1320,o), +(620,1352,o), +(670,1352,cs), +(719,1352,o), +(748,1320,o), +(740,1274,cs), +(732,1229,o), +(691,1197,o), +(642,1197,cs) +); +} +); +}; +layerId = "A07B8C40-71FA-41F4-8CE3-4F462DD97487"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (274,111); +ref = ringcomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1380); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(657,1131,o), +(729,1197,o), +(729,1290,cs), +(729,1381,o), +(657,1444,o), +(554,1444,cs), +(450,1444,o), +(377,1381,o), +(377,1290,cs), +(377,1197,o), +(450,1131,o), +(554,1131,cs) +); +}, +{ +closed = 1; +nodes = ( +(522,1232,o), +(499,1256,o), +(499,1289,cs), +(499,1321,o), +(522,1344,o), +(554,1344,cs), +(586,1344,o), +(608,1321,o), +(608,1289,cs), +(608,1256,o), +(586,1232,o), +(554,1232,cs) +); +} +); +}; +layerId = "B18290CE-9169-422F-BC95-CBF0E62224A4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (267,114); +ref = ringcomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(571,1149,o), +(625,1201,o), +(625,1274,cs), +(625,1348,o), +(571,1400,o), +(493,1400,cs), +(414,1400,o), +(359,1348,o), +(359,1274,cs), +(359,1201,o), +(414,1149,o), +(493,1149,cs) +); +}, +{ +closed = 1; +nodes = ( +(443,1197,o), +(407,1229,o), +(407,1274,cs), +(407,1320,o), +(443,1352,o), +(493,1352,cs), +(542,1352,o), +(577,1320,o), +(577,1274,cs), +(577,1229,o), +(542,1197,o), +(493,1197,cs) +); +} +); +}; +layerId = "1C5570E9-87EC-4E05-991A-A8FF222C8374"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (249,111); +ref = ringcomb; +} +); +width = 1007; +} +); +unicode = 229; +}, +{ +color = 10; +glyphname = atilde; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1236); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(303,1196,l), +(334,1227,o), +(372,1246,o), +(403,1246,cs), +(461,1246,o), +(512,1184,o), +(577,1184,cs), +(612,1184,o), +(652,1201,o), +(680,1232,c), +(679,1284,l), +(646,1253,o), +(607,1233,o), +(577,1233,cs), +(526,1233,o), +(470,1295,o), +(403,1295,cs), +(375,1295,o), +(336,1278,o), +(303,1248,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (193,12); +ref = tildecomb; +} +); +width = 1007; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,1193,l), +(335,1224,o), +(394,1243,o), +(449,1243,cs), +(521,1243,o), +(584,1189,o), +(665,1189,cs), +(722,1189,o), +(777,1208,o), +(807,1239,c), +(807,1375,l), +(766,1348,o), +(709,1331,o), +(657,1331,cs), +(594,1331,o), +(532,1385,o), +(449,1385,cs), +(398,1385,o), +(339,1363,o), +(294,1329,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (184,114); +ref = tildecomb; +} +); +width = 1087; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1549); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,1294,l), +(315,1339,o), +(402,1367,o), +(461,1367,cs), +(559,1367,o), +(644,1270,o), +(753,1270,cs), +(855,1270,o), +(947,1304,o), +(995,1357,c), +(995,1577,l), +(939,1537,o), +(855,1512,o), +(780,1512,cs), +(695,1512,o), +(600,1609,o), +(488,1609,cs), +(416,1609,o), +(319,1579,o), +(237,1515,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (127,122); +ref = tildecomb; +} +); +width = 1249; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (647,1236); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(428,1196,l), +(471,1226,o), +(519,1246,o), +(549,1246,cs), +(607,1246,o), +(631,1184,o), +(696,1184,cs), +(741,1184,o), +(789,1199,o), +(820,1222,c), +(841,1284,l), +(795,1253,o), +(746,1233,o), +(717,1233,cs), +(666,1233,o), +(637,1295,o), +(570,1295,cs), +(531,1295,o), +(484,1280,o), +(450,1258,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (176,12); +ref = tildecomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (672,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(382,1193,l), +(430,1224,o), +(493,1243,o), +(548,1243,cs), +(620,1243,o), +(671,1189,o), +(752,1189,cs), +(809,1189,o), +(868,1208,o), +(905,1239,c), +(934,1375,l), +(887,1348,o), +(826,1331,o), +(774,1331,cs), +(711,1331,o), +(661,1385,o), +(578,1385,cs), +(527,1385,o), +(463,1363,o), +(411,1329,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (158,114); +ref = tildecomb; +} +); +width = 1117; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (768,1549); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,1294,l), +(445,1339,o), +(538,1367,o), +(597,1367,cs), +(695,1367,o), +(759,1270,o), +(868,1270,cs), +(970,1270,o), +(1069,1304,o), +(1128,1357,c), +(1175,1577,l), +(1111,1537,o), +(1021,1512,o), +(946,1512,cs), +(861,1512,o), +(787,1609,o), +(675,1609,cs), +(603,1609,o), +(500,1579,o), +(404,1515,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (115,122); +ref = tildecomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (546,4); +}, +{ +name = ogonek; +pos = (827,4); +}, +{ +name = top; +pos = (768,1549); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,-39,o), +(567,14,o), +(622,94,c), +(642,94,l), +(622,1,l), +(1022,1,l), +(1169,692,ls), +(1224,951,o), +(1062,1123,o), +(766,1123,cs), +(599,1123,o), +(405,1092,o), +(280,1046,c), +(278,742,l), +(383,777,o), +(503,801,o), +(579,801,cs), +(707,801,o), +(781,749,o), +(764,670,cs), +(706,397,l), +(679,279,o), +(598,200,o), +(504,200,cs), +(432,200,o), +(393,242,o), +(406,304,cs), +(420,368,o), +(483,415,o), +(564,422,cs), +(638,426,o), +(704,410,o), +(730,381,c), +(783,631,l), +(667,662,o), +(529,672,o), +(438,657,cs), +(219,623,o), +(48,486,o), +(10,314,cs), +(-38,102,o), +(73,-39,o), +(284,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,1294,l), +(445,1339,o), +(538,1367,o), +(597,1367,cs), +(695,1367,o), +(759,1270,o), +(868,1270,cs), +(970,1270,o), +(1069,1304,o), +(1128,1357,c), +(1175,1577,l), +(1111,1537,o), +(1021,1512,o), +(946,1512,cs), +(861,1512,o), +(787,1609,o), +(675,1609,cs), +(603,1609,o), +(500,1579,o), +(404,1515,c) +); +} +); +}; +layerId = "B08F45CB-D562-4B1D-B8B3-2B71961725BA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (115,122); +ref = tildecomb; +} +); +width = 1309; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (441,-11); +}, +{ +name = ogonek; +pos = (791,1); +}, +{ +name = top; +pos = (672,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(493,-22,o), +(636,39,o), +(702,130,c), +(714,130,l), +(686,0,l), +(866,0,l), +(1007,661,ls), +(1057,897,o), +(898,1055,o), +(609,1055,cs), +(487,1055,o), +(333,1023,o), +(222,975,c), +(250,826,l), +(346,867,o), +(475,895,o), +(575,895,cs), +(756,895,o), +(856,797,o), +(824,649,cs), +(761,351,l), +(691,223,o), +(542,138,o), +(389,138,cs), +(251,138,o), +(173,208,o), +(196,314,cs), +(215,407,o), +(335,475,o), +(496,484,cs), +(623,487,o), +(746,475,o), +(805,455,c), +(839,613,l), +(761,633,o), +(637,644,o), +(529,641,cs), +(261,629,o), +(55,498,o), +(16,314,cs), +(-27,112,o), +(105,-22,o), +(345,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(382,1193,l), +(430,1224,o), +(493,1243,o), +(548,1243,cs), +(620,1243,o), +(671,1189,o), +(752,1189,cs), +(809,1189,o), +(868,1208,o), +(905,1239,c), +(934,1375,l), +(887,1348,o), +(826,1331,o), +(774,1331,cs), +(711,1331,o), +(661,1385,o), +(578,1385,cs), +(527,1385,o), +(463,1363,o), +(411,1329,c) +); +} +); +}; +layerId = "62C32291-5F2A-4C30-BBA6-DE19AA97947D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = a; +}, +{ +alignment = -1; +pos = (158,114); +ref = tildecomb; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (662,4); +}, +{ +name = ogonek; +pos = (943,4); +}, +{ +name = top; +pos = (607,1549); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(557,-39,o), +(681,14,o), +(719,94,c), +(739,94,l), +(739,1,l), +(1139,1,l), +(1139,692,ls), +(1139,951,o), +(941,1123,o), +(645,1123,cs), +(478,1123,o), +(290,1092,o), +(175,1046,c), +(237,742,l), +(335,777,o), +(450,801,o), +(526,801,cs), +(654,801,o), +(739,749,o), +(739,670,cs), +(739,397,l), +(737,279,o), +(673,200,o), +(579,200,cs), +(507,200,o), +(459,242,o), +(459,304,cs), +(459,368,o), +(512,415,o), +(592,422,cs), +(665,426,o), +(734,410,o), +(766,381,c), +(766,631,l), +(643,662,o), +(503,672,o), +(416,657,cs), +(204,623,o), +(62,486,o), +(60,314,cs), +(58,102,o), +(198,-39,o), +(409,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(237,1294,l), +(315,1339,o), +(402,1367,o), +(461,1367,cs), +(559,1367,o), +(644,1270,o), +(753,1270,cs), +(855,1270,o), +(947,1304,o), +(995,1357,c), +(995,1577,l), +(939,1537,o), +(855,1512,o), +(780,1512,cs), +(695,1512,o), +(600,1609,o), +(488,1609,cs), +(416,1609,o), +(319,1579,o), +(237,1515,c) +); +} +); +}; +layerId = "3227EF20-105D-4D23-8F02-27086E6D5A53"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (127,122); +ref = tildecomb; +} +); +width = 1249; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (381,-11); +}, +{ +name = ogonek; +pos = (760,1); +}, +{ +name = top; +pos = (647,1236); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,-22,o), +(689,78,o), +(777,217,c), +(783,217,l), +(736,0,l), +(786,0,l), +(931,679,ls), +(977,896,o), +(838,1053,o), +(601,1053,cs), +(470,1053,o), +(318,1014,o), +(238,961,c), +(256,914,l), +(335,967,o), +(486,1005,o), +(601,1005,cs), +(809,1005,o), +(921,868,o), +(881,679,cs), +(808,335,l), +(714,156,o), +(502,26,o), +(317,26,cs), +(130,26,o), +(26,127,o), +(56,266,cs), +(84,405,o), +(249,519,o), +(450,537,cs), +(547,547,o), +(722,539,o), +(869,518,c), +(879,569,l), +(784,589,o), +(607,597,o), +(460,588,cs), +(233,574,o), +(43,438,o), +(6,266,cs), +(-30,99,o), +(101,-22,o), +(317,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(428,1196,l), +(471,1226,o), +(519,1246,o), +(549,1246,cs), +(607,1246,o), +(631,1184,o), +(696,1184,cs), +(741,1184,o), +(789,1199,o), +(820,1222,c), +(841,1284,l), +(795,1253,o), +(746,1233,o), +(717,1233,cs), +(666,1233,o), +(637,1295,o), +(570,1295,cs), +(531,1295,o), +(484,1280,o), +(450,1258,c) +); +} +); +}; +layerId = "2AE102B1-5990-4568-9314-1B12E06C9018"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (176,12); +ref = tildecomb; +} +); +width = 1006; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (554,-11); +}, +{ +name = ogonek; +pos = (902,1); +}, +{ +name = top; +pos = (554,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(608,-22,o), +(738,39,o), +(785,130,c), +(797,130,l), +(797,0,l), +(977,0,l), +(977,661,ls), +(977,897,o), +(785,1055,o), +(496,1055,cs), +(374,1055,o), +(226,1023,o), +(126,975,c), +(185,826,l), +(272,867,o), +(396,895,o), +(496,895,cs), +(677,895,o), +(797,797,o), +(797,649,cs), +(797,351,l), +(754,223,o), +(623,138,o), +(470,138,cs), +(332,138,o), +(240,198,o), +(240,304,cs), +(239,397,o), +(345,475,o), +(504,484,cs), +(630,487,o), +(756,475,o), +(819,455,c), +(819,613,l), +(737,633,o), +(611,644,o), +(504,641,cs), +(238,629,o), +(60,488,o), +(60,304,cs), +(60,102,o), +(220,-22,o), +(460,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(294,1193,l), +(335,1224,o), +(394,1243,o), +(449,1243,cs), +(521,1243,o), +(584,1189,o), +(665,1189,cs), +(722,1189,o), +(777,1208,o), +(807,1239,c), +(807,1375,l), +(766,1348,o), +(709,1331,o), +(657,1331,cs), +(594,1331,o), +(532,1385,o), +(449,1385,cs), +(398,1385,o), +(339,1363,o), +(294,1329,c) +); +} +); +}; +layerId = "1D8695C5-CA0B-429F-864B-3D390D746C65"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (184,114); +ref = tildecomb; +} +); +width = 1087; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (494,-11); +}, +{ +name = ogonek; +pos = (870,1); +}, +{ +name = top; +pos = (494,1236); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(611,-22,o), +(783,78,o), +(841,217,c), +(847,217,l), +(847,0,l), +(897,0,l), +(897,679,ls), +(897,896,o), +(725,1053,o), +(488,1053,cs), +(357,1053,o), +(213,1014,o), +(144,961,c), +(172,914,l), +(240,967,o), +(373,1005,o), +(488,1005,cs), +(696,1005,o), +(847,868,o), +(847,679,cs), +(847,335,l), +(791,156,o), +(617,26,o), +(432,26,cs), +(245,26,o), +(110,127,o), +(110,266,cs), +(108,405,o), +(249,519,o), +(446,537,cs), +(541,547,o), +(718,539,o), +(869,518,c), +(869,569,l), +(769,589,o), +(591,597,o), +(446,588,cs), +(222,574,o), +(60,438,o), +(60,266,cs), +(60,99,o), +(216,-22,o), +(432,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(303,1196,l), +(334,1227,o), +(372,1246,o), +(403,1246,cs), +(461,1246,o), +(512,1184,o), +(577,1184,cs), +(612,1184,o), +(652,1201,o), +(680,1232,c), +(679,1284,l), +(646,1253,o), +(607,1233,o), +(577,1233,cs), +(526,1233,o), +(470,1295,o), +(403,1295,cs), +(375,1295,o), +(336,1278,o), +(303,1248,c) +); +} +); +}; +layerId = "6A1C28E6-66A3-446A-A0BC-42B2551B09A1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = a; +}, +{ +pos = (193,12); +ref = tildecomb; +} +); +width = 1007; +} +); +unicode = 227; +}, +{ +color = 6; +glyphname = ae; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(709,-22,o), +(891,138,o), +(891,392,c), +(889,658,l), +(889,900,o), +(725,1052,o), +(465,1052,cs), +(329,1052,o), +(184,1012,o), +(91,949,c), +(119,899,l), +(191,964,o), +(325,1004,o), +(465,1004,cs), +(698,1004,o), +(844,871,o), +(844,658,cs), +(844,389,l), +(844,166,o), +(680,26,o), +(420,26,cs), +(230,26,o), +(110,122,o), +(110,276,cs), +(108,412,o), +(233,506,o), +(435,520,cs), +(507,527,o), +(674,531,o), +(866,531,c), +(866,580,l), +(705,580,o), +(538,576,o), +(435,569,cs), +(205,554,o), +(60,441,o), +(60,276,cs), +(60,93,o), +(199,-22,o), +(420,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(892,528,l), +(1768,528,l), +(1768,576,l), +(1768,868,o), +(1597,1051,o), +(1324,1051,cs), +(1032,1051,o), +(849,857,o), +(849,547,cs), +(849,199,o), +(1038,-19,o), +(1338,-19,cs), +(1496,-19,o), +(1646,43,o), +(1727,141,c), +(1695,188,l), +(1620,90,o), +(1483,29,o), +(1338,29,cs), +(1069,29,o), +(900,224,o), +(900,535,c), +(900,569,l), +(900,836,o), +(1064,1003,o), +(1325,1003,cs), +(1566,1003,o), +(1718,838,o), +(1718,576,c), +(1718,540,l), +(1737,576,l), +(892,576,l) +); +} +); +width = 1828; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(714,-22,o), +(901,159,o), +(901,446,c), +(912,660,l), +(912,903,o), +(743,1055,o), +(473,1055,cs), +(340,1055,o), +(194,1024,o), +(94,975,c), +(159,827,l), +(246,869,o), +(367,895,o), +(473,895,cs), +(652,895,o), +(764,804,o), +(764,660,cs), +(764,375,l), +(719,229,o), +(590,138,o), +(428,138,cs), +(313,138,o), +(240,193,o), +(240,281,cs), +(239,370,o), +(317,431,o), +(442,440,cs), +(484,440,o), +(617,444,o), +(786,451,c), +(786,607,l), +(692,606,o), +(559,602,o), +(442,596,cs), +(207,586,o), +(60,469,o), +(60,292,cs), +(60,99,o), +(198,-22,o), +(417,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(952,438,l), +(1711,438,l), +(1711,577,l), +(1711,870,o), +(1535,1054,o), +(1254,1054,cs), +(970,1054,o), +(794,851,o), +(797,528,cs), +(798,192,o), +(989,-19,o), +(1291,-19,cs), +(1419,-19,o), +(1564,30,o), +(1669,109,c), +(1587,246,l), +(1516,181,o), +(1404,141,o), +(1297,141,cs), +(1087,141,o), +(955,257,o), +(955,441,c), +(955,601,l), +(955,780,o), +(1072,892,o), +(1258,892,cs), +(1429,892,o), +(1536,778,o), +(1536,596,c), +(1536,473,l), +(1644,598,l), +(949,598,l) +); +} +); +width = 1771; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(806,-39,o), +(998,167,o), +(989,496,c), +(989,663,l), +(989,947,o), +(805,1125,o), +(511,1125,cs), +(396,1125,o), +(251,1100,o), +(134,1060,c), +(196,790,l), +(308,819,o), +(422,837,o), +(493,837,cs), +(644,837,o), +(738,759,o), +(738,635,cs), +(738,417,l), +(744,296,o), +(678,220,o), +(567,220,cs), +(480,220,o), +(425,260,o), +(425,325,cs), +(425,385,o), +(477,430,o), +(560,442,cs), +(648,449,o), +(728,450,o), +(769,446,c), +(757,676,l), +(599,675,o), +(451,666,o), +(374,652,cs), +(183,623,o), +(62,493,o), +(60,315,cs), +(58,98,o), +(224,-39,o), +(491,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(1034,429,l), +(1798,429,l), +(1798,545,l), +(1798,901,o), +(1589,1125,o), +(1255,1125,cs), +(950,1125,o), +(760,899,o), +(762,540,cs), +(764,187,o), +(977,-35,o), +(1315,-35,cs), +(1500,-35,o), +(1672,30,o), +(1762,134,c), +(1577,373,l), +(1511,294,o), +(1411,245,o), +(1317,245,cs), +(1156,245,o), +(1055,323,o), +(1055,448,c), +(1055,649,l), +(1055,769,o), +(1133,845,o), +(1258,845,cs), +(1374,845,o), +(1447,767,o), +(1447,642,c), +(1447,513,l), +(1575,656,l), +(1033,656,l) +); +} +); +width = 1858; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(604,-22,o), +(815,138,o), +(859,392,c), +(904,658,l), +(947,900,o), +(810,1052,o), +(550,1052,cs), +(414,1052,o), +(262,1012,o), +(158,949,c), +(177,899,l), +(260,964,o), +(401,1004,o), +(541,1004,cs), +(774,1004,o), +(896,871,o), +(859,658,cs), +(812,389,l), +(772,166,o), +(574,26,o), +(314,26,cs), +(124,26,o), +(31,122,o), +(58,276,cs), +(80,412,o), +(221,506,o), +(426,520,cs), +(499,527,o), +(667,531,o), +(859,531,c), +(867,580,l), +(706,580,o), +(539,576,o), +(435,569,cs), +(202,554,o), +(37,441,o), +(8,276,cs), +(-24,93,o), +(94,-22,o), +(315,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(884,528,l), +(1760,528,l), +(1769,576,l), +(1820,868,o), +(1682,1051,o), +(1409,1051,cs), +(1117,1051,o), +(899,857,o), +(845,547,cs), +(783,199,o), +(934,-19,o), +(1234,-19,cs), +(1392,-19,o), +(1553,43,o), +(1651,141,c), +(1627,188,l), +(1535,90,o), +(1387,29,o), +(1242,29,cs), +(973,29,o), +(839,224,o), +(894,535,c), +(900,569,l), +(947,836,o), +(1150,1003,o), +(1411,1003,cs), +(1652,1003,o), +(1765,838,o), +(1719,576,c), +(1712,540,l), +(1738,576,l), +(893,576,l) +); +} +); +width = 1818; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(622,-22,o), +(828,148,o), +(881,446,c), +(929,660,l), +(973,911,o), +(839,1055,o), +(560,1055,cs), +(422,1055,o), +(279,1026,o), +(167,975,c), +(206,827,l), +(303,870,o), +(425,895,o), +(542,895,cs), +(720,895,o), +(807,809,o), +(781,660,cs), +(731,375,l), +(658,224,o), +(516,138,o), +(343,138,cs), +(230,138,o), +(175,190,o), +(190,281,cs), +(205,373,o), +(290,431,o), +(421,440,cs), +(470,440,o), +(596,444,o), +(766,451,c), +(794,607,l), +(690,606,o), +(564,602,o), +(448,596,cs), +(204,586,o), +(45,475,o), +(12,292,cs), +(-23,92,o), +(87,-22,o), +(314,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(930,438,l), +(1689,438,l), +(1714,577,l), +(1767,880,o), +(1631,1054,o), +(1341,1054,cs), +(1047,1054,o), +(847,862,o), +(791,528,cs), +(731,180,o), +(876,-19,o), +(1189,-19,cs), +(1321,-19,o), +(1466,28,o), +(1589,109,c), +(1531,246,l), +(1447,179,o), +(1327,141,o), +(1203,141,cs), +(998,141,o), +(900,250,o), +(934,441,c), +(962,601,l), +(994,786,o), +(1130,892,o), +(1336,892,cs), +(1500,892,o), +(1575,784,o), +(1542,596,c), +(1520,473,l), +(1650,598,l), +(955,598,l) +); +} +); +width = 1766; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(704,-39,o), +(920,156,o), +(971,496,c), +(1000,663,l), +(1052,957,o), +(908,1125,o), +(604,1125,cs), +(486,1125,o), +(344,1101,o), +(215,1060,c), +(230,790,l), +(351,820,o), +(462,837,o), +(535,837,cs), +(690,837,o), +(766,763,o), +(744,635,cs), +(706,417,l), +(689,292,o), +(607,220,o), +(480,220,cs), +(403,220,o), +(365,258,o), +(377,325,cs), +(387,387,o), +(444,430,o), +(532,442,cs), +(618,449,o), +(695,450,o), +(742,446,c), +(770,676,l), +(607,675,o), +(466,666,o), +(383,652,cs), +(180,622,o), +(44,499,o), +(10,315,cs), +(-31,90,o), +(103,-39,o), +(378,-39,cs) +); +}, +{ +closed = 1; +nodes = ( +(1004,429,l), +(1768,429,l), +(1788,545,l), +(1853,914,o), +(1693,1125,o), +(1348,1125,cs), +(1032,1125,o), +(815,912,o), +(751,540,cs), +(689,174,o), +(854,-35,o), +(1203,-35,cs), +(1394,-35,o), +(1568,27,o), +(1680,134,c), +(1547,353,l), +(1477,284,o), +(1371,245,o), +(1254,245,cs), +(1087,245,o), +(1005,319,o), +(1028,448,c), +(1064,649,l), +(1086,774,o), +(1180,845,o), +(1321,845,cs), +(1429,845,o), +(1477,771,o), +(1454,642,c), +(1432,513,l), +(1585,656,l), +(1043,656,l) +); +} +); +width = 1854; +} +); +metricLeft = a; +metricRight = e; +unicode = 230; +}, +{ +color = 6; +glyphname = b; +kernLeft = b; +kernRight = b; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (580,0); +}, +{ +name = center; +pos = (290,1587); +}, +{ +name = top; +pos = (580,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(895,-20,o), +(1100,197,o), +(1100,523,cs), +(1100,842,o), +(894,1055,o), +(600,1055,cs), +(400,1055,o), +(226,941,o), +(166,771,c), +(160,771,l), +(160,1443,l), +(110,1443,l), +(110,-1,l), +(160,-1,l), +(160,256,l), +(167,256,l), +(222,90,o), +(396,-20,o), +(602,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(337,28,o), +(160,219,o), +(160,505,cs), +(160,806,o), +(336,1007,o), +(600,1007,cs), +(864,1007,o), +(1050,813,o), +(1050,523,cs), +(1050,226,o), +(865,28,o), +(602,28,cs) +); +} +); +width = 1160; +}, +{ +anchors = ( +{ +name = bottom; +pos = (610,0); +}, +{ +name = center; +pos = (305,1587); +}, +{ +name = top; +pos = (610,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(968,-20,o), +(1159,193,o), +(1159,513,cs), +(1159,838,o), +(967,1055,o), +(679,1055,cs), +(525,1055,o), +(374,986,o), +(302,882,c), +(290,882,l), +(290,1443,l), +(110,1443,l), +(110,-1,l), +(290,-1,l), +(290,162,l), +(302,162,l), +(363,53,o), +(515,-20,o), +(681,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(429,138,o), +(290,289,o), +(290,515,cs), +(294,743,o), +(432,895,o), +(636,895,cs), +(842,895,o), +(979,742,o), +(979,513,cs), +(979,288,o), +(843,138,o), +(638,138,cs) +); +} +); +width = 1219; +}, +{ +anchors = ( +{ +name = bottom; +pos = (728,0); +}, +{ +name = center; +pos = (364,1587); +}, +{ +name = top; +pos = (728,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1192,-36,o), +(1396,192,o), +(1396,534,cs), +(1396,889,o), +(1192,1125,o), +(886,1125,cs), +(725,1125,o), +(582,1055,o), +(528,951,c), +(510,951,l), +(510,1443,l), +(110,1443,l), +(110,0,l), +(510,0,l), +(510,124,l), +(528,124,l), +(570,28,o), +(713,-36,o), +(886,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(604,240,o), +(510,359,o), +(510,538,cs), +(510,716,o), +(604,834,o), +(745,834,cs), +(896,834,o), +(996,716,o), +(996,538,cs), +(996,359,o), +(896,240,o), +(745,240,cs) +); +} +); +width = 1456; +}, +{ +anchors = ( +{ +name = bottom; +pos = (469,0); +}, +{ +name = center; +pos = (517,1587); +}, +{ +name = top; +pos = (691,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(787,-20,o), +(1023,189,o), +(1101,523,cs), +(1177,850,o), +(1036,1055,o), +(735,1055,cs), +(532,1055,o), +(338,942,o), +(233,761,c), +(227,761,l), +(382,1443,l), +(332,1443,l), +(0,-1,l), +(50,-1,l), +(111,266,l), +(118,266,l), +(135,90,o), +(278,-20,o), +(487,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(225,28,o), +(98,212,o), +(167,505,cs), +(239,813,o), +(453,1007,o), +(723,1007,cs), +(993,1007,o), +(1120,820,o), +(1051,523,cs), +(981,219,o), +(766,28,o), +(497,28,cs) +); +} +); +width = 1161; +}, +{ +anchors = ( +{ +name = bottom; +pos = (488,0); +}, +{ +name = center; +pos = (523,1587); +}, +{ +name = top; +pos = (710,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(830,-20,o), +(1066,186,o), +(1141,513,cs), +(1220,846,o), +(1079,1055,o), +(778,1055,cs), +(600,1055,o), +(448,973,o), +(381,842,c), +(369,842,l), +(507,1443,l), +(327,1443,l), +(-6,-1,l), +(174,-1,l), +(220,202,l), +(232,202,l), +(244,66,o), +(360,-20,o), +(530,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(332,138,o), +(239,283,o), +(293,515,cs), +(351,748,o), +(511,895,o), +(707,895,cs), +(918,895,o), +(1016,748,o), +(961,513,cs), +(908,283,o), +(742,138,o), +(533,138,cs) +); +} +); +width = 1203; +}, +{ +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = center; +pos = (574,1587); +}, +{ +name = top; +pos = (825,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1026,-36,o), +(1271,184,o), +(1352,534,cs), +(1436,897,o), +(1297,1125,o), +(990,1125,cs), +(846,1125,o), +(703,1039,o), +(619,901,c), +(601,901,l), +(728,1443,l), +(329,1443,l), +(-7,0,l), +(392,0,l), +(425,144,l), +(443,144,l), +(456,33,o), +(561,-36,o), +(719,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(531,240,o), +(474,355,o), +(517,538,cs), +(560,720,o), +(668,834,o), +(800,834,cs), +(936,834,o), +(996,720,o), +(953,538,cs), +(910,355,o), +(799,240,o), +(663,240,cs) +); +} +); +width = 1416; +} +); +metricLeft = i; +metricRight = o; +unicode = 98; +}, +{ +color = 6; +glyphname = c; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (582,1); +}, +{ +name = top; +pos = (572,1054); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(64,186,o), +(262,-20,o), +(572,-20,cs), +(759,-20,o), +(921,73,o), +(991,220,c), +(949,247,l), +(886,112,o), +(741,28,o), +(572,28,cs), +(292,28,o), +(114,215,o), +(110,513,cs), +(114,816,o), +(292,1006,o), +(572,1006,cs), +(736,1006,o), +(882,923,o), +(951,791,c), +(991,816,l), +(914,962,o), +(752,1054,o), +(572,1054,cs), +(262,1054,o), +(64,845,o), +(60,513,cs) +); +} +); +width = 1051; +}, +{ +anchors = ( +{ +name = bottom; +pos = (605,1); +}, +{ +name = top; +pos = (627,1055); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(65,193,o), +(285,-20,o), +(609,-20,cs), +(816,-20,o), +(1000,94,o), +(1068,265,c), +(926,350,l), +(878,223,o), +(751,139,o), +(609,139,cs), +(391,139,o), +(243,289,o), +(240,513,cs), +(243,742,o), +(391,895,o), +(609,895,cs), +(751,895,o), +(878,809,o), +(926,681,c), +(1068,775,l), +(1001,943,o), +(817,1055,o), +(609,1055,cs), +(285,1055,o), +(65,838,o), +(60,513,cs) +); +} +); +width = 1128; +}, +{ +anchors = ( +{ +name = bottom; +pos = (694,9); +}, +{ +name = top; +pos = (692,1124); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(64,198,o), +(305,-37,o), +(662,-37,cs), +(864,-37,o), +(1061,63,o), +(1154,213,c), +(918,419,l), +(883,345,o), +(799,295,o), +(708,295,cs), +(559,295,o), +(460,397,o), +(460,550,cs), +(460,696,o), +(559,794,o), +(708,794,cs), +(794,794,o), +(878,740,o), +(918,658,c), +(1154,843,l), +(1061,1012,o), +(864,1124,o), +(662,1124,cs), +(301,1124,o), +(60,894,o), +(60,550,cs) +); +} +); +width = 1214; +}, +{ +anchors = ( +{ +name = bottom; +pos = (491,1); +}, +{ +name = top; +pos = (667,1054); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(6,186,o), +(167,-20,o), +(477,-20,cs), +(665,-20,o), +(843,73,o), +(939,220,c), +(901,247,l), +(815,112,o), +(651,28,o), +(476,28,cs), +(203,28,o), +(61,215,o), +(109,513,cs), +(167,816,o), +(383,1006,o), +(668,1006,cs), +(826,1006,o), +(954,923,o), +(999,791,c), +(1044,816,l), +(992,962,o), +(847,1054,o), +(667,1054,cs), +(357,1054,o), +(122,845,o), +(59,513,cs) +); +} +); +width = 1063; +}, +{ +anchors = ( +{ +name = bottom; +pos = (474,1); +}, +{ +name = top; +pos = (682,1055); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(7,186,o), +(171,-20,o), +(484,-20,cs), +(690,-20,o), +(883,90,o), +(983,265,c), +(856,350,l), +(785,220,o), +(645,139,o), +(492,139,cs), +(300,139,o), +(202,283,o), +(239,513,cs), +(284,748,o), +(449,895,o), +(666,895,cs), +(793,895,o), +(889,812,o), +(915,681,c), +(1073,775,l), +(1035,947,o), +(881,1055,o), +(674,1055,cs), +(360,1055,o), +(123,846,o), +(59,513,cs) +); +} +); +width = 1097; +}, +{ +anchors = ( +{ +name = bottom; +pos = (600,9); +}, +{ +name = top; +pos = (794,1124); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1,189,o), +(206,-37,o), +(590,-37,cs), +(789,-37,o), +(984,59,o), +(1096,213,c), +(893,399,l), +(836,311,o), +(745,255,o), +(657,255,cs), +(505,255,o), +(429,369,o), +(461,550,cs), +(492,724,o), +(607,834,o), +(759,834,cs), +(841,834,o), +(912,774,o), +(942,678,c), +(1207,843,l), +(1152,1016,o), +(993,1124,o), +(794,1124,cs), +(406,1124,o), +(123,903,o), +(61,550,cs) +); +} +); +width = 1228; +} +); +metricLeft = o; +metricRight = o; +unicode = 99; +}, +{ +color = 10; +glyphname = cacute; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = c; +}, +{ +pos = (453,114); +ref = acute; +} +); +width = 1051; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (450,115); +ref = acute; +} +); +width = 1128; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (475,124); +ref = acute; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = c; +}, +{ +pos = (482,114); +ref = acute; +} +); +width = 1063; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = c; +}, +{ +pos = (420,115); +ref = acute; +} +); +width = 1097; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = c; +}, +{ +pos = (481,124); +ref = acute; +} +); +width = 1228; +} +); +metricLeft = o; +metricRight = o; +unicode = 263; +}, +{ +color = 10; +glyphname = ccaron; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = c; +}, +{ +pos = (255,114); +ref = caroncomb; +} +); +width = 1051; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (245,115); +ref = caroncomb; +} +); +width = 1128; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (172,124); +ref = caroncomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = c; +}, +{ +pos = (260,114); +ref = caroncomb; +} +); +width = 1063; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = c; +}, +{ +pos = (208,115); +ref = caroncomb; +} +); +width = 1097; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = c; +}, +{ +pos = (166,118); +ref = caroncomb; +} +); +width = 1228; +} +); +metricLeft = o; +metricRight = o; +unicode = 269; +}, +{ +color = 10; +glyphname = ccedilla; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = c; +}, +{ +pos = (404,1); +ref = cedillacomb; +} +); +width = 1051; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (365,1); +ref = cedillacomb; +} +); +width = 1128; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (418,9); +ref = cedillacomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = c; +}, +{ +pos = (422,1); +ref = cedillacomb; +} +); +width = 1063; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = c; +}, +{ +pos = (350,1); +ref = cedillacomb; +} +); +width = 1097; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = c; +}, +{ +pos = (430,9); +ref = cedillacomb; +} +); +width = 1228; +} +); +metricLeft = o; +unicode = 231; +}, +{ +color = 10; +glyphname = ccircumflex; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (582,1); +}, +{ +name = top; +pos = (570,1368); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(64,186,o), +(262,-20,o), +(572,-20,cs), +(759,-20,o), +(921,73,o), +(991,220,c), +(949,247,l), +(886,112,o), +(741,28,o), +(572,28,cs), +(292,28,o), +(114,215,o), +(110,513,cs), +(114,816,o), +(292,1006,o), +(572,1006,cs), +(736,1006,o), +(882,923,o), +(951,791,c), +(991,816,l), +(914,962,o), +(752,1054,o), +(572,1054,cs), +(262,1054,o), +(64,845,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(363,1200,l), +(427,1200,l), +(569,1362,l), +(571,1362,l), +(713,1200,l), +(777,1200,l), +(592,1409,l), +(548,1409,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = c; +}, +{ +pos = (253,114); +ref = circumflexcomb; +} +); +width = 1051; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (605,1); +}, +{ +name = top; +pos = (618,1358); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(65,193,o), +(285,-20,o), +(609,-20,cs), +(816,-20,o), +(1000,94,o), +(1068,265,c), +(926,350,l), +(878,223,o), +(751,139,o), +(609,139,cs), +(391,139,o), +(243,289,o), +(240,513,cs), +(243,742,o), +(391,895,o), +(609,895,cs), +(751,895,o), +(878,809,o), +(926,681,c), +(1068,775,l), +(1001,943,o), +(817,1055,o), +(609,1055,cs), +(285,1055,o), +(65,838,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(356,1150,l), +(550,1150,l), +(624,1265,l), +(630,1265,l), +(706,1150,l), +(900,1150,l), +(730,1389,l), +(524,1389,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (246,115); +ref = circumflexcomb; +} +); +width = 1128; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (694,9); +}, +{ +name = top; +pos = (692,1535); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(64,198,o), +(305,-37,o), +(662,-37,cs), +(864,-37,o), +(1061,63,o), +(1154,213,c), +(918,419,l), +(883,345,o), +(799,295,o), +(708,295,cs), +(559,295,o), +(460,397,o), +(460,550,cs), +(460,696,o), +(559,794,o), +(708,794,cs), +(794,794,o), +(878,740,o), +(918,658,c), +(1154,843,l), +(1061,1012,o), +(864,1124,o), +(662,1124,cs), +(301,1124,o), +(60,894,o), +(60,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(277,1218,l), +(589,1218,l), +(688,1393,l), +(698,1393,l), +(795,1218,l), +(1107,1218,l), +(881,1567,l), +(505,1567,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (167,124); +ref = circumflexcomb; +} +); +width = 1214; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (491,1); +}, +{ +name = top; +pos = (752,1368); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(6,186,o), +(167,-20,o), +(477,-20,cs), +(665,-20,o), +(843,73,o), +(939,220,c), +(901,247,l), +(815,112,o), +(651,28,o), +(476,28,cs), +(203,28,o), +(61,215,o), +(109,513,cs), +(167,816,o), +(383,1006,o), +(668,1006,cs), +(826,1006,o), +(954,923,o), +(999,791,c), +(1044,816,l), +(992,962,o), +(847,1054,o), +(667,1054,cs), +(357,1054,o), +(122,845,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,1200,l), +(574,1200,l), +(750,1362,l), +(752,1362,l), +(860,1200,l), +(924,1200,l), +(783,1409,l), +(739,1409,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (279,114); +ref = circumflexcomb; +} +); +width = 1143; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (474,1); +}, +{ +name = top; +pos = (739,1358); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(7,186,o), +(171,-20,o), +(484,-20,cs), +(690,-20,o), +(883,90,o), +(983,265,c), +(856,350,l), +(785,220,o), +(645,139,o), +(492,139,cs), +(300,139,o), +(202,283,o), +(239,513,cs), +(284,748,o), +(449,895,o), +(666,895,cs), +(793,895,o), +(889,812,o), +(915,681,c), +(1073,775,l), +(1035,947,o), +(881,1055,o), +(674,1055,cs), +(360,1055,o), +(123,846,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(422,1150,l), +(616,1150,l), +(714,1265,l), +(720,1265,l), +(772,1150,l), +(966,1150,l), +(846,1389,l), +(640,1389,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (208,115); +ref = circumflexcomb; +} +); +width = 1177; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (600,9); +}, +{ +name = top; +pos = (901,1505); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1,189,o), +(206,-37,o), +(590,-37,cs), +(789,-37,o), +(984,59,o), +(1096,213,c), +(893,399,l), +(836,311,o), +(745,255,o), +(657,255,cs), +(505,255,o), +(429,369,o), +(461,550,cs), +(492,724,o), +(607,834,o), +(759,834,cs), +(841,834,o), +(912,774,o), +(942,678,c), +(1207,843,l), +(1152,1016,o), +(993,1124,o), +(794,1124,cs), +(406,1124,o), +(123,903,o), +(61,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(419,1218,l), +(731,1218,l), +(867,1393,l), +(877,1393,l), +(937,1218,l), +(1249,1218,l), +(1097,1567,l), +(721,1567,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (193,124); +ref = circumflexcomb; +} +); +width = 1308; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (600,9); +}, +{ +name = top; +pos = (901,1505); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1,189,o), +(206,-37,o), +(590,-37,cs), +(789,-37,o), +(984,59,o), +(1096,213,c), +(893,399,l), +(836,311,o), +(745,255,o), +(657,255,cs), +(505,255,o), +(429,369,o), +(461,550,cs), +(492,724,o), +(607,834,o), +(759,834,cs), +(841,834,o), +(912,774,o), +(942,678,c), +(1207,843,l), +(1152,1016,o), +(993,1124,o), +(794,1124,cs), +(406,1124,o), +(123,903,o), +(61,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(419,1218,l), +(731,1218,l), +(867,1393,l), +(877,1393,l), +(937,1218,l), +(1249,1218,l), +(1097,1567,l), +(721,1567,l) +); +} +); +}; +layerId = "56F1D0D3-4070-44C5-A86D-E456F561012A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (193,124); +ref = circumflexcomb; +} +); +width = 1308; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (474,1); +}, +{ +name = top; +pos = (739,1358); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(7,186,o), +(171,-20,o), +(484,-20,cs), +(690,-20,o), +(883,90,o), +(983,265,c), +(856,350,l), +(785,220,o), +(645,139,o), +(492,139,cs), +(300,139,o), +(202,283,o), +(239,513,cs), +(284,748,o), +(449,895,o), +(666,895,cs), +(793,895,o), +(889,812,o), +(915,681,c), +(1073,775,l), +(1035,947,o), +(881,1055,o), +(674,1055,cs), +(360,1055,o), +(123,846,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(422,1150,l), +(616,1150,l), +(714,1265,l), +(720,1265,l), +(772,1150,l), +(966,1150,l), +(846,1389,l), +(640,1389,l) +); +} +); +}; +layerId = "2A79D4DB-3883-4F82-B700-0849A4141FFF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (208,115); +ref = circumflexcomb; +} +); +width = 1177; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (694,9); +}, +{ +name = top; +pos = (692,1535); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(64,198,o), +(305,-37,o), +(662,-37,cs), +(864,-37,o), +(1061,63,o), +(1154,213,c), +(918,419,l), +(883,345,o), +(799,295,o), +(708,295,cs), +(559,295,o), +(460,397,o), +(460,550,cs), +(460,696,o), +(559,794,o), +(708,794,cs), +(794,794,o), +(878,740,o), +(918,658,c), +(1154,843,l), +(1061,1012,o), +(864,1124,o), +(662,1124,cs), +(301,1124,o), +(60,894,o), +(60,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(277,1218,l), +(589,1218,l), +(688,1393,l), +(698,1393,l), +(795,1218,l), +(1107,1218,l), +(881,1567,l), +(505,1567,l) +); +} +); +}; +layerId = "AE1E6E86-2146-4E3B-8BF2-9C46BF94A5BF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = c; +}, +{ +pos = (167,124); +ref = circumflexcomb; +} +); +width = 1214; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (491,1); +}, +{ +name = top; +pos = (752,1368); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(6,186,o), +(167,-20,o), +(477,-20,cs), +(665,-20,o), +(843,73,o), +(939,220,c), +(901,247,l), +(815,112,o), +(651,28,o), +(476,28,cs), +(203,28,o), +(61,215,o), +(109,513,cs), +(167,816,o), +(383,1006,o), +(668,1006,cs), +(826,1006,o), +(954,923,o), +(999,791,c), +(1044,816,l), +(992,962,o), +(847,1054,o), +(667,1054,cs), +(357,1054,o), +(122,845,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,1200,l), +(574,1200,l), +(750,1362,l), +(752,1362,l), +(860,1200,l), +(924,1200,l), +(783,1409,l), +(739,1409,l) +); +} +); +}; +layerId = "DE63481B-C1CA-4901-95E6-4FB11B626185"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = c; +}, +{ +alignment = -1; +pos = (279,114); +ref = circumflexcomb; +} +); +width = 1143; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (605,1); +}, +{ +name = top; +pos = (618,1358); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(65,193,o), +(285,-20,o), +(609,-20,cs), +(816,-20,o), +(1000,94,o), +(1068,265,c), +(926,350,l), +(878,223,o), +(751,139,o), +(609,139,cs), +(391,139,o), +(243,289,o), +(240,513,cs), +(243,742,o), +(391,895,o), +(609,895,cs), +(751,895,o), +(878,809,o), +(926,681,c), +(1068,775,l), +(1001,943,o), +(817,1055,o), +(609,1055,cs), +(285,1055,o), +(65,838,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(356,1150,l), +(550,1150,l), +(624,1265,l), +(630,1265,l), +(706,1150,l), +(900,1150,l), +(730,1389,l), +(524,1389,l) +); +} +); +}; +layerId = "C445895A-9CE6-4C84-BA50-668E97C3FF4B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = c; +}, +{ +pos = (246,115); +ref = circumflexcomb; +} +); +width = 1128; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (582,1); +}, +{ +name = top; +pos = (570,1368); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(64,186,o), +(262,-20,o), +(572,-20,cs), +(759,-20,o), +(921,73,o), +(991,220,c), +(949,247,l), +(886,112,o), +(741,28,o), +(572,28,cs), +(292,28,o), +(114,215,o), +(110,513,cs), +(114,816,o), +(292,1006,o), +(572,1006,cs), +(736,1006,o), +(882,923,o), +(951,791,c), +(991,816,l), +(914,962,o), +(752,1054,o), +(572,1054,cs), +(262,1054,o), +(64,845,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(363,1200,l), +(427,1200,l), +(569,1362,l), +(571,1362,l), +(713,1200,l), +(777,1200,l), +(592,1409,l), +(548,1409,l) +); +} +); +}; +layerId = "CA9D771C-0CA3-4A4C-8C71-4621C3E55E94"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = c; +}, +{ +pos = (253,114); +ref = circumflexcomb; +} +); +width = 1051; +} +); +unicode = 265; +}, +{ +color = 10; +glyphname = cdotaccent; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = c; +}, +{ +pos = (427,114); +ref = dotaccentcomb; +} +); +width = 1051; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = c; +}, +{ +pos = (415,115); +ref = dotaccentcomb; +} +); +width = 1128; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = c; +}, +{ +pos = (420,124); +ref = dotaccentcomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = c; +}, +{ +pos = (429,114); +ref = dotaccentcomb; +} +); +width = 1063; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = c; +}, +{ +pos = (376,115); +ref = dotaccentcomb; +} +); +width = 1097; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = c; +}, +{ +pos = (419,124); +ref = dotaccentcomb; +} +); +width = 1228; +} +); +unicode = 267; +}, +{ +color = 6; +glyphname = d; +kernLeft = sround; +kernRight = sflat; +lastChange = "2025-12-11 14:59:16 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (627,-20); +}, +{ +name = center; +pos = (502,520); +}, +{ +name = hook; +pos = (1019,0); +}, +{ +name = hookup; +pos = (1019,1443); +}, +{ +name = top; +pos = (1023,1443); +}, +{ +name = topbar; +pos = (939,1171); +}, +{ +name = topright; +pos = (1350,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,193,o), +(251,-20,o), +(538,-20,cs), +(704,-20,o), +(856,53,o), +(917,162,c), +(929,162,l), +(929,-1,l), +(1109,-1,l), +(1109,1443,l), +(929,1443,l), +(929,882,l), +(917,882,l), +(845,986,o), +(694,1055,o), +(540,1055,cs), +(252,1055,o), +(60,838,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(929,289,o), +(790,138,o), +(581,138,cs), +(376,138,o), +(240,288,o), +(240,513,cs), +(240,742,o), +(377,895,o), +(583,895,cs), +(787,895,o), +(925,743,o), +(929,515,cs) +); +} +); +width = 1219; +}, +{ +anchors = ( +{ +name = bottom; +pos = (768,-20); +}, +{ +name = center; +pos = (758,550); +}, +{ +name = hook; +pos = (1135,2); +}, +{ +name = hookup; +pos = (1153,1443); +}, +{ +name = top; +pos = (1156,1443); +}, +{ +name = topbar; +pos = (1066,1119); +}, +{ +name = topright; +pos = (1614,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,192,o), +(264,-36,o), +(570,-36,cs), +(743,-36,o), +(886,28,o), +(928,124,c), +(946,124,l), +(946,0,l), +(1346,0,l), +(1346,1443,l), +(946,1443,l), +(946,951,l), +(928,951,l), +(874,1055,o), +(731,1125,o), +(570,1125,cs), +(264,1125,o), +(60,889,o), +(60,534,cs) +); +}, +{ +closed = 1; +nodes = ( +(946,359,o), +(852,240,o), +(711,240,cs), +(560,240,o), +(460,359,o), +(460,538,cs), +(460,716,o), +(560,834,o), +(711,834,cs), +(852,834,o), +(946,716,o), +(946,538,cs) +); +} +); +width = 1456; +}, +{ +anchors = ( +{ +name = bottom; +pos = (621,-16); +}, +{ +name = center; +pos = (516,544); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = hookup; +pos = (1025,1443); +}, +{ +name = top; +pos = (1026,1443); +}, +{ +name = topbar; +pos = (942,1251); +}, +{ +name = topright; +pos = (1245,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,197,o), +(265,-20,o), +(558,-20,cs), +(764,-20,o), +(938,90,o), +(993,256,c), +(1000,256,l), +(1000,-1,l), +(1050,-1,l), +(1050,1443,l), +(1000,1443,l), +(1000,771,l), +(994,771,l), +(934,941,o), +(760,1055,o), +(560,1055,cs), +(266,1055,o), +(60,842,o), +(60,523,cs) +); +}, +{ +closed = 1; +nodes = ( +(1000,219,o), +(823,28,o), +(558,28,cs), +(295,28,o), +(110,226,o), +(110,523,cs), +(110,813,o), +(296,1007,o), +(560,1007,cs), +(824,1007,o), +(1000,806,o), +(1000,505,cs) +); +} +); +width = 1160; +}, +{ +anchors = ( +{ +name = bottom; +pos = (497,-16); +}, +{ +name = center; +pos = (511,544); +}, +{ +name = hook; +pos = (908,0); +}, +{ +name = hookup; +pos = (1214,1443); +}, +{ +name = top; +pos = (1215,1443); +}, +{ +name = topbar; +pos = (1097,1251); +}, +{ +name = topright; +pos = (1539,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,189,o), +(133,-20,o), +(433,-20,cs), +(642,-20,o), +(834,90,o), +(929,266,c), +(936,266,l), +(879,-1,l), +(929,-1,l), +(1239,1443,l), +(1189,1443,l), +(1041,761,l), +(1035,761,l), +(1010,942,o), +(867,1055,o), +(664,1055,cs), +(363,1055,o), +(130,850,o), +(61,523,cs) +); +}, +{ +closed = 1; +nodes = ( +(925,212,o), +(716,28,o), +(444,28,cs), +(175,28,o), +(46,219,o), +(111,523,cs), +(174,820,o), +(384,1007,o), +(654,1007,cs), +(924,1007,o), +(1052,813,o), +(987,505,cs) +); +} +); +width = 1152; +}, +{ +anchors = ( +{ +name = bottom; +pos = (492,-20); +}, +{ +name = center; +pos = (482,520); +}, +{ +name = hook; +pos = (889,0); +}, +{ +name = hookup; +pos = (1197,1443); +}, +{ +name = top; +pos = (1201,1443); +}, +{ +name = topbar; +pos = (1077,1171); +}, +{ +name = topright; +pos = (1595,1457); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,186,o), +(133,-20,o), +(433,-20,cs), +(603,-20,o), +(757,66,o), +(830,202,c), +(842,202,l), +(798,-1,l), +(978,-1,l), +(1287,1443,l), +(1107,1443,l), +(978,842,l), +(966,842,l), +(957,973,o), +(842,1055,o), +(664,1055,cs), +(363,1055,o), +(129,846,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(859,283,o), +(701,138,o), +(500,138,cs), +(291,138,o), +(190,283,o), +(239,513,cs), +(289,748,o), +(452,895,o), +(663,895,cs), +(859,895,o), +(954,748,o), +(908,515,cs) +); +} +); +width = 1196; +}, +{ +anchors = ( +{ +name = bottom; +pos = (597,-20); +}, +{ +name = center; +pos = (708,550); +}, +{ +name = hook; +pos = (984,2); +}, +{ +name = hookup; +pos = (1292,1443); +}, +{ +name = top; +pos = (1287,1443); +}, +{ +name = topbar; +pos = (1166,1159); +}, +{ +name = topright; +pos = (1814,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-18,184,o), +(129,-36,o), +(436,-36,cs), +(594,-36,o), +(730,33,o), +(792,144,c), +(810,144,l), +(779,0,l), +(1178,0,l), +(1484,1443,l), +(1085,1443,l), +(971,901,l), +(953,901,l), +(931,1039,o), +(826,1125,o), +(682,1125,cs), +(375,1125,o), +(134,897,o), +(57,534,cs) +); +}, +{ +closed = 1; +nodes = ( +(855,355,o), +(747,240,o), +(615,240,cs), +(479,240,o), +(419,355,o), +(458,538,cs), +(496,720,o), +(606,834,o), +(742,834,cs), +(874,834,o), +(932,720,o), +(894,538,cs) +); +} +); +width = 1405; +} +); +metricLeft = o; +metricRight = i; +unicode = 100; +}, +{ +color = 10; +glyphname = dcaron; +lastChange = "2025-12-11 15:09:25 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = d; +}, +{ +pos = (965,-76); +ref = caron.alt; +} +); +width = 1160; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = d; +}, +{ +pos = (1055,-78); +ref = caron.alt; +} +); +width = 1219; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = d; +}, +{ +pos = (1306,0); +ref = caron.alt; +} +); +width = 1456; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = d; +}, +{ +pos = (979,-76); +ref = caron.alt; +} +); +width = 1152; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = d; +}, +{ +pos = (1100,-64); +ref = caron.alt; +} +); +width = 1196; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = d; +}, +{ +pos = (1206,0); +ref = caron.alt; +} +); +width = 1405; +} +); +unicode = 271; +}, +{ +color = 10; +glyphname = dcroat; +kernLeft = sround; +kernRight = dcroat; +lastChange = "2025-12-11 14:59:16 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (621,-16); +}, +{ +name = center; +pos = (516,544); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = hookup; +pos = (1025,1443); +}, +{ +name = top; +pos = (1026,1443); +}, +{ +name = topbar; +pos = (972,1251); +}, +{ +name = topright; +pos = (1245,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,197,o), +(265,-20,o), +(558,-20,cs), +(764,-20,o), +(938,90,o), +(993,256,c), +(1000,256,l), +(1000,-1,l), +(1050,-1,l), +(1050,1443,l), +(1000,1443,l), +(1000,771,l), +(994,771,l), +(934,941,o), +(760,1055,o), +(560,1055,cs), +(266,1055,o), +(60,842,o), +(60,523,cs) +); +}, +{ +closed = 1; +nodes = ( +(1000,219,o), +(823,28,o), +(558,28,cs), +(295,28,o), +(110,226,o), +(110,523,cs), +(110,813,o), +(296,1007,o), +(560,1007,cs), +(824,1007,o), +(1000,806,o), +(1000,505,cs) +); +}, +{ +closed = 1; +nodes = ( +(744,1251,l), +(1227,1251,l), +(1227,1299,l), +(744,1299,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (614,62); +ref = topbar; +} +); +width = 1317; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,-20); +}, +{ +name = center; +pos = (502,520); +}, +{ +name = hook; +pos = (1019,0); +}, +{ +name = hookup; +pos = (1019,1443); +}, +{ +name = top; +pos = (1023,1443); +}, +{ +name = topbar; +pos = (969,1171); +}, +{ +name = topright; +pos = (1350,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,193,o), +(251,-20,o), +(538,-20,cs), +(704,-20,o), +(856,53,o), +(917,162,c), +(929,162,l), +(929,-1,l), +(1109,-1,l), +(1109,1443,l), +(929,1443,l), +(929,882,l), +(917,882,l), +(845,986,o), +(694,1055,o), +(540,1055,cs), +(252,1055,o), +(60,838,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(929,289,o), +(790,138,o), +(581,138,cs), +(376,138,o), +(240,288,o), +(240,513,cs), +(240,742,o), +(377,895,o), +(583,895,cs), +(787,895,o), +(925,743,o), +(929,515,cs) +); +}, +{ +closed = 1; +nodes = ( +(682,1171,l), +(1275,1171,l), +(1275,1311,l), +(682,1311,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (552,32); +ref = topbar; +} +); +width = 1355; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,-20); +}, +{ +name = center; +pos = (758,550); +}, +{ +name = hook; +pos = (1135,2); +}, +{ +name = hookup; +pos = (1153,1443); +}, +{ +name = top; +pos = (1156,1443); +}, +{ +name = topbar; +pos = (1086,1119); +}, +{ +name = topright; +pos = (1514,1660); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,192,o), +(264,-36,o), +(570,-36,cs), +(743,-36,o), +(886,28,o), +(928,124,c), +(946,124,l), +(946,0,l), +(1346,0,l), +(1346,1443,l), +(946,1443,l), +(946,951,l), +(928,951,l), +(874,1055,o), +(731,1125,o), +(570,1125,cs), +(264,1125,o), +(60,889,o), +(60,534,cs) +); +}, +{ +closed = 1; +nodes = ( +(946,359,o), +(852,240,o), +(711,240,cs), +(560,240,o), +(460,359,o), +(460,538,cs), +(460,716,o), +(560,834,o), +(711,834,cs), +(852,834,o), +(946,716,o), +(946,538,cs) +); +}, +{ +closed = 1; +nodes = ( +(779,1119,l), +(1452,1119,l), +(1452,1359,l), +(779,1359,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (659,-30); +ref = topbar; +} +); +width = 1502; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (497,-16); +}, +{ +name = center; +pos = (511,544); +}, +{ +name = hook; +pos = (908,0); +}, +{ +name = hookup; +pos = (1214,1443); +}, +{ +name = top; +pos = (1215,1443); +}, +{ +name = topbar; +pos = (1117,1251); +}, +{ +name = topright; +pos = (1491,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,189,o), +(133,-20,o), +(433,-20,cs), +(642,-20,o), +(834,90,o), +(929,266,c), +(936,266,l), +(879,-1,l), +(929,-1,l), +(1239,1443,l), +(1189,1443,l), +(1041,761,l), +(1035,761,l), +(1010,942,o), +(867,1055,o), +(664,1055,cs), +(363,1055,o), +(130,850,o), +(61,523,cs) +); +}, +{ +closed = 1; +nodes = ( +(925,212,o), +(716,28,o), +(444,28,cs), +(175,28,o), +(46,219,o), +(111,523,cs), +(174,820,o), +(384,1007,o), +(654,1007,cs), +(924,1007,o), +(1052,813,o), +(987,505,cs) +); +}, +{ +closed = 1; +nodes = ( +(884,1251,l), +(1367,1251,l), +(1377,1299,l), +(894,1299,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (622,62); +ref = topbar; +} +); +width = 1312; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (492,-20); +}, +{ +name = center; +pos = (482,520); +}, +{ +name = hook; +pos = (889,0); +}, +{ +name = hookup; +pos = (1197,1443); +}, +{ +name = top; +pos = (1201,1443); +}, +{ +name = topbar; +pos = (1097,1171); +}, +{ +name = topright; +pos = (1595,1519); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,186,o), +(133,-20,o), +(433,-20,cs), +(603,-20,o), +(757,66,o), +(830,202,c), +(842,202,l), +(798,-1,l), +(978,-1,l), +(1287,1443,l), +(1107,1443,l), +(978,842,l), +(966,842,l), +(957,973,o), +(842,1055,o), +(664,1055,cs), +(363,1055,o), +(129,846,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(859,283,o), +(701,138,o), +(500,138,cs), +(291,138,o), +(190,283,o), +(239,513,cs), +(289,748,o), +(452,895,o), +(663,895,cs), +(859,895,o), +(954,748,o), +(908,515,cs) +); +}, +{ +closed = 1; +nodes = ( +(795,1171,l), +(1388,1171,l), +(1418,1311,l), +(825,1311,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (543,32); +ref = topbar; +} +); +width = 1350; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (597,-20); +}, +{ +name = center; +pos = (708,550); +}, +{ +name = hook; +pos = (984,2); +}, +{ +name = hookup; +pos = (1292,1443); +}, +{ +name = top; +pos = (1287,1443); +}, +{ +name = topbar; +pos = (1166,1159); +}, +{ +name = topright; +pos = (1692,1633); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-18,184,o), +(129,-36,o), +(436,-36,cs), +(594,-36,o), +(730,33,o), +(792,144,c), +(810,144,l), +(779,0,l), +(1178,0,l), +(1484,1443,l), +(1085,1443,l), +(971,901,l), +(953,901,l), +(931,1039,o), +(826,1125,o), +(682,1125,cs), +(375,1125,o), +(134,897,o), +(57,534,cs) +); +}, +{ +closed = 1; +nodes = ( +(855,355,o), +(747,240,o), +(615,240,cs), +(479,240,o), +(419,355,o), +(458,538,cs), +(496,720,o), +(606,834,o), +(742,834,cs), +(874,834,o), +(932,720,o), +(894,538,cs) +); +}, +{ +closed = 1; +nodes = ( +(833,1159,l), +(1506,1159,l), +(1558,1399,l), +(885,1399,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (606,10); +ref = topbar; +} +); +width = 1478; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (597,-20); +}, +{ +name = center; +pos = (708,550); +}, +{ +name = hook; +pos = (984,2); +}, +{ +name = hookup; +pos = (1292,1443); +}, +{ +name = top; +pos = (1287,1443); +}, +{ +name = topbar; +pos = (1166,1159); +}, +{ +name = topright; +pos = (1692,1633); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-18,184,o), +(129,-36,o), +(436,-36,cs), +(594,-36,o), +(730,33,o), +(792,144,c), +(810,144,l), +(779,0,l), +(1178,0,l), +(1484,1443,l), +(1085,1443,l), +(971,901,l), +(953,901,l), +(931,1039,o), +(826,1125,o), +(682,1125,cs), +(375,1125,o), +(134,897,o), +(57,534,cs) +); +}, +{ +closed = 1; +nodes = ( +(855,355,o), +(747,240,o), +(615,240,cs), +(479,240,o), +(419,355,o), +(458,538,cs), +(496,720,o), +(606,834,o), +(742,834,cs), +(874,834,o), +(932,720,o), +(894,538,cs) +); +}, +{ +closed = 1; +nodes = ( +(833,1159,l), +(1506,1159,l), +(1558,1399,l), +(885,1399,l) +); +} +); +}; +layerId = "C2B63564-8DE9-469F-A5BC-DC6C5440FCCB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (606,10); +ref = topbar; +} +); +width = 1478; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (492,-20); +}, +{ +name = center; +pos = (482,520); +}, +{ +name = hook; +pos = (889,0); +}, +{ +name = hookup; +pos = (1197,1443); +}, +{ +name = top; +pos = (1201,1443); +}, +{ +name = topbar; +pos = (1097,1171); +}, +{ +name = topright; +pos = (1595,1519); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,186,o), +(133,-20,o), +(433,-20,cs), +(603,-20,o), +(757,66,o), +(830,202,c), +(842,202,l), +(798,-1,l), +(978,-1,l), +(1287,1443,l), +(1107,1443,l), +(978,842,l), +(966,842,l), +(957,973,o), +(842,1055,o), +(664,1055,cs), +(363,1055,o), +(129,846,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(859,283,o), +(701,138,o), +(500,138,cs), +(291,138,o), +(190,283,o), +(239,513,cs), +(289,748,o), +(452,895,o), +(663,895,cs), +(859,895,o), +(954,748,o), +(908,515,cs) +); +}, +{ +closed = 1; +nodes = ( +(795,1171,l), +(1388,1171,l), +(1418,1311,l), +(825,1311,l) +); +} +); +}; +layerId = "7ACD3A70-D725-4B33-9760-A03EE49B1F7A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (543,32); +ref = topbar; +} +); +width = 1350; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,-20); +}, +{ +name = center; +pos = (758,550); +}, +{ +name = hook; +pos = (1135,2); +}, +{ +name = hookup; +pos = (1153,1443); +}, +{ +name = top; +pos = (1156,1443); +}, +{ +name = topbar; +pos = (1086,1119); +}, +{ +name = topright; +pos = (1514,1660); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,192,o), +(264,-36,o), +(570,-36,cs), +(743,-36,o), +(886,28,o), +(928,124,c), +(946,124,l), +(946,0,l), +(1346,0,l), +(1346,1443,l), +(946,1443,l), +(946,951,l), +(928,951,l), +(874,1055,o), +(731,1125,o), +(570,1125,cs), +(264,1125,o), +(60,889,o), +(60,534,cs) +); +}, +{ +closed = 1; +nodes = ( +(946,359,o), +(852,240,o), +(711,240,cs), +(560,240,o), +(460,359,o), +(460,538,cs), +(460,716,o), +(560,834,o), +(711,834,cs), +(852,834,o), +(946,716,o), +(946,538,cs) +); +}, +{ +closed = 1; +nodes = ( +(779,1119,l), +(1452,1119,l), +(1452,1359,l), +(779,1359,l) +); +} +); +}; +layerId = "3FF52AE7-C544-4BA4-A0D5-D483543E12F1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (659,-30); +ref = topbar; +} +); +width = 1502; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (497,-16); +}, +{ +name = center; +pos = (511,544); +}, +{ +name = hook; +pos = (908,0); +}, +{ +name = hookup; +pos = (1214,1443); +}, +{ +name = top; +pos = (1215,1443); +}, +{ +name = topbar; +pos = (1117,1251); +}, +{ +name = topright; +pos = (1491,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,189,o), +(133,-20,o), +(433,-20,cs), +(642,-20,o), +(834,90,o), +(929,266,c), +(936,266,l), +(879,-1,l), +(929,-1,l), +(1239,1443,l), +(1189,1443,l), +(1041,761,l), +(1035,761,l), +(1010,942,o), +(867,1055,o), +(664,1055,cs), +(363,1055,o), +(130,850,o), +(61,523,cs) +); +}, +{ +closed = 1; +nodes = ( +(925,212,o), +(716,28,o), +(444,28,cs), +(175,28,o), +(46,219,o), +(111,523,cs), +(174,820,o), +(384,1007,o), +(654,1007,cs), +(924,1007,o), +(1052,813,o), +(987,505,cs) +); +}, +{ +closed = 1; +nodes = ( +(884,1251,l), +(1367,1251,l), +(1377,1299,l), +(894,1299,l) +); +} +); +}; +layerId = "F38330B3-4849-4B33-887A-9FD60CDB02AE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (622,62); +ref = topbar; +} +); +width = 1312; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,-20); +}, +{ +name = center; +pos = (502,520); +}, +{ +name = hook; +pos = (1019,0); +}, +{ +name = hookup; +pos = (1019,1443); +}, +{ +name = top; +pos = (1023,1443); +}, +{ +name = topbar; +pos = (969,1171); +}, +{ +name = topright; +pos = (1350,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,193,o), +(251,-20,o), +(538,-20,cs), +(704,-20,o), +(856,53,o), +(917,162,c), +(929,162,l), +(929,-1,l), +(1109,-1,l), +(1109,1443,l), +(929,1443,l), +(929,882,l), +(917,882,l), +(845,986,o), +(694,1055,o), +(540,1055,cs), +(252,1055,o), +(60,838,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(929,289,o), +(790,138,o), +(581,138,cs), +(376,138,o), +(240,288,o), +(240,513,cs), +(240,742,o), +(377,895,o), +(583,895,cs), +(787,895,o), +(925,743,o), +(929,515,cs) +); +}, +{ +closed = 1; +nodes = ( +(682,1171,l), +(1275,1171,l), +(1275,1311,l), +(682,1311,l) +); +} +); +}; +layerId = "B18C21FD-D0D7-449C-8589-CEEAEB1D0861"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (552,32); +ref = topbar; +} +); +width = 1355; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (621,-16); +}, +{ +name = center; +pos = (516,544); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = hookup; +pos = (1025,1443); +}, +{ +name = top; +pos = (1026,1443); +}, +{ +name = topbar; +pos = (972,1251); +}, +{ +name = topright; +pos = (1245,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,197,o), +(265,-20,o), +(558,-20,cs), +(764,-20,o), +(938,90,o), +(993,256,c), +(1000,256,l), +(1000,-1,l), +(1050,-1,l), +(1050,1443,l), +(1000,1443,l), +(1000,771,l), +(994,771,l), +(934,941,o), +(760,1055,o), +(560,1055,cs), +(266,1055,o), +(60,842,o), +(60,523,cs) +); +}, +{ +closed = 1; +nodes = ( +(1000,219,o), +(823,28,o), +(558,28,cs), +(295,28,o), +(110,226,o), +(110,523,cs), +(110,813,o), +(296,1007,o), +(560,1007,cs), +(824,1007,o), +(1000,806,o), +(1000,505,cs) +); +}, +{ +closed = 1; +nodes = ( +(744,1251,l), +(1227,1251,l), +(1227,1299,l), +(744,1299,l) +); +} +); +}; +layerId = "E9DF3FEF-FD6A-40C5-BB54-5E0493EFA6F9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = d; +}, +{ +pos = (614,62); +ref = topbar; +} +); +width = 1317; +} +); +metricLeft = d; +tags = ( +topbar +); +unicode = 273; +}, +{ +color = 6; +glyphname = eth; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 13:48:17 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(825,-20,o), +(1007,167,o), +(1007,464,cs), +(1007,692,o), +(951,951,o), +(862,1136,cs), +(780,1307,o), +(613,1471,o), +(429,1561,c), +(428,1505,l), +(589,1430,o), +(739,1280,o), +(817,1115,cs), +(875,992,o), +(921,841,o), +(935,723,c), +(931,719,l), +(860,855,o), +(699,939,o), +(512,938,cs), +(234,935,o), +(60,753,o), +(60,467,cs), +(60,168,o), +(243,-20,o), +(535,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,28,o), +(108,197,o), +(108,466,cs), +(108,727,o), +(264,891,o), +(512,891,cs), +(786,891,o), +(958,724,o), +(958,458,cs), +(958,194,o), +(793,28,o), +(529,28,cs) +); +}, +{ +closed = 1; +nodes = ( +(991,1301,l), +(991,1350,l), +(123,1113,l), +(119,1061,l) +); +} +); +width = 1067; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(919,-20,o), +(1123,181,o), +(1123,501,cs), +(1123,770,o), +(1058,1046,o), +(955,1216,cs), +(841,1409,o), +(627,1545,o), +(399,1569,c), +(399,1416,l), +(572,1390,o), +(725,1292,o), +(796,1161,cs), +(843,1079,o), +(880,962,o), +(892,860,c), +(880,856,l), +(818,945,o), +(685,1000,o), +(535,999,cs), +(243,996,o), +(60,805,o), +(60,504,cs), +(60,182,o), +(266,-20,o), +(593,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(374,140,o), +(240,277,o), +(240,495,cs), +(240,705,o), +(374,837,o), +(587,837,cs), +(806,837,o), +(943,705,o), +(943,495,cs), +(943,277,o), +(806,140,o), +(587,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(1151,1269,l), +(1151,1424,l), +(200,1224,l), +(196,1054,l) +); +} +); +width = 1211; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1028,-36,o), +(1256,188,o), +(1256,546,cs), +(1256,793,o), +(1194,1052,o), +(1094,1216,cs), +(937,1481,o), +(643,1647,o), +(332,1647,c), +(332,1413,l), +(493,1413,o), +(640,1324,o), +(714,1183,cs), +(784,1064,o), +(828,931,o), +(828,839,c), +(810,836,l), +(759,942,o), +(628,1002,o), +(469,994,cs), +(218,981,o), +(60,794,o), +(60,511,cs), +(60,175,o), +(293,-36,o), +(665,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(538,328,o), +(460,403,o), +(460,522,cs), +(460,641,o), +(538,716,o), +(661,716,cs), +(781,716,o), +(857,641,o), +(857,522,cs), +(857,403,o), +(781,328,o), +(661,328,cs) +); +}, +{ +closed = 1; +nodes = ( +(1231,1252,l), +(1231,1475,l), +(198,1275,l), +(194,1038,l) +); +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(729,-20,o), +(944,167,o), +(996,464,cs), +(1036,692,o), +(1026,951,o), +(969,1136,cs), +(918,1307,o), +(780,1471,o), +(611,1561,c), +(601,1505,l), +(748,1430,o), +(872,1280,o), +(921,1115,cs), +(957,992,o), +(976,841,o), +(970,723,c), +(965,719,l), +(918,855,o), +(772,939,o), +(585,938,cs), +(306,935,o), +(100,753,o), +(49,467,cs), +(-3,168,o), +(147,-20,o), +(439,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,28,o), +(50,197,o), +(97,466,cs), +(143,727,o), +(328,891,o), +(576,891,cs), +(850,891,o), +(993,724,o), +(946,458,cs), +(899,194,o), +(705,28,o), +(441,28,cs) +); +}, +{ +closed = 1; +nodes = ( +(1128,1301,l), +(1136,1350,l), +(226,1113,l), +(213,1061,l) +); +} +); +width = 1068; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(824,-20,o), +(1063,181,o), +(1120,501,cs), +(1167,770,o), +(1151,1046,o), +(1078,1216,cs), +(998,1409,o), +(808,1545,o), +(584,1569,c), +(557,1416,l), +(726,1390,o), +(861,1292,o), +(909,1161,cs), +(942,1079,o), +(958,962,o), +(952,860,c), +(939,856,l), +(893,945,o), +(770,1000,o), +(620,999,cs), +(327,996,o), +(110,805,o), +(57,504,cs), +(1,182,o), +(171,-20,o), +(498,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,140,o), +(197,277,o), +(236,495,cs), +(273,705,o), +(430,837,o), +(643,837,cs), +(862,837,o), +(976,705,o), +(939,495,cs), +(900,277,o), +(739,140,o), +(520,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(1283,1269,l), +(1311,1424,l), +(324,1224,l), +(290,1054,l) +); +} +); +width = 1184; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(924,-36,o), +(1191,188,o), +(1254,546,cs), +(1298,793,o), +(1281,1052,o), +(1210,1216,cs), +(1100,1481,o), +(835,1647,o), +(524,1647,c), +(483,1413,l), +(644,1413,o), +(775,1324,o), +(825,1183,cs), +(874,1064,o), +(894,931,o), +(878,839,c), +(859,836,l), +(827,942,o), +(707,1002,o), +(546,994,cs), +(293,981,o), +(102,794,o), +(52,511,cs), +(-7,175,o), +(189,-36,o), +(561,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,328,o), +(433,403,o), +(454,522,cs), +(475,641,o), +(566,716,o), +(689,716,cs), +(809,716,o), +(872,641,o), +(851,522,cs), +(830,403,o), +(741,328,o), +(621,328,cs) +); +}, +{ +closed = 1; +nodes = ( +(1354,1252,l), +(1393,1475,l), +(325,1275,l), +(279,1038,l) +); +} +); +width = 1315; +} +); +metricLeft = o; +metricRight = o; +unicode = 240; +}, +{ +color = 6; +glyphname = e; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (539,2); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (537,1056); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +} +); +width = 1046; +}, +{ +anchors = ( +{ +name = bottom; +pos = (562,0); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1056); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +} +); +width = 1077; +}, +{ +anchors = ( +{ +name = bottom; +pos = (642,-10); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1124); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(968,-36,o), +(1214,186,o), +(1214,501,cs), +(1214,808,o), +(968,1024,o), +(617,1024,cs), +(275,1024,o), +(34,808,o), +(34,501,cs), +(34,186,o), +(275,-36,o), +(617,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,254,o), +(434,356,o), +(434,501,cs), +(434,638,o), +(510,734,o), +(617,734,cs), +(733,734,o), +(814,638,o), +(814,501,cs), +(814,356,o), +(733,254,o), +(617,254,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +} +); +width = 1214; +}, +{ +anchors = ( +{ +name = bottom; +pos = (448,2); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (632,1056); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +} +); +width = 1047; +}, +{ +anchors = ( +{ +name = bottom; +pos = (490,0); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (631,1056); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +} +); +width = 1080; +}, +{ +anchors = ( +{ +name = bottom; +pos = (574,-10); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (698,1124); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(978,-36,o), +(1224,186,o), +(1224,501,cs), +(1224,808,o), +(978,1024,o), +(627,1024,cs), +(285,1024,o), +(44,808,o), +(44,501,cs), +(44,186,o), +(285,-36,o), +(627,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(520,254,o), +(444,356,o), +(444,501,cs), +(444,638,o), +(520,734,o), +(627,734,cs), +(743,734,o), +(824,638,o), +(824,501,cs), +(824,356,o), +(743,254,o), +(627,254,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +} +); +width = 1250; +} +); +metricLeft = o; +metricRight = o; +unicode = 101; +}, +{ +color = 10; +glyphname = eacute; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (418,116); +ref = acute; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (385,116); +ref = acute; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (399,124); +ref = acute; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (447,116); +ref = acute; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (369,116); +ref = acute; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (385,124); +ref = acute; +} +); +width = 1250; +} +); +metricLeft = o; +metricRight = o; +unicode = 233; +}, +{ +color = 10; +glyphname = ecaron; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (537,1229); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (537,1349); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +}, +{ +closed = 1; +nodes = ( +(559,1188,l), +(744,1397,l), +(680,1397,l), +(538,1235,l), +(536,1235,l), +(394,1397,l), +(330,1397,l), +(515,1188,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (220,116); +ref = caroncomb; +} +); +width = 1046; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (552,1194); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1339); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +}, +{ +closed = 1; +nodes = ( +(664,1163,l), +(834,1402,l), +(640,1402,l), +(564,1267,l), +(558,1267,l), +(484,1402,l), +(290,1402,l), +(458,1163,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (180,116); +ref = caroncomb; +} +); +width = 1077; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (621,1272); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1546); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +}, +{ +closed = 1; +nodes = ( +(810,1240,l), +(1036,1589,l), +(724,1589,l), +(627,1414,l), +(617,1414,l), +(518,1589,l), +(206,1589,l), +(434,1240,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (96,124); +ref = caroncomb; +} +); +width = 1214; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (661,1229); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (686,1349); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +}, +{ +closed = 1; +nodes = ( +(679,1168,l), +(908,1377,l), +(839,1377,l), +(663,1215,l), +(661,1215,l), +(553,1377,l), +(494,1377,l), +(635,1168,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (225,116); +ref = caroncomb; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (624,1194); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (656,1339); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +}, +{ +closed = 1; +nodes = ( +(744,1163,l), +(964,1402,l), +(756,1402,l), +(656,1267,l), +(650,1267,l), +(600,1402,l), +(420,1402,l), +(538,1163,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (152,116); +ref = caroncomb; +} +); +width = 1160; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (722,1269); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (786,1537); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +}, +{ +closed = 1; +nodes = ( +(914,1234,l), +(1224,1583,l), +(892,1583,l), +(768,1408,l), +(758,1408,l), +(686,1583,l), +(394,1583,l), +(548,1234,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (90,118); +ref = caroncomb; +} +); +width = 1329; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (722,1269); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (786,1537); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +}, +{ +closed = 1; +nodes = ( +(914,1234,l), +(1224,1583,l), +(892,1583,l), +(768,1408,l), +(758,1408,l), +(686,1583,l), +(394,1583,l), +(548,1234,l) +); +} +); +}; +layerId = "9F33DC4F-C873-4024-83EA-5B4E5502F415"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (90,118); +ref = caroncomb; +} +); +width = 1329; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (624,1194); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (656,1339); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +}, +{ +closed = 1; +nodes = ( +(744,1163,l), +(964,1402,l), +(756,1402,l), +(656,1267,l), +(650,1267,l), +(600,1402,l), +(420,1402,l), +(538,1163,l) +); +} +); +}; +layerId = "34525CB8-DC12-4792-8B51-BA107BD3286B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (152,116); +ref = caroncomb; +} +); +width = 1160; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (621,1272); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1546); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +}, +{ +closed = 1; +nodes = ( +(810,1240,l), +(1036,1589,l), +(724,1589,l), +(627,1414,l), +(617,1414,l), +(518,1589,l), +(206,1589,l), +(434,1240,l) +); +} +); +}; +layerId = "148251CE-A058-4A45-A7F4-CCAD55F4E3C7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (96,124); +ref = caroncomb; +} +); +width = 1214; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (661,1229); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (686,1349); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +}, +{ +closed = 1; +nodes = ( +(679,1168,l), +(908,1377,l), +(839,1377,l), +(663,1215,l), +(661,1215,l), +(553,1377,l), +(494,1377,l), +(635,1168,l) +); +} +); +}; +layerId = "873BCA91-AEAC-4A63-AE58-A43C1F1FCBB9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (225,116); +ref = caroncomb; +} +); +width = 1047; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (552,1194); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1339); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +}, +{ +closed = 1; +nodes = ( +(664,1163,l), +(834,1402,l), +(640,1402,l), +(564,1267,l), +(558,1267,l), +(484,1402,l), +(290,1402,l), +(458,1163,l) +); +} +); +}; +layerId = "A78F4F18-ABCE-44D4-9C7B-549FBF272EDB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (180,116); +ref = caroncomb; +} +); +width = 1077; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (537,1229); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (537,1349); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +}, +{ +closed = 1; +nodes = ( +(559,1188,l), +(744,1397,l), +(680,1397,l), +(538,1235,l), +(536,1235,l), +(394,1397,l), +(330,1397,l), +(515,1188,l) +); +} +); +}; +layerId = "138AA3BA-5013-4D34-8A56-21FBCC03739E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (220,116); +ref = caroncomb; +} +); +width = 1046; +} +); +unicode = 283; +}, +{ +color = 10; +glyphname = ecedilla; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (545,-381); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (537,1056); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +}, +{ +closed = 1; +nodes = ( +(642,-345,o), +(737,-295,o), +(737,-205,cs), +(737,-126,o), +(668,-81,o), +(544,-79,c), +(563,2,l), +(513,2,l), +(483,-124,l), +(614,-123,o), +(687,-151,o), +(687,-202,cs), +(687,-263,o), +(610,-297,o), +(472,-297,c), +(471,-345,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (361,2); +ref = cedillacomb; +} +); +width = 1046; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (566,-437); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1056); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +}, +{ +closed = 1; +nodes = ( +(636,-365,o), +(768,-298,o), +(768,-195,cs), +(768,-126,o), +(707,-75,o), +(613,-65,c), +(623,2,l), +(497,2,l), +(469,-144,l), +(572,-143,o), +(638,-163,o), +(638,-195,cs), +(638,-221,o), +(567,-237,o), +(456,-237,c), +(432,-365,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (322,0); +ref = cedillacomb; +} +); +width = 1077; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (598,-393); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +}, +{ +closed = 1; +nodes = ( +(733,-419,o), +(899,-336,o), +(899,-208,cs), +(899,-122,o), +(841,-67,o), +(744,-67,c), +(750,-10,l), +(522,-10,l), +(506,-159,l), +(637,-159,o), +(702,-179,o), +(702,-211,cs), +(702,-240,o), +(635,-258,o), +(500,-258,c), +(476,-419,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (366,-10); +ref = cedillacomb; +} +); +width = 1214; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (372,-381); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (632,1056); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +}, +{ +closed = 1; +nodes = ( +(477,-345,o), +(583,-295,o), +(602,-205,cs), +(618,-126,o), +(559,-81,o), +(435,-79,c), +(472,2,l), +(422,2,l), +(365,-124,l), +(496,-123,o), +(563,-151,o), +(552,-202,cs), +(539,-263,o), +(455,-297,o), +(317,-297,c), +(306,-345,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (379,2); +ref = cedillacomb; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (375,-437); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (631,1056); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +}, +{ +closed = 1; +nodes = ( +(461,-365,o), +(607,-298,o), +(629,-195,cs), +(643,-126,o), +(593,-75,o), +(501,-65,c), +(526,2,l), +(400,2,l), +(341,-144,l), +(444,-143,o), +(506,-163,o), +(499,-195,cs), +(493,-221,o), +(419,-237,o), +(308,-237,c), +(257,-365,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (340,0); +ref = cedillacomb; +} +); +width = 1160; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (468,-393); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (698,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +}, +{ +closed = 1; +nodes = ( +(596,-449,o), +(807,-358,o), +(834,-228,cs), +(855,-133,o), +(799,-67,o), +(699,-67,c), +(722,-10,l), +(464,-10,l), +(396,-159,l), +(523,-159,o), +(608,-180,o), +(601,-211,cs), +(595,-239,o), +(499,-258,o), +(369,-258,c), +(324,-449,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (424,-10); +ref = cedillacomb; +} +); +width = 1329; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (468,-393); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (698,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +}, +{ +closed = 1; +nodes = ( +(596,-449,o), +(807,-358,o), +(834,-228,cs), +(855,-133,o), +(799,-67,o), +(699,-67,c), +(722,-10,l), +(464,-10,l), +(396,-159,l), +(523,-159,o), +(608,-180,o), +(601,-211,cs), +(595,-239,o), +(499,-258,o), +(369,-258,c), +(324,-449,l) +); +} +); +}; +layerId = "3CF90755-90A0-4C96-B6C8-8581836E6F7E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (424,-10); +ref = cedillacomb; +} +); +width = 1329; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (375,-437); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (631,1056); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +}, +{ +closed = 1; +nodes = ( +(461,-365,o), +(607,-298,o), +(629,-195,cs), +(643,-126,o), +(593,-75,o), +(501,-65,c), +(526,2,l), +(400,2,l), +(341,-144,l), +(444,-143,o), +(506,-163,o), +(499,-195,cs), +(493,-221,o), +(419,-237,o), +(308,-237,c), +(257,-365,l) +); +} +); +}; +layerId = "43417C40-AFBD-4BE0-A646-83626BC67E23"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (340,0); +ref = cedillacomb; +} +); +width = 1160; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (598,-393); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +}, +{ +closed = 1; +nodes = ( +(733,-419,o), +(899,-336,o), +(899,-208,cs), +(899,-122,o), +(841,-67,o), +(744,-67,c), +(750,-10,l), +(522,-10,l), +(506,-159,l), +(637,-159,o), +(702,-179,o), +(702,-211,cs), +(702,-240,o), +(635,-258,o), +(500,-258,c), +(476,-419,l) +); +} +); +}; +layerId = "B964EF08-B927-4A2B-8B46-8EB9D451C94A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (366,-10); +ref = cedillacomb; +} +); +width = 1214; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (372,-381); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (632,1056); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +}, +{ +closed = 1; +nodes = ( +(477,-345,o), +(583,-295,o), +(602,-205,cs), +(618,-126,o), +(559,-81,o), +(435,-79,c), +(472,2,l), +(422,2,l), +(365,-124,l), +(496,-123,o), +(563,-151,o), +(552,-202,cs), +(539,-263,o), +(455,-297,o), +(317,-297,c), +(306,-345,l) +); +} +); +}; +layerId = "B0CEA72C-DA67-4CA9-8B58-286D3B659851"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (379,2); +ref = cedillacomb; +} +); +width = 1047; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (566,-437); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1056); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +}, +{ +closed = 1; +nodes = ( +(636,-365,o), +(768,-298,o), +(768,-195,cs), +(768,-126,o), +(707,-75,o), +(613,-65,c), +(623,2,l), +(497,2,l), +(469,-144,l), +(572,-143,o), +(638,-163,o), +(638,-195,cs), +(638,-221,o), +(567,-237,o), +(456,-237,c), +(432,-365,l) +); +} +); +}; +layerId = "C921F52F-938A-4069-8FD4-8E9C0BD68AAD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (322,0); +ref = cedillacomb; +} +); +width = 1077; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (545,-381); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (537,1056); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +}, +{ +closed = 1; +nodes = ( +(642,-345,o), +(737,-295,o), +(737,-205,cs), +(737,-126,o), +(668,-81,o), +(544,-79,c), +(563,2,l), +(513,2,l), +(483,-124,l), +(614,-123,o), +(687,-151,o), +(687,-202,cs), +(687,-263,o), +(610,-297,o), +(472,-297,c), +(471,-345,l) +); +} +); +}; +layerId = "8A423547-2791-40E4-8BC1-6528EDCBA850"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (361,2); +ref = cedillacomb; +} +); +width = 1046; +} +); +unicode = 553; +}, +{ +color = 10; +glyphname = ecircumflex; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (218,116); +ref = circumflexcomb; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (181,116); +ref = circumflexcomb; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (91,124); +ref = circumflexcomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (223,116); +ref = circumflexcomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (162,116); +ref = circumflexcomb; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (77,124); +ref = circumflexcomb; +} +); +width = 1250; +} +); +unicode = 234; +}, +{ +color = 10; +glyphname = edieresis; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (251,116); +ref = dieresiscomb; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (209,116); +ref = dieresiscomb; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (157,124); +ref = dieresiscomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (244,116); +ref = dieresiscomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (180,116); +ref = dieresiscomb; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (143,124); +ref = dieresiscomb; +} +); +width = 1250; +} +); +unicode = 235; +}, +{ +color = 10; +glyphname = edotaccent; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (392,116); +ref = dotaccentcomb; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (350,116); +ref = dotaccentcomb; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (344,124); +ref = dotaccentcomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (394,116); +ref = dotaccentcomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (325,116); +ref = dotaccentcomb; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (323,124); +ref = dotaccentcomb; +} +); +width = 1250; +} +); +metricLeft = o; +metricRight = o; +unicode = 279; +}, +{ +color = 10; +glyphname = egrave; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (311,116); +ref = gravecomb; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (226,116); +ref = gravecomb; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (200,124); +ref = gravecomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (293,116); +ref = gravecomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (207,116); +ref = gravecomb; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (191,124); +ref = gravecomb; +} +); +width = 1250; +} +); +metricLeft = o; +metricRight = o; +unicode = 232; +}, +{ +color = 10; +glyphname = emacron; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (539,2); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (527,1279); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +}, +{ +closed = 1; +nodes = ( +(337,1247,l), +(718,1247,l), +(718,1295,l), +(337,1295,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (227,116); +ref = macroncomb; +} +); +width = 1046; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (562,0); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1344); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +}, +{ +closed = 1; +nodes = ( +(325,1204,l), +(796,1204,l), +(796,1344,l), +(325,1344,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (215,116); +ref = macroncomb; +} +); +width = 1077; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (642,-10); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1512); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +}, +{ +closed = 1; +nodes = ( +(289,1297,l), +(942,1297,l), +(942,1537,l), +(289,1537,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +pos = (179,124); +ref = macroncomb; +} +); +width = 1214; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (448,2); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (662,1279); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +}, +{ +closed = 1; +nodes = ( +(467,1247,l), +(848,1247,l), +(858,1295,l), +(477,1295,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (226,116); +ref = macroncomb; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (490,0); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (701,1344); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +}, +{ +closed = 1; +nodes = ( +(419,1204,l), +(890,1204,l), +(920,1344,l), +(449,1344,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (193,116); +ref = macroncomb; +} +); +width = 1080; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,-10); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (788,1512); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +}, +{ +closed = 1; +nodes = ( +(415,1297,l), +(1068,1297,l), +(1120,1537,l), +(467,1537,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +pos = (173,124); +ref = macroncomb; +} +); +width = 1250; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,-10); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (788,1512); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +}, +{ +closed = 1; +nodes = ( +(415,1297,l), +(1068,1297,l), +(1120,1537,l), +(467,1537,l) +); +} +); +}; +layerId = "E95E1A61-AF4A-4D32-89A0-5729FD8ADC39"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +pos = (173,124); +ref = macroncomb; +} +); +width = 1250; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (490,0); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (701,1344); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +}, +{ +closed = 1; +nodes = ( +(419,1204,l), +(890,1204,l), +(920,1344,l), +(449,1344,l) +); +} +); +}; +layerId = "274DC944-8AC7-457B-8996-8E8C9BBDA26B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (193,116); +ref = macroncomb; +} +); +width = 1080; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (642,-10); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1512); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +}, +{ +closed = 1; +nodes = ( +(289,1297,l), +(942,1297,l), +(942,1537,l), +(289,1537,l) +); +} +); +}; +layerId = "CEBAC8C2-77DE-44C1-B904-FCB5594E120F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +pos = (179,124); +ref = macroncomb; +} +); +width = 1214; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (448,2); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (662,1279); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +}, +{ +closed = 1; +nodes = ( +(467,1247,l), +(848,1247,l), +(858,1295,l), +(477,1295,l) +); +} +); +}; +layerId = "43AA694F-CAE9-4330-91CA-B4026775040E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (226,116); +ref = macroncomb; +} +); +width = 1047; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (562,0); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1344); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +}, +{ +closed = 1; +nodes = ( +(325,1204,l), +(796,1204,l), +(796,1344,l), +(325,1344,l) +); +} +); +}; +layerId = "AE103D52-7965-461B-BC20-95137C60492C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (215,116); +ref = macroncomb; +} +); +width = 1077; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (539,2); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (527,1279); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +}, +{ +closed = 1; +nodes = ( +(337,1247,l), +(718,1247,l), +(718,1295,l), +(337,1295,l) +); +} +); +}; +layerId = "39E4E4C8-0E65-4E6E-9973-9B9961362CDE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (227,116); +ref = macroncomb; +} +); +width = 1046; +} +); +metricLeft = o; +metricRight = o; +unicode = 275; +}, +{ +color = 10; +glyphname = eogonek; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (337,-9); +ref = ogonekcomb; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (302,-6); +ref = ogonekcomb; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (292,-19); +ref = ogonekcomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (383,-9); +ref = ogonekcomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (377,-6); +ref = ogonekcomb; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (374,-19); +ref = ogonekcomb; +} +); +width = 1250; +} +); +metricLeft = o; +metricRight = o; +unicode = 281; +}, +{ +color = 10; +glyphname = etilde; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (539,2); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (537,1240); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +}, +{ +closed = 1; +nodes = ( +(346,1200,l), +(377,1231,o), +(415,1250,o), +(446,1250,cs), +(504,1250,o), +(555,1188,o), +(620,1188,cs), +(655,1188,o), +(695,1205,o), +(723,1236,c), +(722,1288,l), +(689,1257,o), +(650,1237,o), +(620,1237,cs), +(569,1237,o), +(513,1299,o), +(446,1299,cs), +(418,1299,o), +(379,1282,o), +(346,1252,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (236,16); +ref = tildecomb; +} +); +width = 1046; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (562,0); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1350); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +}, +{ +closed = 1; +nodes = ( +(302,1195,l), +(343,1226,o), +(402,1245,o), +(457,1245,cs), +(529,1245,o), +(592,1191,o), +(673,1191,cs), +(730,1191,o), +(785,1210,o), +(815,1241,c), +(815,1377,l), +(774,1350,o), +(717,1333,o), +(665,1333,cs), +(602,1333,o), +(540,1387,o), +(457,1387,cs), +(406,1387,o), +(347,1365,o), +(302,1331,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (192,116); +ref = tildecomb; +} +); +width = 1077; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (642,-10); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1550); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +}, +{ +closed = 1; +nodes = ( +(246,1295,l), +(324,1340,o), +(411,1368,o), +(470,1368,cs), +(568,1368,o), +(653,1271,o), +(762,1271,cs), +(864,1271,o), +(956,1305,o), +(1004,1358,c), +(1004,1578,l), +(948,1538,o), +(864,1513,o), +(789,1513,cs), +(704,1513,o), +(609,1610,o), +(497,1610,cs), +(425,1610,o), +(328,1580,o), +(246,1516,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (136,123); +ref = tildecomb; +} +); +width = 1214; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (448,2); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (672,1240); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +}, +{ +closed = 1; +nodes = ( +(453,1200,l), +(496,1230,o), +(544,1250,o), +(574,1250,cs), +(632,1250,o), +(656,1188,o), +(721,1188,cs), +(766,1188,o), +(814,1203,o), +(845,1226,c), +(866,1288,l), +(820,1257,o), +(771,1237,o), +(742,1237,cs), +(691,1237,o), +(662,1299,o), +(595,1299,cs), +(556,1299,o), +(509,1284,o), +(475,1262,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (201,16); +ref = tildecomb; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (490,0); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (666,1350); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +}, +{ +closed = 1; +nodes = ( +(376,1195,l), +(424,1226,o), +(487,1245,o), +(542,1245,cs), +(614,1245,o), +(665,1191,o), +(746,1191,cs), +(803,1191,o), +(862,1210,o), +(899,1241,c), +(928,1377,l), +(881,1350,o), +(820,1333,o), +(768,1333,cs), +(705,1333,o), +(655,1387,o), +(572,1387,cs), +(521,1387,o), +(457,1365,o), +(405,1331,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (152,116); +ref = tildecomb; +} +); +width = 1160; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,-10); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (738,1550); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +}, +{ +closed = 1; +nodes = ( +(327,1295,l), +(415,1340,o), +(508,1368,o), +(567,1368,cs), +(665,1368,o), +(729,1271,o), +(838,1271,cs), +(940,1271,o), +(1039,1305,o), +(1098,1358,c), +(1145,1578,l), +(1081,1538,o), +(991,1513,o), +(916,1513,cs), +(831,1513,o), +(757,1610,o), +(645,1610,cs), +(573,1610,o), +(470,1580,o), +(374,1516,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (85,123); +ref = tildecomb; +} +); +width = 1329; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,-10); +}, +{ +name = ogonek; +pos = (585,-19); +}, +{ +name = top; +pos = (738,1550); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,438,l), +(1165,438,l), +(1180,505,l), +(1244,868,o), +(1045,1124,o), +(698,1124,cs), +(382,1124,o), +(118,883,o), +(59,540,cs), +(2,202,o), +(226,-35,o), +(602,-35,cs), +(769,-35,o), +(962,37,o), +(1069,139,c), +(939,357,l), +(872,292,o), +(736,246,o), +(609,246,cs), +(473,246,o), +(392,333,o), +(413,456,c), +(446,639,l), +(467,760,o), +(580,845,o), +(720,845,cs), +(818,845,o), +(872,757,o), +(850,633,c), +(829,515,l), +(972,665,l), +(430,665,l) +); +}, +{ +closed = 1; +nodes = ( +(327,1295,l), +(415,1340,o), +(508,1368,o), +(567,1368,cs), +(665,1368,o), +(729,1271,o), +(838,1271,cs), +(940,1271,o), +(1039,1305,o), +(1098,1358,c), +(1145,1578,l), +(1081,1538,o), +(991,1513,o), +(916,1513,cs), +(831,1513,o), +(757,1610,o), +(645,1610,cs), +(573,1610,o), +(470,1580,o), +(374,1516,c) +); +} +); +}; +layerId = "E94309AF-D912-4846-9C92-D11788863DBE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (85,123); +ref = tildecomb; +} +); +width = 1329; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (490,0); +}, +{ +name = ogonek; +pos = (525,-6); +}, +{ +name = top; +pos = (666,1350); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(219,435,l), +(1002,435,l), +(1014,493,l), +(1072,824,o), +(912,1056,o), +(627,1056,cs), +(348,1056,o), +(113,830,o), +(58,508,cs), +(5,199,o), +(179,-19,o), +(481,-19,cs), +(611,-19,o), +(784,37,o), +(898,117,c), +(838,256,l), +(746,188,o), +(605,141,o), +(495,141,cs), +(313,141,o), +(207,269,o), +(239,452,c), +(262,583,l), +(295,767,o), +(452,896,o), +(642,896,cs), +(798,896,o), +(884,765,o), +(850,578,c), +(831,467,l), +(951,590,l), +(245,590,l) +); +}, +{ +closed = 1; +nodes = ( +(376,1195,l), +(424,1226,o), +(487,1245,o), +(542,1245,cs), +(614,1245,o), +(665,1191,o), +(746,1191,cs), +(803,1191,o), +(862,1210,o), +(899,1241,c), +(928,1377,l), +(881,1350,o), +(820,1333,o), +(768,1333,cs), +(705,1333,o), +(655,1387,o), +(572,1387,cs), +(521,1387,o), +(457,1365,o), +(405,1331,c) +); +} +); +}; +layerId = "B59957B6-A6F0-4DEC-9473-8321F02BBE01"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = e; +}, +{ +alignment = -1; +pos = (152,116); +ref = tildecomb; +} +); +width = 1160; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (642,-10); +}, +{ +name = ogonek; +pos = (654,-19); +}, +{ +name = top; +pos = (616,1550); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,438,l), +(1154,438,l), +(1154,534,l), +(1154,880,o), +(932,1124,o), +(616,1124,cs), +(288,1124,o), +(58,883,o), +(60,540,cs), +(62,202,o), +(307,-35,o), +(654,-35,cs), +(832,-35,o), +(1021,37,o), +(1111,139,c), +(942,357,l), +(873,281,o), +(783,246,o), +(692,246,cs), +(543,246,o), +(439,333,o), +(439,456,c), +(439,639,l), +(439,748,o), +(513,825,o), +(619,825,cs), +(728,825,o), +(804,746,o), +(804,633,c), +(804,515,l), +(921,665,l), +(419,665,l) +); +}, +{ +closed = 1; +nodes = ( +(246,1295,l), +(324,1340,o), +(411,1368,o), +(470,1368,cs), +(568,1368,o), +(653,1271,o), +(762,1271,cs), +(864,1271,o), +(956,1305,o), +(1004,1358,c), +(1004,1578,l), +(948,1538,o), +(864,1513,o), +(789,1513,cs), +(704,1513,o), +(609,1610,o), +(497,1610,cs), +(425,1610,o), +(328,1580,o), +(246,1516,c) +); +} +); +}; +layerId = "F0EB86BF-3E0C-4152-9D75-8226881A71C8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (136,123); +ref = tildecomb; +} +); +width = 1214; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (448,2); +}, +{ +name = ogonek; +pos = (473,-9); +}, +{ +name = top; +pos = (672,1240); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,502,l), +(983,502,l), +(987,526,l), +(1042,837,o), +(895,1056,o), +(632,1056,cs), +(352,1056,o), +(117,838,o), +(62,528,cs), +(5,207,o), +(166,-19,o), +(454,-19,cs), +(612,-19,o), +(786,45,o), +(877,137,c), +(855,179,l), +(773,91,o), +(611,29,o), +(463,29,cs), +(205,29,o), +(59,231,o), +(110,518,c), +(114,539,l), +(162,814,o), +(381,1008,o), +(644,1008,cs), +(866,1008,o), +(989,817,o), +(941,546,c), +(935,513,l), +(959,550,l), +(109,550,l) +); +}, +{ +closed = 1; +nodes = ( +(453,1200,l), +(496,1230,o), +(544,1250,o), +(574,1250,cs), +(632,1250,o), +(656,1188,o), +(721,1188,cs), +(766,1188,o), +(814,1203,o), +(845,1226,c), +(866,1288,l), +(820,1257,o), +(771,1237,o), +(742,1237,cs), +(691,1237,o), +(662,1299,o), +(595,1299,cs), +(556,1299,o), +(509,1284,o), +(475,1262,c) +); +} +); +}; +layerId = "F9FC19F2-915E-495A-910A-BFA11AB3BAD6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (201,16); +ref = tildecomb; +} +); +width = 1047; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (562,0); +}, +{ +name = ogonek; +pos = (599,-6); +}, +{ +name = top; +pos = (562,1350); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(228,445,l), +(1017,445,l), +(1017,511,l), +(1017,831,o), +(825,1056,o), +(552,1056,cs), +(261,1056,o), +(58,834,o), +(60,518,cs), +(61,203,o), +(274,-19,o), +(576,-19,cs), +(712,-19,o), +(878,37,o), +(979,117,c), +(894,256,l), +(815,188,o), +(686,141,o), +(582,141,cs), +(384,141,o), +(245,274,o), +(245,462,c), +(245,593,l), +(245,771,o), +(373,896,o), +(555,896,cs), +(722,896,o), +(840,769,o), +(840,588,c), +(840,477,l), +(938,600,l), +(226,600,l) +); +}, +{ +closed = 1; +nodes = ( +(302,1195,l), +(343,1226,o), +(402,1245,o), +(457,1245,cs), +(529,1245,o), +(592,1191,o), +(673,1191,cs), +(730,1191,o), +(785,1210,o), +(815,1241,c), +(815,1377,l), +(774,1350,o), +(717,1333,o), +(665,1333,cs), +(602,1333,o), +(540,1387,o), +(457,1387,cs), +(406,1387,o), +(347,1365,o), +(302,1331,c) +); +} +); +}; +layerId = "7803AF3E-A744-4A66-81B1-871CE0304272"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (192,116); +ref = tildecomb; +} +); +width = 1077; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (539,2); +}, +{ +name = ogonek; +pos = (566,-9); +}, +{ +name = top; +pos = (537,1240); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(103,502,l), +(986,502,l), +(986,536,l), +(986,841,o), +(801,1056,o), +(537,1056,cs), +(257,1056,o), +(60,838,o), +(60,528,cs), +(60,207,o), +(262,-19,o), +(549,-19,cs), +(707,-19,o), +(870,45,o), +(944,137,c), +(915,179,l), +(848,91,o), +(697,29,o), +(549,29,cs), +(291,29,o), +(110,231,o), +(110,518,c), +(110,539,l), +(110,814,o), +(287,1008,o), +(538,1008,cs), +(772,1008,o), +(936,817,o), +(936,546,c), +(936,513,l), +(953,550,l), +(103,550,l) +); +}, +{ +closed = 1; +nodes = ( +(346,1200,l), +(377,1231,o), +(415,1250,o), +(446,1250,cs), +(504,1250,o), +(555,1188,o), +(620,1188,cs), +(655,1188,o), +(695,1205,o), +(723,1236,c), +(722,1288,l), +(689,1257,o), +(650,1237,o), +(620,1237,cs), +(569,1237,o), +(513,1299,o), +(446,1299,cs), +(418,1299,o), +(379,1282,o), +(346,1252,c) +); +} +); +}; +layerId = "C4E16B58-ABC8-4489-B666-C02B1A6AADCE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = e; +}, +{ +pos = (236,16); +ref = tildecomb; +} +); +width = 1046; +} +); +unicode = 7869; +}, +{ +color = 6; +glyphname = f; +kernLeft = f; +kernRight = f; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (368,0); +}, +{ +name = top; +pos = (368,1950); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(257,0,l), +(308,0,l), +(308,1221,ls), +(308,1341,o), +(392,1421,o), +(517,1421,cs), +(570,1421,o), +(646,1399,o), +(709,1367,c), +(709,1419,l), +(661,1449,o), +(585,1469,o), +(520,1469,cs), +(367,1469,o), +(262,1372,o), +(257,1226,c) +); +}, +{ +closed = 1; +nodes = ( +(60,991,l), +(716,991,l), +(716,1041,l), +(60,1041,l) +); +} +); +width = 776; +}, +{ +anchors = ( +{ +name = bottom; +pos = (368,0); +}, +{ +name = top; +pos = (368,1950); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(227,0,l), +(408,0,l), +(408,1183,ls), +(408,1268,o), +(468,1325,o), +(557,1325,cs), +(620,1325,o), +(692,1313,o), +(737,1294,c), +(737,1445,l), +(688,1469,o), +(617,1485,o), +(560,1485,cs), +(365,1485,o), +(232,1380,o), +(227,1222,c) +); +}, +{ +closed = 1; +nodes = ( +(20,880,l), +(736,880,l), +(736,1040,l), +(20,1040,l) +); +} +); +width = 797; +}, +{ +anchors = ( +{ +name = bottom; +pos = (512,0); +}, +{ +name = top; +pos = (512,1950); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(241,2,l), +(641,2,l), +(641,1162,ls), +(641,1220,o), +(688,1259,o), +(758,1259,cs), +(792,1259,o), +(849,1253,o), +(899,1245,c), +(899,1519,l), +(851,1538,o), +(737,1550,o), +(613,1550,cs), +(393,1550,o), +(245,1409,o), +(241,1198,c) +); +}, +{ +closed = 1; +nodes = ( +(60,780,l), +(900,780,l), +(900,1100,l), +(60,1100,l) +); +} +); +width = 960; +}, +{ +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = top; +pos = (618,1950); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,0,l), +(193,0,l), +(473,1321,ls), +(497,1432,o), +(573,1501,o), +(671,1501,cs), +(746,1501,o), +(818,1483,o), +(854,1454,c), +(882,1499,l), +(847,1530,o), +(771,1549,o), +(685,1549,cs), +(558,1549,o), +(457,1463,o), +(424,1326,c) +); +}, +{ +closed = 1; +nodes = ( +(106,991,l), +(762,991,l), +(773,1041,l), +(117,1041,l) +); +} +); +width = 734; +}, +{ +anchors = ( +{ +name = bottom; +pos = (243,0); +}, +{ +name = top; +pos = (658,1950); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(102,0,l), +(283,0,l), +(552,1266,ls), +(568,1341,o), +(620,1388,o), +(688,1388,cs), +(725,1388,o), +(813,1380,o), +(852,1367,c), +(926,1518,l), +(882,1536,o), +(781,1548,o), +(725,1548,cs), +(550,1548,o), +(414,1443,o), +(373,1275,c) +); +}, +{ +closed = 1; +nodes = ( +(83,880,l), +(789,880,l), +(823,1040,l), +(117,1040,l) +); +} +); +width = 774; +}, +{ +anchors = ( +{ +name = bottom; +pos = (512,0); +}, +{ +name = top; +pos = (512,1950); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,2,l), +(474,2,l), +(732,1222,ls), +(740,1263,o), +(772,1289,o), +(814,1289,cs), +(842,1289,o), +(912,1284,o), +(947,1275,c), +(1037,1559,l), +(983,1572,o), +(856,1580,o), +(771,1580,cs), +(558,1580,o), +(383,1440,o), +(331,1218,c) +); +}, +{ +closed = 1; +nodes = ( +(62,800,l), +(862,800,l), +(926,1100,l), +(126,1100,l) +); +} +); +width = 883; +} +); +metricRight = o; +unicode = 102; +}, +{ +color = 6; +glyphname = g; +kernLeft = sround; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (594,-494); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (508,1058); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +} +); +width = 1157; +}, +{ +anchors = ( +{ +name = bottom; +pos = (620,-494); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (578,1053); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +} +); +width = 1199; +}, +{ +anchors = ( +{ +name = bottom; +pos = (720,-494); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1122); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +} +); +width = 1395; +}, +{ +anchors = ( +{ +name = bottom; +pos = (379,-494); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (682,1058); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +} +); +width = 1156; +}, +{ +anchors = ( +{ +name = bottom; +pos = (404,-494); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (671,1053); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +} +); +width = 1194; +}, +{ +anchors = ( +{ +name = bottom; +pos = (498,-494); +}, +{ +name = hook; +pos = (1196,1100); +}, +{ +name = top; +pos = (699,1122); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(590,51,o), +(722,117,o), +(787,222,c), +(805,222,l), +(780,104,ls), +(753,-21,o), +(631,-101,o), +(464,-103,cs), +(320,-108,o), +(176,-73,o), +(93,-11,c), +(-47,-261,l), +(56,-342,o), +(246,-390,o), +(446,-385,cs), +(840,-378,o), +(1124,-201,o), +(1183,74,cs), +(1402,1100,l), +(992,1100,l), +(957,939,l), +(939,939,l), +(925,1051,o), +(823,1122,o), +(673,1122,cs), +(371,1122,o), +(138,918,o), +(69,594,cs), +(-2,260,o), +(144,51,o), +(446,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,755,o), +(586,859,o), +(723,860,cs), +(857,861,o), +(919,757,o), +(883,591,cs), +(845,412,o), +(737,299,o), +(603,299,cs), +(467,299,o), +(405,412,o), +(443,591,cs) +); +} +); +width = 1395; +} +); +metricLeft = o; +metricRight = i; +unicode = 103; +}, +{ +color = 10; +glyphname = gacute; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = g; +}, +{ +pos = (389,101); +ref = acutecomb; +} +); +width = 1157; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (401,95); +ref = acutecomb; +} +); +width = 1199; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (465,231); +ref = acutecomb; +} +); +width = 1395; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = g; +}, +{ +pos = (493,101); +ref = acutecomb; +} +); +width = 1156; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = g; +}, +{ +pos = (405,95); +ref = acutecomb; +} +); +width = 1194; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = g; +}, +{ +pos = (364,21); +ref = acutecomb; +} +); +width = 1395; +} +); +unicode = 501; +}, +{ +color = 10; +glyphname = gbreve; +kernLeft = sround; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (594,-494); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (508,1353); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(625,1202,o), +(698,1276,o), +(698,1393,c), +(650,1393,l), +(649,1304,o), +(595,1246,o), +(509,1246,cs), +(423,1246,o), +(369,1304,o), +(368,1393,c), +(320,1393,l), +(320,1276,o), +(393,1202,o), +(509,1202,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = g; +}, +{ +pos = (210,118); +ref = brevecomb; +} +); +width = 1157; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (620,-494); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (578,1326); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +}, +{ +closed = 1; +nodes = ( +(725,1148,o), +(817,1233,o), +(817,1369,c), +(650,1369,l), +(649,1311,o), +(621,1275,o), +(578,1275,cs), +(535,1275,o), +(507,1311,o), +(506,1369,c), +(339,1369,l), +(339,1233,o), +(431,1148,o), +(578,1148,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (229,113); +ref = brevecomb; +} +); +width = 1199; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (720,-494); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1495); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +}, +{ +closed = 1; +nodes = ( +(906,1224,o), +(1047,1348,o), +(1047,1545,c), +(778,1545,l), +(777,1469,o), +(740,1421,o), +(682,1421,cs), +(624,1421,o), +(587,1469,o), +(586,1545,c), +(317,1545,l), +(317,1348,o), +(458,1224,o), +(682,1224,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (207,122); +ref = brevecomb; +} +); +width = 1395; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (379,-494); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (755,1353); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(845,1202,o), +(931,1276,o), +(952,1393,c), +(904,1393,l), +(887,1304,o), +(823,1246,o), +(737,1246,cs), +(651,1246,o), +(607,1304,o), +(622,1393,c), +(574,1393,l), +(553,1276,o), +(613,1202,o), +(729,1202,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (303,118); +ref = brevecomb; +} +); +width = 1227; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (404,-494); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (714,1326); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(830,1148,o), +(937,1233,o), +(960,1369,c), +(793,1369,l), +(782,1311,o), +(748,1275,o), +(705,1275,cs), +(662,1275,o), +(640,1311,o), +(649,1369,c), +(482,1369,l), +(459,1233,o), +(536,1148,o), +(683,1148,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (221,113); +ref = brevecomb; +} +); +width = 1279; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (578,-494); +}, +{ +name = hook; +pos = (1276,1100); +}, +{ +name = top; +pos = (844,1495); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(670,51,o), +(802,117,o), +(867,222,c), +(885,222,l), +(860,104,ls), +(833,-21,o), +(711,-101,o), +(544,-103,cs), +(400,-108,o), +(256,-73,o), +(173,-11,c), +(33,-261,l), +(136,-342,o), +(326,-390,o), +(526,-385,cs), +(920,-378,o), +(1204,-201,o), +(1263,74,cs), +(1482,1100,l), +(1072,1100,l), +(1037,939,l), +(1019,939,l), +(1005,1051,o), +(903,1122,o), +(753,1122,cs), +(451,1122,o), +(218,918,o), +(149,594,cs), +(78,260,o), +(224,51,o), +(526,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(558,755,o), +(666,859,o), +(803,860,cs), +(937,861,o), +(999,757,o), +(963,591,cs), +(925,412,o), +(817,299,o), +(683,299,cs), +(547,299,o), +(485,412,o), +(523,591,cs) +); +}, +{ +closed = 1; +nodes = ( +(1021,1224,o), +(1184,1348,o), +(1218,1545,c), +(949,1545,l), +(935,1469,o), +(889,1421,o), +(831,1421,cs), +(773,1421,o), +(745,1469,o), +(757,1545,c), +(488,1545,l), +(454,1348,o), +(573,1224,o), +(797,1224,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (80,0); +ref = g; +}, +{ +pos = (192,122); +ref = brevecomb; +} +); +width = 1442; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (578,-494); +}, +{ +name = hook; +pos = (1276,1100); +}, +{ +name = top; +pos = (844,1495); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(670,51,o), +(802,117,o), +(867,222,c), +(885,222,l), +(860,104,ls), +(833,-21,o), +(711,-101,o), +(544,-103,cs), +(400,-108,o), +(256,-73,o), +(173,-11,c), +(33,-261,l), +(136,-342,o), +(326,-390,o), +(526,-385,cs), +(920,-378,o), +(1204,-201,o), +(1263,74,cs), +(1482,1100,l), +(1072,1100,l), +(1037,939,l), +(1019,939,l), +(1005,1051,o), +(903,1122,o), +(753,1122,cs), +(451,1122,o), +(218,918,o), +(149,594,cs), +(78,260,o), +(224,51,o), +(526,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(558,755,o), +(666,859,o), +(803,860,cs), +(937,861,o), +(999,757,o), +(963,591,cs), +(925,412,o), +(817,299,o), +(683,299,cs), +(547,299,o), +(485,412,o), +(523,591,cs) +); +}, +{ +closed = 1; +nodes = ( +(1021,1224,o), +(1184,1348,o), +(1218,1545,c), +(949,1545,l), +(935,1469,o), +(889,1421,o), +(831,1421,cs), +(773,1421,o), +(745,1469,o), +(757,1545,c), +(488,1545,l), +(454,1348,o), +(573,1224,o), +(797,1224,cs) +); +} +); +}; +layerId = "207F76D9-6232-4B90-9B1B-776F8B5D77B1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (80,0); +ref = g; +}, +{ +pos = (192,122); +ref = brevecomb; +} +); +width = 1442; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (404,-494); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (714,1326); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(830,1148,o), +(937,1233,o), +(960,1369,c), +(793,1369,l), +(782,1311,o), +(748,1275,o), +(705,1275,cs), +(662,1275,o), +(640,1311,o), +(649,1369,c), +(482,1369,l), +(459,1233,o), +(536,1148,o), +(683,1148,cs) +); +} +); +}; +layerId = "7DA7E93B-E690-49F7-940F-6368BD8A9DD8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (221,113); +ref = brevecomb; +} +); +width = 1279; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (720,-494); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1495); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +}, +{ +closed = 1; +nodes = ( +(906,1224,o), +(1047,1348,o), +(1047,1545,c), +(778,1545,l), +(777,1469,o), +(740,1421,o), +(682,1421,cs), +(624,1421,o), +(587,1469,o), +(586,1545,c), +(317,1545,l), +(317,1348,o), +(458,1224,o), +(682,1224,cs) +); +} +); +}; +layerId = "AB142A12-FD09-4F0D-BCC7-EC62059C6160"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (207,122); +ref = brevecomb; +} +); +width = 1395; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (379,-494); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (755,1353); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(845,1202,o), +(931,1276,o), +(952,1393,c), +(904,1393,l), +(887,1304,o), +(823,1246,o), +(737,1246,cs), +(651,1246,o), +(607,1304,o), +(622,1393,c), +(574,1393,l), +(553,1276,o), +(613,1202,o), +(729,1202,cs) +); +} +); +}; +layerId = "BC62D655-DCF5-4E8C-A055-E68F0891EBFF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (303,118); +ref = brevecomb; +} +); +width = 1227; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,-494); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (578,1326); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +}, +{ +closed = 1; +nodes = ( +(725,1148,o), +(817,1233,o), +(817,1369,c), +(650,1369,l), +(649,1311,o), +(621,1275,o), +(578,1275,cs), +(535,1275,o), +(507,1311,o), +(506,1369,c), +(339,1369,l), +(339,1233,o), +(431,1148,o), +(578,1148,cs) +); +} +); +}; +layerId = "92714476-9C05-4973-B29F-8E163A8C42EB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (229,113); +ref = brevecomb; +} +); +width = 1199; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (594,-494); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (508,1353); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(625,1202,o), +(698,1276,o), +(698,1393,c), +(650,1393,l), +(649,1304,o), +(595,1246,o), +(509,1246,cs), +(423,1246,o), +(369,1304,o), +(368,1393,c), +(320,1393,l), +(320,1276,o), +(393,1202,o), +(509,1202,cs) +); +} +); +}; +layerId = "D8821AC8-8405-4A3E-B21D-6D732BEA6B87"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (210,118); +ref = brevecomb; +} +); +width = 1157; +} +); +unicode = 287; +}, +{ +color = 10; +glyphname = gcaron; +kernLeft = sround; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (508,1231); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (508,1351); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(530,1190,l), +(715,1399,l), +(651,1399,l), +(509,1237,l), +(507,1237,l), +(365,1399,l), +(301,1399,l), +(486,1190,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = g; +}, +{ +pos = (191,118); +ref = caroncomb; +} +); +width = 1157; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (568,1191); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (578,1336); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +}, +{ +closed = 1; +nodes = ( +(680,1160,l), +(850,1399,l), +(656,1399,l), +(580,1264,l), +(574,1264,l), +(500,1399,l), +(306,1399,l), +(474,1160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (196,113); +ref = caroncomb; +} +); +width = 1199; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (687,1270); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1544); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +}, +{ +closed = 1; +nodes = ( +(876,1238,l), +(1102,1587,l), +(790,1587,l), +(693,1412,l), +(683,1412,l), +(584,1587,l), +(272,1587,l), +(500,1238,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (162,122); +ref = caroncomb; +} +); +width = 1395; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (732,1231); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (757,1351); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(750,1170,l), +(979,1379,l), +(910,1379,l), +(734,1217,l), +(732,1217,l), +(624,1379,l), +(565,1379,l), +(706,1170,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (296,118); +ref = caroncomb; +} +); +width = 1227; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (664,1191); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (696,1336); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(784,1160,l), +(1004,1399,l), +(796,1399,l), +(696,1264,l), +(690,1264,l), +(640,1399,l), +(460,1399,l), +(578,1160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (192,113); +ref = caroncomb; +} +); +width = 1279; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (723,1267); +}, +{ +name = hook; +pos = (1196,1100); +}, +{ +name = top; +pos = (787,1535); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(590,51,o), +(722,117,o), +(787,222,c), +(805,222,l), +(780,104,ls), +(753,-21,o), +(631,-101,o), +(464,-103,cs), +(320,-108,o), +(176,-73,o), +(93,-11,c), +(-47,-261,l), +(56,-342,o), +(246,-390,o), +(446,-385,cs), +(840,-378,o), +(1124,-201,o), +(1183,74,cs), +(1402,1100,l), +(992,1100,l), +(957,939,l), +(939,939,l), +(925,1051,o), +(823,1122,o), +(673,1122,cs), +(371,1122,o), +(138,918,o), +(69,594,cs), +(-2,260,o), +(144,51,o), +(446,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,755,o), +(586,859,o), +(723,860,cs), +(857,861,o), +(919,757,o), +(883,591,cs), +(845,412,o), +(737,299,o), +(603,299,cs), +(467,299,o), +(405,412,o), +(443,591,cs) +); +}, +{ +closed = 1; +nodes = ( +(915,1232,l), +(1225,1581,l), +(893,1581,l), +(769,1406,l), +(759,1406,l), +(687,1581,l), +(395,1581,l), +(549,1232,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (91,116); +ref = caroncomb; +} +); +width = 1465; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (723,1267); +}, +{ +name = hook; +pos = (1196,1100); +}, +{ +name = top; +pos = (787,1535); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(590,51,o), +(722,117,o), +(787,222,c), +(805,222,l), +(780,104,ls), +(753,-21,o), +(631,-101,o), +(464,-103,cs), +(320,-108,o), +(176,-73,o), +(93,-11,c), +(-47,-261,l), +(56,-342,o), +(246,-390,o), +(446,-385,cs), +(840,-378,o), +(1124,-201,o), +(1183,74,cs), +(1402,1100,l), +(992,1100,l), +(957,939,l), +(939,939,l), +(925,1051,o), +(823,1122,o), +(673,1122,cs), +(371,1122,o), +(138,918,o), +(69,594,cs), +(-2,260,o), +(144,51,o), +(446,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,755,o), +(586,859,o), +(723,860,cs), +(857,861,o), +(919,757,o), +(883,591,cs), +(845,412,o), +(737,299,o), +(603,299,cs), +(467,299,o), +(405,412,o), +(443,591,cs) +); +}, +{ +closed = 1; +nodes = ( +(915,1232,l), +(1225,1581,l), +(893,1581,l), +(769,1406,l), +(759,1406,l), +(687,1581,l), +(395,1581,l), +(549,1232,l) +); +} +); +}; +layerId = "FDB961CF-6786-431C-9594-7F9ED7D6FE65"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (91,116); +ref = caroncomb; +} +); +width = 1465; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (664,1191); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (696,1336); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(784,1160,l), +(1004,1399,l), +(796,1399,l), +(696,1264,l), +(690,1264,l), +(640,1399,l), +(460,1399,l), +(578,1160,l) +); +} +); +}; +layerId = "35089993-1D5B-4C4E-9F94-D6E53EBBC22E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (192,113); +ref = caroncomb; +} +); +width = 1279; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (687,1270); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1544); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +}, +{ +closed = 1; +nodes = ( +(876,1238,l), +(1102,1587,l), +(790,1587,l), +(693,1412,l), +(683,1412,l), +(584,1587,l), +(272,1587,l), +(500,1238,l) +); +} +); +}; +layerId = "CEAE4CEB-7784-46EF-8C61-FB824772664D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (162,122); +ref = caroncomb; +} +); +width = 1395; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (732,1231); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (757,1351); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(750,1170,l), +(979,1379,l), +(910,1379,l), +(734,1217,l), +(732,1217,l), +(624,1379,l), +(565,1379,l), +(706,1170,l) +); +} +); +}; +layerId = "301F6BC1-02FE-46BA-B78F-A2F51BDDA835"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (296,118); +ref = caroncomb; +} +); +width = 1227; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (568,1191); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (578,1336); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +}, +{ +closed = 1; +nodes = ( +(680,1160,l), +(850,1399,l), +(656,1399,l), +(580,1264,l), +(574,1264,l), +(500,1399,l), +(306,1399,l), +(474,1160,l) +); +} +); +}; +layerId = "F34061A0-8443-4E97-AB9F-510F52053037"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (196,113); +ref = caroncomb; +} +); +width = 1199; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (508,1231); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (508,1351); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(530,1190,l), +(715,1399,l), +(651,1399,l), +(509,1237,l), +(507,1237,l), +(365,1399,l), +(301,1399,l), +(486,1190,l) +); +} +); +}; +layerId = "9B4F84D9-6917-45CE-B3BE-A4DB31C69A07"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (191,118); +ref = caroncomb; +} +); +width = 1157; +} +); +unicode = 487; +}, +{ +color = 10; +glyphname = gcircumflex; +kernLeft = sround; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (594,-494); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (506,1372); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,1204,l), +(363,1204,l), +(505,1366,l), +(507,1366,l), +(649,1204,l), +(713,1204,l), +(528,1413,l), +(484,1413,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = g; +}, +{ +pos = (189,118); +ref = circumflexcomb; +} +); +width = 1157; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (620,-494); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (569,1356); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,1148,l), +(501,1148,l), +(575,1263,l), +(581,1263,l), +(657,1148,l), +(851,1148,l), +(681,1387,l), +(475,1387,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (197,113); +ref = circumflexcomb; +} +); +width = 1199; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (720,-494); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1533); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +}, +{ +closed = 1; +nodes = ( +(267,1216,l), +(579,1216,l), +(678,1391,l), +(688,1391,l), +(785,1216,l), +(1097,1216,l), +(871,1565,l), +(495,1565,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (157,122); +ref = circumflexcomb; +} +); +width = 1395; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (379,-494); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (767,1372); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(525,1204,l), +(589,1204,l), +(765,1366,l), +(767,1366,l), +(875,1204,l), +(939,1204,l), +(798,1413,l), +(754,1413,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (294,118); +ref = circumflexcomb; +} +); +width = 1227; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (404,-494); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (728,1356); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(411,1148,l), +(605,1148,l), +(703,1263,l), +(709,1263,l), +(761,1148,l), +(955,1148,l), +(835,1387,l), +(629,1387,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (197,113); +ref = circumflexcomb; +} +); +width = 1279; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,-494); +}, +{ +name = hook; +pos = (1196,1100); +}, +{ +name = top; +pos = (806,1503); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(590,51,o), +(722,117,o), +(787,222,c), +(805,222,l), +(780,104,ls), +(753,-21,o), +(631,-101,o), +(464,-103,cs), +(320,-108,o), +(176,-73,o), +(93,-11,c), +(-47,-261,l), +(56,-342,o), +(246,-390,o), +(446,-385,cs), +(840,-378,o), +(1124,-201,o), +(1183,74,cs), +(1402,1100,l), +(992,1100,l), +(957,939,l), +(939,939,l), +(925,1051,o), +(823,1122,o), +(673,1122,cs), +(371,1122,o), +(138,918,o), +(69,594,cs), +(-2,260,o), +(144,51,o), +(446,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,755,o), +(586,859,o), +(723,860,cs), +(857,861,o), +(919,757,o), +(883,591,cs), +(845,412,o), +(737,299,o), +(603,299,cs), +(467,299,o), +(405,412,o), +(443,591,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,1216,l), +(636,1216,l), +(772,1391,l), +(782,1391,l), +(842,1216,l), +(1154,1216,l), +(1002,1565,l), +(626,1565,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (98,122); +ref = circumflexcomb; +} +); +width = 1465; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,-494); +}, +{ +name = hook; +pos = (1196,1100); +}, +{ +name = top; +pos = (806,1503); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(590,51,o), +(722,117,o), +(787,222,c), +(805,222,l), +(780,104,ls), +(753,-21,o), +(631,-101,o), +(464,-103,cs), +(320,-108,o), +(176,-73,o), +(93,-11,c), +(-47,-261,l), +(56,-342,o), +(246,-390,o), +(446,-385,cs), +(840,-378,o), +(1124,-201,o), +(1183,74,cs), +(1402,1100,l), +(992,1100,l), +(957,939,l), +(939,939,l), +(925,1051,o), +(823,1122,o), +(673,1122,cs), +(371,1122,o), +(138,918,o), +(69,594,cs), +(-2,260,o), +(144,51,o), +(446,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,755,o), +(586,859,o), +(723,860,cs), +(857,861,o), +(919,757,o), +(883,591,cs), +(845,412,o), +(737,299,o), +(603,299,cs), +(467,299,o), +(405,412,o), +(443,591,cs) +); +}, +{ +closed = 1; +nodes = ( +(324,1216,l), +(636,1216,l), +(772,1391,l), +(782,1391,l), +(842,1216,l), +(1154,1216,l), +(1002,1565,l), +(626,1565,l) +); +} +); +}; +layerId = "9D975B1D-9FF6-430D-9505-0BA0F031E16B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (98,122); +ref = circumflexcomb; +} +); +width = 1465; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (404,-494); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (728,1356); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(411,1148,l), +(605,1148,l), +(703,1263,l), +(709,1263,l), +(761,1148,l), +(955,1148,l), +(835,1387,l), +(629,1387,l) +); +} +); +}; +layerId = "10E5189C-E47C-4BC5-AAB1-ACE26A43E63B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (197,113); +ref = circumflexcomb; +} +); +width = 1279; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (720,-494); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1533); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +}, +{ +closed = 1; +nodes = ( +(267,1216,l), +(579,1216,l), +(678,1391,l), +(688,1391,l), +(785,1216,l), +(1097,1216,l), +(871,1565,l), +(495,1565,l) +); +} +); +}; +layerId = "480DB56D-129F-4342-9976-F5DAA6592D37"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (157,122); +ref = circumflexcomb; +} +); +width = 1395; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (379,-494); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (767,1372); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(525,1204,l), +(589,1204,l), +(765,1366,l), +(767,1366,l), +(875,1204,l), +(939,1204,l), +(798,1413,l), +(754,1413,l) +); +} +); +}; +layerId = "FA0C85D1-9E48-42BB-B21F-9B1649D0A404"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (294,118); +ref = circumflexcomb; +} +); +width = 1227; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,-494); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (569,1356); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +}, +{ +closed = 1; +nodes = ( +(307,1148,l), +(501,1148,l), +(575,1263,l), +(581,1263,l), +(657,1148,l), +(851,1148,l), +(681,1387,l), +(475,1387,l) +); +} +); +}; +layerId = "3E31538E-378C-4F0E-B738-48EC5E5364D5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (197,113); +ref = circumflexcomb; +} +); +width = 1199; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (594,-494); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (506,1372); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,1204,l), +(363,1204,l), +(505,1366,l), +(507,1366,l), +(649,1204,l), +(713,1204,l), +(528,1413,l), +(484,1413,l) +); +} +); +}; +layerId = "30352B66-B761-4AE4-9595-F07439181BC0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (189,118); +ref = circumflexcomb; +} +); +width = 1157; +} +); +unicode = 285; +}, +{ +color = 10; +glyphname = gcommaaccent; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (594,-494); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (508,1058); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(591,1397,l), +(556,1355,o), +(530,1292,o), +(530,1248,cs), +(530,1173,l), +(480,1173,l), +(480,1254,ls), +(480,1322,o), +(515,1396,o), +(564,1428,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = g; +}, +{ +pos = (370,108); +ref = commaaccentrotate; +} +); +width = 1157; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (620,-494); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (578,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +}, +{ +closed = 1; +nodes = ( +(709,1382,l), +(681,1349,o), +(660,1290,o), +(660,1243,cs), +(660,1168,l), +(490,1168,l), +(490,1269,ls), +(490,1333,o), +(534,1409,o), +(595,1450,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (380,103); +ref = commaaccentrotate; +} +); +width = 1199; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (720,-494); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1122); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +}, +{ +closed = 1; +nodes = ( +(881,1522,l), +(839,1472,o), +(808,1384,o), +(808,1314,cs), +(808,1247,l), +(554,1247,l), +(554,1353,ls), +(554,1448,o), +(620,1562,o), +(711,1623,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (444,122); +ref = commaaccentrotate; +} +); +width = 1395; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (379,-494); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (682,1058); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(969,1397,l), +(925,1355,o), +(885,1292,o), +(876,1248,cs), +(860,1173,l), +(810,1173,l), +(827,1254,ls), +(842,1322,o), +(893,1396,o), +(948,1428,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (583,108); +ref = commaaccentrotate; +} +); +width = 1157; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (404,-494); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (671,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(1001,1382,l), +(966,1349,o), +(932,1290,o), +(922,1243,cs), +(906,1168,l), +(736,1168,l), +(758,1269,ls), +(771,1333,o), +(831,1409,o), +(901,1450,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (515,103); +ref = commaaccentrotate; +} +); +width = 1199; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,-494); +}, +{ +name = hook; +pos = (1196,1100); +}, +{ +name = top; +pos = (699,1122); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(590,51,o), +(722,117,o), +(787,222,c), +(805,222,l), +(780,104,ls), +(753,-21,o), +(631,-101,o), +(464,-103,cs), +(320,-108,o), +(176,-73,o), +(93,-11,c), +(-47,-261,l), +(56,-342,o), +(246,-390,o), +(446,-385,cs), +(840,-378,o), +(1124,-201,o), +(1183,74,cs), +(1402,1100,l), +(992,1100,l), +(957,939,l), +(939,939,l), +(925,1051,o), +(823,1122,o), +(673,1122,cs), +(371,1122,o), +(138,918,o), +(69,594,cs), +(-2,260,o), +(144,51,o), +(446,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,755,o), +(586,859,o), +(723,860,cs), +(857,861,o), +(919,757,o), +(883,591,cs), +(845,412,o), +(737,299,o), +(603,299,cs), +(467,299,o), +(405,412,o), +(443,591,cs) +); +}, +{ +closed = 1; +nodes = ( +(983,1522,l), +(930,1472,o), +(880,1384,o), +(866,1314,cs), +(851,1247,l), +(597,1247,l), +(620,1353,ls), +(640,1448,o), +(730,1562,o), +(834,1623,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = g; +}, +{ +pos = (365,122); +ref = commaaccentrotate; +} +); +width = 1395; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,-494); +}, +{ +name = hook; +pos = (1196,1100); +}, +{ +name = top; +pos = (699,1122); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(590,51,o), +(722,117,o), +(787,222,c), +(805,222,l), +(780,104,ls), +(753,-21,o), +(631,-101,o), +(464,-103,cs), +(320,-108,o), +(176,-73,o), +(93,-11,c), +(-47,-261,l), +(56,-342,o), +(246,-390,o), +(446,-385,cs), +(840,-378,o), +(1124,-201,o), +(1183,74,cs), +(1402,1100,l), +(992,1100,l), +(957,939,l), +(939,939,l), +(925,1051,o), +(823,1122,o), +(673,1122,cs), +(371,1122,o), +(138,918,o), +(69,594,cs), +(-2,260,o), +(144,51,o), +(446,51,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,755,o), +(586,859,o), +(723,860,cs), +(857,861,o), +(919,757,o), +(883,591,cs), +(845,412,o), +(737,299,o), +(603,299,cs), +(467,299,o), +(405,412,o), +(443,591,cs) +); +}, +{ +closed = 1; +nodes = ( +(983,1522,l), +(930,1472,o), +(880,1384,o), +(866,1314,cs), +(851,1247,l), +(597,1247,l), +(620,1353,ls), +(640,1448,o), +(730,1562,o), +(834,1623,c) +); +} +); +}; +layerId = "E6207C4B-635E-4ACF-9B5D-2049B6DD1344"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (365,122); +ref = commaaccentrotate; +} +); +width = 1395; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (404,-494); +}, +{ +name = hook; +pos = (1109,1040); +}, +{ +name = top; +pos = (671,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(622,40,o), +(769,105,o), +(837,209,c), +(843,209,l), +(812,63,ls), +(777,-102,o), +(627,-207,o), +(425,-209,cs), +(287,-213,o), +(149,-170,o), +(69,-98,c), +(-26,-248,l), +(69,-327,o), +(233,-374,o), +(399,-370,cs), +(707,-366,o), +(935,-206,o), +(988,44,cs), +(1199,1040,l), +(1019,1040,l), +(986,885,l), +(980,885,l), +(949,989,o), +(830,1055,o), +(671,1055,cs), +(365,1055,o), +(132,860,o), +(66,550,cs), +(0,237,o), +(150,40,o), +(456,40,cs) +); +}, +{ +closed = 1; +nodes = ( +(291,761,o), +(455,894,o), +(672,895,cs), +(867,897,o), +(961,764,o), +(915,550,cs), +(869,335,o), +(719,200,o), +(525,200,cs), +(308,200,o), +(200,335,o), +(246,550,cs) +); +}, +{ +closed = 1; +nodes = ( +(1001,1382,l), +(966,1349,o), +(932,1290,o), +(922,1243,cs), +(906,1168,l), +(736,1168,l), +(758,1269,ls), +(771,1333,o), +(831,1409,o), +(901,1450,c) +); +} +); +}; +layerId = "0C6AFF84-224F-436F-B506-DC543BF69107"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (515,103); +ref = commaaccentrotate; +} +); +width = 1199; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (720,-494); +}, +{ +name = hook; +pos = (1079,1100); +}, +{ +name = top; +pos = (682,1122); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(678,91,o), +(814,154,o), +(857,242,c), +(875,242,l), +(875,134,ls), +(875,10,o), +(761,-81,o), +(603,-83,cs), +(491,-87,o), +(344,-48,o), +(253,9,c), +(126,-261,l), +(250,-339,o), +(493,-391,o), +(705,-385,cs), +(1041,-379,o), +(1285,-190,o), +(1285,64,cs), +(1285,1100,l), +(875,1100,l), +(875,979,l), +(857,979,l), +(816,1062,o), +(680,1122,o), +(532,1122,cs), +(258,1122,o), +(60,904,o), +(60,604,cs), +(60,306,o), +(258,91,o), +(532,91,cs) +); +}, +{ +closed = 1; +nodes = ( +(435,739,o), +(528,839,o), +(657,840,cs), +(783,841,o), +(875,741,o), +(875,601,cs), +(875,466,o), +(783,369,o), +(657,369,cs), +(528,369,o), +(435,466,o), +(435,601,cs) +); +}, +{ +closed = 1; +nodes = ( +(881,1522,l), +(839,1472,o), +(808,1384,o), +(808,1314,cs), +(808,1247,l), +(554,1247,l), +(554,1353,ls), +(554,1448,o), +(620,1562,o), +(711,1623,c) +); +} +); +}; +layerId = "4D250C44-324F-40D4-9D8D-0F2C9058BA75"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (444,122); +ref = commaaccentrotate; +} +); +width = 1395; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (379,-494); +}, +{ +name = hook; +pos = (1133,1040); +}, +{ +name = top; +pos = (682,1058); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,30,o), +(849,138,o), +(949,311,c), +(953,311,l), +(894,34,ls), +(848,-181,o), +(649,-316,o), +(378,-316,cs), +(229,-316,o), +(83,-263,o), +(-3,-178,c), +(-41,-218,l), +(50,-308,o), +(207,-364,o), +(368,-364,cs), +(670,-364,o), +(892,-210,o), +(944,34,cs), +(1158,1040,l), +(1108,1040,l), +(1052,777,l), +(1048,777,l), +(1023,948,o), +(880,1055,o), +(677,1055,cs), +(368,1055,o), +(132,859,o), +(66,547,cs), +(-2,229,o), +(150,30,o), +(459,30,cs) +); +}, +{ +closed = 1; +nodes = ( +(176,829,o), +(387,1006,o), +(664,1007,cs), +(932,1009,o), +(1063,832,o), +(1003,549,cs), +(942,260,o), +(734,78,o), +(466,78,cs), +(190,78,o), +(55,260,o), +(116,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(969,1397,l), +(925,1355,o), +(885,1292,o), +(876,1248,cs), +(860,1173,l), +(810,1173,l), +(827,1254,ls), +(842,1322,o), +(893,1396,o), +(948,1428,c) +); +} +); +}; +layerId = "DA840057-68F3-44B7-85D6-065150904099"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = g; +}, +{ +alignment = -1; +pos = (583,108); +ref = commaaccentrotate; +} +); +width = 1157; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,-494); +}, +{ +name = hook; +pos = (999,1040); +}, +{ +name = top; +pos = (578,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(691,60,o), +(838,127,o), +(897,219,c), +(909,219,l), +(909,93,ls), +(909,-80,o), +(771,-207,o), +(580,-209,cs), +(449,-213,o), +(289,-166,o), +(201,-98,c), +(137,-248,l), +(243,-323,o), +(432,-374,o), +(588,-370,cs), +(879,-366,o), +(1089,-180,o), +(1089,74,cs), +(1089,1040,l), +(909,1040,l), +(909,905,l), +(897,905,l), +(835,992,o), +(689,1055,o), +(548,1055,cs), +(265,1055,o), +(60,845,o), +(60,555,cs), +(60,268,o), +(265,60,o), +(548,60,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,751,o), +(384,894,o), +(583,895,cs), +(772,897,o), +(909,754,o), +(909,555,cs), +(909,361,o), +(772,220,o), +(583,220,cs), +(384,220,o), +(240,361,o), +(240,555,cs) +); +}, +{ +closed = 1; +nodes = ( +(709,1382,l), +(681,1349,o), +(660,1290,o), +(660,1243,cs), +(660,1168,l), +(490,1168,l), +(490,1269,ls), +(490,1333,o), +(534,1409,o), +(595,1450,c) +); +} +); +}; +layerId = "EE20E37D-B86D-4551-BD43-075EE7A3C9A5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (380,103); +ref = commaaccentrotate; +} +); +width = 1199; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (594,-494); +}, +{ +name = hook; +pos = (1022,1040); +}, +{ +name = top; +pos = (508,1058); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(764,50,o), +(936,154,o), +(993,311,c), +(997,311,l), +(997,34,ls), +(997,-176,o), +(821,-316,o), +(556,-316,cs), +(411,-316,o), +(246,-261,o), +(145,-178,c), +(116,-218,l), +(223,-306,o), +(399,-364,o), +(556,-364,cs), +(851,-364,o), +(1047,-205,o), +(1047,34,cs), +(1047,1040,l), +(997,1040,l), +(997,777,l), +(993,777,l), +(933,944,o), +(761,1055,o), +(563,1055,cs), +(261,1055,o), +(60,852,o), +(60,547,cs), +(60,249,o), +(261,50,o), +(563,50,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,823,o), +(290,1006,o), +(560,1007,cs), +(822,1009,o), +(997,826,o), +(997,549,cs), +(997,278,o), +(822,98,o), +(560,98,cs), +(290,98,o), +(110,278,o), +(110,549,cs) +); +}, +{ +closed = 1; +nodes = ( +(591,1397,l), +(556,1355,o), +(530,1292,o), +(530,1248,cs), +(530,1173,l), +(480,1173,l), +(480,1254,ls), +(480,1322,o), +(515,1396,o), +(564,1428,c) +); +} +); +}; +layerId = "E9F8F89A-6546-43F7-B09C-639EDEEDE62C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = g; +}, +{ +pos = (370,108); +ref = commaaccentrotate; +} +); +width = 1157; +} +); +unicode = 291; +}, +{ +color = 10; +glyphname = gdotaccent; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = g; +}, +{ +pos = (363,118); +ref = dotaccentcomb; +} +); +width = 1157; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = g; +}, +{ +pos = (366,113); +ref = dotaccentcomb; +} +); +width = 1199; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = g; +}, +{ +pos = (410,122); +ref = dotaccentcomb; +} +); +width = 1395; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = g; +}, +{ +pos = (444,118); +ref = dotaccentcomb; +} +); +width = 1156; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = g; +}, +{ +pos = (365,113); +ref = dotaccentcomb; +} +); +width = 1194; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = g; +}, +{ +pos = (324,122); +ref = dotaccentcomb; +} +); +width = 1395; +} +); +unicode = 289; +}, +{ +color = 6; +glyphname = h; +kernLeft = sflat; +kernRight = n; +lastChange = "2025-12-11 14:59:39 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (531,0); +}, +{ +name = center; +pos = (531,975); +}, +{ +name = hook; +pos = (921,0); +}, +{ +name = top; +pos = (116,1443); +}, +{ +name = topbar; +pos = (178,1231); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(290,1007,o), +(526,1007,cs), +(753,1007,o), +(896,863,o), +(896,633,cs), +(896,0,l), +(946,0,l), +(946,633,ls), +(946,892,o), +(784,1055,o), +(526,1055,cs), +(333,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +} +); +width = 1026; +}, +{ +anchors = ( +{ +name = bottom; +pos = (547,0); +}, +{ +name = center; +pos = (547,975); +}, +{ +name = hook; +pos = (926,0); +}, +{ +name = top; +pos = (181,1443); +}, +{ +name = topbar; +pos = (227,1161); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(396,894,o), +(571,895,cs), +(726,896,o), +(830,781,o), +(830,607,cs), +(830,0,l), +(1010,0,l), +(1010,648,ls), +(1010,892,o), +(854,1055,o), +(620,1055,cs), +(469,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +} +); +width = 1090; +}, +{ +anchors = ( +{ +name = bottom; +pos = (659,0); +}, +{ +name = center; +pos = (669,975); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (301,1443); +}, +{ +name = topbar; +pos = (297,1130); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1443,l), +(90,1443,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +} +); +width = 1290; +}, +{ +anchors = ( +{ +name = bottom; +pos = (471,0); +}, +{ +name = center; +pos = (679,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (362,1443); +}, +{ +name = topbar; +pos = (406,1251); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,859,o), +(445,1007,o), +(681,1007,cs), +(908,1007,o), +(1020,863,o), +(971,633,cs), +(836,0,l), +(886,0,l), +(1021,633,ls), +(1076,892,o), +(949,1055,o), +(691,1055,cs), +(498,1055,o), +(332,966,o), +(260,825,c), +(256,825,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +} +); +width = 1127; +}, +{ +anchors = ( +{ +name = bottom; +pos = (486,0); +}, +{ +name = center; +pos = (694,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (428,1443); +}, +{ +name = topbar; +pos = (438,1171); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(769,0,l), +(949,0,l), +(1087,648,ls), +(1140,898,o), +(1000,1055,o), +(724,1055,cs), +(589,1055,o), +(464,982,o), +(400,865,c), +(393,865,l), +(517,1443,l), +(337,1443,l), +(29,0,l), +(209,0,l), +(346,642,l) +); +} +); +width = 1190; +}, +{ +anchors = ( +{ +name = bottom; +pos = (582,0); +}, +{ +name = center; +pos = (800,975); +}, +{ +name = hook; +pos = (987,0); +}, +{ +name = top; +pos = (531,1443); +}, +{ +name = topbar; +pos = (507,1160); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(589,779,o), +(685,849,o), +(814,848,cs), +(918,848,o), +(969,778,o), +(945,666,cs), +(803,0,l), +(1203,0,l), +(1362,744,ls), +(1412,977,o), +(1263,1124,o), +(976,1124,cs), +(827,1124,o), +(696,1056,o), +(637,947,c), +(625,947,l), +(730,1443,l), +(330,1443,l), +(23,0,l), +(423,0,l), +(565,666,ls) +); +} +); +width = 1441; +} +); +metricLeft = n; +metricRight = n; +unicode = 104; +}, +{ +color = 10; +glyphname = hbar; +kernLeft = hbar; +kernRight = n; +lastChange = "2025-12-11 14:59:39 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (639,0); +}, +{ +name = center; +pos = (639,975); +}, +{ +name = hook; +pos = (1029,0); +}, +{ +name = top; +pos = (224,1443); +}, +{ +name = topbar; +pos = (218,1231); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(249,859,o), +(398,1007,o), +(634,1007,cs), +(861,1007,o), +(1004,863,o), +(1004,633,cs), +(1004,0,l), +(1054,0,l), +(1054,633,ls), +(1054,892,o), +(892,1055,o), +(634,1055,cs), +(441,1055,o), +(294,966,o), +(252,825,c), +(248,825,l), +(248,1443,l), +(198,1443,l), +(198,0,l), +(248,0,l), +(248,624,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,1231,l), +(473,1231,l), +(473,1279,l), +(-10,1279,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (108,0); +ref = h; +}, +{ +pos = (-42,42); +ref = topbar; +} +); +width = 1134; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (644,0); +}, +{ +name = center; +pos = (644,975); +}, +{ +name = hook; +pos = (1023,0); +}, +{ +name = top; +pos = (278,1443); +}, +{ +name = topbar; +pos = (267,1161); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(373,777,o), +(493,894,o), +(668,895,cs), +(823,896,o), +(927,781,o), +(927,607,cs), +(927,0,l), +(1107,0,l), +(1107,648,ls), +(1107,892,o), +(951,1055,o), +(717,1055,cs), +(566,1055,o), +(431,987,o), +(379,885,c), +(367,885,l), +(367,1443,l), +(187,1443,l), +(187,0,l), +(367,0,l), +(367,602,l) +); +}, +{ +closed = 1; +nodes = ( +(-20,1161,l), +(573,1161,l), +(573,1301,l), +(-20,1301,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (97,0); +ref = h; +}, +{ +pos = (-63,22); +ref = topbar; +} +); +width = 1187; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (679,0); +}, +{ +name = center; +pos = (689,975); +}, +{ +name = hook; +pos = (1042,0); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topbar; +pos = (287,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,726,o), +(556,799,o), +(670,798,cs), +(784,798,o), +(830,725,o), +(830,616,cs), +(830,0,l), +(1230,0,l), +(1230,744,ls), +(1230,972,o), +(1086,1124,o), +(824,1124,cs), +(663,1124,o), +(563,1053,o), +(528,947,c), +(510,947,l), +(510,1443,l), +(110,1443,l), +(110,0,l), +(510,0,l), +(510,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(-20,1130,l), +(653,1130,l), +(653,1370,l), +(-20,1370,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (20,0); +ref = h; +}, +{ +pos = (-90,-19); +ref = topbar; +} +); +width = 1310; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (585,0); +}, +{ +name = center; +pos = (793,975); +}, +{ +name = hook; +pos = (975,0); +}, +{ +name = top; +pos = (476,1443); +}, +{ +name = topbar; +pos = (450,1251); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(378,859,o), +(559,1007,o), +(795,1007,cs), +(1022,1007,o), +(1134,863,o), +(1085,633,cs), +(950,0,l), +(1000,0,l), +(1135,633,ls), +(1190,892,o), +(1063,1055,o), +(805,1055,cs), +(612,1055,o), +(446,966,o), +(374,825,c), +(370,825,l), +(500,1443,l), +(450,1443,l), +(144,0,l), +(194,0,l), +(327,624,l) +); +}, +{ +closed = 1; +nodes = ( +(217,1251,l), +(700,1251,l), +(710,1299,l), +(227,1299,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (114,0); +ref = h; +}, +{ +pos = (45,62); +ref = topbar; +} +); +width = 1241; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (598,0); +}, +{ +name = center; +pos = (806,975); +}, +{ +name = hook; +pos = (973,0); +}, +{ +name = top; +pos = (540,1443); +}, +{ +name = topbar; +pos = (500,1171); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(505,797,o), +(642,895,o), +(813,895,cs), +(972,895,o), +(1051,795,o), +(1017,637,cs), +(881,0,l), +(1061,0,l), +(1199,648,ls), +(1252,898,o), +(1112,1055,o), +(836,1055,cs), +(701,1055,o), +(576,982,o), +(512,865,c), +(505,865,l), +(629,1443,l), +(449,1443,l), +(141,0,l), +(321,0,l), +(458,642,l) +); +}, +{ +closed = 1; +nodes = ( +(198,1171,l), +(791,1171,l), +(821,1311,l), +(228,1311,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (112,0); +ref = h; +}, +{ +pos = (16,32); +ref = topbar; +} +); +width = 1302; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = center; +pos = (846,975); +}, +{ +name = hook; +pos = (1033,0); +}, +{ +name = top; +pos = (577,1443); +}, +{ +name = topbar; +pos = (523,1160); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(635,779,o), +(731,849,o), +(860,848,cs), +(964,848,o), +(1015,778,o), +(991,666,cs), +(849,0,l), +(1249,0,l), +(1408,744,ls), +(1458,977,o), +(1309,1124,o), +(1022,1124,cs), +(873,1124,o), +(742,1056,o), +(683,947,c), +(671,947,l), +(776,1443,l), +(376,1443,l), +(69,0,l), +(469,0,l), +(611,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(190,1160,l), +(863,1160,l), +(915,1400,l), +(242,1400,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (46,0); +ref = h; +}, +{ +pos = (-7,11); +ref = topbar; +} +); +width = 1487; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (628,0); +}, +{ +name = center; +pos = (846,975); +}, +{ +name = hook; +pos = (1033,0); +}, +{ +name = top; +pos = (577,1443); +}, +{ +name = topbar; +pos = (523,1160); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(635,779,o), +(731,849,o), +(860,848,cs), +(964,848,o), +(1015,778,o), +(991,666,cs), +(849,0,l), +(1249,0,l), +(1408,744,ls), +(1458,977,o), +(1309,1124,o), +(1022,1124,cs), +(873,1124,o), +(742,1056,o), +(683,947,c), +(671,947,l), +(776,1443,l), +(376,1443,l), +(69,0,l), +(469,0,l), +(611,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(190,1160,l), +(863,1160,l), +(915,1400,l), +(242,1400,l) +); +} +); +}; +layerId = "86F49D72-4510-462A-8614-1631E03EB7D0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (46,0); +ref = h; +}, +{ +pos = (-7,11); +ref = topbar; +} +); +width = 1487; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (598,0); +}, +{ +name = center; +pos = (806,975); +}, +{ +name = hook; +pos = (973,0); +}, +{ +name = top; +pos = (540,1443); +}, +{ +name = topbar; +pos = (500,1171); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(505,797,o), +(642,895,o), +(813,895,cs), +(972,895,o), +(1051,795,o), +(1017,637,cs), +(881,0,l), +(1061,0,l), +(1199,648,ls), +(1252,898,o), +(1112,1055,o), +(836,1055,cs), +(701,1055,o), +(576,982,o), +(512,865,c), +(505,865,l), +(629,1443,l), +(449,1443,l), +(141,0,l), +(321,0,l), +(458,642,l) +); +}, +{ +closed = 1; +nodes = ( +(198,1171,l), +(791,1171,l), +(821,1311,l), +(228,1311,l) +); +} +); +}; +layerId = "9EE7A1CD-ADF6-495D-A2FC-5A33A5982B77"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (112,0); +ref = h; +}, +{ +pos = (16,32); +ref = topbar; +} +); +width = 1302; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (679,0); +}, +{ +name = center; +pos = (689,975); +}, +{ +name = hook; +pos = (1042,0); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topbar; +pos = (287,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,726,o), +(556,799,o), +(670,798,cs), +(784,798,o), +(830,725,o), +(830,616,cs), +(830,0,l), +(1230,0,l), +(1230,744,ls), +(1230,972,o), +(1086,1124,o), +(824,1124,cs), +(663,1124,o), +(563,1053,o), +(528,947,c), +(510,947,l), +(510,1443,l), +(110,1443,l), +(110,0,l), +(510,0,l), +(510,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(-20,1130,l), +(653,1130,l), +(653,1370,l), +(-20,1370,l) +); +} +); +}; +layerId = "26E3194F-0409-4C5C-AF68-11EF7482EF7F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (20,0); +ref = h; +}, +{ +pos = (-90,-19); +ref = topbar; +} +); +width = 1310; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (585,0); +}, +{ +name = center; +pos = (793,975); +}, +{ +name = hook; +pos = (975,0); +}, +{ +name = top; +pos = (476,1443); +}, +{ +name = topbar; +pos = (450,1251); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(378,859,o), +(559,1007,o), +(795,1007,cs), +(1022,1007,o), +(1134,863,o), +(1085,633,cs), +(950,0,l), +(1000,0,l), +(1135,633,ls), +(1190,892,o), +(1063,1055,o), +(805,1055,cs), +(612,1055,o), +(446,966,o), +(374,825,c), +(370,825,l), +(500,1443,l), +(450,1443,l), +(144,0,l), +(194,0,l), +(327,624,l) +); +}, +{ +closed = 1; +nodes = ( +(217,1251,l), +(700,1251,l), +(710,1299,l), +(227,1299,l) +); +} +); +}; +layerId = "86B80CA1-EFED-4F68-BB04-702BA6B616B0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (114,0); +ref = h; +}, +{ +pos = (45,62); +ref = topbar; +} +); +width = 1241; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (644,0); +}, +{ +name = center; +pos = (644,975); +}, +{ +name = hook; +pos = (1023,0); +}, +{ +name = top; +pos = (278,1443); +}, +{ +name = topbar; +pos = (267,1161); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(373,777,o), +(493,894,o), +(668,895,cs), +(823,896,o), +(927,781,o), +(927,607,cs), +(927,0,l), +(1107,0,l), +(1107,648,ls), +(1107,892,o), +(951,1055,o), +(717,1055,cs), +(566,1055,o), +(431,987,o), +(379,885,c), +(367,885,l), +(367,1443,l), +(187,1443,l), +(187,0,l), +(367,0,l), +(367,602,l) +); +}, +{ +closed = 1; +nodes = ( +(-20,1161,l), +(573,1161,l), +(573,1301,l), +(-20,1301,l) +); +} +); +}; +layerId = "960525E0-228E-4824-AF68-9725B63ECB2B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (97,0); +ref = h; +}, +{ +pos = (-63,22); +ref = topbar; +} +); +width = 1187; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (639,0); +}, +{ +name = center; +pos = (639,975); +}, +{ +name = hook; +pos = (1029,0); +}, +{ +name = top; +pos = (224,1443); +}, +{ +name = topbar; +pos = (218,1231); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(249,859,o), +(398,1007,o), +(634,1007,cs), +(861,1007,o), +(1004,863,o), +(1004,633,cs), +(1004,0,l), +(1054,0,l), +(1054,633,ls), +(1054,892,o), +(892,1055,o), +(634,1055,cs), +(441,1055,o), +(294,966,o), +(252,825,c), +(248,825,l), +(248,1443,l), +(198,1443,l), +(198,0,l), +(248,0,l), +(248,624,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,1231,l), +(473,1231,l), +(473,1279,l), +(-10,1279,l) +); +} +); +}; +layerId = "DA7EF8EA-163E-4673-AC35-B828C64BE687"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (108,0); +ref = h; +}, +{ +pos = (-42,42); +ref = topbar; +} +); +width = 1134; +} +); +metricRight = h; +tags = ( +topbar +); +unicode = 295; +}, +{ +color = 10; +glyphname = hcaron; +kernLeft = sflat; +kernRight = n; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (116,1616); +}, +{ +name = center; +pos = (531,975); +}, +{ +name = hook; +pos = (921,0); +}, +{ +name = top; +pos = (116,1736); +}, +{ +name = topbar; +pos = (110,1231); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(290,1007,o), +(526,1007,cs), +(753,1007,o), +(896,863,o), +(896,633,cs), +(896,0,l), +(946,0,l), +(946,633,ls), +(946,892,o), +(784,1055,o), +(526,1055,cs), +(333,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(138,1575,l), +(323,1784,l), +(259,1784,l), +(117,1622,l), +(115,1622,l), +(-27,1784,l), +(-91,1784,l), +(94,1575,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-201,503); +ref = caroncomb; +} +); +width = 1026; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (171,1581); +}, +{ +name = center; +pos = (547,975); +}, +{ +name = hook; +pos = (926,0); +}, +{ +name = top; +pos = (181,1726); +}, +{ +name = topbar; +pos = (170,1161); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(396,894,o), +(571,895,cs), +(726,896,o), +(830,781,o), +(830,607,cs), +(830,0,l), +(1010,0,l), +(1010,648,ls), +(1010,892,o), +(854,1055,o), +(620,1055,cs), +(469,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(283,1550,l), +(453,1789,l), +(259,1789,l), +(183,1654,l), +(177,1654,l), +(103,1789,l), +(-91,1789,l), +(77,1550,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-201,503); +ref = caroncomb; +} +); +width = 1090; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (306,1591); +}, +{ +name = center; +pos = (669,975); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (301,1865); +}, +{ +name = topbar; +pos = (267,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1443,l), +(90,1443,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(495,1559,l), +(721,1908,l), +(409,1908,l), +(312,1733,l), +(302,1733,l), +(203,1908,l), +(-109,1908,l), +(119,1559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-219,443); +ref = caroncomb; +} +); +width = 1290; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (379,1693); +}, +{ +name = center; +pos = (679,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (404,1813); +}, +{ +name = topbar; +pos = (336,1251); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(264,859,o), +(445,1007,o), +(681,1007,cs), +(908,1007,o), +(1020,863,o), +(971,633,cs), +(836,0,l), +(886,0,l), +(1021,633,ls), +(1076,892,o), +(949,1055,o), +(691,1055,cs), +(498,1055,o), +(332,966,o), +(260,825,c), +(256,825,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(397,1632,l), +(626,1841,l), +(557,1841,l), +(381,1679,l), +(379,1679,l), +(271,1841,l), +(212,1841,l), +(353,1632,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-57,580); +ref = caroncomb; +} +); +width = 1126; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (397,1658); +}, +{ +name = center; +pos = (694,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (429,1803); +}, +{ +name = topbar; +pos = (388,1171); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(769,0,l), +(949,0,l), +(1087,648,ls), +(1140,898,o), +(1000,1055,o), +(724,1055,cs), +(589,1055,o), +(464,982,o), +(400,865,c), +(393,865,l), +(517,1443,l), +(337,1443,l), +(29,0,l), +(209,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(517,1627,l), +(737,1866,l), +(529,1866,l), +(429,1731,l), +(423,1731,l), +(373,1866,l), +(193,1866,l), +(311,1627,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-75,580); +ref = caroncomb; +} +); +width = 1190; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (522,1665); +}, +{ +name = center; +pos = (800,975); +}, +{ +name = hook; +pos = (987,0); +}, +{ +name = top; +pos = (586,1933); +}, +{ +name = topbar; +pos = (477,1160); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(589,779,o), +(685,849,o), +(814,848,cs), +(918,848,o), +(969,778,o), +(945,666,cs), +(803,0,l), +(1203,0,l), +(1362,744,ls), +(1412,977,o), +(1263,1124,o), +(976,1124,cs), +(827,1124,o), +(696,1056,o), +(637,947,c), +(625,947,l), +(730,1443,l), +(330,1443,l), +(23,0,l), +(423,0,l), +(565,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(714,1630,l), +(1024,1979,l), +(692,1979,l), +(568,1804,l), +(558,1804,l), +(486,1979,l), +(194,1979,l), +(348,1630,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-110,514); +ref = caroncomb; +} +); +width = 1441; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (522,1665); +}, +{ +name = center; +pos = (800,975); +}, +{ +name = hook; +pos = (987,0); +}, +{ +name = top; +pos = (586,1933); +}, +{ +name = topbar; +pos = (477,1160); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(589,779,o), +(685,849,o), +(814,848,cs), +(918,848,o), +(969,778,o), +(945,666,cs), +(803,0,l), +(1203,0,l), +(1362,744,ls), +(1412,977,o), +(1263,1124,o), +(976,1124,cs), +(827,1124,o), +(696,1056,o), +(637,947,c), +(625,947,l), +(730,1443,l), +(330,1443,l), +(23,0,l), +(423,0,l), +(565,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(714,1630,l), +(1024,1979,l), +(692,1979,l), +(568,1804,l), +(558,1804,l), +(486,1979,l), +(194,1979,l), +(348,1630,l) +); +} +); +}; +layerId = "7C16846A-AA74-482E-AD7D-F69E0B124B07"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-110,514); +ref = caroncomb; +} +); +width = 1441; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (397,1658); +}, +{ +name = center; +pos = (694,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (429,1803); +}, +{ +name = topbar; +pos = (388,1171); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(769,0,l), +(949,0,l), +(1087,648,ls), +(1140,898,o), +(1000,1055,o), +(724,1055,cs), +(589,1055,o), +(464,982,o), +(400,865,c), +(393,865,l), +(517,1443,l), +(337,1443,l), +(29,0,l), +(209,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(517,1627,l), +(737,1866,l), +(529,1866,l), +(429,1731,l), +(423,1731,l), +(373,1866,l), +(193,1866,l), +(311,1627,l) +); +} +); +}; +layerId = "400C6156-1C15-4142-A1DC-6790614D5CD9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-75,580); +ref = caroncomb; +} +); +width = 1190; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (306,1591); +}, +{ +name = center; +pos = (669,975); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (301,1865); +}, +{ +name = topbar; +pos = (267,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1443,l), +(90,1443,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(495,1559,l), +(721,1908,l), +(409,1908,l), +(312,1733,l), +(302,1733,l), +(203,1908,l), +(-109,1908,l), +(119,1559,l) +); +} +); +}; +layerId = "7B54FFCD-3814-4E2D-AACB-99D10C6FB192"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-219,443); +ref = caroncomb; +} +); +width = 1290; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (379,1693); +}, +{ +name = center; +pos = (679,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (404,1813); +}, +{ +name = topbar; +pos = (336,1251); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(264,859,o), +(445,1007,o), +(681,1007,cs), +(908,1007,o), +(1020,863,o), +(971,633,cs), +(836,0,l), +(886,0,l), +(1021,633,ls), +(1076,892,o), +(949,1055,o), +(691,1055,cs), +(498,1055,o), +(332,966,o), +(260,825,c), +(256,825,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(397,1632,l), +(626,1841,l), +(557,1841,l), +(381,1679,l), +(379,1679,l), +(271,1841,l), +(212,1841,l), +(353,1632,l) +); +} +); +}; +layerId = "1CE5BFB0-4177-4CB5-87FF-CE2E2712E41A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-57,580); +ref = caroncomb; +} +); +width = 1126; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (171,1581); +}, +{ +name = center; +pos = (547,975); +}, +{ +name = hook; +pos = (926,0); +}, +{ +name = top; +pos = (181,1726); +}, +{ +name = topbar; +pos = (170,1161); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(396,894,o), +(571,895,cs), +(726,896,o), +(830,781,o), +(830,607,cs), +(830,0,l), +(1010,0,l), +(1010,648,ls), +(1010,892,o), +(854,1055,o), +(620,1055,cs), +(469,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(283,1550,l), +(453,1789,l), +(259,1789,l), +(183,1654,l), +(177,1654,l), +(103,1789,l), +(-91,1789,l), +(77,1550,l) +); +} +); +}; +layerId = "D7152B49-6DEC-49A0-963C-1DF9F6E425BD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-201,503); +ref = caroncomb; +} +); +width = 1090; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (116,1616); +}, +{ +name = center; +pos = (531,975); +}, +{ +name = hook; +pos = (921,0); +}, +{ +name = top; +pos = (116,1736); +}, +{ +name = topbar; +pos = (110,1231); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(290,1007,o), +(526,1007,cs), +(753,1007,o), +(896,863,o), +(896,633,cs), +(896,0,l), +(946,0,l), +(946,633,ls), +(946,892,o), +(784,1055,o), +(526,1055,cs), +(333,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(138,1575,l), +(323,1784,l), +(259,1784,l), +(117,1622,l), +(115,1622,l), +(-27,1784,l), +(-91,1784,l), +(94,1575,l) +); +} +); +}; +layerId = "3F27AD18-896B-42B3-97D4-5B3BDBDF4E59"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-201,503); +ref = caroncomb; +} +); +width = 1026; +} +); +unicode = 543; +}, +{ +color = 10; +glyphname = hcircumflex; +kernLeft = sflat; +kernRight = n; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (531,0); +}, +{ +name = center; +pos = (531,975); +}, +{ +name = hook; +pos = (921,0); +}, +{ +name = top; +pos = (114,1757); +}, +{ +name = topbar; +pos = (110,1231); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(290,1007,o), +(526,1007,cs), +(753,1007,o), +(896,863,o), +(896,633,cs), +(896,0,l), +(946,0,l), +(946,633,ls), +(946,892,o), +(784,1055,o), +(526,1055,cs), +(333,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(-93,1589,l), +(-29,1589,l), +(113,1751,l), +(115,1751,l), +(257,1589,l), +(321,1589,l), +(136,1798,l), +(92,1798,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-203,503); +ref = circumflexcomb; +} +); +width = 1026; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (547,0); +}, +{ +name = center; +pos = (547,975); +}, +{ +name = hook; +pos = (926,0); +}, +{ +name = top; +pos = (172,1746); +}, +{ +name = topbar; +pos = (170,1161); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(396,894,o), +(571,895,cs), +(726,896,o), +(830,781,o), +(830,607,cs), +(830,0,l), +(1010,0,l), +(1010,648,ls), +(1010,892,o), +(854,1055,o), +(620,1055,cs), +(469,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(-90,1538,l), +(104,1538,l), +(178,1653,l), +(184,1653,l), +(260,1538,l), +(454,1538,l), +(284,1777,l), +(78,1777,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-200,503); +ref = circumflexcomb; +} +); +width = 1090; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (659,0); +}, +{ +name = center; +pos = (669,975); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (301,1854); +}, +{ +name = topbar; +pos = (267,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1443,l), +(90,1443,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(-114,1537,l), +(198,1537,l), +(297,1712,l), +(307,1712,l), +(404,1537,l), +(716,1537,l), +(490,1886,l), +(114,1886,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-224,443); +ref = circumflexcomb; +} +); +width = 1290; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (471,0); +}, +{ +name = center; +pos = (679,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (414,1834); +}, +{ +name = topbar; +pos = (336,1251); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(264,859,o), +(445,1007,o), +(681,1007,cs), +(908,1007,o), +(1020,863,o), +(971,633,cs), +(836,0,l), +(886,0,l), +(1021,633,ls), +(1076,892,o), +(949,1055,o), +(691,1055,cs), +(498,1055,o), +(332,966,o), +(260,825,c), +(256,825,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(172,1666,l), +(236,1666,l), +(412,1828,l), +(414,1828,l), +(522,1666,l), +(586,1666,l), +(445,1875,l), +(401,1875,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-59,580); +ref = circumflexcomb; +} +); +width = 1126; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (486,0); +}, +{ +name = center; +pos = (694,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (461,1823); +}, +{ +name = topbar; +pos = (388,1171); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(769,0,l), +(949,0,l), +(1087,648,ls), +(1140,898,o), +(1000,1055,o), +(724,1055,cs), +(589,1055,o), +(464,982,o), +(400,865,c), +(393,865,l), +(517,1443,l), +(337,1443,l), +(29,0,l), +(209,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(144,1615,l), +(338,1615,l), +(436,1730,l), +(442,1730,l), +(494,1615,l), +(688,1615,l), +(568,1854,l), +(362,1854,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-70,580); +ref = circumflexcomb; +} +); +width = 1190; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (582,0); +}, +{ +name = center; +pos = (800,975); +}, +{ +name = hook; +pos = (987,0); +}, +{ +name = top; +pos = (605,1901); +}, +{ +name = topbar; +pos = (477,1160); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(589,779,o), +(685,849,o), +(814,848,cs), +(918,848,o), +(969,778,o), +(945,666,cs), +(803,0,l), +(1203,0,l), +(1362,744,ls), +(1412,977,o), +(1263,1124,o), +(976,1124,cs), +(827,1124,o), +(696,1056,o), +(637,947,c), +(625,947,l), +(730,1443,l), +(330,1443,l), +(23,0,l), +(423,0,l), +(565,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(123,1614,l), +(435,1614,l), +(571,1789,l), +(581,1789,l), +(641,1614,l), +(953,1614,l), +(801,1963,l), +(425,1963,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-103,520); +ref = circumflexcomb; +} +); +width = 1441; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (582,0); +}, +{ +name = center; +pos = (800,975); +}, +{ +name = hook; +pos = (987,0); +}, +{ +name = top; +pos = (605,1901); +}, +{ +name = topbar; +pos = (477,1160); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(589,779,o), +(685,849,o), +(814,848,cs), +(918,848,o), +(969,778,o), +(945,666,cs), +(803,0,l), +(1203,0,l), +(1362,744,ls), +(1412,977,o), +(1263,1124,o), +(976,1124,cs), +(827,1124,o), +(696,1056,o), +(637,947,c), +(625,947,l), +(730,1443,l), +(330,1443,l), +(23,0,l), +(423,0,l), +(565,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(123,1614,l), +(435,1614,l), +(571,1789,l), +(581,1789,l), +(641,1614,l), +(953,1614,l), +(801,1963,l), +(425,1963,l) +); +} +); +}; +layerId = "5105D24F-4D11-4C55-B09B-D23F60994E86"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-103,520); +ref = circumflexcomb; +} +); +width = 1441; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (486,0); +}, +{ +name = center; +pos = (694,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (461,1823); +}, +{ +name = topbar; +pos = (388,1171); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(769,0,l), +(949,0,l), +(1087,648,ls), +(1140,898,o), +(1000,1055,o), +(724,1055,cs), +(589,1055,o), +(464,982,o), +(400,865,c), +(393,865,l), +(517,1443,l), +(337,1443,l), +(29,0,l), +(209,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(144,1615,l), +(338,1615,l), +(436,1730,l), +(442,1730,l), +(494,1615,l), +(688,1615,l), +(568,1854,l), +(362,1854,l) +); +} +); +}; +layerId = "A1BA41FC-1233-446D-BE2D-711AC80B6B2A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-70,580); +ref = circumflexcomb; +} +); +width = 1190; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (659,0); +}, +{ +name = center; +pos = (669,975); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (301,1854); +}, +{ +name = topbar; +pos = (267,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1443,l), +(90,1443,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(-114,1537,l), +(198,1537,l), +(297,1712,l), +(307,1712,l), +(404,1537,l), +(716,1537,l), +(490,1886,l), +(114,1886,l) +); +} +); +}; +layerId = "A93A2655-032D-488B-B968-34ADCEFCECB1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-224,443); +ref = circumflexcomb; +} +); +width = 1290; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (471,0); +}, +{ +name = center; +pos = (679,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (414,1834); +}, +{ +name = topbar; +pos = (336,1251); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(264,859,o), +(445,1007,o), +(681,1007,cs), +(908,1007,o), +(1020,863,o), +(971,633,cs), +(836,0,l), +(886,0,l), +(1021,633,ls), +(1076,892,o), +(949,1055,o), +(691,1055,cs), +(498,1055,o), +(332,966,o), +(260,825,c), +(256,825,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(172,1666,l), +(236,1666,l), +(412,1828,l), +(414,1828,l), +(522,1666,l), +(586,1666,l), +(445,1875,l), +(401,1875,l) +); +} +); +}; +layerId = "5CD9B147-1D5C-4C74-98BB-1AA715F89740"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = h; +}, +{ +alignment = -1; +pos = (-59,580); +ref = circumflexcomb; +} +); +width = 1126; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (547,0); +}, +{ +name = center; +pos = (547,975); +}, +{ +name = hook; +pos = (926,0); +}, +{ +name = top; +pos = (172,1746); +}, +{ +name = topbar; +pos = (170,1161); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(396,894,o), +(571,895,cs), +(726,896,o), +(830,781,o), +(830,607,cs), +(830,0,l), +(1010,0,l), +(1010,648,ls), +(1010,892,o), +(854,1055,o), +(620,1055,cs), +(469,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(-90,1538,l), +(104,1538,l), +(178,1653,l), +(184,1653,l), +(260,1538,l), +(454,1538,l), +(284,1777,l), +(78,1777,l) +); +} +); +}; +layerId = "EDC6D4C1-2EE3-43B2-A58F-3E8FCB8E331B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-200,503); +ref = circumflexcomb; +} +); +width = 1090; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (531,0); +}, +{ +name = center; +pos = (531,975); +}, +{ +name = hook; +pos = (921,0); +}, +{ +name = top; +pos = (114,1757); +}, +{ +name = topbar; +pos = (110,1231); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(290,1007,o), +(526,1007,cs), +(753,1007,o), +(896,863,o), +(896,633,cs), +(896,0,l), +(946,0,l), +(946,633,ls), +(946,892,o), +(784,1055,o), +(526,1055,cs), +(333,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(-93,1589,l), +(-29,1589,l), +(113,1751,l), +(115,1751,l), +(257,1589,l), +(321,1589,l), +(136,1798,l), +(92,1798,l) +); +} +); +}; +layerId = "AAFC60F6-7488-441F-824A-680608AEAA3D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +pos = (-203,503); +ref = circumflexcomb; +} +); +width = 1026; +} +); +unicode = 293; +}, +{ +color = 6; +glyphname = i; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (145,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(170,1040,l), +(120,1040,l), +(120,0,l) +); +}, +{ +closed = 1; +nodes = ( +(180,1372,l), +(180,1443,l), +(110,1443,l), +(110,1372,l) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = bottom; +pos = (216,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,0,l), +(306,1040,l), +(126,1040,l), +(126,0,l) +); +}, +{ +closed = 1; +nodes = ( +(322,1236,l), +(322,1443,l), +(110,1443,l), +(110,1236,l) +); +} +); +width = 432; +}, +{ +anchors = ( +{ +name = bottom; +pos = (310,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(510,1210,l), +(510,1571,l), +(110,1571,l), +(110,1210,l) +); +} +); +width = 620; +}, +{ +anchors = ( +{ +name = bottom; +pos = (34,0); +} +); +guides = ( +{ +angle = 258.0031; +pos = (121,520); +}, +{ +angle = 258.0031; +pos = (282,1045); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(281,1040,l), +(231,1040,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(362,1373,l), +(377,1443,l), +(307,1443,l), +(292,1373,l) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = bottom; +pos = (216,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(411,1040,l), +(231,1040,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(469,1236,l), +(513,1443,l), +(301,1443,l), +(257,1236,l) +); +} +); +width = 422; +}, +{ +anchors = ( +{ +name = bottom; +pos = (205,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(393,0,l), +(627,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(661,1210,l), +(737,1571,l), +(337,1571,l), +(261,1210,l) +); +} +); +width = 631; +} +); +unicode = 105; +}, +{ +color = 6; +glyphname = idotless; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (134,0); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (134,1147); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +} +); +width = 270; +}, +{ +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1130); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +} +); +width = 400; +}, +{ +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320,1150); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +} +); +width = 630; +}, +{ +anchors = ( +{ +name = bottom; +pos = (24,0); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (268,1147); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +} +); +width = 270; +}, +{ +anchors = ( +{ +name = bottom; +pos = (93,0); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (324,1130); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +} +); +width = 390; +}, +{ +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (448,1150); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +} +); +width = 630; +} +); +metricLeft = i; +metricRight = i; +unicode = 305; +}, +{ +color = 10; +glyphname = iacute; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (15,207); +ref = acute; +} +); +width = 270; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (22,190); +ref = acute; +} +); +width = 400; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (103,150); +ref = acute; +} +); +width = 630; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (83,207); +ref = acute; +} +); +width = 270; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (62,190); +ref = acute; +} +); +width = 390; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (135,150); +ref = acute; +} +); +width = 630; +} +); +unicode = 237; +}, +{ +color = 10; +glyphname = ibreve; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-164,207); +ref = brevecomb; +} +); +width = 270; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-150,190); +ref = brevecomb; +} +); +width = 400; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-155,150); +ref = brevecomb; +} +); +width = 630; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-132,207); +ref = brevecomb; +} +); +width = 270; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-121,190); +ref = brevecomb; +} +); +width = 390; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-139,150); +ref = brevecomb; +} +); +width = 630; +} +); +unicode = 301; +}, +{ +color = 10; +glyphname = icaron; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (134,1320); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (134,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(156,1279,l), +(341,1488,l), +(277,1488,l), +(135,1326,l), +(133,1326,l), +(-9,1488,l), +(-73,1488,l), +(112,1279,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-183,207); +ref = caroncomb; +} +); +width = 270; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (189,1268); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1413); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(301,1237,l), +(471,1476,l), +(277,1476,l), +(201,1341,l), +(195,1341,l), +(121,1476,l), +(-73,1476,l), +(95,1237,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-183,190); +ref = caroncomb; +} +); +width = 400; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (325,1298); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320,1572); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(514,1266,l), +(740,1615,l), +(428,1615,l), +(331,1440,l), +(321,1440,l), +(222,1615,l), +(-90,1615,l), +(138,1266,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-200,150); +ref = caroncomb; +} +); +width = 630; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (297,1320); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (322,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(315,1259,l), +(544,1468,l), +(475,1468,l), +(299,1306,l), +(297,1306,l), +(189,1468,l), +(130,1468,l), +(271,1259,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-139,207); +ref = caroncomb; +} +); +width = 330; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (322,1268); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (354,1413); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(442,1237,l), +(662,1476,l), +(454,1476,l), +(354,1341,l), +(348,1341,l), +(298,1476,l), +(118,1476,l), +(236,1237,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-150,190); +ref = caroncomb; +} +); +width = 480; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (452,1295); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (516,1563); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(644,1260,l), +(954,1609,l), +(622,1609,l), +(498,1434,l), +(488,1434,l), +(416,1609,l), +(124,1609,l), +(278,1260,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-180,144); +ref = caroncomb; +} +); +width = 690; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (452,1295); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (516,1563); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(644,1260,l), +(954,1609,l), +(622,1609,l), +(498,1434,l), +(488,1434,l), +(416,1609,l), +(124,1609,l), +(278,1260,l) +); +} +); +}; +layerId = "19A2BA57-3C0B-493A-9F03-9FA6C06DDCD7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-180,144); +ref = caroncomb; +} +); +width = 690; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (322,1268); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (354,1413); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(442,1237,l), +(662,1476,l), +(454,1476,l), +(354,1341,l), +(348,1341,l), +(298,1476,l), +(118,1476,l), +(236,1237,l) +); +} +); +}; +layerId = "9E0FA6DE-4A68-4662-A01B-1F6C086BAA41"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-150,190); +ref = caroncomb; +} +); +width = 480; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (325,1298); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320,1572); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(514,1266,l), +(740,1615,l), +(428,1615,l), +(331,1440,l), +(321,1440,l), +(222,1615,l), +(-90,1615,l), +(138,1266,l) +); +} +); +}; +layerId = "D1B2D250-5683-45F8-A1E5-23CE91A319DB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-200,150); +ref = caroncomb; +} +); +width = 630; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (297,1320); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (322,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(315,1259,l), +(544,1468,l), +(475,1468,l), +(299,1306,l), +(297,1306,l), +(189,1468,l), +(130,1468,l), +(271,1259,l) +); +} +); +}; +layerId = "1E765B74-EBEA-4973-B318-BC7B54590F1A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-139,207); +ref = caroncomb; +} +); +width = 330; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (189,1268); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1413); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(301,1237,l), +(471,1476,l), +(277,1476,l), +(201,1341,l), +(195,1341,l), +(121,1476,l), +(-73,1476,l), +(95,1237,l) +); +} +); +}; +layerId = "FBE70911-0E59-4439-BDC3-4DFC0E967BA4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-183,190); +ref = caroncomb; +} +); +width = 400; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (134,1320); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (134,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(156,1279,l), +(341,1488,l), +(277,1488,l), +(135,1326,l), +(133,1326,l), +(-9,1488,l), +(-73,1488,l), +(112,1279,l) +); +} +); +}; +layerId = "2F4F1C47-6993-47ED-A773-6669B833C72D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-183,207); +ref = caroncomb; +} +); +width = 270; +} +); +unicode = 464; +}, +{ +color = 10; +glyphname = icircumflex; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-185,207); +ref = circumflexcomb; +} +); +width = 270; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-182,190); +ref = circumflexcomb; +} +); +width = 400; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-205,150); +ref = circumflexcomb; +} +); +width = 630; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-141,207); +ref = circumflexcomb; +} +); +width = 270; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-145,190); +ref = circumflexcomb; +} +); +width = 390; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-173,150); +ref = circumflexcomb; +} +); +width = 630; +} +); +unicode = 238; +}, +{ +color = 10; +glyphname = idieresis; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-152,207); +ref = dieresiscomb; +} +); +width = 270; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-154,190); +ref = dieresiscomb; +} +); +width = 400; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-139,150); +ref = dieresiscomb; +} +); +width = 630; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-120,207); +ref = dieresiscomb; +} +); +width = 270; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-127,190); +ref = dieresiscomb; +} +); +width = 390; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-107,150); +ref = dieresiscomb; +} +); +width = 630; +} +); +unicode = 239; +}, +{ +color = 10; +glyphname = idotaccent; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (134,0); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (133,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(99,1312,l), +(169,1312,l), +(169,1382,l), +(99,1382,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-11,207); +ref = dotaccentcomb; +} +); +width = 270; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1436); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(97,1260,l), +(300,1260,l), +(300,1462,l), +(97,1462,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-13,190); +ref = dotaccentcomb; +} +); +width = 400; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320,1555.313); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(148,1288,l), +(491,1288,l), +(491,1588,l), +(148,1588,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (31,88); +ref = dotaccentcomb; +scale = (1.0625,1.0625); +} +); +width = 630; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (24,0); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (307,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(266,1312,l), +(336,1312,l), +(350,1382,l), +(280,1382,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (30,207); +ref = dotaccentcomb; +} +); +width = 330; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (93,0); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (384,1436); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(241,1260,l), +(444,1260,l), +(486,1462,l), +(283,1462,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (18,190); +ref = dotaccentcomb; +} +); +width = 480; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (513.188,1555.313); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(299,1288,l), +(642,1288,l), +(706,1588,l), +(362,1588,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (51,88); +ref = dotaccentcomb; +scale = (1.0625,1.0625); +} +); +width = 690; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (513.188,1555.313); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(299,1288,l), +(642,1288,l), +(706,1588,l), +(362,1588,l) +); +} +); +}; +layerId = "3D7932E1-DB4F-453B-85C7-FB37D5AD6030"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (51,88); +ref = dotaccentcomb; +scale = (1.0625,1.0625); +} +); +width = 690; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (93,0); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (384,1436); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(241,1260,l), +(444,1260,l), +(486,1462,l), +(283,1462,l) +); +} +); +}; +layerId = "602297A6-627C-4A74-9ED7-168EB189921F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (18,190); +ref = dotaccentcomb; +} +); +width = 480; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320,1555.313); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(148,1288,l), +(491,1288,l), +(491,1588,l), +(148,1588,l) +); +} +); +}; +layerId = "095CD36E-6CB9-4019-BE83-9CFD17A675F9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (31,88); +ref = dotaccentcomb; +scale = (1.0625,1.0625); +} +); +width = 630; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (24,0); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (307,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(266,1312,l), +(336,1312,l), +(350,1382,l), +(280,1382,l) +); +} +); +}; +layerId = "51DD72A9-0589-49B7-A59D-DC69CC1C41D2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (30,207); +ref = dotaccentcomb; +} +); +width = 330; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1436); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(97,1260,l), +(300,1260,l), +(300,1462,l), +(97,1462,l) +); +} +); +}; +layerId = "A829080E-E30B-4F2C-AEB1-A482CF7A63EC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-13,190); +ref = dotaccentcomb; +} +); +width = 400; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (134,0); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (133,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(99,1312,l), +(169,1312,l), +(169,1382,l), +(99,1382,l) +); +} +); +}; +layerId = "5E6E8590-1514-4F07-8BC9-369A6EA7E4BE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-11,207); +ref = dotaccentcomb; +} +); +width = 270; +} +); +}, +{ +color = 10; +glyphname = igrave; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-92,207); +ref = gravecomb; +} +); +width = 270; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-137,190); +ref = gravecomb; +} +); +width = 400; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-96,150); +ref = gravecomb; +} +); +width = 630; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-71,207); +ref = gravecomb; +} +); +width = 270; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-100,190); +ref = gravecomb; +} +); +width = 390; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-59,150); +ref = gravecomb; +} +); +width = 630; +} +); +unicode = 236; +}, +{ +color = 10; +glyphname = imacron; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (276,0); +}, +{ +name = ogonek; +pos = (272,0); +}, +{ +name = top; +pos = (266,1370); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(302,0,l), +(302,1040,l), +(252,1040,l), +(252,0,l) +); +}, +{ +closed = 1; +nodes = ( +(76,1338,l), +(457,1338,l), +(457,1386,l), +(76,1386,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (142,0); +ref = idotless; +}, +{ +pos = (-34,207); +ref = macroncomb; +} +); +width = 631; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (351,0); +}, +{ +name = ogonek; +pos = (337,0); +}, +{ +name = top; +pos = (341,1418); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,0,l), +(432,1040,l), +(252,1040,l), +(252,0,l) +); +}, +{ +closed = 1; +nodes = ( +(104,1278,l), +(575,1278,l), +(575,1418,l), +(104,1418,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (142,0); +ref = idotless; +}, +{ +pos = (-6,190); +ref = macroncomb; +} +); +width = 631; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (384,0); +}, +{ +name = ogonek; +pos = (388,5); +}, +{ +name = top; +pos = (384,1538); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(584,0,l), +(584,1100,l), +(174,1100,l), +(174,0,l) +); +}, +{ +closed = 1; +nodes = ( +(57,1323,l), +(710,1323,l), +(710,1563,l), +(57,1563,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (64,0); +ref = idotless; +}, +{ +pos = (-53,150); +ref = macroncomb; +} +); +width = 699; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (166,0); +}, +{ +name = ogonek; +pos = (162,0); +}, +{ +name = top; +pos = (440,1370); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(192,0,l), +(414,1040,l), +(364,1040,l), +(142,0,l) +); +}, +{ +closed = 1; +nodes = ( +(245,1338,l), +(626,1338,l), +(636,1386,l), +(255,1386,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (142,0); +ref = idotless; +}, +{ +pos = (4,207); +ref = macroncomb; +} +); +width = 631; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (235,0); +}, +{ +name = ogonek; +pos = (221,0); +}, +{ +name = top; +pos = (536,1418); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(316,0,l), +(538,1040,l), +(358,1040,l), +(136,0,l) +); +}, +{ +closed = 1; +nodes = ( +(254,1278,l), +(725,1278,l), +(755,1418,l), +(284,1418,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (142,0); +ref = idotless; +}, +{ +pos = (28,190); +ref = macroncomb; +} +); +width = 631; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (267,0); +}, +{ +name = ogonek; +pos = (272,5); +}, +{ +name = top; +pos = (602,1538); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(467,0,l), +(701,1100,l), +(291,1100,l), +(57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(229,1323,l), +(882,1323,l), +(934,1563,l), +(281,1563,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (64,0); +ref = idotless; +}, +{ +pos = (-13,150); +ref = macroncomb; +} +); +width = 699; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (267,0); +}, +{ +name = ogonek; +pos = (272,5); +}, +{ +name = top; +pos = (602,1538); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(467,0,l), +(701,1100,l), +(291,1100,l), +(57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(229,1323,l), +(882,1323,l), +(934,1563,l), +(281,1563,l) +); +} +); +}; +layerId = "D87DA0C8-417A-4191-95B4-AFC6619603C7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (64,0); +ref = idotless; +}, +{ +pos = (-13,150); +ref = macroncomb; +} +); +width = 699; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (235,0); +}, +{ +name = ogonek; +pos = (221,0); +}, +{ +name = top; +pos = (536,1418); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(316,0,l), +(538,1040,l), +(358,1040,l), +(136,0,l) +); +}, +{ +closed = 1; +nodes = ( +(254,1278,l), +(725,1278,l), +(755,1418,l), +(284,1418,l) +); +} +); +}; +layerId = "2BD3A06D-324B-4A92-8F9C-C3E83BB537C9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (142,0); +ref = idotless; +}, +{ +pos = (28,190); +ref = macroncomb; +} +); +width = 631; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (384,0); +}, +{ +name = ogonek; +pos = (388,5); +}, +{ +name = top; +pos = (384,1538); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(584,0,l), +(584,1100,l), +(174,1100,l), +(174,0,l) +); +}, +{ +closed = 1; +nodes = ( +(57,1323,l), +(710,1323,l), +(710,1563,l), +(57,1563,l) +); +} +); +}; +layerId = "9124F339-68CA-44E0-B8CA-9D656191B050"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (64,0); +ref = idotless; +}, +{ +pos = (-53,150); +ref = macroncomb; +} +); +width = 699; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (166,0); +}, +{ +name = ogonek; +pos = (162,0); +}, +{ +name = top; +pos = (440,1370); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(192,0,l), +(414,1040,l), +(364,1040,l), +(142,0,l) +); +}, +{ +closed = 1; +nodes = ( +(245,1338,l), +(626,1338,l), +(636,1386,l), +(255,1386,l) +); +} +); +}; +layerId = "040974FC-B5AB-4169-AF1C-AF8CD131BE33"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (142,0); +ref = idotless; +}, +{ +pos = (4,207); +ref = macroncomb; +} +); +width = 631; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (351,0); +}, +{ +name = ogonek; +pos = (337,0); +}, +{ +name = top; +pos = (341,1418); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(432,0,l), +(432,1040,l), +(252,1040,l), +(252,0,l) +); +}, +{ +closed = 1; +nodes = ( +(104,1278,l), +(575,1278,l), +(575,1418,l), +(104,1418,l) +); +} +); +}; +layerId = "1662BA9B-D6D4-4B1E-A956-9C64F873B490"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (142,0); +ref = idotless; +}, +{ +pos = (-6,190); +ref = macroncomb; +} +); +width = 631; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (276,0); +}, +{ +name = ogonek; +pos = (272,0); +}, +{ +name = top; +pos = (266,1370); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(302,0,l), +(302,1040,l), +(252,1040,l), +(252,0,l) +); +}, +{ +closed = 1; +nodes = ( +(76,1338,l), +(457,1338,l), +(457,1386,l), +(76,1386,l) +); +} +); +}; +layerId = "77F3F9B6-2EF4-4498-AC4A-9F1957D38C5B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (142,0); +ref = idotless; +}, +{ +pos = (-34,207); +ref = macroncomb; +} +); +width = 631; +} +); +unicode = 299; +}, +{ +color = 10; +glyphname = iogonek; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (134,0); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (133,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(99,1312,l), +(169,1312,l), +(169,1382,l), +(99,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(212,-269,l), +(120,-269,o), +(63,-227,o), +(64,-159,cs), +(65,-106,o), +(102,-44,o), +(159,0,c), +(109,14,l), +(49,-29,o), +(11,-95,o), +(11,-158,cs), +(11,-256,o), +(89,-318,o), +(212,-318,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-11,207); +ref = dotaccentcomb; +}, +{ +pos = (-99,0); +ref = ogonekcomb; +} +); +width = 270; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1436); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(97,1260,l), +(300,1260,l), +(300,1462,l), +(97,1462,l) +); +}, +{ +closed = 1; +nodes = ( +(335,-242,l), +(218,-242,o), +(145,-206,o), +(145,-148,c), +(145,-96,o), +(196,-39,o), +(276,0,c), +(123,0,l), +(52,-35,o), +(8,-103,o), +(8,-177,cs), +(8,-303,o), +(134,-382,o), +(335,-382,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-13,190); +ref = dotaccentcomb; +}, +{ +pos = (-102,0); +ref = ogonekcomb; +} +); +width = 400; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320.206,1546.897); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(152,1285,l), +(488,1285,l), +(488,1579,l), +(152,1579,l) +); +}, +{ +closed = 1; +nodes = ( +(548,-200,l), +(431,-200,o), +(349,-168,o), +(349,-123,c), +(349,-82,o), +(399,-30,o), +(470,5,c), +(207,5,l), +(128,-26,o), +(72,-99,o), +(72,-172,cs), +(72,-312,o), +(269,-410,o), +(548,-410,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (37,109); +ref = dotaccentcomb; +scale = (1.0412,1.0412); +}, +{ +pos = (-38,5); +ref = ogonekcomb; +} +); +width = 630; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (24,0); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (307,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(266,1312,l), +(336,1312,l), +(350,1382,l), +(280,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(102,-269,l), +(10,-269,o), +(-47,-227,o), +(-46,-159,cs), +(-45,-106,o), +(-8,-44,o), +(49,0,c), +(-1,14,l), +(-61,-29,o), +(-99,-95,o), +(-99,-158,cs), +(-99,-256,o), +(-21,-318,o), +(102,-318,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (30,207); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (-70,0); +ref = ogonekcomb; +} +); +width = 330; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (93,0); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (384,1436); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(241,1260,l), +(444,1260,l), +(486,1462,l), +(283,1462,l) +); +}, +{ +closed = 1; +nodes = ( +(219,-242,l), +(102,-242,o), +(29,-206,o), +(29,-148,c), +(29,-96,o), +(80,-39,o), +(160,0,c), +(7,0,l), +(-64,-35,o), +(-108,-103,o), +(-108,-177,cs), +(-108,-303,o), +(18,-382,o), +(219,-382,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (18,190); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (-69,0); +ref = ogonekcomb; +} +); +width = 480; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (510.922,1546.897); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(301,1285,l), +(637,1285,l), +(699,1579,l), +(363,1579,l) +); +}, +{ +closed = 1; +nodes = ( +(432,-200,l), +(315,-200,o), +(233,-168,o), +(233,-123,c), +(233,-82,o), +(283,-30,o), +(354,5,c), +(91,5,l), +(12,-26,o), +(-44,-99,o), +(-44,-172,cs), +(-44,-312,o), +(153,-410,o), +(432,-410,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (58,109); +ref = dotaccentcomb; +scale = (1.0412,1.0412); +}, +{ +alignment = -1; +pos = (-3,5); +ref = ogonekcomb; +} +); +width = 690; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (510.922,1546.897); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(301,1285,l), +(637,1285,l), +(699,1579,l), +(363,1579,l) +); +}, +{ +closed = 1; +nodes = ( +(432,-200,l), +(315,-200,o), +(233,-168,o), +(233,-123,c), +(233,-82,o), +(283,-30,o), +(354,5,c), +(91,5,l), +(12,-26,o), +(-44,-99,o), +(-44,-172,cs), +(-44,-312,o), +(153,-410,o), +(432,-410,c) +); +} +); +}; +layerId = "0509C098-C006-4E7D-91BF-7B8CD846E5EF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (58,109); +ref = dotaccentcomb; +scale = (1.0412,1.0412); +}, +{ +alignment = -1; +pos = (-3,5); +ref = ogonekcomb; +} +); +width = 690; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (93,0); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (384,1436); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(241,1260,l), +(444,1260,l), +(486,1462,l), +(283,1462,l) +); +}, +{ +closed = 1; +nodes = ( +(219,-242,l), +(102,-242,o), +(29,-206,o), +(29,-148,c), +(29,-96,o), +(80,-39,o), +(160,0,c), +(7,0,l), +(-64,-35,o), +(-108,-103,o), +(-108,-177,cs), +(-108,-303,o), +(18,-382,o), +(219,-382,c) +); +} +); +}; +layerId = "814EE03D-4566-49A4-888F-F72D3850B4A4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (18,190); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (-69,0); +ref = ogonekcomb; +} +); +width = 480; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320.206,1546.897); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(152,1285,l), +(488,1285,l), +(488,1579,l), +(152,1579,l) +); +}, +{ +closed = 1; +nodes = ( +(548,-200,l), +(431,-200,o), +(349,-168,o), +(349,-123,c), +(349,-82,o), +(399,-30,o), +(470,5,c), +(207,5,l), +(128,-26,o), +(72,-99,o), +(72,-172,cs), +(72,-312,o), +(269,-410,o), +(548,-410,c) +); +} +); +}; +layerId = "3C1C09D7-7C33-4948-BF5C-41DDD18705C6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (37,109); +ref = dotaccentcomb; +scale = (1.0412,1.0412); +}, +{ +pos = (-38,5); +ref = ogonekcomb; +} +); +width = 630; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (24,0); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (307,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(266,1312,l), +(336,1312,l), +(350,1382,l), +(280,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(102,-269,l), +(10,-269,o), +(-47,-227,o), +(-46,-159,cs), +(-45,-106,o), +(-8,-44,o), +(49,0,c), +(-1,14,l), +(-61,-29,o), +(-99,-95,o), +(-99,-158,cs), +(-99,-256,o), +(-21,-318,o), +(102,-318,c) +); +} +); +}; +layerId = "94268748-F93D-4DAE-8B2A-3F9C8DC937A2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (30,207); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (-70,0); +ref = ogonekcomb; +} +); +width = 330; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1436); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(97,1260,l), +(300,1260,l), +(300,1462,l), +(97,1462,l) +); +}, +{ +closed = 1; +nodes = ( +(335,-242,l), +(218,-242,o), +(145,-206,o), +(145,-148,c), +(145,-96,o), +(196,-39,o), +(276,0,c), +(123,0,l), +(52,-35,o), +(8,-103,o), +(8,-177,cs), +(8,-303,o), +(134,-382,o), +(335,-382,c) +); +} +); +}; +layerId = "0DADB35D-D68D-4437-9AE3-500EF50F714B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-13,190); +ref = dotaccentcomb; +}, +{ +pos = (-102,0); +ref = ogonekcomb; +} +); +width = 400; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (134,0); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (133,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(99,1312,l), +(169,1312,l), +(169,1382,l), +(99,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(212,-269,l), +(120,-269,o), +(63,-227,o), +(64,-159,cs), +(65,-106,o), +(102,-44,o), +(159,0,c), +(109,14,l), +(49,-29,o), +(11,-95,o), +(11,-158,cs), +(11,-256,o), +(89,-318,o), +(212,-318,c) +); +} +); +}; +layerId = "01A4A6A2-0CCC-4080-8A2B-6903B806D179"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-11,207); +ref = dotaccentcomb; +}, +{ +pos = (-99,0); +ref = ogonekcomb; +} +); +width = 270; +} +); +unicode = 303; +}, +{ +color = 10; +glyphname = itilde; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-167,107); +ref = tildecomb; +} +); +width = 270; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-171,190); +ref = tildecomb; +} +); +width = 400; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-160,149); +ref = tildecomb; +} +); +width = 630; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-163,107); +ref = tildecomb; +} +); +width = 270; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-150,190); +ref = tildecomb; +} +); +width = 390; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-185,149); +ref = tildecomb; +} +); +width = 630; +} +); +unicode = 297; +}, +{ +color = 6; +glyphname = j; +kernLeft = j; +kernRight = j; +lastChange = "2025-12-11 11:21:55 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,1040,l), +(145,-222,ls), +(145,-273,o), +(118,-308,o), +(75,-312,cs), +(40,-313,o), +(-9,-304,o), +(-52,-287,c), +(-60,-335,l), +(-25,-350,o), +(28,-360,o), +(77,-360,cs), +(149,-360,o), +(195,-306,o), +(195,-221,cs), +(195,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(206,1373,l), +(206,1443,l), +(136,1443,l), +(136,1373,l) +); +} +); +width = 316; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(135,1041,l), +(135,-111,ls), +(135,-163,o), +(99,-200,o), +(44,-203,cs), +(-3,-204,o), +(-64,-196,o), +(-109,-182,c), +(-109,-339,l), +(-72,-354,o), +(7,-364,o), +(88,-364,cs), +(224,-364,o), +(315,-273,o), +(315,-137,cs), +(315,1041,l) +); +}, +{ +closed = 1; +nodes = ( +(333,1236,l), +(333,1443,l), +(121,1443,l), +(121,1236,l) +); +} +); +width = 443; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(442,1099,l), +(150,1099,l), +(150,-7,l), +(442,-7,l) +); +}, +{ +closed = 1; +nodes = ( +(320,-367,o), +(442,-241,o), +(442,-7,c), +(150,29,l), +(150,-91,o), +(112,-142,o), +(23,-142,c), +(93,-367,l) +); +}, +{ +closed = 1; +nodes = ( +(13,-142,l), +(13,-367,l), +(95,-367,l), +(95,-142,l) +); +}, +{ +closed = 1; +nodes = ( +(149,1268,l), +(445,1268,l), +(445,1564,l), +(149,1564,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,1100,l), +(128,13,ls), +(128,-45,o), +(94,-80,o), +(41,-79,cs), +(18,-79,o), +(-13,-78,o), +(-40,-76,c), +(-90,-373,l), +(-16,-383,o), +(67,-390,o), +(141,-390,cs), +(379,-390,o), +(528,-252,o), +(528,-33,cs), +(528,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(528,1210,l), +(528,1571,l), +(128,1571,l), +(128,1210,l) +); +} +); +width = 638; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(281,1040,l), +(231,1040,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(372,1373,l), +(387,1443,l), +(317,1443,l), +(302,1373,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,1040,l), +(-44,-252,ls), +(-52,-290,o), +(-69,-310,o), +(-97,-312,cs), +(-120,-313,o), +(-148,-308,o), +(-181,-297,c), +(-199,-345,l), +(-170,-355,o), +(-138,-360,o), +(-105,-360,cs), +(-47,-360,o), +(-9,-323,o), +(6,-251,cs), +(281,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(372,1373,l), +(387,1443,l), +(317,1443,l), +(302,1373,l) +); +} +); +width = 300; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(411,1040,l), +(231,1040,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(469,1236,l), +(513,1443,l), +(301,1443,l), +(257,1236,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,1040,l), +(-19,-137,ls), +(-25,-164,o), +(-36,-178,o), +(-53,-179,cs), +(-67,-180,o), +(-81,-178,o), +(-95,-174,c), +(-138,-331,l), +(-112,-337,o), +(-86,-340,o), +(-59,-340,cs), +(59,-340,o), +(131,-277,o), +(158,-153,cs), +(411,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(469,1236,l), +(513,1443,l), +(301,1443,l), +(257,1236,l) +); +} +); +width = 422; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(393,0,l), +(627,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(661,1210,l), +(737,1571,l), +(337,1571,l), +(261,1210,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(228,1100,l), +(-10,-17,ls), +(-19,-59,o), +(-39,-80,o), +(-70,-79,cs), +(-97,-79,o), +(-124,-78,o), +(-150,-76,c), +(-233,-373,l), +(-152,-384,o), +(-99,-390,o), +(-76,-390,cs), +(181,-390,o), +(337,-270,o), +(387,-33,cs), +(628,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(661,1210,l), +(737,1571,l), +(337,1571,l), +(261,1210,l) +); +} +); +width = 631; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; +name = "wght=100"; +shapes = ( +{ +closed = 1; +nodes = ( +(585,1040,l), +(585,-142,ls), +(585,-254,o), +(494,-311,o), +(315,-312,cs), +(177,-313,o), +(67,-298,o), +(-12,-267,c), +(-20,-315,l), +(49,-345,o), +(162,-360,o), +(317,-360,cs), +(528,-360,o), +(635,-286,o), +(635,-141,cs), +(635,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(646,1304,l), +(646,1374,l), +(576,1374,l), +(576,1304,l) +); +} +); +width = 736; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; +name = Regular; +shapes = ( +{ +closed = 1; +nodes = ( +(578,1040,l), +(578,-67,ls), +(578,-156,o), +(492,-200,o), +(323,-199,cs), +(188,-198,o), +(79,-186,o), +(0,-164,c), +(-20,-321,l), +(101,-347,o), +(225,-360,o), +(351,-360,cs), +(621,-360,o), +(758,-267,o), +(758,-83,cs), +(758,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(768,1230,l), +(768,1427,l), +(566,1427,l), +(566,1230,l) +); +} +); +width = 858; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(892,1099,l), +(600,1099,l), +(600,-7,l), +(892,-7,l) +); +}, +{ +closed = 1; +nodes = ( +(770,-367,o), +(892,-241,o), +(892,-7,c), +(600,29,l), +(600,-91,o), +(562,-142,o), +(473,-142,c), +(543,-367,l) +); +}, +{ +closed = 1; +nodes = ( +(463,-142,l), +(463,-367,l), +(545,-367,l), +(545,-142,l) +); +}, +{ +closed = 1; +nodes = ( +(599,1268,l), +(895,1268,l), +(895,1564,l), +(599,1564,l) +); +} +); +}; +layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; +name = "wght=1000"; +shapes = ( +{ +closed = 1; +nodes = ( +(578,1100,l), +(578,73,ls), +(578,-28,o), +(495,-79,o), +(331,-79,cs), +(224,-79,o), +(116,-69,o), +(10,-50,c), +(-20,-353,l), +(140,-378,o), +(278,-390,o), +(391,-390,cs), +(781,-390,o), +(978,-250,o), +(978,27,cs), +(978,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(978,1260,l), +(978,1621,l), +(578,1621,l), +(578,1260,l) +); +} +); +width = 1068; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,1040,l), +(-39,-252,ls), +(-47,-290,o), +(-65,-310,o), +(-92,-312,cs), +(-115,-313,o), +(-143,-308,o), +(-176,-297,c), +(-194,-345,l), +(-165,-355,o), +(-133,-360,o), +(-100,-360,cs), +(-42,-360,o), +(-4,-323,o), +(11,-251,cs), +(285,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(352,1304,l), +(367,1374,l), +(297,1374,l), +(282,1304,l) +); +} +); +width = 275; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(179,1040,l), +(-76,-157,ls), +(-82,-184,o), +(-92,-198,o), +(-110,-199,cs), +(-124,-200,o), +(-137,-198,o), +(-152,-194,c), +(-195,-351,l), +(-169,-357,o), +(-143,-360,o), +(-116,-360,cs), +(2,-360,o), +(74,-297,o), +(101,-173,cs), +(359,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(409,1230,l), +(451,1427,l), +(249,1427,l), +(207,1230,l) +); +} +); +width = 338; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(466,1099,l), +(174,1099,l), +(174,-7,l), +(466,-7,l) +); +}, +{ +closed = 1; +nodes = ( +(344,-367,o), +(466,-241,o), +(466,-7,c), +(174,29,l), +(174,-91,o), +(136,-142,o), +(47,-142,c), +(117,-367,l) +); +}, +{ +closed = 1; +nodes = ( +(37,-142,l), +(37,-367,l), +(119,-367,l), +(119,-142,l) +); +}, +{ +closed = 1; +nodes = ( +(173,1268,l), +(469,1268,l), +(469,1564,l), +(173,1564,l) +); +} +); +}; +layerId = "77632039-C6CA-48A4-B25B-65842203997B"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,1100,l), +(18,-17,ls), +(9,-59,o), +(-12,-80,o), +(-43,-79,cs), +(-70,-79,o), +(-96,-78,o), +(-123,-76,c), +(-206,-373,l), +(-124,-384,o), +(-72,-390,o), +(-49,-390,cs), +(208,-390,o), +(364,-270,o), +(414,-33,cs), +(655,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(689,1260,l), +(766,1621,l), +(366,1621,l), +(289,1260,l) +); +} +); +width = 608; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(698,1040,l), +(447,-142,ls), +(423,-254,o), +(320,-311,o), +(141,-312,cs), +(3,-313,o), +(-104,-298,o), +(-177,-267,c), +(-195,-315,l), +(-132,-345,o), +(-22,-360,o), +(133,-360,cs), +(344,-360,o), +(466,-286,o), +(497,-141,cs), +(748,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(815,1304,l), +(830,1374,l), +(760,1374,l), +(745,1304,l) +); +} +); +width = 738; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(686,1040,l), +(450,-67,ls), +(431,-156,o), +(336,-200,o), +(167,-199,cs), +(33,-198,o), +(-74,-186,o), +(-148,-164,c), +(-202,-321,l), +(-86,-347,o), +(35,-360,o), +(161,-360,cs), +(431,-360,o), +(588,-267,o), +(627,-83,cs), +(866,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(916,1230,l), +(958,1427,l), +(756,1427,l), +(714,1230,l) +); +} +); +width = 855; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(892,1099,l), +(600,1099,l), +(600,-7,l), +(892,-7,l) +); +}, +{ +closed = 1; +nodes = ( +(770,-367,o), +(892,-241,o), +(892,-7,c), +(600,29,l), +(600,-91,o), +(562,-142,o), +(473,-142,c), +(543,-367,l) +); +}, +{ +closed = 1; +nodes = ( +(463,-142,l), +(463,-367,l), +(545,-367,l), +(545,-142,l) +); +}, +{ +closed = 1; +nodes = ( +(599,1268,l), +(895,1268,l), +(895,1564,l), +(599,1564,l) +); +} +); +}; +layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(681,1100,l), +(463,73,ls), +(441,-28,o), +(347,-79,o), +(183,-79,cs), +(76,-79,o), +(-29,-69,o), +(-131,-50,c), +(-226,-353,l), +(-71,-378,o), +(64,-390,o), +(177,-390,cs), +(567,-390,o), +(794,-250,o), +(853,27,cs), +(1081,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1115,1260,l), +(1192,1621,l), +(792,1621,l), +(715,1260,l) +); +} +); +width = 1054; +} +); +metricRight = i; +unicode = 106; +}, +{ +color = 6; +glyphname = jdotless; +kernLeft = j; +kernRight = j; +lastChange = "2025-12-11 13:43:43 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (150,-494); +}, +{ +name = top; +pos = (164,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(139,1040,l), +(139,-222,ls), +(139,-273,o), +(108,-308,o), +(59,-312,cs), +(35,-313,o), +(-13,-311,o), +(-60,-304,c), +(-60,-353,l), +(-25,-358,o), +(24,-360,o), +(61,-360,cs), +(140,-360,o), +(189,-306,o), +(189,-221,cs), +(189,1040,l) +); +} +); +width = 299; +}, +{ +anchors = ( +{ +name = bottom; +pos = (170,-494); +}, +{ +name = top; +pos = (136,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,1039,l), +(49,-135,ls), +(49,-175,o), +(26,-205,o), +(-6,-207,cs), +(-28,-208,o), +(-70,-207,o), +(-109,-204,c), +(-109,-361,l), +(-56,-365,o), +(-1,-368,o), +(22,-368,cs), +(144,-368,o), +(229,-278,o), +(229,-151,cs), +(229,1039,l) +); +} +); +width = 339; +}, +{ +anchors = ( +{ +name = bottom; +pos = (294,-494); +}, +{ +name = top; +pos = (272,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(78,1100,l), +(78,13,ls), +(78,-44,o), +(44,-80,o), +(-9,-79,cs), +(-30,-79,o), +(-61,-78,o), +(-90,-76,c), +(-90,-383,l), +(9,-387,o), +(79,-390,o), +(91,-390,cs), +(329,-390,o), +(478,-252,o), +(478,-33,cs), +(478,1100,l) +); +} +); +width = 588; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-76,-494); +}, +{ +name = top; +pos = (255,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,1040,l), +(-44,-252,ls), +(-52,-290,o), +(-69,-310,o), +(-97,-312,cs), +(-120,-313,o), +(-148,-308,o), +(-181,-297,c), +(-199,-345,l), +(-170,-355,o), +(-138,-360,o), +(-105,-360,cs), +(-47,-360,o), +(-9,-323,o), +(6,-251,cs), +(281,1040,l) +); +} +); +width = 279; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-13,-494); +}, +{ +name = top; +pos = (319,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(231,1040,l), +(-19,-137,ls), +(-25,-164,o), +(-36,-178,o), +(-53,-179,cs), +(-67,-180,o), +(-81,-178,o), +(-95,-174,c), +(-138,-331,l), +(-112,-337,o), +(-86,-340,o), +(-59,-340,cs), +(59,-340,o), +(131,-277,o), +(158,-153,cs), +(411,1040,l) +); +} +); +width = 406; +}, +{ +anchors = ( +{ +name = bottom; +pos = (89,-494); +}, +{ +name = top; +pos = (427,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(228,1100,l), +(-10,-17,ls), +(-19,-59,o), +(-39,-80,o), +(-70,-79,cs), +(-97,-79,o), +(-124,-78,o), +(-150,-76,c), +(-233,-373,l), +(-152,-384,o), +(-99,-390,o), +(-76,-390,cs), +(181,-390,o), +(337,-270,o), +(387,-33,cs), +(628,1100,l) +); +} +); +width = 621; +}, +{ +anchors = ( +{ +name = bottom; +pos = (543,-494); +}, +{ +name = top; +pos = (605,1040); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; +name = "wght=100"; +shapes = ( +{ +closed = 1; +nodes = ( +(585,1040,l), +(585,-142,ls), +(585,-254,o), +(494,-311,o), +(315,-312,cs), +(177,-313,o), +(67,-298,o), +(-12,-267,c), +(-20,-315,l), +(49,-345,o), +(162,-360,o), +(317,-360,cs), +(528,-360,o), +(635,-286,o), +(635,-141,cs), +(635,1040,l) +); +} +); +width = 725; +}, +{ +anchors = ( +{ +name = bottom; +pos = (598,-494); +}, +{ +name = top; +pos = (660,1040); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; +name = Regular; +shapes = ( +{ +closed = 1; +nodes = ( +(578,1040,l), +(578,-67,ls), +(578,-156,o), +(492,-200,o), +(323,-199,cs), +(188,-198,o), +(79,-186,o), +(0,-164,c), +(-20,-321,l), +(101,-347,o), +(225,-360,o), +(351,-360,cs), +(621,-360,o), +(758,-267,o), +(758,-83,cs), +(758,1040,l) +); +} +); +width = 848; +}, +{ +anchors = ( +{ +name = bottom; +pos = (805,-494); +}, +{ +name = top; +pos = (796,1100); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; +name = "wght=1000"; +shapes = ( +{ +closed = 1; +nodes = ( +(578,1100,l), +(578,73,ls), +(578,-28,o), +(495,-79,o), +(331,-79,cs), +(224,-79,o), +(116,-69,o), +(10,-50,c), +(-20,-353,l), +(140,-378,o), +(278,-390,o), +(391,-390,cs), +(781,-390,o), +(978,-250,o), +(978,27,cs), +(978,1100,l) +); +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-62,-494); +}, +{ +name = top; +pos = (326,1040); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(300,1040,l), +(32,-222,ls), +(21,-273,o), +(-18,-308,o), +(-68,-312,cs), +(-92,-313,o), +(-139,-311,o), +(-185,-304,c), +(-195,-353,l), +(-161,-358,o), +(-113,-360,o), +(-76,-360,cs), +(3,-360,o), +(64,-306,o), +(82,-221,cs), +(350,1040,l) +); +} +); +width = 330; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-37,-494); +}, +{ +name = top; +pos = (351,1040); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,1039,l), +(9,-135,ls), +(0,-175,o), +(-29,-205,o), +(-61,-207,cs), +(-84,-208,o), +(-125,-207,o), +(-164,-204,c), +(-197,-361,l), +(-145,-365,o), +(-91,-368,o), +(-68,-368,cs), +(54,-368,o), +(159,-278,o), +(186,-151,cs), +(439,1039,l) +); +} +); +width = 409; +}, +{ +anchors = ( +{ +name = bottom; +pos = (153,-494); +}, +{ +name = top; +pos = (483,1100); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "77632039-C6CA-48A4-B25B-65842203997B"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(275,1101,l), +(44,13,ls), +(32,-44,o), +(-10,-80,o), +(-62,-79,cs), +(-83,-79,o), +(-114,-78,o), +(-143,-76,c), +(-208,-383,l), +(-110,-387,o), +(-40,-390,o), +(-28,-390,cs), +(210,-390,o), +(388,-252,o), +(434,-33,cs), +(675,1101,l) +); +} +); +width = 628; +}, +{ +anchors = ( +{ +name = bottom; +pos = (330,-494); +}, +{ +name = top; +pos = (718,1040); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(698,1040,l), +(447,-142,ls), +(423,-254,o), +(320,-311,o), +(140,-312,cs), +(2,-313,o), +(-105,-298,o), +(-177,-267,c), +(-195,-315,l), +(-133,-345,o), +(-23,-360,o), +(132,-360,cs), +(343,-360,o), +(466,-286,o), +(497,-141,cs), +(748,1040,l) +); +} +); +width = 727; +}, +{ +anchors = ( +{ +name = bottom; +pos = (379,-494); +}, +{ +name = top; +pos = (767,1040); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(685,1040,l), +(449,-67,ls), +(431,-156,o), +(335,-200,o), +(166,-199,cs), +(32,-198,o), +(-75,-186,o), +(-149,-164,c), +(-202,-321,l), +(-87,-347,o), +(34,-360,o), +(160,-360,cs), +(430,-360,o), +(587,-267,o), +(626,-83,cs), +(865,1040,l) +); +} +); +width = 844; +}, +{ +anchors = ( +{ +name = bottom; +pos = (569,-494); +}, +{ +name = top; +pos = (898,1100); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(680,1100,l), +(462,73,ls), +(441,-28,o), +(347,-79,o), +(183,-79,cs), +(76,-79,o), +(-30,-69,o), +(-132,-50,c), +(-226,-353,l), +(-72,-378,o), +(64,-390,o), +(177,-390,cs), +(567,-390,o), +(793,-250,o), +(852,27,cs), +(1080,1100,l) +); +} +); +width = 1053; +} +); +metricLeft = j; +unicode = 567; +}, +{ +color = 10; +glyphname = jcircumflex; +kernLeft = j; +kernRight = j; +lastChange = "2025-12-11 11:22:15 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (103,-494); +}, +{ +name = top; +pos = (163,1354); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(139,1040,l), +(139,-222,ls), +(139,-273,o), +(108,-308,o), +(59,-312,cs), +(35,-313,o), +(-13,-311,o), +(-60,-304,c), +(-60,-353,l), +(-25,-358,o), +(24,-360,o), +(61,-360,cs), +(140,-360,o), +(189,-306,o), +(189,-221,cs), +(189,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1186,l), +(20,1186,l), +(162,1348,l), +(164,1348,l), +(306,1186,l), +(370,1186,l), +(185,1395,l), +(141,1395,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-155,100); +ref = circumflexcomb; +} +); +width = 299; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (79,-494); +}, +{ +name = top; +pos = (132,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(49,1039,l), +(49,-135,ls), +(49,-175,o), +(26,-205,o), +(-6,-207,cs), +(-28,-208,o), +(-70,-207,o), +(-109,-204,c), +(-109,-361,l), +(-56,-365,o), +(-1,-368,o), +(22,-368,cs), +(144,-368,o), +(229,-278,o), +(229,-151,cs), +(229,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(-130,1135,l), +(64,1135,l), +(138,1250,l), +(144,1250,l), +(220,1135,l), +(414,1135,l), +(244,1374,l), +(38,1374,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-245,100); +ref = circumflexcomb; +} +); +width = 339; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (414,-494); +}, +{ +name = top; +pos = (405,1511); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(197,1101,l), +(197,13,ls), +(197,-44,o), +(163,-80,o), +(110,-79,cs), +(89,-79,o), +(58,-78,o), +(29,-76,c), +(29,-383,l), +(128,-387,o), +(198,-390,o), +(210,-390,cs), +(448,-390,o), +(597,-252,o), +(597,-33,cs), +(597,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,1194,l), +(302,1194,l), +(401,1369,l), +(411,1369,l), +(508,1194,l), +(820,1194,l), +(594,1543,l), +(218,1543,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-253,100); +ref = circumflexcomb; +} +); +width = 588; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (60,-494); +}, +{ +name = top; +pos = (351,1354); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(96,1040,l), +(96,-222,ls), +(96,-273,o), +(65,-308,o), +(16,-312,cs), +(-8,-313,o), +(-56,-311,o), +(-103,-304,c), +(-103,-353,l), +(-68,-358,o), +(-19,-360,o), +(18,-360,cs), +(97,-360,o), +(146,-306,o), +(146,-221,cs), +(146,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(109,1186,l), +(173,1186,l), +(349,1348,l), +(351,1348,l), +(459,1186,l), +(523,1186,l), +(382,1395,l), +(338,1395,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-154,100); +ref = circumflexcomb; +} +); +width = 279; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (183,-494); +}, +{ +name = top; +pos = (358,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(153,1039,l), +(153,-135,ls), +(153,-175,o), +(130,-205,o), +(98,-207,cs), +(76,-208,o), +(34,-207,o), +(-5,-204,c), +(-5,-361,l), +(48,-365,o), +(103,-368,o), +(126,-368,cs), +(248,-368,o), +(333,-278,o), +(333,-151,cs), +(333,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(41,1135,l), +(235,1135,l), +(333,1250,l), +(339,1250,l), +(391,1135,l), +(585,1135,l), +(465,1374,l), +(259,1374,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-150,100); +ref = circumflexcomb; +} +); +width = 406; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (416,-494); +}, +{ +name = top; +pos = (649,1481); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(199,1101,l), +(199,13,ls), +(199,-44,o), +(165,-80,o), +(112,-79,cs), +(91,-79,o), +(60,-78,o), +(31,-76,c), +(31,-383,l), +(130,-387,o), +(200,-390,o), +(212,-390,cs), +(450,-390,o), +(599,-252,o), +(599,-33,cs), +(599,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(167,1194,l), +(479,1194,l), +(615,1369,l), +(625,1369,l), +(685,1194,l), +(997,1194,l), +(845,1543,l), +(469,1543,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-194,100); +ref = circumflexcomb; +} +); +width = 621; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (416,-494); +}, +{ +name = top; +pos = (649,1481); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(199,1101,l), +(199,13,ls), +(199,-44,o), +(165,-80,o), +(112,-79,cs), +(91,-79,o), +(60,-78,o), +(31,-76,c), +(31,-383,l), +(130,-387,o), +(200,-390,o), +(212,-390,cs), +(450,-390,o), +(599,-252,o), +(599,-33,cs), +(599,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(167,1194,l), +(479,1194,l), +(615,1369,l), +(625,1369,l), +(685,1194,l), +(997,1194,l), +(845,1543,l), +(469,1543,l) +); +} +); +}; +layerId = "20EBD9B4-E867-4B2E-8258-27B8095CB1FC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (119,0); +ref = jdotless; +}, +{ +alignment = -1; +pos = (-59,100); +ref = circumflexcomb; +} +); +width = 830; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (183,-494); +}, +{ +name = top; +pos = (358,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(153,1039,l), +(153,-135,ls), +(153,-175,o), +(130,-205,o), +(98,-207,cs), +(76,-208,o), +(34,-207,o), +(-5,-204,c), +(-5,-361,l), +(48,-365,o), +(103,-368,o), +(126,-368,cs), +(248,-368,o), +(333,-278,o), +(333,-151,cs), +(333,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(41,1135,l), +(235,1135,l), +(333,1250,l), +(339,1250,l), +(391,1135,l), +(585,1135,l), +(465,1374,l), +(259,1374,l) +); +} +); +}; +layerId = "E79EA95B-3C7E-4CCF-8531-CC48ED674683"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = jdotless; +}, +{ +alignment = -1; +pos = (-173,100); +ref = circumflexcomb; +} +); +width = 469; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (414,-494); +}, +{ +name = top; +pos = (405,1511); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(197,1101,l), +(197,13,ls), +(197,-44,o), +(163,-80,o), +(110,-79,cs), +(89,-79,o), +(58,-78,o), +(29,-76,c), +(29,-383,l), +(128,-387,o), +(198,-390,o), +(210,-390,cs), +(448,-390,o), +(597,-252,o), +(597,-33,cs), +(597,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,1194,l), +(302,1194,l), +(401,1369,l), +(411,1369,l), +(508,1194,l), +(820,1194,l), +(594,1543,l), +(218,1543,l) +); +} +); +}; +layerId = "040A8A12-2F3A-4BBB-BD15-6E281899DE4E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (119,0); +ref = jdotless; +}, +{ +pos = (-134,100); +ref = circumflexcomb; +} +); +width = 830; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (60,-494); +}, +{ +name = top; +pos = (351,1354); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(96,1040,l), +(96,-222,ls), +(96,-273,o), +(65,-308,o), +(16,-312,cs), +(-8,-313,o), +(-56,-311,o), +(-103,-304,c), +(-103,-353,l), +(-68,-358,o), +(-19,-360,o), +(18,-360,cs), +(97,-360,o), +(146,-306,o), +(146,-221,cs), +(146,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(109,1186,l), +(173,1186,l), +(349,1348,l), +(351,1348,l), +(459,1186,l), +(523,1186,l), +(382,1395,l), +(338,1395,l) +); +} +); +}; +layerId = "3F32ED24-E017-4C0A-8866-75DE77E37BF7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = jdotless; +}, +{ +alignment = -1; +pos = (-122,100); +ref = circumflexcomb; +} +); +width = 370; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (79,-494); +}, +{ +name = top; +pos = (132,1343); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(49,1039,l), +(49,-135,ls), +(49,-175,o), +(26,-205,o), +(-6,-207,cs), +(-28,-208,o), +(-70,-207,o), +(-109,-204,c), +(-109,-361,l), +(-56,-365,o), +(-1,-368,o), +(22,-368,cs), +(144,-368,o), +(229,-278,o), +(229,-151,cs), +(229,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(-130,1135,l), +(64,1135,l), +(138,1250,l), +(144,1250,l), +(220,1135,l), +(414,1135,l), +(244,1374,l), +(38,1374,l) +); +} +); +}; +layerId = "98809165-46CD-4EE2-89AB-942A0125706C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-245,100); +ref = circumflexcomb; +} +); +width = 339; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (103,-494); +}, +{ +name = top; +pos = (163,1354); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(139,1040,l), +(139,-222,ls), +(139,-273,o), +(108,-308,o), +(59,-312,cs), +(35,-313,o), +(-13,-311,o), +(-60,-304,c), +(-60,-353,l), +(-25,-358,o), +(24,-360,o), +(61,-360,cs), +(140,-360,o), +(189,-306,o), +(189,-221,cs), +(189,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1186,l), +(20,1186,l), +(162,1348,l), +(164,1348,l), +(306,1186,l), +(370,1186,l), +(185,1395,l), +(141,1395,l) +); +} +); +}; +layerId = "83F3A43B-923B-46F6-8AE7-5F553B0B5BF2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-155,100); +ref = circumflexcomb; +} +); +width = 299; +} +); +unicode = 309; +}, +{ +color = 6; +glyphname = k; +kernLeft = sflat; +kernRight = k; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (405,0); +}, +{ +name = hookup; +pos = (114,1443); +}, +{ +name = top; +pos = (116,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,518,l), +(860,1040,l), +(788,1040,l), +(238,566,l), +(126,566,l), +(126,518,l) +); +}, +{ +closed = 1; +nodes = ( +(140,0,l), +(140,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(878,1,l), +(264,561,l), +(227,529,l), +(807,1,l) +); +} +); +width = 878; +}, +{ +anchors = ( +{ +name = bottom; +pos = (461,0); +}, +{ +name = hookup; +pos = (180,1443); +}, +{ +name = top; +pos = (185,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,446,l), +(965,1040,l), +(728,1040,l), +(314,606,l), +(232,606,l), +(232,446,l) +); +}, +{ +closed = 1; +nodes = ( +(270,0,l), +(270,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(972,0,l), +(453,619,l), +(328,492,l), +(743,0,l) +); +} +); +width = 972; +}, +{ +anchors = ( +{ +name = bottom; +pos = (612,0); +}, +{ +name = hookup; +pos = (287,1443); +}, +{ +name = top; +pos = (288,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(704,391,l), +(1275,1100,l), +(818,1100,l), +(524,719,l), +(416,719,l), +(416,391,l) +); +}, +{ +closed = 1; +nodes = ( +(490,0,l), +(490,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1283,0,l), +(830,658,l), +(547,452,l), +(830,0,l) +); +} +); +width = 1283; +}, +{ +anchors = ( +{ +name = bottom; +pos = (344,0); +}, +{ +name = hookup; +pos = (377,1520); +}, +{ +name = top; +pos = (379,1520); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,518,l), +(997,1040,l), +(919,1040,l), +(298,566,l), +(186,566,l), +(176,518,l) +); +}, +{ +closed = 1; +nodes = ( +(79,0,l), +(403,1520,l), +(353,1520,l), +(29,0,l) +); +}, +{ +closed = 1; +nodes = ( +(788,1,l), +(323,561,l), +(286,529,l), +(724,1,l) +); +} +); +width = 898; +}, +{ +anchors = ( +{ +name = bottom; +pos = (400,0); +}, +{ +name = hookup; +pos = (443,1520); +}, +{ +name = top; +pos = (448,1521); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(458,446,l), +(1116,1040,l), +(869,1040,l), +(392,606,l), +(300,606,l), +(266,446,l) +); +}, +{ +closed = 1; +nodes = ( +(209,0,l), +(533,1520,l), +(353,1520,l), +(29,0,l) +); +}, +{ +closed = 1; +nodes = ( +(891,0,l), +(504,619,l), +(392,492,l), +(682,0,l) +); +} +); +width = 1005; +}, +{ +anchors = ( +{ +name = bottom; +pos = (545,0); +}, +{ +name = hookup; +pos = (544,1520); +}, +{ +name = top; +pos = (545,1520); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(751,391,l), +(1452,1100,l), +(965,1100,l), +(610,719,l), +(502,719,l), +(433,391,l) +); +}, +{ +closed = 1; +nodes = ( +(423,0,l), +(747,1520,l), +(347,1520,l), +(23,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1196,0,l), +(903,658,l), +(607,452,l), +(773,0,l) +); +} +); +width = 1335; +} +); +metricLeft = h; +metricRight = A; +unicode = 107; +}, +{ +color = 10; +glyphname = kacute; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = k; +}, +{ +pos = (-3,486); +ref = acutecomb; +} +); +width = 878; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = k; +}, +{ +pos = (8,485); +ref = acutecomb; +} +); +width = 972; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = k; +}, +{ +pos = (71,552); +ref = acutecomb; +} +); +width = 1283; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = k; +}, +{ +pos = (190,563); +ref = acutecomb; +} +); +width = 898; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = k; +}, +{ +pos = (182,563); +ref = acutecomb; +} +); +width = 1005; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = k; +}, +{ +pos = (210,419); +ref = acutecomb; +} +); +width = 1335; +} +); +unicode = 7729; +}, +{ +color = 10; +glyphname = kcaron; +kernLeft = sflat; +kernRight = k; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (116,1616); +}, +{ +name = hookup; +pos = (114,1443); +}, +{ +name = top; +pos = (116,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(258,518,l), +(860,1040,l), +(788,1040,l), +(238,566,l), +(126,566,l), +(126,518,l) +); +}, +{ +closed = 1; +nodes = ( +(140,0,l), +(140,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(878,1,l), +(264,561,l), +(227,529,l), +(807,1,l) +); +}, +{ +closed = 1; +nodes = ( +(138,1575,l), +(323,1784,l), +(259,1784,l), +(117,1622,l), +(115,1622,l), +(-27,1784,l), +(-91,1784,l), +(94,1575,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = k; +}, +{ +pos = (-201,503); +ref = caroncomb; +} +); +width = 878; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (175,1581); +}, +{ +name = hookup; +pos = (180,1443); +}, +{ +name = top; +pos = (185,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(404,446,l), +(965,1040,l), +(728,1040,l), +(314,606,l), +(232,606,l), +(232,446,l) +); +}, +{ +closed = 1; +nodes = ( +(270,0,l), +(270,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(972,0,l), +(453,619,l), +(328,492,l), +(743,0,l) +); +}, +{ +closed = 1; +nodes = ( +(287,1550,l), +(457,1789,l), +(263,1789,l), +(187,1654,l), +(181,1654,l), +(107,1789,l), +(-87,1789,l), +(81,1550,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = k; +}, +{ +pos = (-197,503); +ref = caroncomb; +} +); +width = 972; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (293,1591); +}, +{ +name = hookup; +pos = (287,1443); +}, +{ +name = top; +pos = (288,1865); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(704,391,l), +(1275,1100,l), +(818,1100,l), +(524,719,l), +(416,719,l), +(416,391,l) +); +}, +{ +closed = 1; +nodes = ( +(490,0,l), +(490,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1283,0,l), +(830,658,l), +(547,452,l), +(830,0,l) +); +}, +{ +closed = 1; +nodes = ( +(482,1559,l), +(708,1908,l), +(396,1908,l), +(299,1733,l), +(289,1733,l), +(190,1908,l), +(-122,1908,l), +(106,1559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = k; +}, +{ +pos = (-232,443); +ref = caroncomb; +} +); +width = 1283; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (379,1693); +}, +{ +name = hookup; +pos = (377,1520); +}, +{ +name = top; +pos = (404,1813); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(314,518,l), +(997,1040,l), +(919,1040,l), +(298,566,l), +(186,566,l), +(176,518,l) +); +}, +{ +closed = 1; +nodes = ( +(79,0,l), +(403,1520,l), +(353,1520,l), +(29,0,l) +); +}, +{ +closed = 1; +nodes = ( +(788,1,l), +(323,561,l), +(286,529,l), +(724,1,l) +); +}, +{ +closed = 1; +nodes = ( +(397,1632,l), +(626,1841,l), +(557,1841,l), +(381,1679,l), +(379,1679,l), +(271,1841,l), +(212,1841,l), +(353,1632,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = k; +}, +{ +alignment = -1; +pos = (-57,580); +ref = caroncomb; +} +); +width = 958; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (401,1659); +}, +{ +name = hookup; +pos = (443,1520); +}, +{ +name = top; +pos = (433,1804); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(458,446,l), +(1116,1040,l), +(869,1040,l), +(392,606,l), +(300,606,l), +(266,446,l) +); +}, +{ +closed = 1; +nodes = ( +(209,0,l), +(533,1520,l), +(353,1520,l), +(29,0,l) +); +}, +{ +closed = 1; +nodes = ( +(891,0,l), +(504,619,l), +(392,492,l), +(682,0,l) +); +}, +{ +closed = 1; +nodes = ( +(521,1628,l), +(741,1867,l), +(533,1867,l), +(433,1732,l), +(427,1732,l), +(377,1867,l), +(197,1867,l), +(315,1628,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = k; +}, +{ +alignment = -1; +pos = (-71,581); +ref = caroncomb; +} +); +width = 1065; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (519,1665); +}, +{ +name = hookup; +pos = (544,1520); +}, +{ +name = top; +pos = (583,1933); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(751,391,l), +(1452,1100,l), +(965,1100,l), +(610,719,l), +(502,719,l), +(433,391,l) +); +}, +{ +closed = 1; +nodes = ( +(423,0,l), +(747,1520,l), +(347,1520,l), +(23,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1196,0,l), +(903,658,l), +(607,452,l), +(773,0,l) +); +}, +{ +closed = 1; +nodes = ( +(711,1630,l), +(1021,1979,l), +(689,1979,l), +(565,1804,l), +(555,1804,l), +(483,1979,l), +(191,1979,l), +(345,1630,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = k; +}, +{ +alignment = -1; +pos = (-113,514); +ref = caroncomb; +} +); +width = 1405; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (519,1665); +}, +{ +name = hookup; +pos = (544,1520); +}, +{ +name = top; +pos = (583,1933); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(751,391,l), +(1452,1100,l), +(965,1100,l), +(610,719,l), +(502,719,l), +(433,391,l) +); +}, +{ +closed = 1; +nodes = ( +(423,0,l), +(747,1520,l), +(347,1520,l), +(23,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1196,0,l), +(903,658,l), +(607,452,l), +(773,0,l) +); +}, +{ +closed = 1; +nodes = ( +(711,1630,l), +(1021,1979,l), +(689,1979,l), +(565,1804,l), +(555,1804,l), +(483,1979,l), +(191,1979,l), +(345,1630,l) +); +} +); +}; +layerId = "4D00F173-E947-44B2-97C1-62272DF28529"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = k; +}, +{ +alignment = -1; +pos = (-113,514); +ref = caroncomb; +} +); +width = 1405; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (401,1659); +}, +{ +name = hookup; +pos = (443,1520); +}, +{ +name = top; +pos = (433,1804); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(458,446,l), +(1116,1040,l), +(869,1040,l), +(392,606,l), +(300,606,l), +(266,446,l) +); +}, +{ +closed = 1; +nodes = ( +(209,0,l), +(533,1520,l), +(353,1520,l), +(29,0,l) +); +}, +{ +closed = 1; +nodes = ( +(891,0,l), +(504,619,l), +(392,492,l), +(682,0,l) +); +}, +{ +closed = 1; +nodes = ( +(521,1628,l), +(741,1867,l), +(533,1867,l), +(433,1732,l), +(427,1732,l), +(377,1867,l), +(197,1867,l), +(315,1628,l) +); +} +); +}; +layerId = "DD598EB8-2E62-4A19-AB8F-950F3E484B8B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = k; +}, +{ +alignment = -1; +pos = (-71,581); +ref = caroncomb; +} +); +width = 1065; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (293,1591); +}, +{ +name = hookup; +pos = (287,1443); +}, +{ +name = top; +pos = (288,1865); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(704,391,l), +(1275,1100,l), +(818,1100,l), +(524,719,l), +(416,719,l), +(416,391,l) +); +}, +{ +closed = 1; +nodes = ( +(490,0,l), +(490,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1283,0,l), +(830,658,l), +(547,452,l), +(830,0,l) +); +}, +{ +closed = 1; +nodes = ( +(482,1559,l), +(708,1908,l), +(396,1908,l), +(299,1733,l), +(289,1733,l), +(190,1908,l), +(-122,1908,l), +(106,1559,l) +); +} +); +}; +layerId = "40758996-4E72-4166-9C0A-B2980DDA54BB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = k; +}, +{ +pos = (-232,443); +ref = caroncomb; +} +); +width = 1283; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (379,1693); +}, +{ +name = hookup; +pos = (377,1520); +}, +{ +name = top; +pos = (404,1813); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(314,518,l), +(997,1040,l), +(919,1040,l), +(298,566,l), +(186,566,l), +(176,518,l) +); +}, +{ +closed = 1; +nodes = ( +(79,0,l), +(403,1520,l), +(353,1520,l), +(29,0,l) +); +}, +{ +closed = 1; +nodes = ( +(788,1,l), +(323,561,l), +(286,529,l), +(724,1,l) +); +}, +{ +closed = 1; +nodes = ( +(397,1632,l), +(626,1841,l), +(557,1841,l), +(381,1679,l), +(379,1679,l), +(271,1841,l), +(212,1841,l), +(353,1632,l) +); +} +); +}; +layerId = "060EE610-F9E8-42A6-A98C-7DAE8D95CA41"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = k; +}, +{ +alignment = -1; +pos = (-57,580); +ref = caroncomb; +} +); +width = 958; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (175,1581); +}, +{ +name = hookup; +pos = (180,1443); +}, +{ +name = top; +pos = (185,1726); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(404,446,l), +(965,1040,l), +(728,1040,l), +(314,606,l), +(232,606,l), +(232,446,l) +); +}, +{ +closed = 1; +nodes = ( +(270,0,l), +(270,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(972,0,l), +(453,619,l), +(328,492,l), +(743,0,l) +); +}, +{ +closed = 1; +nodes = ( +(287,1550,l), +(457,1789,l), +(263,1789,l), +(187,1654,l), +(181,1654,l), +(107,1789,l), +(-87,1789,l), +(81,1550,l) +); +} +); +}; +layerId = "6AE11210-C867-4BBE-B94A-530191ADB997"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = k; +}, +{ +pos = (-197,503); +ref = caroncomb; +} +); +width = 972; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (116,1616); +}, +{ +name = hookup; +pos = (114,1443); +}, +{ +name = top; +pos = (116,1736); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(258,518,l), +(860,1040,l), +(788,1040,l), +(238,566,l), +(126,566,l), +(126,518,l) +); +}, +{ +closed = 1; +nodes = ( +(140,0,l), +(140,1443,l), +(90,1443,l), +(90,0,l) +); +}, +{ +closed = 1; +nodes = ( +(878,1,l), +(264,561,l), +(227,529,l), +(807,1,l) +); +}, +{ +closed = 1; +nodes = ( +(138,1575,l), +(323,1784,l), +(259,1784,l), +(117,1622,l), +(115,1622,l), +(-27,1784,l), +(-91,1784,l), +(94,1575,l) +); +} +); +}; +layerId = "A1476309-B38E-4DBB-8410-9EE74C34812C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = k; +}, +{ +pos = (-201,503); +ref = caroncomb; +} +); +width = 878; +} +); +unicode = 489; +}, +{ +color = 10; +glyphname = kcommaaccent; +kernLeft = sflat; +kernRight = k; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = k; +}, +{ +pos = (186,0); +ref = commaaccentcomb; +} +); +width = 878; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = k; +}, +{ +pos = (197,0); +ref = commaaccentcomb; +} +); +width = 972; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = k; +}, +{ +pos = (221,0); +ref = commaaccentcomb; +} +); +width = 1283; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = k; +}, +{ +pos = (234,0); +ref = commaaccentcomb; +} +); +width = 898; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = k; +}, +{ +pos = (252,0); +ref = commaaccentcomb; +} +); +width = 1005; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = k; +}, +{ +pos = (270,0); +ref = commaaccentcomb; +} +); +width = 1335; +} +); +unicode = 311; +}, +{ +color = 6; +glyphname = l; +kernLeft = l; +kernRight = l; +lastChange = "2025-12-11 15:08:16 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (277,-20); +}, +{ +name = top; +pos = (128,1443); +}, +{ +name = topright; +pos = (424,1442); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,180,ls), +(100,61,o), +(179,-19,o), +(298,-19,cs), +(365,-19,o), +(439,6,o), +(482,44,c), +(482,92,l), +(420,52,o), +(348,27,o), +(300,29,cs), +(210,32,o), +(150,92,o), +(150,179,cs), +(150,1443,l), +(100,1443,l) +); +} +); +width = 532; +}, +{ +anchors = ( +{ +name = bottom; +pos = (296,-20); +}, +{ +name = top; +pos = (191,1443); +}, +{ +name = topright; +pos = (554,1443); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,179,ls), +(100,58,o), +(172,-18,o), +(287,-18,cs), +(324,-18,o), +(382,-14,o), +(438,-6,c), +(418,151,l), +(383,144,o), +(351,142,o), +(335,143,cs), +(301,145,o), +(280,165,o), +(280,195,cs), +(280,1443,l), +(100,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,199,ls), +(100,69,o), +(191,-18,o), +(327,-18,cs), +(398,-18,o), +(477,-8,o), +(514,7,c), +(514,164,l), +(467,150,o), +(414,142,o), +(371,143,cs), +(316,146,o), +(280,179,o), +(280,225,cs), +(280,1443,l), +(100,1443,l) +); +} +); +width = 564; +}, +{ +anchors = ( +{ +name = bottom; +pos = (443,-30); +}, +{ +name = top; +pos = (298,1443); +}, +{ +name = topright; +pos = (777,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,274,ls), +(100,88,o), +(239,-36,o), +(447,-36,cs), +(545,-36,o), +(669,-20,o), +(757,4,c), +(757,307,l), +(706,290,o), +(642,278,o), +(597,278,cs), +(539,278,o), +(500,315,o), +(500,370,cs), +(500,1443,l), +(100,1443,l) +); +} +); +width = 797; +}, +{ +anchors = ( +{ +name = bottom; +pos = (162,-20); +}, +{ +name = top; +pos = (352,1444); +}, +{ +name = topright; +pos = (619,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(28,180,ls), +(3,61,o), +(65,-19,o), +(184,-19,cs), +(251,-19,o), +(330,6,o), +(381,44,c), +(391,92,l), +(321,52,o), +(243,27,o), +(196,29,cs), +(106,32,o), +(60,92,o), +(78,179,cs), +(346,1444,l), +(296,1444,l) +); +} +); +width = 532; +}, +{ +anchors = ( +{ +name = bottom; +pos = (182,-20); +}, +{ +name = top; +pos = (387,1443); +}, +{ +name = topright; +pos = (689,1442); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(412,179,ls), +(412,58,o), +(484,-18,o), +(599,-18,cs), +(636,-18,o), +(694,-14,o), +(750,-6,c), +(730,151,l), +(695,144,o), +(663,142,o), +(647,143,cs), +(613,145,o), +(592,165,o), +(592,195,cs), +(592,1443,l), +(412,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,199,ls), +(5,69,o), +(78,-18,o), +(214,-18,cs), +(285,-18,o), +(366,-8,o), +(406,7,c), +(439,164,l), +(389,150,o), +(335,142,o), +(292,143,cs), +(238,146,o), +(208,179,o), +(218,225,cs), +(476,1443,l), +(296,1443,l) +); +} +); +width = 565; +}, +{ +anchors = ( +{ +name = bottom; +pos = (319,-30); +}, +{ +name = top; +pos = (489,1443); +}, +{ +name = topright; +pos = (968,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(41,274,ls), +(1,88,o), +(114,-36,o), +(322,-36,cs), +(420,-36,o), +(547,-20,o), +(640,4,c), +(705,307,l), +(650,290,o), +(583,278,o), +(538,278,cs), +(480,278,o), +(449,315,o), +(461,370,cs), +(691,1443,l), +(291,1443,l) +); +} +); +width = 797; +}, +{ +anchors = ( +{ +name = bottom; +pos = (447,-20); +}, +{ +name = center; +pos = (227,975); +}, +{ +name = top; +pos = (126,1520); +}, +{ +name = topright; +pos = (519,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; +name = "wght=100"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,230,ls), +(100,72,o), +(234,-19,o), +(468,-19,cs), +(582,-19,o), +(706,0,o), +(809,34,c), +(795,82,l), +(668,43,o), +(550,24,o), +(470,29,cs), +(267,35,o), +(150,108,o), +(150,229,cs), +(150,1520,l), +(100,1520,l) +); +} +); +width = 829; +}, +{ +anchors = ( +{ +name = bottom; +pos = (496,-20); +}, +{ +name = center; +pos = (296,975); +}, +{ +name = top; +pos = (191,1520); +}, +{ +name = topright; +pos = (588,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,179,ls), +(100,58,o), +(172,-18,o), +(287,-18,cs), +(324,-18,o), +(382,-14,o), +(438,-6,c), +(418,151,l), +(383,144,o), +(351,142,o), +(335,143,cs), +(301,145,o), +(280,165,o), +(280,195,cs), +(280,1443,l), +(100,1443,l) +); +} +); +}; +layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; +name = Regular; +shapes = ( +{ +closed = 1; +nodes = ( +(100,279,ls), +(100,90,o), +(259,-18,o), +(537,-18,cs), +(638,-18,o), +(769,-2,o), +(895,27,c), +(873,184,l), +(802,159,o), +(681,145,o), +(541,145,cs), +(375,145,o), +(280,196,o), +(280,285,cs), +(280,1520,l), +(100,1520,l) +); +} +); +width = 915; +}, +{ +anchors = ( +{ +name = bottom; +pos = (643,-30); +}, +{ +name = center; +pos = (443,975); +}, +{ +name = top; +pos = (298,1520); +}, +{ +name = topright; +pos = (813,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; +name = "wght=1000"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,424,ls), +(100,132,o), +(321,-36,o), +(707,-36,cs), +(822,-36,o), +(961,-14,o), +(1088,24,c), +(1066,327,l), +(960,296,o), +(852,278,o), +(767,278,cs), +(597,278,o), +(500,337,o), +(500,440,cs), +(500,1520,l), +(100,1520,l) +); +} +); +width = 1108; +}, +{ +anchors = ( +{ +name = bottom; +pos = (72,-20); +}, +{ +name = center; +pos = (294,975); +}, +{ +name = top; +pos = (309,1520); +}, +{ +name = topright; +pos = (793,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,110,ls), +(-35,24,o), +(-2,-19,o), +(83,-19,cs), +(107,-19,o), +(136,-16,o), +(167,-9,c), +(163,39,l), +(138,32,o), +(116,29,o), +(96,29,cs), +(43,30,o), +(22,57,o), +(33,109,cs), +(333,1520,l), +(283,1520,l) +); +} +); +width = 319; +}, +{ +anchors = ( +{ +name = bottom; +pos = (102,-20); +}, +{ +name = center; +pos = (364,975); +}, +{ +name = top; +pos = (374,1520); +}, +{ +name = topright; +pos = (863,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(120,179,ls), +(120,58,o), +(192,-18,o), +(307,-18,cs), +(344,-18,o), +(402,-14,o), +(458,-6,c), +(438,151,l), +(403,144,o), +(371,142,o), +(355,143,cs), +(321,145,o), +(300,165,o), +(300,195,cs), +(300,1443,l), +(120,1443,l) +); +} +); +}; +layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(-2,179,ls), +(-29,48,o), +(16,-18,o), +(134,-18,cs), +(158,-18,o), +(187,-16,o), +(223,-13,c), +(244,144,l), +(235,143,o), +(225,143,o), +(212,143,cs), +(185,145,o), +(174,159,o), +(180,185,cs), +(463,1520,l), +(283,1520,l) +); +} +); +width = 376; +}, +{ +anchors = ( +{ +name = bottom; +pos = (210,-30); +}, +{ +name = center; +pos = (504,975); +}, +{ +name = top; +pos = (474,1520); +}, +{ +name = topright; +pos = (1081,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "77632039-C6CA-48A4-B25B-65842203997B"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(20,314,ls), +(-34,61,o), +(34,-36,o), +(263,-36,cs), +(288,-36,o), +(343,-30,o), +(458,-16,c), +(499,283,l), +(484,279,o), +(469,278,o), +(449,278,cs), +(422,278,o), +(417,301,o), +(430,360,cs), +(676,1520,l), +(276,1520,l) +); +} +); +width = 618; +}, +{ +anchors = ( +{ +name = bottom; +pos = (332,-20); +}, +{ +name = center; +pos = (324,975); +}, +{ +name = top; +pos = (339,1520); +}, +{ +name = topright; +pos = (823,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(38,230,ls), +(4,72,o), +(119,-19,o), +(353,-19,cs), +(467,-19,o), +(596,0,o), +(706,34,c), +(702,82,l), +(565,42,o), +(431,23,o), +(336,29,cs), +(152,34,o), +(62,107,o), +(88,229,cs), +(363,1520,l), +(313,1520,l) +); +} +); +width = 869; +}, +{ +anchors = ( +{ +name = bottom; +pos = (382,-20); +}, +{ +name = center; +pos = (394,975); +}, +{ +name = top; +pos = (404,1520); +}, +{ +name = topright; +pos = (893,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(150,179,ls), +(150,58,o), +(222,-18,o), +(337,-18,cs), +(374,-18,o), +(432,-14,o), +(488,-6,c), +(468,151,l), +(433,144,o), +(401,142,o), +(385,143,cs), +(351,145,o), +(330,165,o), +(330,195,cs), +(330,1443,l), +(150,1443,l) +); +} +); +}; +layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(50,279,ls), +(10,90,o), +(146,-18,o), +(424,-18,cs), +(527,-18,o), +(661,-2,o), +(791,27,c), +(802,184,l), +(727,159,o), +(592,145,o), +(432,145,cs), +(285,145,o), +(212,196,o), +(231,285,cs), +(493,1520,l), +(313,1520,l) +); +} +); +width = 956; +}, +{ +anchors = ( +{ +name = bottom; +pos = (520,-30); +}, +{ +name = center; +pos = (534,975); +}, +{ +name = top; +pos = (504,1520); +}, +{ +name = topright; +pos = (1111,1950); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(73,424,ls), +(11,132,o), +(197,-36,o), +(583,-36,cs), +(697,-36,o), +(840,-14,o), +(976,24,c), +(1019,327,l), +(905,296,o), +(774,278,o), +(659,278,cs), +(521,278,o), +(455,337,o), +(477,440,cs), +(706,1520,l), +(306,1520,l) +); +} +); +width = 1148; +} +); +metricLeft = H; +unicode = 108; +}, +{ +color = 10; +glyphname = lacute; +kernLeft = l; +kernRight = l; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = l; +}, +{ +pos = (9,503); +ref = acute; +} +); +width = 532; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = l; +}, +{ +pos = (14,503); +ref = acute; +} +); +width = 564; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = l; +}, +{ +pos = (81,443); +ref = acute; +} +); +width = 797; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = l; +}, +{ +pos = (167,504); +ref = acute; +} +); +width = 532; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = l; +}, +{ +pos = (125,503); +ref = acute; +} +); +width = 565; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = l; +}, +{ +pos = (176,443); +ref = acute; +} +); +width = 797; +} +); +metricLeft = i; +unicode = 314; +}, +{ +color = 10; +glyphname = lcaron; +kernLeft = l; +kernRight = l; +lastChange = "2025-12-11 15:09:25 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = l; +}, +{ +pos = (144,-77); +ref = caron.alt; +} +); +width = 532; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = l; +}, +{ +pos = (259,-78); +ref = caron.alt; +} +); +width = 564; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = l; +}, +{ +pos = (469,0); +ref = caron.alt; +} +); +width = 797; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = l; +}, +{ +pos = (59,-76); +ref = caron.alt; +} +); +width = 532; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = l; +}, +{ +pos = (194,-79); +ref = caron.alt; +} +); +width = 565; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = l; +}, +{ +pos = (360,0); +ref = caron.alt; +} +); +width = 797; +} +); +metricLeft = i; +unicode = 318; +}, +{ +color = 10; +glyphname = lcircumflexbelow; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-40,-20); +ref = circumflexbelowcomb; +} +); +width = 532; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-76,-20); +ref = circumflexbelowcomb; +} +); +width = 564; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-82,-30); +ref = circumflexbelowcomb; +} +); +width = 797; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-48,-20); +ref = circumflexbelowcomb; +} +); +width = 532; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-83,-20); +ref = circumflexbelowcomb; +} +); +width = 565; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-93,-30); +ref = circumflexbelowcomb; +} +); +width = 797; +} +); +unicode = 7741; +}, +{ +color = 10; +glyphname = lcommaaccent; +kernLeft = l; +kernRight = l; +lastChange = "2025-12-11 15:06:11 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = l; +}, +{ +pos = (58,-20); +ref = commaaccentcomb; +} +); +width = 532; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = l; +}, +{ +pos = (32,-20); +ref = commaaccentcomb; +} +); +width = 564; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = l; +}, +{ +pos = (52,-30); +ref = commaaccentcomb; +} +); +width = 797; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = l; +}, +{ +pos = (52,-20); +ref = commaaccentcomb; +} +); +width = 532; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = l; +}, +{ +pos = (34,-20); +ref = commaaccentcomb; +} +); +width = 565; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = l; +}, +{ +pos = (44,-30); +ref = commaaccentcomb; +} +); +width = 797; +} +); +metricLeft = i; +unicode = 316; +}, +{ +color = 3; +glyphname = lslash; +kernRight = l; +lastChange = "2025-12-11 15:06:57 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(8,594,l), +(373,747,l), +(373,797,l), +(8,644,l) +); +}, +{ +pos = (37,0); +ref = l; +} +); +width = 569; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,617,l), +(526,812,l), +(526,979,l), +(37,784,l) +); +}, +{ +pos = (87,0); +ref = l; +} +); +width = 651; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(-43,543,l), +(646,782,l), +(646,1070,l), +(-43,831,l) +); +}, +{ +pos = (-10,0); +ref = l; +} +); +width = 787; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(118,597,l), +(516,750,l), +(527,800,l), +(129,647,l) +); +}, +{ +pos = (132,0); +ref = l; +} +); +width = 664; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(80,597,l), +(543,730,l), +(579,897,l), +(116,764,l) +); +}, +{ +pos = (63,0); +ref = l; +} +); +width = 628; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(92,560,l), +(745,771,l), +(806,1059,l), +(153,848,l) +); +}, +{ +pos = (68,0); +ref = l; +} +); +width = 865; +} +); +metricLeft = hbar; +metricRight = l; +unicode = 322; +}, +{ +color = 6; +glyphname = m; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (765,0); +}, +{ +name = hook; +pos = (1414,0); +}, +{ +name = top; +pos = (765,1055); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,0,l), +(140,719,l), +(169,896,o), +(286,1007,o), +(443,1007,cs), +(625,1007,o), +(740,892,o), +(740,709,cs), +(740,0,l), +(789,0,l), +(789,709,l), +(803,892,o), +(924,1007,o), +(1102,1007,cs), +(1278,1007,o), +(1389,892,o), +(1389,709,cs), +(1389,0,l), +(1439,0,l), +(1439,709,ls), +(1439,922,o), +(1309,1055,o), +(1102,1055,cs), +(944,1055,o), +(818,970,o), +(775,834,c), +(770,834,l), +(727,970,o), +(601,1055,o), +(443,1055,cs), +(299,1055,o), +(183,977,o), +(143,853,c), +(140,853,l), +(140,1040,l), +(90,1040,l), +(90,0,l) +); +} +); +width = 1519; +}, +{ +anchors = ( +{ +name = bottom; +pos = (830,0); +}, +{ +name = hook; +pos = (1472,0); +}, +{ +name = top; +pos = (830,1056); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,0,l), +(270,605,ls), +(270,781,o), +(366,898,o), +(510,898,cs), +(646,898,o), +(736,786,o), +(736,619,cs), +(736,0,l), +(916,0,l), +(916,619,l), +(916,786,o), +(1010,898,o), +(1151,898,cs), +(1290,898,o), +(1382,786,o), +(1382,619,cs), +(1382,0,l), +(1562,0,l), +(1562,681,ls), +(1562,905,o), +(1420,1055,o), +(1206,1055,cs), +(1075,1055,o), +(953,989,o), +(900,889,c), +(888,889,l), +(835,989,o), +(704,1056,o), +(560,1056,cs), +(437,1056,o), +(326,999,o), +(282,913,c), +(270,913,l), +(270,1040,l), +(90,1040,l), +(90,0,l) +); +} +); +width = 1642; +}, +{ +anchors = ( +{ +name = bottom; +pos = (978,4); +}, +{ +name = hook; +pos = (1675,0); +}, +{ +name = top; +pos = (982,1120); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,0,l), +(490,648,ls), +(490,758,o), +(549,832,o), +(638,832,cs), +(724,832,o), +(782,764,o), +(782,662,cs), +(782,0,l), +(1172,0,l), +(1172,662,l), +(1172,752,o), +(1231,812,o), +(1320,812,cs), +(1406,812,o), +(1464,752,o), +(1464,662,cs), +(1464,0,l), +(1864,0,l), +(1864,739,ls), +(1864,968,o), +(1717,1121,o), +(1496,1121,cs), +(1332,1121,o), +(1190,1046,o), +(1141,933,c), +(1122,933,l), +(1081,1047,o), +(956,1123,o), +(809,1123,cs), +(679,1123,o), +(559,1057,o), +(509,958,c), +(490,958,l), +(490,1099,l), +(90,1099,l), +(90,0,l) +); +} +); +width = 1944; +}, +{ +anchors = ( +{ +name = bottom; +pos = (705,0); +}, +{ +name = hook; +pos = (1354,0); +}, +{ +name = top; +pos = (929,1055); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(80,0,l), +(233,719,l), +(299,896,o), +(444,1007,o), +(609,1007,cs), +(784,1007,o), +(870,892,o), +(831,709,cs), +(680,0,l), +(729,0,l), +(880,709,l), +(933,892,o), +(1083,1007,o), +(1270,1007,cs), +(1438,1007,o), +(1519,892,o), +(1480,709,cs), +(1329,0,l), +(1379,0,l), +(1530,709,ls), +(1575,922,o), +(1473,1055,o), +(1266,1055,cs), +(1108,1055,o), +(964,970,o), +(892,834,c), +(887,834,l), +(873,970,o), +(765,1055,o), +(607,1055,cs), +(463,1055,o), +(331,977,o), +(264,853,c), +(261,853,l), +(301,1040,l), +(251,1040,l), +(30,0,l) +); +} +); +width = 1620; +}, +{ +anchors = ( +{ +name = bottom; +pos = (772,0); +}, +{ +name = hook; +pos = (1414,0); +}, +{ +name = top; +pos = (1012,1056); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,0,l), +(349,655,ls), +(381,804,o), +(497,898,o), +(651,898,cs), +(783,898,o), +(848,810,o), +(818,669,cs), +(676,0,l), +(856,0,l), +(998,669,l), +(1028,810,o), +(1141,898,o), +(1292,898,cs), +(1427,898,o), +(1494,809,o), +(1464,669,cs), +(1322,0,l), +(1502,0,l), +(1651,701,ls), +(1697,918,o), +(1573,1055,o), +(1330,1055,cs), +(1203,1055,o), +(1081,979,o), +(1012,859,c), +(1000,859,l), +(974,980,o), +(860,1056,o), +(704,1056,cs), +(581,1056,o), +(467,989,o), +(409,883,c), +(397,883,l), +(431,1040,l), +(251,1040,l), +(30,0,l) +); +} +); +width = 1743; +}, +{ +anchors = ( +{ +name = bottom; +pos = (912,4); +}, +{ +name = hook; +pos = (1582,0); +}, +{ +name = top; +pos = (1154,1120); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,0,l), +(570,688,ls), +(591,789,o), +(669,852,o), +(773,852,cs), +(850,852,o), +(885,794,o), +(865,702,cs), +(716,0,l), +(1106,0,l), +(1255,702,l), +(1274,794,o), +(1351,852,o), +(1455,852,cs), +(1532,852,o), +(1567,794,o), +(1547,702,cs), +(1398,0,l), +(1798,0,l), +(1963,779,ls), +(2008,989,o), +(1887,1121,o), +(1648,1121,cs), +(1478,1121,o), +(1332,1041,o), +(1269,913,c), +(1250,913,l), +(1231,1042,o), +(1120,1123,o), +(961,1123,cs), +(827,1123,o), +(704,1052,o), +(642,938,c), +(623,938,l), +(657,1099,l), +(257,1099,l), +(24,0,l) +); +} +); +width = 2035; +} +); +metricLeft = n; +metricRight = n; +unicode = 109; +}, +{ +color = 10; +glyphname = macute; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = m; +}, +{ +pos = (646,115); +ref = acute; +} +); +width = 1519; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = m; +}, +{ +pos = (653,116); +ref = acute; +} +); +width = 1642; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = m; +}, +{ +pos = (765,120); +ref = acute; +} +); +width = 1944; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = m; +}, +{ +pos = (744,115); +ref = acute; +} +); +width = 1620; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = m; +}, +{ +pos = (750,116); +ref = acute; +} +); +width = 1743; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = m; +}, +{ +pos = (841,120); +ref = acute; +} +); +width = 2035; +} +); +unicode = 7743; +}, +{ +color = 6; +glyphname = n; +kernLeft = ssflat; +kernRight = n; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (509,0); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (525,1055); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(786,-15,o), +(978,185,o), +(978,469,cs), +(978,754,o), +(786,954,o), +(514,954,cs), +(242,954,o), +(50,754,o), +(50,469,cs), +(50,185,o), +(242,-15,o), +(514,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,33,o), +(100,213,o), +(100,469,cs), +(100,726,o), +(270,906,o), +(512,906,cs), +(756,906,o), +(928,726,o), +(928,469,cs), +(928,213,o), +(757,33,o), +(514,33,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(280,1007,o), +(516,1007,cs), +(743,1007,o), +(876,863,o), +(876,633,cs), +(876,0,l), +(926,0,l), +(926,633,ls), +(926,892,o), +(774,1055,o), +(516,1055,cs), +(323,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1040,l), +(90,1040,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +} +); +width = 1006; +}, +{ +anchors = ( +{ +name = bottom; +pos = (539,0); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (565,1055); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(867,-15,o), +(1092,209,o), +(1092,519,cs), +(1092,830,o), +(867,1055,o), +(556,1055,cs), +(245,1055,o), +(20,830,o), +(20,519,cs), +(20,209,o), +(245,-15,o), +(556,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(350,145,o), +(200,302,o), +(200,519,cs), +(200,737,o), +(349,895,o), +(554,895,cs), +(762,895,o), +(912,737,o), +(912,519,cs), +(912,302,o), +(762,145,o), +(556,145,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(399,894,o), +(561,895,cs), +(704,896,o), +(810,781,o), +(810,607,cs), +(810,0,l), +(990,0,l), +(990,648,ls), +(990,892,o), +(832,1055,o), +(610,1055,cs), +(471,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1040,l), +(90,1040,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +} +); +width = 1070; +}, +{ +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = hook; +pos = (1016,0); +}, +{ +name = top; +pos = (680,1125); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1024,-36,o), +(1270,186,o), +(1270,501,cs), +(1270,808,o), +(1024,1024,o), +(673,1024,cs), +(331,1024,o), +(90,808,o), +(90,501,cs), +(90,186,o), +(331,-36,o), +(673,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(566,254,o), +(490,356,o), +(490,501,cs), +(490,638,o), +(566,734,o), +(673,734,cs), +(789,734,o), +(870,638,o), +(870,501,cs), +(870,356,o), +(789,254,o), +(673,254,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1101,l), +(90,1101,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +} +); +width = 1290; +}, +{ +anchors = ( +{ +name = bottom; +pos = (459,0); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (689,1055); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(838,-15,o), +(1030,185,o), +(1030,469,cs), +(1030,754,o), +(838,954,o), +(566,954,cs), +(294,954,o), +(102,754,o), +(102,469,cs), +(102,185,o), +(294,-15,o), +(566,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(323,33,o), +(152,213,o), +(152,469,cs), +(152,726,o), +(322,906,o), +(564,906,cs), +(808,906,o), +(980,726,o), +(980,469,cs), +(980,213,o), +(809,33,o), +(566,33,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,859,o), +(444,1007,o), +(680,1007,cs), +(907,1007,o), +(1019,863,o), +(970,633,cs), +(836,0,l), +(886,0,l), +(1020,633,ls), +(1075,892,o), +(948,1055,o), +(690,1055,cs), +(497,1055,o), +(331,966,o), +(259,825,c), +(255,825,l), +(301,1040,l), +(251,1040,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +} +); +width = 1127; +}, +{ +anchors = ( +{ +name = bottom; +pos = (489,0); +}, +{ +name = hook; +pos = (860,0); +}, +{ +name = top; +pos = (729,1055); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(876,-15,o), +(1072,185,o), +(1072,469,cs), +(1072,754,o), +(876,954,o), +(597,954,cs), +(318,954,o), +(122,754,o), +(122,469,cs), +(122,185,o), +(318,-15,o), +(597,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(424,145,o), +(302,279,o), +(302,469,cs), +(302,660,o), +(423,794,o), +(595,794,cs), +(769,794,o), +(892,660,o), +(892,469,cs), +(892,279,o), +(770,145,o), +(597,145,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(770,0,l), +(950,0,l), +(1088,648,ls), +(1141,898,o), +(1001,1055,o), +(724,1055,cs), +(589,1055,o), +(465,982,o), +(401,865,c), +(394,865,l), +(431,1040,l), +(251,1040,l), +(30,0,l), +(210,0,l), +(346,642,l) +); +} +); +width = 1191; +}, +{ +anchors = ( +{ +name = bottom; +pos = (613,0); +}, +{ +name = hook; +pos = (997,0); +}, +{ +name = top; +pos = (852,1125); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1076,-36,o), +(1322,186,o), +(1322,501,cs), +(1322,808,o), +(1076,1024,o), +(725,1024,cs), +(383,1024,o), +(142,808,o), +(142,501,cs), +(142,186,o), +(383,-36,o), +(725,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(618,254,o), +(542,356,o), +(542,501,cs), +(542,638,o), +(618,734,o), +(725,734,cs), +(841,734,o), +(922,638,o), +(922,501,cs), +(922,356,o), +(841,254,o), +(725,254,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(588,779,o), +(684,849,o), +(813,848,cs), +(917,848,o), +(968,778,o), +(944,666,cs), +(803,0,l), +(1213,0,l), +(1371,744,ls), +(1420,977,o), +(1265,1124,o), +(985,1124,cs), +(833,1124,o), +(701,1056,o), +(642,947,c), +(624,947,l), +(657,1101,l), +(257,1101,l), +(23,0,l), +(423,0,l), +(564,666,ls) +); +} +); +width = 1450; +} +); +unicode = 110; +}, +{ +color = 10; +glyphname = nacute; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = n; +}, +{ +pos = (406,115); +ref = acute; +} +); +width = 1006; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (388,115); +ref = acute; +} +); +width = 1070; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (463,125); +ref = acute; +} +); +width = 1290; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = n; +}, +{ +pos = (504,115); +ref = acute; +} +); +width = 1127; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = n; +}, +{ +pos = (467,115); +ref = acute; +} +); +width = 1191; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = n; +}, +{ +pos = (539,125); +ref = acute; +} +); +width = 1450; +} +); +unicode = 324; +}, +{ +color = 10; +glyphname = ncaron; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (525,1228); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (525,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(280,1007,o), +(516,1007,cs), +(743,1007,o), +(876,863,o), +(876,633,cs), +(876,0,l), +(926,0,l), +(926,633,ls), +(926,892,o), +(774,1055,o), +(516,1055,cs), +(323,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1040,l), +(90,1040,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(547,1187,l), +(732,1396,l), +(668,1396,l), +(526,1234,l), +(524,1234,l), +(382,1396,l), +(318,1396,l), +(503,1187,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = n; +}, +{ +pos = (208,115); +ref = caroncomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (555,1193); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (565,1338); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(399,894,o), +(561,895,cs), +(704,896,o), +(810,781,o), +(810,607,cs), +(810,0,l), +(990,0,l), +(990,648,ls), +(990,892,o), +(832,1055,o), +(610,1055,cs), +(471,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1040,l), +(90,1040,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(667,1162,l), +(837,1401,l), +(643,1401,l), +(567,1266,l), +(561,1266,l), +(487,1401,l), +(293,1401,l), +(461,1162,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (183,115); +ref = caroncomb; +} +); +width = 1070; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (685,1273); +}, +{ +name = hook; +pos = (1016,0); +}, +{ +name = top; +pos = (680,1547); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1101,l), +(90,1101,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(874,1241,l), +(1100,1590,l), +(788,1590,l), +(691,1415,l), +(681,1415,l), +(582,1590,l), +(270,1590,l), +(498,1241,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (160,125); +ref = caroncomb; +} +); +width = 1290; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (689,1228); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (714,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(263,859,o), +(444,1007,o), +(680,1007,cs), +(907,1007,o), +(1019,863,o), +(970,633,cs), +(836,0,l), +(886,0,l), +(1020,633,ls), +(1075,892,o), +(948,1055,o), +(690,1055,cs), +(497,1055,o), +(331,966,o), +(259,825,c), +(255,825,l), +(301,1040,l), +(251,1040,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(707,1167,l), +(936,1376,l), +(867,1376,l), +(691,1214,l), +(689,1214,l), +(581,1376,l), +(522,1376,l), +(663,1167,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (253,115); +ref = caroncomb; +} +); +width = 1127; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (682,1193); +}, +{ +name = hook; +pos = (860,0); +}, +{ +name = top; +pos = (714,1338); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(770,0,l), +(950,0,l), +(1088,648,ls), +(1141,898,o), +(1001,1055,o), +(724,1055,cs), +(589,1055,o), +(465,982,o), +(401,865,c), +(394,865,l), +(431,1040,l), +(251,1040,l), +(30,0,l), +(210,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(802,1162,l), +(1022,1401,l), +(814,1401,l), +(714,1266,l), +(708,1266,l), +(658,1401,l), +(478,1401,l), +(596,1162,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (210,115); +ref = caroncomb; +} +); +width = 1191; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (826,1270); +}, +{ +name = hook; +pos = (997,0); +}, +{ +name = top; +pos = (890,1538); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(588,779,o), +(684,849,o), +(813,848,cs), +(917,848,o), +(968,778,o), +(944,666,cs), +(803,0,l), +(1213,0,l), +(1371,744,ls), +(1420,977,o), +(1265,1124,o), +(985,1124,cs), +(833,1124,o), +(701,1056,o), +(642,947,c), +(624,947,l), +(657,1101,l), +(257,1101,l), +(23,0,l), +(423,0,l), +(564,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(1018,1235,l), +(1328,1584,l), +(996,1584,l), +(872,1409,l), +(862,1409,l), +(790,1584,l), +(498,1584,l), +(652,1235,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (194,119); +ref = caroncomb; +} +); +width = 1450; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (826,1270); +}, +{ +name = hook; +pos = (997,0); +}, +{ +name = top; +pos = (890,1538); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(588,779,o), +(684,849,o), +(813,848,cs), +(917,848,o), +(968,778,o), +(944,666,cs), +(803,0,l), +(1213,0,l), +(1371,744,ls), +(1420,977,o), +(1265,1124,o), +(985,1124,cs), +(833,1124,o), +(701,1056,o), +(642,947,c), +(624,947,l), +(657,1101,l), +(257,1101,l), +(23,0,l), +(423,0,l), +(564,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(1018,1235,l), +(1328,1584,l), +(996,1584,l), +(872,1409,l), +(862,1409,l), +(790,1584,l), +(498,1584,l), +(652,1235,l) +); +} +); +}; +layerId = "D05860F2-AD15-41DC-B717-A893BD020336"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (194,119); +ref = caroncomb; +} +); +width = 1450; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (682,1193); +}, +{ +name = hook; +pos = (860,0); +}, +{ +name = top; +pos = (714,1338); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(770,0,l), +(950,0,l), +(1088,648,ls), +(1141,898,o), +(1001,1055,o), +(724,1055,cs), +(589,1055,o), +(465,982,o), +(401,865,c), +(394,865,l), +(431,1040,l), +(251,1040,l), +(30,0,l), +(210,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(802,1162,l), +(1022,1401,l), +(814,1401,l), +(714,1266,l), +(708,1266,l), +(658,1401,l), +(478,1401,l), +(596,1162,l) +); +} +); +}; +layerId = "D1821B42-B979-47B6-BBA8-4C1681DF617C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (210,115); +ref = caroncomb; +} +); +width = 1191; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (685,1273); +}, +{ +name = hook; +pos = (1016,0); +}, +{ +name = top; +pos = (680,1547); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1101,l), +(90,1101,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(874,1241,l), +(1100,1590,l), +(788,1590,l), +(691,1415,l), +(681,1415,l), +(582,1590,l), +(270,1590,l), +(498,1241,l) +); +} +); +}; +layerId = "B256E4BA-0FC4-4872-97A6-58FF12086339"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = n; +}, +{ +pos = (160,125); +ref = caroncomb; +} +); +width = 1290; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (689,1228); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (714,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(263,859,o), +(444,1007,o), +(680,1007,cs), +(907,1007,o), +(1019,863,o), +(970,633,cs), +(836,0,l), +(886,0,l), +(1020,633,ls), +(1075,892,o), +(948,1055,o), +(690,1055,cs), +(497,1055,o), +(331,966,o), +(259,825,c), +(255,825,l), +(301,1040,l), +(251,1040,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(707,1167,l), +(936,1376,l), +(867,1376,l), +(691,1214,l), +(689,1214,l), +(581,1376,l), +(522,1376,l), +(663,1167,l) +); +} +); +}; +layerId = "A1BDBBDC-6B8D-4DB2-BDC6-6C9E2CF081FE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (253,115); +ref = caroncomb; +} +); +width = 1127; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (555,1193); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (565,1338); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(399,894,o), +(561,895,cs), +(704,896,o), +(810,781,o), +(810,607,cs), +(810,0,l), +(990,0,l), +(990,648,ls), +(990,892,o), +(832,1055,o), +(610,1055,cs), +(471,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1040,l), +(90,1040,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(667,1162,l), +(837,1401,l), +(643,1401,l), +(567,1266,l), +(561,1266,l), +(487,1401,l), +(293,1401,l), +(461,1162,l) +); +} +); +}; +layerId = "6785FEA9-B82E-45A2-8246-347846984BB1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = n; +}, +{ +pos = (183,115); +ref = caroncomb; +} +); +width = 1070; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (525,1228); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (525,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(280,1007,o), +(516,1007,cs), +(743,1007,o), +(876,863,o), +(876,633,cs), +(876,0,l), +(926,0,l), +(926,633,ls), +(926,892,o), +(774,1055,o), +(516,1055,cs), +(323,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1040,l), +(90,1040,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(547,1187,l), +(732,1396,l), +(668,1396,l), +(526,1234,l), +(524,1234,l), +(382,1396,l), +(318,1396,l), +(503,1187,l) +); +} +); +}; +layerId = "DF474CD8-AD82-4C7F-90D8-BCD8C6A33D84"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = n; +}, +{ +pos = (208,115); +ref = caroncomb; +} +); +width = 1006; +} +); +unicode = 328; +}, +{ +color = 10; +glyphname = ncommaaccent; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = n; +}, +{ +pos = (290,0); +ref = commaaccentcomb; +} +); +width = 1006; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (275,0); +ref = commaaccentcomb; +} +); +width = 1070; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (289,0); +ref = commaaccentcomb; +} +); +width = 1290; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = n; +}, +{ +pos = (349,0); +ref = commaaccentcomb; +} +); +width = 1127; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = n; +}, +{ +pos = (341,0); +ref = commaaccentcomb; +} +); +width = 1191; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = n; +}, +{ +pos = (338,0); +ref = commaaccentcomb; +} +); +width = 1450; +} +); +unicode = 326; +}, +{ +color = 10; +glyphname = ntilde; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (509,0); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (525,1239); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(280,1007,o), +(516,1007,cs), +(743,1007,o), +(876,863,o), +(876,633,cs), +(876,0,l), +(926,0,l), +(926,633,ls), +(926,892,o), +(774,1055,o), +(516,1055,cs), +(323,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1040,l), +(90,1040,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(334,1199,l), +(365,1230,o), +(403,1249,o), +(434,1249,cs), +(492,1249,o), +(543,1187,o), +(608,1187,cs), +(643,1187,o), +(683,1204,o), +(711,1235,c), +(710,1287,l), +(677,1256,o), +(638,1236,o), +(608,1236,cs), +(557,1236,o), +(501,1298,o), +(434,1298,cs), +(406,1298,o), +(367,1281,o), +(334,1251,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = n; +}, +{ +pos = (224,15); +ref = tildecomb; +} +); +width = 1006; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (539,0); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (565,1349); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(399,894,o), +(561,895,cs), +(704,896,o), +(810,781,o), +(810,607,cs), +(810,0,l), +(990,0,l), +(990,648,ls), +(990,892,o), +(832,1055,o), +(610,1055,cs), +(471,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1040,l), +(90,1040,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(305,1194,l), +(346,1225,o), +(405,1244,o), +(460,1244,cs), +(532,1244,o), +(595,1190,o), +(676,1190,cs), +(733,1190,o), +(788,1209,o), +(818,1240,c), +(818,1376,l), +(777,1349,o), +(720,1332,o), +(668,1332,cs), +(605,1332,o), +(543,1386,o), +(460,1386,cs), +(409,1386,o), +(350,1364,o), +(305,1330,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = n; +}, +{ +pos = (195,115); +ref = tildecomb; +} +); +width = 1070; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = hook; +pos = (1016,0); +}, +{ +name = top; +pos = (680,1551); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1101,l), +(90,1101,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(310,1296,l), +(388,1341,o), +(475,1369,o), +(534,1369,cs), +(632,1369,o), +(717,1272,o), +(826,1272,cs), +(928,1272,o), +(1020,1306,o), +(1068,1359,c), +(1068,1579,l), +(1012,1539,o), +(928,1514,o), +(853,1514,cs), +(768,1514,o), +(673,1611,o), +(561,1611,cs), +(489,1611,o), +(392,1581,o), +(310,1517,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = n; +}, +{ +pos = (200,124); +ref = tildecomb; +} +); +width = 1290; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (459,0); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (700,1239); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(263,859,o), +(444,1007,o), +(680,1007,cs), +(907,1007,o), +(1019,863,o), +(970,633,cs), +(836,0,l), +(886,0,l), +(1020,633,ls), +(1075,892,o), +(948,1055,o), +(690,1055,cs), +(497,1055,o), +(331,966,o), +(259,825,c), +(255,825,l), +(301,1040,l), +(251,1040,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(481,1199,l), +(524,1229,o), +(572,1249,o), +(602,1249,cs), +(660,1249,o), +(684,1187,o), +(749,1187,cs), +(794,1187,o), +(842,1202,o), +(873,1225,c), +(894,1287,l), +(848,1256,o), +(799,1236,o), +(770,1236,cs), +(719,1236,o), +(690,1298,o), +(623,1298,cs), +(584,1298,o), +(537,1283,o), +(503,1261,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (229,15); +ref = tildecomb; +} +); +width = 1127; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (489,0); +}, +{ +name = hook; +pos = (860,0); +}, +{ +name = top; +pos = (724,1349); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(770,0,l), +(950,0,l), +(1088,648,ls), +(1141,898,o), +(1001,1055,o), +(724,1055,cs), +(589,1055,o), +(465,982,o), +(401,865,c), +(394,865,l), +(431,1040,l), +(251,1040,l), +(30,0,l), +(210,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(434,1194,l), +(482,1225,o), +(545,1244,o), +(600,1244,cs), +(672,1244,o), +(723,1190,o), +(804,1190,cs), +(861,1190,o), +(920,1209,o), +(957,1240,c), +(986,1376,l), +(939,1349,o), +(878,1332,o), +(826,1332,cs), +(763,1332,o), +(713,1386,o), +(630,1386,cs), +(579,1386,o), +(515,1364,o), +(463,1330,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (210,115); +ref = tildecomb; +} +); +width = 1191; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (613,0); +}, +{ +name = hook; +pos = (997,0); +}, +{ +name = top; +pos = (842,1551); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(588,779,o), +(684,849,o), +(813,848,cs), +(917,848,o), +(968,778,o), +(944,666,cs), +(803,0,l), +(1213,0,l), +(1371,744,ls), +(1420,977,o), +(1265,1124,o), +(985,1124,cs), +(833,1124,o), +(701,1056,o), +(642,947,c), +(624,947,l), +(657,1101,l), +(257,1101,l), +(23,0,l), +(423,0,l), +(564,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(431,1296,l), +(519,1341,o), +(612,1369,o), +(671,1369,cs), +(769,1369,o), +(833,1272,o), +(942,1272,cs), +(1044,1272,o), +(1143,1306,o), +(1202,1359,c), +(1249,1579,l), +(1185,1539,o), +(1095,1514,o), +(1020,1514,cs), +(935,1514,o), +(861,1611,o), +(749,1611,cs), +(677,1611,o), +(574,1581,o), +(478,1517,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (189,124); +ref = tildecomb; +} +); +width = 1450; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (613,0); +}, +{ +name = hook; +pos = (997,0); +}, +{ +name = top; +pos = (842,1551); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(588,779,o), +(684,849,o), +(813,848,cs), +(917,848,o), +(968,778,o), +(944,666,cs), +(803,0,l), +(1213,0,l), +(1371,744,ls), +(1420,977,o), +(1265,1124,o), +(985,1124,cs), +(833,1124,o), +(701,1056,o), +(642,947,c), +(624,947,l), +(657,1101,l), +(257,1101,l), +(23,0,l), +(423,0,l), +(564,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(431,1296,l), +(519,1341,o), +(612,1369,o), +(671,1369,cs), +(769,1369,o), +(833,1272,o), +(942,1272,cs), +(1044,1272,o), +(1143,1306,o), +(1202,1359,c), +(1249,1579,l), +(1185,1539,o), +(1095,1514,o), +(1020,1514,cs), +(935,1514,o), +(861,1611,o), +(749,1611,cs), +(677,1611,o), +(574,1581,o), +(478,1517,c) +); +} +); +}; +layerId = "386D9A3E-DDE4-4F80-AFAE-10F424F2C8B4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (189,124); +ref = tildecomb; +} +); +width = 1450; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (489,0); +}, +{ +name = hook; +pos = (860,0); +}, +{ +name = top; +pos = (724,1349); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(770,0,l), +(950,0,l), +(1088,648,ls), +(1141,898,o), +(1001,1055,o), +(724,1055,cs), +(589,1055,o), +(465,982,o), +(401,865,c), +(394,865,l), +(431,1040,l), +(251,1040,l), +(30,0,l), +(210,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(434,1194,l), +(482,1225,o), +(545,1244,o), +(600,1244,cs), +(672,1244,o), +(723,1190,o), +(804,1190,cs), +(861,1190,o), +(920,1209,o), +(957,1240,c), +(986,1376,l), +(939,1349,o), +(878,1332,o), +(826,1332,cs), +(763,1332,o), +(713,1386,o), +(630,1386,cs), +(579,1386,o), +(515,1364,o), +(463,1330,c) +); +} +); +}; +layerId = "16235E94-AE4A-41B9-9A65-433785EDADE0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (210,115); +ref = tildecomb; +} +); +width = 1191; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = hook; +pos = (1016,0); +}, +{ +name = top; +pos = (680,1551); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1101,l), +(90,1101,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(310,1296,l), +(388,1341,o), +(475,1369,o), +(534,1369,cs), +(632,1369,o), +(717,1272,o), +(826,1272,cs), +(928,1272,o), +(1020,1306,o), +(1068,1359,c), +(1068,1579,l), +(1012,1539,o), +(928,1514,o), +(853,1514,cs), +(768,1514,o), +(673,1611,o), +(561,1611,cs), +(489,1611,o), +(392,1581,o), +(310,1517,c) +); +} +); +}; +layerId = "1DEA0165-CAC7-4FAF-B816-784D0F6A05AA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = n; +}, +{ +pos = (200,124); +ref = tildecomb; +} +); +width = 1290; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (459,0); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (700,1239); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(263,859,o), +(444,1007,o), +(680,1007,cs), +(907,1007,o), +(1019,863,o), +(970,633,cs), +(836,0,l), +(886,0,l), +(1020,633,ls), +(1075,892,o), +(948,1055,o), +(690,1055,cs), +(497,1055,o), +(331,966,o), +(259,825,c), +(255,825,l), +(301,1040,l), +(251,1040,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(481,1199,l), +(524,1229,o), +(572,1249,o), +(602,1249,cs), +(660,1249,o), +(684,1187,o), +(749,1187,cs), +(794,1187,o), +(842,1202,o), +(873,1225,c), +(894,1287,l), +(848,1256,o), +(799,1236,o), +(770,1236,cs), +(719,1236,o), +(690,1298,o), +(623,1298,cs), +(584,1298,o), +(537,1283,o), +(503,1261,c) +); +} +); +}; +layerId = "E5BCDB3D-44AF-4840-A5F5-671C1CAEE9A4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = n; +}, +{ +alignment = -1; +pos = (229,15); +ref = tildecomb; +} +); +width = 1127; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (539,0); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (565,1349); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(399,894,o), +(561,895,cs), +(704,896,o), +(810,781,o), +(810,607,cs), +(810,0,l), +(990,0,l), +(990,648,ls), +(990,892,o), +(832,1055,o), +(610,1055,cs), +(471,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1040,l), +(90,1040,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(305,1194,l), +(346,1225,o), +(405,1244,o), +(460,1244,cs), +(532,1244,o), +(595,1190,o), +(676,1190,cs), +(733,1190,o), +(788,1209,o), +(818,1240,c), +(818,1376,l), +(777,1349,o), +(720,1332,o), +(668,1332,cs), +(605,1332,o), +(543,1386,o), +(460,1386,cs), +(409,1386,o), +(350,1364,o), +(305,1330,c) +); +} +); +}; +layerId = "9A797417-584A-464F-9CE7-45504D57AC6B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = n; +}, +{ +pos = (195,115); +ref = tildecomb; +} +); +width = 1070; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (509,0); +}, +{ +name = hook; +pos = (901,0); +}, +{ +name = top; +pos = (525,1239); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(280,1007,o), +(516,1007,cs), +(743,1007,o), +(876,863,o), +(876,633,cs), +(876,0,l), +(926,0,l), +(926,633,ls), +(926,892,o), +(774,1055,o), +(516,1055,cs), +(323,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1040,l), +(90,1040,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(334,1199,l), +(365,1230,o), +(403,1249,o), +(434,1249,cs), +(492,1249,o), +(543,1187,o), +(608,1187,cs), +(643,1187,o), +(683,1204,o), +(711,1235,c), +(710,1287,l), +(677,1256,o), +(638,1236,o), +(608,1236,cs), +(557,1236,o), +(501,1298,o), +(434,1298,cs), +(406,1298,o), +(367,1281,o), +(334,1251,c) +); +} +); +}; +layerId = "3EAD6EED-115C-474F-ACE0-B777B0CF04C5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = n; +}, +{ +pos = (224,15); +ref = tildecomb; +} +); +width = 1006; +} +); +unicode = 241; +}, +{ +color = 6; +glyphname = o; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1055); +}, +{ +name = topright; +pos = (816,1055); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +} +); +width = 1192; +}, +{ +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1124); +}, +{ +name = topright; +pos = (1071,1124); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +} +); +width = 1316; +}, +{ +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1054); +}, +{ +name = topright; +pos = (796,1053); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +} +); +width = 1120; +}, +{ +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (656,1054); +}, +{ +name = topright; +pos = (890,1053); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +} +); +width = 1121; +}, +{ +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (670,1055); +}, +{ +name = topright; +pos = (890,1055); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +} +); +width = 1153; +}, +{ +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (772,1124); +}, +{ +name = topright; +pos = (1183,1124); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +} +); +width = 1357; +} +); +unicode = 111; +}, +{ +color = 10; +glyphname = oacute; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (443,114); +ref = acute; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (419,115); +ref = acute; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +}, +{ +pos = (443,124); +ref = acute; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +}, +{ +pos = (471,114); +ref = acute; +} +); +width = 1121; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +}, +{ +pos = (408,115); +ref = acute; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = o; +}, +{ +pos = (459,124); +ref = acute; +} +); +width = 1357; +} +); +unicode = 243; +}, +{ +color = 10; +glyphname = ocaron; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (562,1227); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1347); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(584,1186,l), +(769,1395,l), +(705,1395,l), +(563,1233,l), +(561,1233,l), +(419,1395,l), +(355,1395,l), +(540,1186,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (245,114); +ref = caroncomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (586,1193); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1338); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(698,1162,l), +(868,1401,l), +(674,1401,l), +(598,1266,l), +(592,1266,l), +(518,1401,l), +(324,1401,l), +(492,1162,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (214,115); +ref = caroncomb; +} +); +width = 1192; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (665,1272); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1546); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(854,1240,l), +(1080,1589,l), +(768,1589,l), +(671,1414,l), +(661,1414,l), +(562,1589,l), +(250,1589,l), +(478,1240,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +}, +{ +pos = (140,124); +ref = caroncomb; +} +); +width = 1316; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (706,1227); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (731,1347); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(724,1166,l), +(953,1375,l), +(884,1375,l), +(708,1213,l), +(706,1213,l), +(598,1375,l), +(539,1375,l), +(680,1166,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (270,114); +ref = caroncomb; +} +); +width = 1201; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (663,1193); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (695,1338); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(783,1162,l), +(1003,1401,l), +(795,1401,l), +(695,1266,l), +(689,1266,l), +(639,1401,l), +(459,1401,l), +(577,1162,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (191,115); +ref = caroncomb; +} +); +width = 1233; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (796,1269); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (860,1537); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(988,1234,l), +(1298,1583,l), +(966,1583,l), +(842,1408,l), +(832,1408,l), +(760,1583,l), +(468,1583,l), +(622,1234,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (164,118); +ref = caroncomb; +} +); +width = 1437; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (796,1269); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (860,1537); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(988,1234,l), +(1298,1583,l), +(966,1583,l), +(842,1408,l), +(832,1408,l), +(760,1583,l), +(468,1583,l), +(622,1234,l) +); +} +); +}; +layerId = "B07C5B2D-D8EC-4E9A-9FAD-108FF7A26063"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (164,118); +ref = caroncomb; +} +); +width = 1437; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (663,1193); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (695,1338); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(783,1162,l), +(1003,1401,l), +(795,1401,l), +(695,1266,l), +(689,1266,l), +(639,1401,l), +(459,1401,l), +(577,1162,l) +); +} +); +}; +layerId = "C71B5C7C-2321-4CD7-AFA6-B5AAEC9CC423"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (191,115); +ref = caroncomb; +} +); +width = 1233; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (665,1272); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1546); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(854,1240,l), +(1080,1589,l), +(768,1589,l), +(671,1414,l), +(661,1414,l), +(562,1589,l), +(250,1589,l), +(478,1240,l) +); +} +); +}; +layerId = "1727B98B-D046-4C8A-97DF-CC8A7FDA7730"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (140,124); +ref = caroncomb; +} +); +width = 1316; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (706,1227); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (731,1347); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(724,1166,l), +(953,1375,l), +(884,1375,l), +(708,1213,l), +(706,1213,l), +(598,1375,l), +(539,1375,l), +(680,1166,l) +); +} +); +}; +layerId = "69983F8D-E65C-47AC-9EB7-2CA9FAA3212F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (270,114); +ref = caroncomb; +} +); +width = 1201; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (586,1193); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1338); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(698,1162,l), +(868,1401,l), +(674,1401,l), +(598,1266,l), +(592,1266,l), +(518,1401,l), +(324,1401,l), +(492,1162,l) +); +} +); +}; +layerId = "BE3EAE94-DA11-4A75-BB56-6F3758E32F00"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (214,115); +ref = caroncomb; +} +); +width = 1192; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (562,1227); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1347); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(584,1186,l), +(769,1395,l), +(705,1395,l), +(563,1233,l), +(561,1233,l), +(419,1395,l), +(355,1395,l), +(540,1186,l) +); +} +); +}; +layerId = "243B71DE-5A89-4B71-A821-76387EFCF631"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (245,114); +ref = caroncomb; +} +); +width = 1120; +} +); +unicode = 466; +}, +{ +color = 10; +glyphname = ocircumflex; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (560,1368); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,1200,l), +(417,1200,l), +(559,1362,l), +(561,1362,l), +(703,1200,l), +(767,1200,l), +(582,1409,l), +(538,1409,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (243,114); +ref = circumflexcomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (587,1358); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(325,1150,l), +(519,1150,l), +(593,1265,l), +(599,1265,l), +(675,1150,l), +(869,1150,l), +(699,1389,l), +(493,1389,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (215,115); +ref = circumflexcomb; +} +); +width = 1192; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1535); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,1218,l), +(557,1218,l), +(656,1393,l), +(666,1393,l), +(763,1218,l), +(1075,1218,l), +(849,1567,l), +(473,1567,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (135,124); +ref = circumflexcomb; +} +); +width = 1316; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (720,1368); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,1200,l), +(542,1200,l), +(718,1362,l), +(720,1362,l), +(828,1200,l), +(892,1200,l), +(751,1409,l), +(707,1409,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +}, +{ +pos = (247,114); +ref = circumflexcomb; +} +); +width = 1121; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (732,1358); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(415,1150,l), +(609,1150,l), +(707,1265,l), +(713,1265,l), +(765,1150,l), +(959,1150,l), +(839,1389,l), +(633,1389,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +}, +{ +pos = (201,115); +ref = circumflexcomb; +} +); +width = 1153; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (859,1505); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(377,1218,l), +(689,1218,l), +(825,1393,l), +(835,1393,l), +(895,1218,l), +(1207,1218,l), +(1055,1567,l), +(679,1567,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (151,124); +ref = circumflexcomb; +} +); +width = 1357; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (859,1505); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(377,1218,l), +(689,1218,l), +(825,1393,l), +(835,1393,l), +(895,1218,l), +(1207,1218,l), +(1055,1567,l), +(679,1567,l) +); +} +); +}; +layerId = "D863B835-6F2C-44C4-9FDC-A143079924A0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (151,124); +ref = circumflexcomb; +} +); +width = 1357; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (732,1358); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(415,1150,l), +(609,1150,l), +(707,1265,l), +(713,1265,l), +(765,1150,l), +(959,1150,l), +(839,1389,l), +(633,1389,l) +); +} +); +}; +layerId = "8D3132E5-6111-4757-B7C2-5B03B69C5A80"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (201,115); +ref = circumflexcomb; +} +); +width = 1153; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1535); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,1218,l), +(557,1218,l), +(656,1393,l), +(666,1393,l), +(763,1218,l), +(1075,1218,l), +(849,1567,l), +(473,1567,l) +); +} +); +}; +layerId = "48701317-6B3A-4D10-AD4B-CAB71EA35A98"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (135,124); +ref = circumflexcomb; +} +); +width = 1316; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (720,1368); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(478,1200,l), +(542,1200,l), +(718,1362,l), +(720,1362,l), +(828,1200,l), +(892,1200,l), +(751,1409,l), +(707,1409,l) +); +} +); +}; +layerId = "AA3DF043-9C4A-4EDC-8CE5-4C5CC866380B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (247,114); +ref = circumflexcomb; +} +); +width = 1121; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (587,1358); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(325,1150,l), +(519,1150,l), +(593,1265,l), +(599,1265,l), +(675,1150,l), +(869,1150,l), +(699,1389,l), +(493,1389,l) +); +} +); +}; +layerId = "9E294034-73F8-4125-8A56-417D2AB244F9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (215,115); +ref = circumflexcomb; +} +); +width = 1192; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (560,1368); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,1200,l), +(417,1200,l), +(559,1362,l), +(561,1362,l), +(703,1200,l), +(767,1200,l), +(582,1409,l), +(538,1409,l) +); +} +); +}; +layerId = "10D579F5-DFB6-4E94-B331-6A5B88A68852"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (243,114); +ref = circumflexcomb; +} +); +width = 1120; +} +); +metricLeft = o; +metricRight = o; +unicode = 244; +}, +{ +color = 10; +glyphname = odieresis; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1054); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(386,1249,l), +(456,1249,l), +(456,1319,l), +(386,1319,l) +); +}, +{ +closed = 1; +nodes = ( +(669,1249,l), +(739,1249,l), +(739,1319,l), +(669,1319,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (276,114); +ref = dieresiscomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1055); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,1176,l), +(533,1176,l), +(533,1355,l), +(353,1355,l) +); +}, +{ +closed = 1; +nodes = ( +(660,1176,l), +(840,1176,l), +(840,1355,l), +(660,1355,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (243,115); +ref = dieresiscomb; +} +); +width = 1192; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1124); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,1286,l), +(589,1286,l), +(589,1529,l), +(311,1529,l) +); +}, +{ +closed = 1; +nodes = ( +(726,1286,l), +(1004,1286,l), +(1004,1529,l), +(726,1529,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (201,124); +ref = dieresiscomb; +} +); +width = 1316; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (656,1054); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(508,1239,l), +(578,1239,l), +(592,1309,l), +(522,1309,l) +); +}, +{ +closed = 1; +nodes = ( +(791,1239,l), +(861,1239,l), +(875,1309,l), +(805,1309,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +}, +{ +pos = (268,114); +ref = dieresiscomb; +} +); +width = 1121; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (670,1055); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,1166,l), +(617,1166,l), +(654,1345,l), +(475,1345,l) +); +}, +{ +closed = 1; +nodes = ( +(744,1166,l), +(924,1166,l), +(961,1345,l), +(782,1345,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +}, +{ +pos = (219,115); +ref = dieresiscomb; +} +); +width = 1153; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (772,1124); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(457,1286,l), +(735,1286,l), +(787,1529,l), +(509,1529,l) +); +}, +{ +closed = 1; +nodes = ( +(872,1286,l), +(1150,1286,l), +(1202,1529,l), +(924,1529,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (217,124); +ref = dieresiscomb; +} +); +width = 1357; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (772,1124); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(457,1286,l), +(735,1286,l), +(787,1529,l), +(509,1529,l) +); +}, +{ +closed = 1; +nodes = ( +(872,1286,l), +(1150,1286,l), +(1202,1529,l), +(924,1529,l) +); +} +); +}; +layerId = "A04AFD5F-A97B-40B0-ACEB-02114B75929A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (217,124); +ref = dieresiscomb; +} +); +width = 1357; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (670,1055); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,1166,l), +(617,1166,l), +(654,1345,l), +(475,1345,l) +); +}, +{ +closed = 1; +nodes = ( +(744,1166,l), +(924,1166,l), +(961,1345,l), +(782,1345,l) +); +} +); +}; +layerId = "3BF46FEF-F182-4928-833E-22BC8AC8D4C0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (219,115); +ref = dieresiscomb; +} +); +width = 1153; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1124); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,1286,l), +(589,1286,l), +(589,1529,l), +(311,1529,l) +); +}, +{ +closed = 1; +nodes = ( +(726,1286,l), +(1004,1286,l), +(1004,1529,l), +(726,1529,l) +); +} +); +}; +layerId = "29C03F9B-EEBD-4850-BDE7-FB7D095DADD6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (201,124); +ref = dieresiscomb; +} +); +width = 1316; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (656,1054); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(508,1239,l), +(578,1239,l), +(592,1309,l), +(522,1309,l) +); +}, +{ +closed = 1; +nodes = ( +(791,1239,l), +(861,1239,l), +(875,1309,l), +(805,1309,l) +); +} +); +}; +layerId = "8D6ECB54-C9FA-4E0B-9197-230636E7F88C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (268,114); +ref = dieresiscomb; +} +); +width = 1121; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1055); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,1176,l), +(533,1176,l), +(533,1355,l), +(353,1355,l) +); +}, +{ +closed = 1; +nodes = ( +(660,1176,l), +(840,1176,l), +(840,1355,l), +(660,1355,l) +); +} +); +}; +layerId = "0E94C13F-3283-4833-B0D2-F3B19868B91E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (243,115); +ref = dieresiscomb; +} +); +width = 1192; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1054); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(386,1249,l), +(456,1249,l), +(456,1319,l), +(386,1319,l) +); +}, +{ +closed = 1; +nodes = ( +(669,1249,l), +(739,1249,l), +(739,1319,l), +(669,1319,l) +); +} +); +}; +layerId = "FC033609-D4EC-4608-8720-630D163820A9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (276,114); +ref = dieresiscomb; +} +); +width = 1120; +} +); +metricLeft = o; +metricRight = o; +unicode = 246; +}, +{ +color = 10; +glyphname = ograve; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (336,114); +ref = gravecomb; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (260,115); +ref = gravecomb; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +}, +{ +pos = (244,124); +ref = gravecomb; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +}, +{ +pos = (317,114); +ref = gravecomb; +} +); +width = 1121; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +}, +{ +pos = (246,115); +ref = gravecomb; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = o; +}, +{ +pos = (265,124); +ref = gravecomb; +} +); +width = 1357; +} +); +metricLeft = o; +metricRight = o; +unicode = 242; +}, +{ +color = 10; +glyphname = ohungarumlaut; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1502); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(467,1413,l), +(392,1184,l), +(436,1184,l), +(527,1413,l) +); +}, +{ +closed = 1; +nodes = ( +(680,1412,l), +(605,1183,l), +(649,1183,l), +(740,1412,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (282,114); +ref = hungarumlautcomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1478); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(484,1429,l), +(394,1180,l), +(557,1180,l), +(697,1429,l) +); +}, +{ +closed = 1; +nodes = ( +(754,1428,l), +(664,1179,l), +(827,1179,l), +(967,1428,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (284,115); +ref = hungarumlautcomb; +} +); +width = 1192; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1653); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,1603,l), +(290,1264,l), +(533,1264,l), +(713,1603,l) +); +}, +{ +closed = 1; +nodes = ( +(807,1602,l), +(737,1263,l), +(980,1263,l), +(1160,1602,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (180,124); +ref = hungarumlautcomb; +} +); +width = 1316; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (752,1502); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(638,1413,l), +(514,1184,l), +(558,1184,l), +(698,1413,l) +); +}, +{ +closed = 1; +nodes = ( +(850,1412,l), +(727,1183,l), +(771,1183,l), +(910,1412,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +}, +{ +pos = (286,114); +ref = hungarumlautcomb; +} +); +width = 1121; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (760,1478); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(638,1429,l), +(495,1180,l), +(658,1180,l), +(851,1429,l) +); +}, +{ +closed = 1; +nodes = ( +(907,1428,l), +(764,1179,l), +(927,1179,l), +(1120,1428,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +}, +{ +pos = (274,115); +ref = hungarumlautcomb; +} +); +width = 1153; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (884,1653); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(574,1603,l), +(432,1264,l), +(675,1264,l), +(927,1603,l) +); +}, +{ +closed = 1; +nodes = ( +(1020,1602,l), +(878,1263,l), +(1121,1263,l), +(1373,1602,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (197,124); +ref = hungarumlautcomb; +} +); +width = 1357; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (884,1653); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(574,1603,l), +(432,1264,l), +(675,1264,l), +(927,1603,l) +); +}, +{ +closed = 1; +nodes = ( +(1020,1602,l), +(878,1263,l), +(1121,1263,l), +(1373,1602,l) +); +} +); +}; +layerId = "A8AC5D2A-6825-401F-93D6-C291739E72DB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (197,124); +ref = hungarumlautcomb; +} +); +width = 1357; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (760,1478); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(638,1429,l), +(495,1180,l), +(658,1180,l), +(851,1429,l) +); +}, +{ +closed = 1; +nodes = ( +(907,1428,l), +(764,1179,l), +(927,1179,l), +(1120,1428,l) +); +} +); +}; +layerId = "5C11EC56-1ADA-47FB-A15E-DF75280BB50A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (274,115); +ref = hungarumlautcomb; +} +); +width = 1153; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1653); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,1603,l), +(290,1264,l), +(533,1264,l), +(713,1603,l) +); +}, +{ +closed = 1; +nodes = ( +(807,1602,l), +(737,1263,l), +(980,1263,l), +(1160,1602,l) +); +} +); +}; +layerId = "7ABF3932-3FDF-4796-A295-7FD66FC5D912"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (180,124); +ref = hungarumlautcomb; +} +); +width = 1316; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (752,1502); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(638,1413,l), +(514,1184,l), +(558,1184,l), +(698,1413,l) +); +}, +{ +closed = 1; +nodes = ( +(850,1412,l), +(727,1183,l), +(771,1183,l), +(910,1412,l) +); +} +); +}; +layerId = "E3E657D8-5DFA-4347-B3AD-8198856DF031"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (286,114); +ref = hungarumlautcomb; +} +); +width = 1121; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1478); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(484,1429,l), +(394,1180,l), +(557,1180,l), +(697,1429,l) +); +}, +{ +closed = 1; +nodes = ( +(754,1428,l), +(664,1179,l), +(827,1179,l), +(967,1428,l) +); +} +); +}; +layerId = "88FD1A78-395A-4FDE-8591-C6B4747EFB86"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (284,115); +ref = hungarumlautcomb; +} +); +width = 1192; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1502); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(467,1413,l), +(392,1184,l), +(436,1184,l), +(527,1413,l) +); +}, +{ +closed = 1; +nodes = ( +(680,1412,l), +(605,1183,l), +(649,1183,l), +(740,1412,l) +); +} +); +}; +layerId = "0E97209F-82A1-447F-B3CF-0D7BFE21663E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (282,114); +ref = hungarumlautcomb; +} +); +width = 1120; +} +); +metricLeft = o; +metricRight = o; +unicode = 337; +}, +{ +color = 10; +glyphname = omacron; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (252,114); +ref = macroncomb; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (249,115); +ref = macroncomb; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +}, +{ +pos = (223,124); +ref = macroncomb; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +}, +{ +pos = (250,114); +ref = macroncomb; +} +); +width = 1121; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +}, +{ +pos = (232,115); +ref = macroncomb; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = o; +}, +{ +pos = (247,124); +ref = macroncomb; +} +); +width = 1357; +} +); +metricLeft = o; +metricRight = o; +unicode = 333; +}, +{ +color = 3; +glyphname = oslash; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1030,1062,l), +(121,12,l), +(159,-20,l), +(1068,1030,l) +); +}, +{ +ref = o; +} +); +width = 1128; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1026,1057,l), +(120,76,l), +(229,-21,l), +(1141,960,l) +); +}, +{ +ref = o; +} +); +width = 1201; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1184,1132,l), +(93,99,l), +(221,-30,l), +(1312,1003,l) +); +}, +{ +ref = o; +} +); +width = 1372; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1030,1062,l), +(121,12,l), +(159,-20,l), +(1068,1030,l) +); +}, +{ +ref = o; +} +); +width = 1121; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1026,1057,l), +(120,76,l), +(229,-21,l), +(1141,960,l) +); +}, +{ +ref = o; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1184,1132,l), +(93,99,l), +(221,-30,l), +(1312,1003,l) +); +}, +{ +ref = o; +} +); +width = 1357; +} +); +metricLeft = o; +metricRight = o; +unicode = 248; +}, +{ +color = 10; +glyphname = otilde; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1238); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(371,1198,l), +(402,1229,o), +(440,1248,o), +(471,1248,cs), +(529,1248,o), +(580,1186,o), +(645,1186,cs), +(680,1186,o), +(720,1203,o), +(748,1234,c), +(747,1286,l), +(714,1255,o), +(675,1235,o), +(645,1235,cs), +(594,1235,o), +(538,1297,o), +(471,1297,cs), +(443,1297,o), +(404,1280,o), +(371,1250,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (261,14); +ref = tildecomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1349); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(336,1194,l), +(377,1225,o), +(436,1244,o), +(491,1244,cs), +(563,1244,o), +(626,1190,o), +(707,1190,cs), +(764,1190,o), +(819,1209,o), +(849,1240,c), +(849,1376,l), +(808,1349,o), +(751,1332,o), +(699,1332,cs), +(636,1332,o), +(574,1386,o), +(491,1386,cs), +(440,1386,o), +(381,1364,o), +(336,1330,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (226,115); +ref = tildecomb; +} +); +width = 1192; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1550); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(290,1295,l), +(368,1340,o), +(455,1368,o), +(514,1368,cs), +(612,1368,o), +(697,1271,o), +(806,1271,cs), +(908,1271,o), +(1000,1305,o), +(1048,1358,c), +(1048,1578,l), +(992,1538,o), +(908,1513,o), +(833,1513,cs), +(748,1513,o), +(653,1610,o), +(541,1610,cs), +(469,1610,o), +(372,1580,o), +(290,1516,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (180,123); +ref = tildecomb; +} +); +width = 1300; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (717,1238); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,1198,l), +(541,1228,o), +(589,1248,o), +(619,1248,cs), +(677,1248,o), +(701,1186,o), +(766,1186,cs), +(811,1186,o), +(859,1201,o), +(890,1224,c), +(911,1286,l), +(865,1255,o), +(816,1235,o), +(787,1235,cs), +(736,1235,o), +(707,1297,o), +(640,1297,cs), +(601,1297,o), +(554,1282,o), +(520,1260,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (246,14); +ref = tildecomb; +} +); +width = 1201; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (705,1349); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(415,1194,l), +(463,1225,o), +(526,1244,o), +(581,1244,cs), +(653,1244,o), +(704,1190,o), +(785,1190,cs), +(842,1190,o), +(901,1209,o), +(938,1240,c), +(967,1376,l), +(920,1349,o), +(859,1332,o), +(807,1332,cs), +(744,1332,o), +(694,1386,o), +(611,1386,cs), +(560,1386,o), +(496,1364,o), +(444,1330,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (191,115); +ref = tildecomb; +} +); +width = 1233; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (792,1550); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,1295,l), +(469,1340,o), +(562,1368,o), +(621,1368,cs), +(719,1368,o), +(783,1271,o), +(892,1271,cs), +(994,1271,o), +(1093,1305,o), +(1152,1358,c), +(1199,1578,l), +(1135,1538,o), +(1045,1513,o), +(970,1513,cs), +(885,1513,o), +(811,1610,o), +(699,1610,cs), +(627,1610,o), +(524,1580,o), +(428,1516,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (139,123); +ref = tildecomb; +} +); +width = 1300; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (792,1550); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(381,1295,l), +(469,1340,o), +(562,1368,o), +(621,1368,cs), +(719,1368,o), +(783,1271,o), +(892,1271,cs), +(994,1271,o), +(1093,1305,o), +(1152,1358,c), +(1199,1578,l), +(1135,1538,o), +(1045,1513,o), +(970,1513,cs), +(885,1513,o), +(811,1610,o), +(699,1610,cs), +(627,1610,o), +(524,1580,o), +(428,1516,c) +); +} +); +}; +layerId = "CF48A5B5-F8B0-4203-965B-C5A5805FF7A7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (139,123); +ref = tildecomb; +} +); +width = 1300; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (705,1349); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(415,1194,l), +(463,1225,o), +(526,1244,o), +(581,1244,cs), +(653,1244,o), +(704,1190,o), +(785,1190,cs), +(842,1190,o), +(901,1209,o), +(938,1240,c), +(967,1376,l), +(920,1349,o), +(859,1332,o), +(807,1332,cs), +(744,1332,o), +(694,1386,o), +(611,1386,cs), +(560,1386,o), +(496,1364,o), +(444,1330,c) +); +} +); +}; +layerId = "0BEE9CB2-1E4B-434D-A0DD-06FF9110A525"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (191,115); +ref = tildecomb; +} +); +width = 1233; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1550); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(290,1295,l), +(368,1340,o), +(455,1368,o), +(514,1368,cs), +(612,1368,o), +(697,1271,o), +(806,1271,cs), +(908,1271,o), +(1000,1305,o), +(1048,1358,c), +(1048,1578,l), +(992,1538,o), +(908,1513,o), +(833,1513,cs), +(748,1513,o), +(653,1610,o), +(541,1610,cs), +(469,1610,o), +(372,1580,o), +(290,1516,c) +); +} +); +}; +layerId = "8C022A58-452E-462C-9DFE-FFF63DD8769F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +pos = (180,123); +ref = tildecomb; +} +); +width = 1300; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (717,1238); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,1198,l), +(541,1228,o), +(589,1248,o), +(619,1248,cs), +(677,1248,o), +(701,1186,o), +(766,1186,cs), +(811,1186,o), +(859,1201,o), +(890,1224,c), +(911,1286,l), +(865,1255,o), +(816,1235,o), +(787,1235,cs), +(736,1235,o), +(707,1297,o), +(640,1297,cs), +(601,1297,o), +(554,1282,o), +(520,1260,c) +); +} +); +}; +layerId = "C249AD95-5E2D-476B-8ED1-1A423801D7BE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = o; +}, +{ +alignment = -1; +pos = (246,14); +ref = tildecomb; +} +); +width = 1201; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1349); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(336,1194,l), +(377,1225,o), +(436,1244,o), +(491,1244,cs), +(563,1244,o), +(626,1190,o), +(707,1190,cs), +(764,1190,o), +(819,1209,o), +(849,1240,c), +(849,1376,l), +(808,1349,o), +(751,1332,o), +(699,1332,cs), +(636,1332,o), +(574,1386,o), +(491,1386,cs), +(440,1386,o), +(381,1364,o), +(336,1330,c) +); +} +); +}; +layerId = "3E75D1EC-74D2-4115-85EC-F852A822FE0E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (226,115); +ref = tildecomb; +} +); +width = 1192; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1238); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(371,1198,l), +(402,1229,o), +(440,1248,o), +(471,1248,cs), +(529,1248,o), +(580,1186,o), +(645,1186,cs), +(680,1186,o), +(720,1203,o), +(748,1234,c), +(747,1286,l), +(714,1255,o), +(675,1235,o), +(645,1235,cs), +(594,1235,o), +(538,1297,o), +(471,1297,cs), +(443,1297,o), +(404,1280,o), +(371,1250,c) +); +} +); +}; +layerId = "4E31C2B4-BF01-4036-9708-6227F4E63791"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = o; +}, +{ +pos = (261,14); +ref = tildecomb; +} +); +width = 1120; +} +); +unicode = 245; +}, +{ +color = 6; +glyphname = oe; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(841,-20,o), +(1032,190,o), +(1032,515,cs), +(1032,843,o), +(841,1055,o), +(546,1055,cs), +(251,1055,o), +(60,843,o), +(60,515,cs), +(60,190,o), +(251,-20,o), +(546,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(282,28,o), +(111,219,o), +(111,515,cs), +(111,814,o), +(281,1007,o), +(543,1007,cs), +(812,1007,o), +(986,814,o), +(986,515,cs), +(986,219,o), +(813,28,o), +(546,28,cs) +); +}, +{ +closed = 1; +nodes = ( +(1025,502,l), +(1911,502,l), +(1911,549,l), +(1911,856,o), +(1735,1055,o), +(1464,1055,cs), +(1174,1055,o), +(987,849,o), +(987,530,cs), +(987,197,o), +(1179,-19,o), +(1477,-19,cs), +(1634,-19,o), +(1789,45,o), +(1870,143,c), +(1837,188,l), +(1764,91,o), +(1623,29,o), +(1477,29,cs), +(1207,29,o), +(1033,217,o), +(1033,508,c), +(1033,542,l), +(1033,824,o), +(1203,1007,o), +(1465,1007,cs), +(1705,1007,o), +(1860,827,o), +(1860,549,c), +(1860,514,l), +(1880,550,l), +(1025,550,l) +); +} +); +width = 1971; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(877,-20,o), +(1079,192,o), +(1079,519,cs), +(1079,844,o), +(877,1054,o), +(565,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,192,o), +(258,-20,o), +(565,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,140,o), +(240,289,o), +(240,519,cs), +(240,747,o), +(367,894,o), +(563,894,cs), +(768,894,o), +(900,747,o), +(900,519,cs), +(900,289,o), +(768,140,o), +(565,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(1067,439,l), +(1845,439,l), +(1845,578,l), +(1845,868,o), +(1666,1056,o), +(1390,1056,cs), +(1091,1056,o), +(899,845,o), +(901,518,cs), +(903,192,o), +(1105,-19,o), +(1416,-19,cs), +(1556,-19,o), +(1713,31,o), +(1817,109,c), +(1734,262,l), +(1644,189,o), +(1522,141,o), +(1423,141,cs), +(1218,141,o), +(1085,265,o), +(1085,457,c), +(1085,602,l), +(1085,781,o), +(1206,896,o), +(1394,896,cs), +(1558,896,o), +(1664,778,o), +(1664,596,c), +(1664,474,l), +(1771,609,l), +(1065,609,l) +); +} +); +width = 1905; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(969,-36,o), +(1176,195,o), +(1176,552,cs), +(1176,899,o), +(969,1124,o), +(649,1124,cs), +(291,1124,o), +(60,899,o), +(60,552,cs), +(60,195,o), +(291,-36,o), +(649,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(546,254,o), +(460,371,o), +(460,552,cs), +(460,723,o), +(546,834,o), +(679,834,cs), +(811,834,o), +(896,723,o), +(896,552,cs), +(896,371,o), +(811,254,o), +(679,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(1207,438,l), +(1941,438,l), +(1941,564,l), +(1941,904,o), +(1734,1124,o), +(1413,1124,cs), +(1116,1124,o), +(925,895,o), +(927,540,cs), +(929,191,o), +(1135,-35,o), +(1451,-35,cs), +(1630,-35,o), +(1805,33,o), +(1898,139,c), +(1729,357,l), +(1672,290,o), +(1577,246,o), +(1489,246,cs), +(1329,246,o), +(1226,328,o), +(1226,456,c), +(1226,639,l), +(1226,764,o), +(1301,845,o), +(1416,845,cs), +(1522,845,o), +(1591,762,o), +(1591,633,c), +(1591,515,l), +(1708,665,l), +(1206,665,l) +); +} +); +width = 2001; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(746,-20,o), +(974,190,o), +(1032,515,cs), +(1089,843,o), +(936,1055,o), +(641,1055,cs), +(346,1055,o), +(117,843,o), +(60,515,cs), +(2,190,o), +(156,-20,o), +(451,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(196,28,o), +(58,219,o), +(111,515,cs), +(163,814,o), +(367,1007,o), +(629,1007,cs), +(898,1007,o), +(1038,814,o), +(986,515,cs), +(933,219,o), +(727,28,o), +(460,28,cs) +); +}, +{ +closed = 1; +nodes = ( +(1022,502,l), +(1908,502,l), +(1917,549,l), +(1971,856,o), +(1830,1055,o), +(1559,1055,cs), +(1269,1055,o), +(1045,849,o), +(989,530,cs), +(930,197,o), +(1084,-19,o), +(1382,-19,cs), +(1539,-19,o), +(1706,45,o), +(1804,143,c), +(1779,188,l), +(1689,91,o), +(1537,29,o), +(1391,29,cs), +(1121,29,o), +(980,217,o), +(1031,508,c), +(1037,542,l), +(1087,824,o), +(1289,1007,o), +(1551,1007,cs), +(1791,1007,o), +(1915,827,o), +(1866,549,c), +(1859,514,l), +(1886,550,l), +(1031,550,l) +); +} +); +width = 1972; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(782,-20,o), +(1022,192,o), +(1079,519,cs), +(1136,844,o), +(972,1054,o), +(660,1054,cs), +(353,1054,o), +(117,844,o), +(60,519,cs), +(3,192,o), +(163,-20,o), +(470,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(301,140,o), +(200,289,o), +(240,519,cs), +(280,747,o), +(433,894,o), +(629,894,cs), +(834,894,o), +(940,747,o), +(900,519,cs), +(860,289,o), +(701,140,o), +(498,140,cs) +); +}, +{ +closed = 1; +nodes = ( +(1053,439,l), +(1831,439,l), +(1856,578,l), +(1907,868,o), +(1761,1056,o), +(1485,1056,cs), +(1186,1056,o), +(957,845,o), +(901,518,cs), +(846,192,o), +(1010,-19,o), +(1321,-19,cs), +(1461,-19,o), +(1627,31,o), +(1745,109,c), +(1689,262,l), +(1586,189,o), +(1456,141,o), +(1357,141,cs), +(1152,141,o), +(1040,265,o), +(1074,457,c), +(1100,602,l), +(1131,781,o), +(1273,896,o), +(1461,896,cs), +(1625,896,o), +(1710,778,o), +(1678,596,c), +(1656,474,l), +(1787,609,l), +(1081,609,l) +); +} +); +width = 1908; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(867,-36,o), +(1114,195,o), +(1177,552,cs), +(1239,899,o), +(1071,1124,o), +(751,1124,cs), +(393,1124,o), +(123,899,o), +(61,552,cs), +(-2,195,o), +(189,-36,o), +(547,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(495,254,o), +(429,371,o), +(461,552,cs), +(492,723,o), +(597,834,o), +(730,834,cs), +(862,834,o), +(928,723,o), +(897,552,cs), +(865,371,o), +(760,254,o), +(628,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(1188,438,l), +(1922,438,l), +(1945,564,l), +(2004,904,o), +(1836,1124,o), +(1515,1124,cs), +(1218,1124,o), +(987,895,o), +(926,540,cs), +(867,191,o), +(1033,-35,o), +(1349,-35,cs), +(1528,-35,o), +(1715,33,o), +(1827,139,c), +(1696,357,l), +(1627,290,o), +(1524,246,o), +(1436,246,cs), +(1276,246,o), +(1188,328,o), +(1210,456,c), +(1243,639,l), +(1265,764,o), +(1354,845,o), +(1469,845,cs), +(1575,845,o), +(1629,762,o), +(1607,633,c), +(1586,515,l), +(1729,665,l), +(1227,665,l) +); +} +); +width = 2006; +} +); +metricLeft = o; +metricRight = e; +unicode = 339; +}, +{ +color = 6; +glyphname = p; +kernLeft = ssflat; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (611,0); +}, +{ +name = top; +pos = (571,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1090,850,o), +(902,1059,o), +(602,1059,cs), +(390,1059,o), +(222,953,o), +(167,783,c), +(160,783,l), +(160,1040,l), +(110,1040,l), +(110,-360,l), +(160,-360,l), +(160,278,l), +(166,278,l), +(230,97,o), +(397,-16,o), +(600,-16,cs), +(901,-16,o), +(1090,189,o), +(1090,516,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,827,o), +(330,1011,o), +(602,1011,cs), +(871,1011,o), +(1040,820,o), +(1040,516,cs), +(1040,219,o), +(870,32,o), +(600,32,cs), +(330,32,o), +(160,226,o), +(160,534,cs) +); +} +); +width = 1150; +}, +{ +anchors = ( +{ +name = bottom; +pos = (740,0); +}, +{ +name = top; +pos = (660,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1159,845,o), +(968,1058,o), +(681,1058,cs), +(515,1058,o), +(363,985,o), +(302,876,c), +(290,876,l), +(290,1039,l), +(110,1039,l), +(110,-360,l), +(290,-360,l), +(290,156,l), +(302,156,l), +(374,52,o), +(525,-17,o), +(679,-17,cs), +(967,-17,o), +(1159,200,o), +(1159,525,cs) +); +}, +{ +closed = 1; +nodes = ( +(290,749,o), +(429,900,o), +(638,900,cs), +(843,900,o), +(979,750,o), +(979,525,cs), +(979,296,o), +(842,143,o), +(636,143,cs), +(432,143,o), +(294,295,o), +(290,523,cs) +); +} +); +width = 1219; +}, +{ +anchors = ( +{ +name = bottom; +pos = (737,0); +}, +{ +name = top; +pos = (737,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1366,900,o), +(1162,1123,o), +(856,1123,cs), +(719,1123,o), +(588,1068,o), +(528,986,c), +(510,986,l), +(510,1100,l), +(110,1100,l), +(110,-374,l), +(510,-374,l), +(510,109,l), +(528,109,l), +(585,23,o), +(716,-35,o), +(856,-35,cs), +(1162,-35,o), +(1366,205,o), +(1366,566,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,709,o), +(600,807,o), +(735,807,cs), +(874,807,o), +(966,709,o), +(966,562,cs), +(966,402,o), +(874,296,o), +(735,296,cs), +(600,296,o), +(510,402,o), +(510,562,cs) +); +} +); +width = 1426; +}, +{ +anchors = ( +{ +name = bottom; +pos = (502,0); +}, +{ +name = top; +pos = (683,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1161,850,o), +(1017,1059,o), +(718,1059,cs), +(495,1059,o), +(305,953,o), +(224,783,c), +(217,783,l), +(272,1040,l), +(222,1040,l), +(-76,-360,l), +(-26,-360,l), +(110,278,l), +(116,278,l), +(131,97,o), +(274,-16,o), +(487,-16,cs), +(788,-16,o), +(1021,189,o), +(1090,516,cs) +); +}, +{ +closed = 1; +nodes = ( +(226,827,o), +(440,1011,o), +(718,1011,cs), +(981,1011,o), +(1105,820,o), +(1040,516,cs), +(977,219,o), +(764,32,o), +(488,32,cs), +(224,32,o), +(99,226,o), +(164,534,cs) +); +} +); +width = 1151; +}, +{ +anchors = ( +{ +name = bottom; +pos = (585,0); +}, +{ +name = top; +pos = (726,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1205,853,o), +(1060,1059,o), +(761,1059,cs), +(591,1059,o), +(438,973,o), +(365,837,c), +(353,837,l), +(396,1040,l), +(216,1040,l), +(-82,-360,l), +(98,-360,l), +(217,197,l), +(229,197,l), +(237,66,o), +(353,-16,o), +(530,-16,cs), +(831,-16,o), +(1065,193,o), +(1136,526,cs) +); +}, +{ +closed = 1; +nodes = ( +(335,756,o), +(496,901,o), +(704,901,cs), +(907,901,o), +(1004,756,o), +(956,526,cs), +(906,291,o), +(738,144,o), +(521,144,cs), +(332,144,o), +(241,291,o), +(286,524,cs) +); +} +); +width = 1195; +}, +{ +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = top; +pos = (854,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1422,908,o), +(1275,1123,o), +(968,1123,cs), +(807,1123,o), +(671,1059,o), +(615,956,c), +(597,956,l), +(627,1100,l), +(227,1100,l), +(-86,-374,l), +(314,-374,l), +(434,189,l), +(452,189,l), +(473,51,o), +(577,-35,o), +(722,-35,cs), +(1029,-35,o), +(1271,197,o), +(1350,566,cs) +); +}, +{ +closed = 1; +nodes = ( +(550,737,o), +(664,847,o), +(808,847,cs), +(932,847,o), +(986,737,o), +(949,562,cs), +(909,374,o), +(791,256,o), +(643,256,cs), +(523,256,o), +(473,374,o), +(513,562,cs) +); +} +); +width = 1407; +} +); +metricLeft = i; +metricRight = o; +unicode = 112; +}, +{ +color = 10; +glyphname = pacute; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = p; +}, +{ +pos = (452,83); +ref = acutecomb; +} +); +width = 1150; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = p; +}, +{ +pos = (483,82); +ref = acutecomb; +} +); +width = 1219; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = p; +}, +{ +pos = (520,209); +ref = acutecomb; +} +); +width = 1426; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = p; +}, +{ +pos = (494,83); +ref = acutecomb; +} +); +width = 1151; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = p; +}, +{ +pos = (460,82); +ref = acutecomb; +} +); +width = 1195; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = p; +}, +{ +pos = (519,-1); +ref = acutecomb; +} +); +width = 1407; +} +); +unicode = 7765; +}, +{ +color = 6; +glyphname = thorn; +kernLeft = flat; +kernRight = sround; +lastChange = "2025-12-11 12:59:43 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,-360,l), +(160,278,l), +(166,278,l), +(230,97,o), +(397,-16,o), +(600,-16,cs), +(901,-16,o), +(1090,189,o), +(1090,516,cs), +(1090,850,o), +(902,1059,o), +(602,1059,cs), +(390,1059,o), +(222,953,o), +(167,783,c), +(160,783,l), +(160,1520,l), +(110,1520,l), +(110,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(330,32,o), +(160,226,o), +(160,534,cs), +(160,827,o), +(330,1011,o), +(602,1011,cs), +(871,1011,o), +(1040,820,o), +(1040,516,cs), +(1040,219,o), +(870,32,o), +(600,32,cs) +); +} +); +width = 1150; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,-360,l), +(290,197,l), +(302,197,l), +(338,66,o), +(471,-16,o), +(649,-16,cs), +(950,-16,o), +(1139,193,o), +(1139,526,cs), +(1139,853,o), +(951,1059,o), +(651,1059,cs), +(481,1059,o), +(346,973,o), +(302,837,c), +(290,837,l), +(290,1520,l), +(110,1520,l), +(110,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(420,144,o), +(290,291,o), +(290,524,cs), +(290,756,o), +(417,901,o), +(618,901,cs), +(827,901,o), +(959,756,o), +(959,526,cs), +(959,291,o), +(827,144,o), +(616,144,cs) +); +} +); +width = 1199; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,-374,l), +(510,189,l), +(528,189,l), +(579,51,o), +(701,-35,o), +(846,-35,cs), +(1153,-35,o), +(1346,197,o), +(1346,566,cs), +(1346,908,o), +(1153,1123,o), +(846,1123,cs), +(686,1123,o), +(563,1059,o), +(528,956,c), +(510,956,l), +(510,1520,l), +(110,1520,l), +(110,-374,l) +); +}, +{ +closed = 1; +nodes = ( +(593,256,o), +(510,374,o), +(510,562,cs), +(510,737,o), +(593,847,o), +(725,847,cs), +(861,847,o), +(946,737,o), +(946,562,cs), +(946,374,o), +(861,256,o), +(725,256,cs) +); +} +); +width = 1406; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-26,-360,l), +(110,278,l), +(116,278,l), +(141,97,o), +(284,-16,o), +(487,-16,cs), +(883,-16,o), +(1108,339,o), +(1108,675,cs), +(1108,915,o), +(967,1059,o), +(718,1059,cs), +(506,1059,o), +(315,953,o), +(224,783,c), +(217,783,l), +(374,1520,l), +(324,1520,l), +(-76,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(274,32,o), +(147,165,o), +(147,385,cs), +(147,694,o), +(350,1011,o), +(707,1011,cs), +(930,1011,o), +(1057,880,o), +(1057,662,cs), +(1057,365,o), +(858,32,o), +(497,32,cs) +); +} +); +width = 1152; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,-360,l), +(216,197,l), +(228,197,l), +(237,66,o), +(352,-16,o), +(530,-16,cs), +(929,-16,o), +(1152,325,o), +(1152,655,cs), +(1152,891,o), +(1011,1059,o), +(761,1059,cs), +(591,1059,o), +(437,973,o), +(364,837,c), +(352,837,l), +(498,1520,l), +(318,1520,l), +(-82,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(369,144,o), +(273,245,o), +(273,411,cs), +(273,643,o), +(426,901,o), +(694,901,cs), +(868,901,o), +(967,775,o), +(967,609,cs), +(967,377,o), +(809,144,o), +(531,144,cs) +); +} +); +width = 1200; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,-374,l), +(434,189,l), +(452,189,l), +(473,51,o), +(577,-35,o), +(722,-35,cs), +(1140,-35,o), +(1368,395,o), +(1368,727,cs), +(1368,974,o), +(1223,1123,o), +(968,1123,cs), +(808,1123,o), +(672,1059,o), +(615,956,c), +(597,956,l), +(717,1520,l), +(317,1520,l), +(-86,-374,l) +); +}, +{ +closed = 1; +nodes = ( +(559,256,o), +(501,330,o), +(501,454,cs), +(501,611,o), +(588,847,o), +(789,847,cs), +(899,847,o), +(960,775,o), +(960,656,cs), +(960,511,o), +(868,256,o), +(663,256,cs) +); +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; +name = "wght=100"; +shapes = ( +{ +closed = 1; +nodes = ( +(1470,861,o), +(1219,1059,o), +(782,1059,cs), +(476,1059,o), +(244,958,o), +(147,783,c), +(140,783,l), +(140,1520,l), +(90,1520,l), +(90,-360,l), +(140,-360,l), +(140,278,l), +(146,278,l), +(252,91,o), +(483,-16,o), +(780,-16,cs), +(1219,-16,o), +(1470,178,o), +(1470,516,cs) +); +}, +{ +closed = 1; +nodes = ( +(140,837,o), +(374,1011,o), +(782,1011,cs), +(1188,1011,o), +(1420,831,o), +(1420,516,cs), +(1420,208,o), +(1187,32,o), +(780,32,cs), +(373,32,o), +(140,215,o), +(140,534,cs) +); +} +); +width = 1530; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; +name = Regular; +shapes = ( +{ +closed = 1; +nodes = ( +(1519,865,o), +(1268,1059,o), +(831,1059,cs), +(568,1059,o), +(368,978,o), +(282,837,c), +(270,837,l), +(270,1520,l), +(90,1520,l), +(90,-360,l), +(270,-360,l), +(270,197,l), +(282,197,l), +(359,62,o), +(558,-16,o), +(829,-16,cs), +(1268,-16,o), +(1519,181,o), +(1519,526,cs) +); +}, +{ +closed = 1; +nodes = ( +(270,764,o), +(462,901,o), +(798,901,cs), +(1142,901,o), +(1339,764,o), +(1339,526,cs), +(1339,283,o), +(1141,144,o), +(796,144,cs), +(466,144,o), +(274,282,o), +(270,524,cs) +); +} +); +width = 1579; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; +name = "wght=1000"; +shapes = ( +{ +closed = 1; +nodes = ( +(1726,920,o), +(1471,1123,o), +(1026,1123,cs), +(783,1123,o), +(594,1062,o), +(508,956,c), +(490,956,l), +(490,1520,l), +(90,1520,l), +(90,-374,l), +(490,-374,l), +(490,189,l), +(508,189,l), +(611,47,o), +(800,-35,o), +(1026,-35,cs), +(1471,-35,o), +(1726,184,o), +(1726,566,cs) +); +}, +{ +closed = 1; +nodes = ( +(490,743,o), +(641,847,o), +(905,847,cs), +(1173,847,o), +(1326,743,o), +(1326,562,cs), +(1326,367,o), +(1173,256,o), +(905,256,cs), +(641,256,o), +(490,367,o), +(490,562,cs) +); +} +); +width = 1786; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(709,891,o), +(663,1058,o), +(477,1058,cs), +(357,1058,o), +(278,998,o), +(220,862,c), +(213,862,l), +(353,1520,l), +(303,1520,l), +(-123,-482,l), +(-73,-482,l), +(69,187,l), +(75,187,l), +(80,46,o), +(132,-17,o), +(246,-17,cs), +(433,-17,o), +(551,146,o), +(629,515,cs) +); +}, +{ +closed = 1; +nodes = ( +(213,863,o), +(312,1010,o), +(466,1010,cs), +(617,1010,o), +(652,858,o), +(579,515,cs), +(508,180,o), +(408,31,o), +(256,31,cs), +(104,31,o), +(69,185,o), +(143,533,cs) +); +} +); +width = 670; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(826,880,o), +(767,1059,o), +(576,1059,cs), +(487,1059,o), +(409,988,o), +(342,847,c), +(330,847,l), +(473,1520,l), +(293,1520,l), +(-133,-481,l), +(47,-481,l), +(189,187,l), +(201,187,l), +(201,52,o), +(249,-16,o), +(345,-16,cs), +(538,-16,o), +(674,166,o), +(750,526,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,774,o), +(397,901,o), +(509,901,cs), +(603,901,o), +(623,775,o), +(570,526,cs), +(516,272,o), +(441,144,o), +(346,144,cs), +(241,144,o), +(212,272,o), +(261,524,cs) +); +} +); +width = 789; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "77632039-C6CA-48A4-B25B-65842203997B"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(1145,945,o), +(1077,1137,o), +(861,1137,cs), +(715,1137,o), +(619,1076,o), +(574,956,c), +(556,956,l), +(676,1520,l), +(276,1520,l), +(-136,-420,l), +(264,-420,l), +(395,199,l), +(413,199,l), +(433,50,o), +(500,-25,o), +(614,-25,cs), +(830,-25,o), +(981,173,o), +(1064,566,cs) +); +}, +{ +closed = 1; +nodes = ( +(515,760,o), +(565,860,o), +(621,860,cs), +(678,860,o), +(686,760,o), +(644,562,cs), +(602,365,o), +(552,266,o), +(495,266,cs), +(439,266,o), +(431,365,o), +(473,562,cs) +); +} +); +width = 1101; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; +name = "wght=100, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(1543,861,o), +(1334,1059,o), +(897,1059,cs), +(591,1059,o), +(337,958,o), +(203,783,c), +(196,783,l), +(353,1520,l), +(303,1520,l), +(-97,-360,l), +(-47,-360,l), +(89,278,l), +(95,278,l), +(161,91,o), +(369,-16,o), +(666,-16,cs), +(1105,-16,o), +(1398,178,o), +(1469,516,cs) +); +}, +{ +closed = 1; +nodes = ( +(208,837,o), +(479,1011,o), +(887,1011,cs), +(1293,1011,o), +(1486,831,o), +(1419,516,cs), +(1354,208,o), +(1084,32,o), +(677,32,cs), +(270,32,o), +(75,215,o), +(143,534,cs) +); +} +); +width = 1530; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; +name = "Regular, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(1593,865,o), +(1383,1059,o), +(946,1059,cs), +(683,1059,o), +(466,978,o), +(350,837,c), +(338,837,l), +(483,1520,l), +(303,1520,l), +(-97,-360,l), +(83,-360,l), +(202,197,l), +(214,197,l), +(262,62,o), +(444,-16,o), +(715,-16,cs), +(1154,-16,o), +(1447,181,o), +(1521,526,cs) +); +}, +{ +closed = 1; +nodes = ( +(322,764,o), +(543,901,o), +(879,901,cs), +(1223,901,o), +(1391,764,o), +(1341,526,cs), +(1289,283,o), +(1061,144,o), +(716,144,cs), +(386,144,o), +(224,282,o), +(271,524,cs) +); +} +); +width = 1580; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; +name = "wght=1000, italic"; +shapes = ( +{ +closed = 1; +nodes = ( +(1805,920,o), +(1593,1123,o), +(1148,1123,cs), +(905,1123,o), +(703,1062,o), +(594,956,c), +(576,956,l), +(696,1520,l), +(296,1520,l), +(-106,-374,l), +(294,-374,l), +(413,189,l), +(431,189,l), +(504,47,o), +(676,-35,o), +(902,-35,cs), +(1347,-35,o), +(1648,184,o), +(1730,566,cs) +); +}, +{ +closed = 1; +nodes = ( +(531,743,o), +(704,847,o), +(968,847,cs), +(1236,847,o), +(1367,743,o), +(1329,562,cs), +(1287,367,o), +(1111,256,o), +(843,256,cs), +(579,256,o), +(451,367,o), +(493,562,cs) +); +} +); +width = 1787; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +layerId = "EF78F56A-383F-4C1A-846D-595457153D8D"; +name = "11 Dec 25 at 13:57"; +shapes = ( +{ +closed = 1; +nodes = ( +(864,891,o), +(782,1058,o), +(596,1058,cs), +(476,1058,o), +(410,998,o), +(381,862,c), +(374,862,l), +(374,1520,l), +(324,1520,l), +(324,-482,l), +(374,-482,l), +(374,187,l), +(380,187,l), +(415,46,o), +(480,-17,o), +(594,-17,cs), +(781,-17,o), +(864,146,o), +(864,515,cs) +); +}, +{ +closed = 1; +nodes = ( +(374,863,o), +(442,1010,o), +(596,1010,cs), +(747,1010,o), +(814,858,o), +(814,515,cs), +(814,180,o), +(746,31,o), +(594,31,cs), +(442,31,o), +(374,185,o), +(374,533,cs) +); +} +); +width = 961; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +layerId = "8939F110-CDCD-4608-8732-765A3E05FAC8"; +name = "11 Dec 25 at 13:58"; +shapes = ( +{ +closed = 1; +nodes = ( +(987,880,o), +(890,1059,o), +(699,1059,cs), +(610,1059,o), +(547,988,o), +(510,847,c), +(498,847,l), +(498,1520,l), +(318,1520,l), +(318,-481,l), +(498,-481,l), +(498,187,l), +(510,187,l), +(538,52,o), +(601,-16,o), +(697,-16,cs), +(890,-16,o), +(987,166,o), +(987,526,cs) +); +}, +{ +closed = 1; +nodes = ( +(498,774,o), +(554,901,o), +(666,901,cs), +(760,901,o), +(807,775,o), +(807,526,cs), +(807,272,o), +(759,144,o), +(664,144,cs), +(559,144,o), +(503,272,o), +(498,524,cs) +); +} +); +width = 1078; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +layerId = "C78489BB-56F5-4EAD-83A9-700D21F38E78"; +name = "11 Dec 25 at 13:59"; +shapes = ( +{ +closed = 1; +nodes = ( +(1307,945,o), +(1198,1137,o), +(982,1137,cs), +(836,1137,o), +(753,1076,o), +(734,956,c), +(716,956,l), +(716,1520,l), +(316,1520,l), +(316,-420,l), +(716,-420,l), +(716,199,l), +(734,199,l), +(785,50,o), +(868,-25,o), +(982,-25,cs), +(1198,-25,o), +(1307,173,o), +(1307,566,cs) +); +}, +{ +closed = 1; +nodes = ( +(716,760,o), +(745,860,o), +(801,860,cs), +(858,860,o), +(887,760,o), +(887,562,cs), +(887,365,o), +(858,266,o), +(801,266,cs), +(745,266,o), +(716,365,o), +(716,562,cs) +); +} +); +width = 1398; +} +); +metricLeft = p; +metricRight = p; +unicode = 254; +}, +{ +color = 6; +glyphname = q; +kernLeft = sround; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = top; +pos = (575,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1040,-360,l), +(1040,1040,l), +(990,1040,l), +(990,783,l), +(983,783,l), +(928,953,o), +(760,1059,o), +(548,1059,cs), +(248,1059,o), +(60,850,o), +(60,516,cs), +(60,189,o), +(249,-16,o), +(550,-16,cs), +(753,-16,o), +(920,97,o), +(984,278,c), +(990,278,l), +(990,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(280,32,o), +(110,219,o), +(110,516,cs), +(110,820,o), +(279,1011,o), +(548,1011,cs), +(820,1011,o), +(990,827,o), +(990,534,cs), +(990,226,o), +(820,32,o), +(550,32,cs) +); +} +); +width = 1150; +}, +{ +anchors = ( +{ +name = bottom; +pos = (610,0); +}, +{ +name = top; +pos = (610,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1109,-360,l), +(1109,1039,l), +(929,1039,l), +(929,876,l), +(917,876,l), +(856,985,o), +(704,1058,o), +(538,1058,cs), +(251,1058,o), +(60,845,o), +(60,525,cs), +(60,200,o), +(252,-17,o), +(540,-17,cs), +(694,-17,o), +(845,52,o), +(917,156,c), +(929,156,l), +(929,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(377,143,o), +(240,296,o), +(240,525,cs), +(240,750,o), +(376,900,o), +(581,900,cs), +(790,900,o), +(929,749,o), +(929,523,cs), +(925,295,o), +(787,143,o), +(583,143,cs) +); +} +); +width = 1219; +}, +{ +anchors = ( +{ +name = bottom; +pos = (713,0); +}, +{ +name = top; +pos = (713,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1316,-374,l), +(1316,1100,l), +(916,1100,l), +(916,986,l), +(898,986,l), +(838,1068,o), +(707,1123,o), +(570,1123,cs), +(264,1123,o), +(60,900,o), +(60,566,cs), +(60,205,o), +(264,-35,o), +(570,-35,cs), +(710,-35,o), +(841,23,o), +(898,109,c), +(916,109,l), +(916,-374,l) +); +}, +{ +closed = 1; +nodes = ( +(552,296,o), +(460,402,o), +(460,562,cs), +(460,709,o), +(552,807,o), +(691,807,cs), +(826,807,o), +(916,709,o), +(916,562,cs), +(916,402,o), +(826,296,o), +(691,296,cs) +); +} +); +width = 1426; +}, +{ +anchors = ( +{ +name = bottom; +pos = (469,0); +}, +{ +name = top; +pos = (691,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(835,-360,l), +(1160,1040,l), +(1110,1040,l), +(1051,783,l), +(1044,783,l), +(1038,953,o), +(895,1059,o), +(672,1059,cs), +(373,1059,o), +(136,850,o), +(59,516,cs), +(-18,189,o), +(124,-16,o), +(425,-16,cs), +(638,-16,o), +(831,97,o), +(927,278,c), +(933,278,l), +(785,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(169,32,o), +(40,219,o), +(109,516,cs), +(179,820,o), +(388,1011,o), +(651,1011,cs), +(929,1011,o), +(1061,827,o), +(993,534,cs), +(921,226,o), +(709,32,o), +(445,32,cs) +); +} +); +width = 1158; +}, +{ +anchors = ( +{ +name = bottom; +pos = (494,0); +}, +{ +name = top; +pos = (716,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(885,-360,l), +(1210,1040,l), +(1030,1040,l), +(983,837,l), +(971,837,l), +(958,973,o), +(843,1059,o), +(673,1059,cs), +(374,1059,o), +(138,853,o), +(61,526,cs), +(-16,193,o), +(125,-16,o), +(426,-16,cs), +(603,-16,o), +(755,66,o), +(822,197,c), +(834,197,l), +(705,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(289,144,o), +(187,291,o), +(241,526,cs), +(296,756,o), +(457,901,o), +(660,901,cs), +(868,901,o), +(965,756,o), +(910,524,cs), +(852,291,o), +(695,144,o), +(506,144,cs) +); +} +); +width = 1204; +}, +{ +anchors = ( +{ +name = bottom; +pos = (592,0); +}, +{ +name = top; +pos = (826,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1081,-374,l), +(1425,1100,l), +(1025,1100,l), +(991,956,l), +(973,956,l), +(962,1059,o), +(855,1123,o), +(694,1123,cs), +(387,1123,o), +(144,908,o), +(64,566,cs), +(-21,197,o), +(117,-35,o), +(424,-35,cs), +(569,-35,o), +(712,51,o), +(794,189,c), +(812,189,l), +(681,-374,l) +); +}, +{ +closed = 1; +nodes = ( +(485,256,o), +(420,374,o), +(463,562,cs), +(504,737,o), +(607,847,o), +(731,847,cs), +(875,847,o), +(940,737,o), +(899,562,cs), +(856,374,o), +(753,256,o), +(633,256,cs) +); +} +); +width = 1418; +} +); +metricLeft = o; +metricRight = i; +unicode = 113; +}, +{ +color = 6; +glyphname = r; +kernLeft = ssflat; +kernRight = r; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (168,0); +}, +{ +name = top; +pos = (367,1030); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,629,ls), +(160,856,o), +(332,1008,o), +(591,1008,c), +(591,1058,l), +(381,1052,o), +(211,958,o), +(167,823,c), +(160,823,l), +(160,1040,l), +(110,1040,l), +(110,0,l), +(160,0,l) +); +} +); +width = 621; +}, +{ +anchors = ( +{ +name = bottom; +pos = (201,0); +}, +{ +name = top; +pos = (411,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,489,ls), +(290,725,o), +(442,866,o), +(701,866,c), +(701,1054,l), +(506,1055,o), +(358,963,o), +(302,823,c), +(290,823,l), +(290,1040,l), +(110,1040,l), +(110,0,l), +(290,0,l) +); +} +); +width = 731; +}, +{ +anchors = ( +{ +name = bottom; +pos = (317,0); +}, +{ +name = top; +pos = (497,1101); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,477,ls), +(510,668,o), +(632,764,o), +(889,762,c), +(889,1123,l), +(678,1125,o), +(563,1015,o), +(528,847,c), +(510,847,l), +(510,1100,l), +(110,1100,l), +(110,0,l), +(510,0,l) +); +} +); +width = 919; +}, +{ +anchors = ( +{ +name = bottom; +pos = (59,0); +}, +{ +name = top; +pos = (476,1030); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,629,ls), +(233,856,o), +(437,1008,o), +(696,1008,c), +(706,1058,l), +(495,1052,o), +(305,958,o), +(232,823,c), +(225,823,l), +(272,1040,l), +(222,1040,l), +(1,0,l), +(51,0,l) +); +} +); +width = 622; +}, +{ +anchors = ( +{ +name = bottom; +pos = (86,0); +}, +{ +name = top; +pos = (517,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,489,ls), +(329,725,o), +(531,866,o), +(790,866,c), +(830,1054,l), +(635,1055,o), +(448,963,o), +(362,823,c), +(350,823,l), +(396,1040,l), +(216,1040,l), +(-5,0,l), +(175,0,l) +); +} +); +width = 863; +}, +{ +anchors = ( +{ +name = bottom; +pos = (201,0); +}, +{ +name = top; +pos = (615,1101); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(495,477,ls), +(536,668,o), +(698,764,o), +(955,762,c), +(1031,1123,l), +(821,1125,o), +(662,1015,o), +(592,847,c), +(574,847,l), +(627,1100,l), +(227,1100,l), +(-6,0,l), +(394,0,l) +); +} +); +width = 940; +} +); +metricLeft = i; +unicode = 114; +}, +{ +color = 10; +glyphname = racute; +kernLeft = ssflat; +kernRight = r; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = r; +}, +{ +pos = (248,90); +ref = acute; +} +); +width = 621; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = r; +}, +{ +pos = (234,100); +ref = acute; +} +); +width = 731; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = r; +}, +{ +pos = (280,101); +ref = acute; +} +); +width = 919; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = r; +}, +{ +pos = (291,90); +ref = acute; +} +); +width = 622; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = r; +}, +{ +pos = (255,100); +ref = acute; +} +); +width = 863; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = r; +}, +{ +pos = (302,101); +ref = acute; +} +); +width = 940; +} +); +unicode = 341; +}, +{ +color = 10; +glyphname = rcaron; +kernLeft = ssflat; +kernRight = r; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (367,1203); +}, +{ +name = top; +pos = (367,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,629,ls), +(160,856,o), +(332,1008,o), +(591,1008,c), +(591,1058,l), +(381,1052,o), +(211,958,o), +(167,823,c), +(160,823,l), +(160,1040,l), +(110,1040,l), +(110,0,l), +(160,0,l) +); +}, +{ +closed = 1; +nodes = ( +(389,1162,l), +(574,1371,l), +(510,1371,l), +(368,1209,l), +(366,1209,l), +(224,1371,l), +(160,1371,l), +(345,1162,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = r; +}, +{ +pos = (50,90); +ref = caroncomb; +} +); +width = 621; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (401,1178); +}, +{ +name = top; +pos = (411,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,489,ls), +(290,725,o), +(442,866,o), +(701,866,c), +(701,1054,l), +(506,1055,o), +(358,963,o), +(302,823,c), +(290,823,l), +(290,1040,l), +(110,1040,l), +(110,0,l), +(290,0,l) +); +}, +{ +closed = 1; +nodes = ( +(513,1147,l), +(683,1386,l), +(489,1386,l), +(413,1251,l), +(407,1251,l), +(333,1386,l), +(139,1386,l), +(307,1147,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = r; +}, +{ +pos = (29,100); +ref = caroncomb; +} +); +width = 731; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (502,1249); +}, +{ +name = top; +pos = (497,1523); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,477,ls), +(510,668,o), +(632,764,o), +(889,762,c), +(889,1123,l), +(678,1125,o), +(563,1015,o), +(528,847,c), +(510,847,l), +(510,1100,l), +(110,1100,l), +(110,0,l), +(510,0,l) +); +}, +{ +closed = 1; +nodes = ( +(691,1217,l), +(917,1566,l), +(605,1566,l), +(508,1391,l), +(498,1391,l), +(399,1566,l), +(87,1566,l), +(315,1217,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-23,101); +ref = caroncomb; +} +); +width = 919; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (505,1203); +}, +{ +name = top; +pos = (530,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(184,629,ls), +(233,856,o), +(437,1008,o), +(696,1008,c), +(706,1058,l), +(495,1052,o), +(305,958,o), +(232,823,c), +(225,823,l), +(272,1040,l), +(222,1040,l), +(1,0,l), +(51,0,l) +); +}, +{ +closed = 1; +nodes = ( +(523,1142,l), +(752,1351,l), +(683,1351,l), +(507,1189,l), +(505,1189,l), +(397,1351,l), +(338,1351,l), +(479,1142,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = r; +}, +{ +alignment = -1; +pos = (69,90); +ref = caroncomb; +} +); +width = 651; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (515,1178); +}, +{ +name = top; +pos = (547,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(279,489,ls), +(329,725,o), +(531,866,o), +(790,866,c), +(830,1054,l), +(635,1055,o), +(448,963,o), +(362,823,c), +(350,823,l), +(396,1040,l), +(216,1040,l), +(-5,0,l), +(175,0,l) +); +}, +{ +closed = 1; +nodes = ( +(635,1147,l), +(855,1386,l), +(647,1386,l), +(547,1251,l), +(541,1251,l), +(491,1386,l), +(311,1386,l), +(429,1147,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = r; +}, +{ +pos = (43,100); +ref = caroncomb; +} +); +width = 863; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (619,1246); +}, +{ +name = top; +pos = (683,1514); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,477,ls), +(536,668,o), +(698,764,o), +(955,762,c), +(1031,1123,l), +(821,1125,o), +(662,1015,o), +(592,847,c), +(574,847,l), +(627,1100,l), +(227,1100,l), +(-6,0,l), +(394,0,l) +); +}, +{ +closed = 1; +nodes = ( +(811,1211,l), +(1121,1560,l), +(789,1560,l), +(665,1385,l), +(655,1385,l), +(583,1560,l), +(291,1560,l), +(445,1211,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = r; +}, +{ +alignment = -1; +pos = (-13,95); +ref = caroncomb; +} +); +width = 1050; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (619,1246); +}, +{ +name = top; +pos = (683,1514); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,477,ls), +(536,668,o), +(698,764,o), +(955,762,c), +(1031,1123,l), +(821,1125,o), +(662,1015,o), +(592,847,c), +(574,847,l), +(627,1100,l), +(227,1100,l), +(-6,0,l), +(394,0,l) +); +}, +{ +closed = 1; +nodes = ( +(811,1211,l), +(1121,1560,l), +(789,1560,l), +(665,1385,l), +(655,1385,l), +(583,1560,l), +(291,1560,l), +(445,1211,l) +); +} +); +}; +layerId = "AD73E708-2EC3-4223-9353-D62C5F788A42"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = r; +}, +{ +alignment = -1; +pos = (-13,95); +ref = caroncomb; +} +); +width = 1050; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (515,1178); +}, +{ +name = top; +pos = (547,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(279,489,ls), +(329,725,o), +(531,866,o), +(790,866,c), +(830,1054,l), +(635,1055,o), +(448,963,o), +(362,823,c), +(350,823,l), +(396,1040,l), +(216,1040,l), +(-5,0,l), +(175,0,l) +); +}, +{ +closed = 1; +nodes = ( +(635,1147,l), +(855,1386,l), +(647,1386,l), +(547,1251,l), +(541,1251,l), +(491,1386,l), +(311,1386,l), +(429,1147,l) +); +} +); +}; +layerId = "B0B71923-3A44-4F33-810B-3C10FA80328E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = r; +}, +{ +pos = (43,100); +ref = caroncomb; +} +); +width = 863; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (502,1249); +}, +{ +name = top; +pos = (497,1523); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,477,ls), +(510,668,o), +(632,764,o), +(889,762,c), +(889,1123,l), +(678,1125,o), +(563,1015,o), +(528,847,c), +(510,847,l), +(510,1100,l), +(110,1100,l), +(110,0,l), +(510,0,l) +); +}, +{ +closed = 1; +nodes = ( +(691,1217,l), +(917,1566,l), +(605,1566,l), +(508,1391,l), +(498,1391,l), +(399,1566,l), +(87,1566,l), +(315,1217,l) +); +} +); +}; +layerId = "F479452A-DEC5-4320-8004-93BD375E3A23"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-23,101); +ref = caroncomb; +} +); +width = 919; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (505,1203); +}, +{ +name = top; +pos = (530,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(184,629,ls), +(233,856,o), +(437,1008,o), +(696,1008,c), +(706,1058,l), +(495,1052,o), +(305,958,o), +(232,823,c), +(225,823,l), +(272,1040,l), +(222,1040,l), +(1,0,l), +(51,0,l) +); +}, +{ +closed = 1; +nodes = ( +(523,1142,l), +(752,1351,l), +(683,1351,l), +(507,1189,l), +(505,1189,l), +(397,1351,l), +(338,1351,l), +(479,1142,l) +); +} +); +}; +layerId = "4EB69EFE-BA24-4154-92F2-BDE0AC10461E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = r; +}, +{ +alignment = -1; +pos = (69,90); +ref = caroncomb; +} +); +width = 651; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (401,1178); +}, +{ +name = top; +pos = (411,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,489,ls), +(290,725,o), +(442,866,o), +(701,866,c), +(701,1054,l), +(506,1055,o), +(358,963,o), +(302,823,c), +(290,823,l), +(290,1040,l), +(110,1040,l), +(110,0,l), +(290,0,l) +); +}, +{ +closed = 1; +nodes = ( +(513,1147,l), +(683,1386,l), +(489,1386,l), +(413,1251,l), +(407,1251,l), +(333,1386,l), +(139,1386,l), +(307,1147,l) +); +} +); +}; +layerId = "341DA2BA-044D-471D-A2BE-EF6062BD4EDE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = r; +}, +{ +pos = (29,100); +ref = caroncomb; +} +); +width = 731; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (367,1203); +}, +{ +name = top; +pos = (367,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,629,ls), +(160,856,o), +(332,1008,o), +(591,1008,c), +(591,1058,l), +(381,1052,o), +(211,958,o), +(167,823,c), +(160,823,l), +(160,1040,l), +(110,1040,l), +(110,0,l), +(160,0,l) +); +}, +{ +closed = 1; +nodes = ( +(389,1162,l), +(574,1371,l), +(510,1371,l), +(368,1209,l), +(366,1209,l), +(224,1371,l), +(160,1371,l), +(345,1162,l) +); +} +); +}; +layerId = "9429B5DE-8770-4C01-BC67-C997DA9306F8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = r; +}, +{ +pos = (50,90); +ref = caroncomb; +} +); +width = 621; +} +); +unicode = 345; +}, +{ +color = 10; +glyphname = rcommaaccent; +kernLeft = ssflat; +kernRight = r; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-51,0); +ref = commaaccentcomb; +} +); +width = 621; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-63,0); +ref = commaaccentcomb; +} +); +width = 731; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-74,0); +ref = commaaccentcomb; +} +); +width = 919; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-51,0); +ref = commaaccentcomb; +} +); +width = 622; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-62,0); +ref = commaaccentcomb; +} +); +width = 863; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-74,0); +ref = commaaccentcomb; +} +); +width = 940; +} +); +unicode = 343; +}, +{ +color = 6; +glyphname = s; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (469,-17); +}, +{ +name = top; +pos = (439,1055); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(660,-21,o), +(796,91,o), +(796,260,cs), +(796,405,o), +(694,515,o), +(540,537,cs), +(391,558,ls), +(239,579,o), +(137,677,o), +(137,801,cs), +(137,925,o), +(247,1007,o), +(413,1007,cs), +(526,1007,o), +(641,978,o), +(700,934,c), +(719,981,l), +(646,1025,o), +(524,1055,o), +(413,1055,c), +(218,1055,o), +(88,953,o), +(88,801,cs), +(88,654,o), +(201,539,o), +(371,514,cs), +(531,490,ls), +(660,470,o), +(746,378,o), +(747,260,cs), +(748,121,o), +(630,28,o), +(452,28,cs), +(317,28,o), +(171,67,o), +(87,126,c), +(60,87,l), +(152,23,o), +(311,-20,o), +(457,-20,c) +); +} +); +width = 856; +}, +{ +anchors = ( +{ +name = bottom; +pos = (473,-11); +}, +{ +name = top; +pos = (428,1057); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-21,o), +(840,105,o), +(840,303,cs), +(840,450,o), +(719,563,o), +(529,593,cs), +(388,615,ls), +(301,629,o), +(245,684,o), +(245,757,cs), +(245,835,o), +(322,885,o), +(444,885,cs), +(535,885,o), +(641,845,o), +(715,783,c), +(798,931,l), +(715,1007,o), +(578,1055,o), +(444,1055,c), +(212,1055,o), +(65,936,o), +(65,749,cs), +(65,600,o), +(171,487,o), +(339,459,cs), +(496,433,ls), +(594,417,o), +(657,366,o), +(660,303,cs), +(660,209,o), +(576,150,o), +(444,150,cs), +(340,150,o), +(228,195,o), +(155,266,c), +(60,124,l), +(149,36,o), +(304,-20,o), +(459,-20,c) +); +} +); +width = 900; +}, +{ +anchors = ( +{ +name = bottom; +pos = (473,-23); +}, +{ +name = top; +pos = (475,1124); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(779,-36,o), +(956,111,o), +(956,331,cs), +(956,484,o), +(837,611,o), +(658,649,cs), +(497,683,ls), +(445,694,o), +(411,722,o), +(411,752,cs), +(411,793,o), +(473,821,o), +(566,821,cs), +(664,821,o), +(770,807,o), +(832,786,c), +(885,1079,l), +(803,1106,o), +(645,1124,o), +(490,1124,cs), +(232,1124,o), +(60,984,o), +(60,774,cs), +(60,615,o), +(164,487,o), +(319,454,cs), +(552,405,ls), +(595,396,o), +(624,372,o), +(624,346,cs), +(624,305,o), +(552,279,o), +(444,282,cs), +(340,286,o), +(213,315,o), +(127,354,c), +(60,38,l), +(196,-6,o), +(378,-36,o), +(514,-36,c) +); +} +); +width = 1016; +}, +{ +anchors = ( +{ +name = bottom; +pos = (355,-17); +}, +{ +name = top; +pos = (553,1055); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(546,-21,o), +(705,91,o), +(741,260,cs), +(772,405,o), +(693,515,o), +(544,537,cs), +(400,558,ls), +(252,579,o), +(171,677,o), +(197,801,cs), +(224,925,o), +(351,1007,o), +(517,1007,cs), +(630,1007,o), +(739,978,o), +(789,934,c), +(818,981,l), +(754,1025,o), +(638,1055,o), +(527,1055,c), +(332,1055,o), +(181,953,o), +(148,801,cs), +(117,654,o), +(206,539,o), +(370,514,cs), +(525,490,ls), +(650,470,o), +(716,378,o), +(692,260,cs), +(664,121,o), +(526,28,o), +(348,28,cs), +(213,28,o), +(75,67,o), +(4,126,c), +(-32,87,l), +(47,23,o), +(197,-20,o), +(343,-20,c) +); +} +); +width = 856; +}, +{ +anchors = ( +{ +name = bottom; +pos = (361,-11); +}, +{ +name = top; +pos = (543,1057); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(578,-21,o), +(752,105,o), +(794,303,cs), +(826,450,o), +(729,563,o), +(545,593,cs), +(409,615,ls), +(325,629,o), +(280,684,o), +(296,757,cs), +(312,835,o), +(400,885,o), +(522,885,cs), +(613,885,o), +(711,845,o), +(771,783,c), +(886,931,l), +(819,1007,o), +(692,1055,o), +(558,1055,c), +(326,1055,o), +(154,936,o), +(114,749,cs), +(83,600,o), +(165,487,o), +(327,459,cs), +(478,433,ls), +(573,417,o), +(625,366,o), +(614,303,cs), +(594,209,o), +(498,150,o), +(366,150,cs), +(262,150,o), +(159,195,o), +(102,266,c), +(-24,124,l), +(47,36,o), +(190,-20,o), +(345,-20,c) +); +} +); +width = 900; +}, +{ +anchors = ( +{ +name = bottom; +pos = (351,-23); +}, +{ +name = top; +pos = (597,1124); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,-36,o), +(863,111,o), +(910,331,cs), +(942,484,o), +(850,611,o), +(679,649,cs), +(526,683,ls), +(476,694,o), +(448,722,o), +(454,752,cs), +(463,793,o), +(531,821,o), +(624,821,cs), +(722,821,o), +(825,807,o), +(882,786,c), +(998,1079,l), +(921,1106,o), +(767,1124,o), +(612,1124,cs), +(354,1124,o), +(153,984,o), +(108,774,cs), +(74,615,o), +(151,487,o), +(299,454,cs), +(521,405,ls), +(563,396,o), +(586,372,o), +(581,346,cs), +(572,305,o), +(495,279,o), +(387,282,cs), +(284,286,o), +(163,315,o), +(86,354,c), +(-49,38,l), +(78,-6,o), +(254,-36,o), +(390,-36,c) +); +} +); +width = 1017; +} +); +metricLeft = o; +metricRight = o; +unicode = 115; +}, +{ +color = 10; +glyphname = sacute; +kernLeft = sround; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = s; +}, +{ +pos = (320,115); +ref = acute; +} +); +width = 856; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (251,117); +ref = acute; +} +); +width = 900; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = s; +}, +{ +pos = (258,124); +ref = acute; +} +); +width = 1016; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = s; +}, +{ +pos = (368,115); +ref = acute; +} +); +width = 856; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = s; +}, +{ +pos = (281,117); +ref = acute; +} +); +width = 900; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = s; +}, +{ +pos = (284,124); +ref = acute; +} +); +width = 1017; +} +); +unicode = 347; +}, +{ +color = 10; +glyphname = scaron; +kernLeft = sround; +kernRight = sflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (439,1228); +}, +{ +name = top; +pos = (439,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,-21,o), +(796,91,o), +(796,260,cs), +(796,405,o), +(694,515,o), +(540,537,cs), +(391,558,ls), +(239,579,o), +(137,677,o), +(137,801,cs), +(137,925,o), +(247,1007,o), +(413,1007,cs), +(526,1007,o), +(641,978,o), +(700,934,c), +(719,981,l), +(646,1025,o), +(524,1055,o), +(413,1055,c), +(218,1055,o), +(88,953,o), +(88,801,cs), +(88,654,o), +(201,539,o), +(371,514,cs), +(531,490,ls), +(660,470,o), +(746,378,o), +(747,260,cs), +(748,121,o), +(630,28,o), +(452,28,cs), +(317,28,o), +(171,67,o), +(87,126,c), +(60,87,l), +(152,23,o), +(311,-20,o), +(457,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(461,1187,l), +(646,1396,l), +(582,1396,l), +(440,1234,l), +(438,1234,l), +(296,1396,l), +(232,1396,l), +(417,1187,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = s; +}, +{ +pos = (122,115); +ref = caroncomb; +} +); +width = 856; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (418,1195); +}, +{ +name = top; +pos = (428,1340); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(692,-21,o), +(840,105,o), +(840,303,cs), +(840,450,o), +(719,563,o), +(529,593,cs), +(388,615,ls), +(301,629,o), +(245,684,o), +(245,757,cs), +(245,835,o), +(322,885,o), +(444,885,cs), +(535,885,o), +(641,845,o), +(715,783,c), +(798,931,l), +(715,1007,o), +(578,1055,o), +(444,1055,c), +(212,1055,o), +(65,936,o), +(65,749,cs), +(65,600,o), +(171,487,o), +(339,459,cs), +(496,433,ls), +(594,417,o), +(657,366,o), +(660,303,cs), +(660,209,o), +(576,150,o), +(444,150,cs), +(340,150,o), +(228,195,o), +(155,266,c), +(60,124,l), +(149,36,o), +(304,-20,o), +(459,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(530,1164,l), +(700,1403,l), +(506,1403,l), +(430,1268,l), +(424,1268,l), +(350,1403,l), +(156,1403,l), +(324,1164,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (46,117); +ref = caroncomb; +} +); +width = 900; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (480,1272); +}, +{ +name = top; +pos = (475,1546); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(779,-36,o), +(956,111,o), +(956,331,cs), +(956,484,o), +(837,611,o), +(658,649,cs), +(497,683,ls), +(445,694,o), +(411,722,o), +(411,752,cs), +(411,793,o), +(473,821,o), +(566,821,cs), +(664,821,o), +(770,807,o), +(832,786,c), +(885,1079,l), +(803,1106,o), +(645,1124,o), +(490,1124,cs), +(232,1124,o), +(60,984,o), +(60,774,cs), +(60,615,o), +(164,487,o), +(319,454,cs), +(552,405,ls), +(595,396,o), +(624,372,o), +(624,346,cs), +(624,305,o), +(552,279,o), +(444,282,cs), +(340,286,o), +(213,315,o), +(127,354,c), +(60,38,l), +(196,-6,o), +(378,-36,o), +(514,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(669,1240,l), +(895,1589,l), +(583,1589,l), +(486,1414,l), +(476,1414,l), +(377,1589,l), +(65,1589,l), +(293,1240,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-45,124); +ref = caroncomb; +} +); +width = 1016; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (563,1228); +}, +{ +name = top; +pos = (588,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(546,-21,o), +(705,91,o), +(741,260,cs), +(772,405,o), +(693,515,o), +(544,537,cs), +(400,558,ls), +(252,579,o), +(171,677,o), +(197,801,cs), +(224,925,o), +(351,1007,o), +(517,1007,cs), +(630,1007,o), +(739,978,o), +(789,934,c), +(818,981,l), +(754,1025,o), +(638,1055,o), +(527,1055,c), +(332,1055,o), +(181,953,o), +(148,801,cs), +(117,654,o), +(206,539,o), +(370,514,cs), +(525,490,ls), +(650,470,o), +(716,378,o), +(692,260,cs), +(664,121,o), +(526,28,o), +(348,28,cs), +(213,28,o), +(75,67,o), +(4,126,c), +(-32,87,l), +(47,23,o), +(197,-20,o), +(343,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(581,1167,l), +(810,1376,l), +(741,1376,l), +(565,1214,l), +(563,1214,l), +(455,1376,l), +(396,1376,l), +(537,1167,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (127,115); +ref = caroncomb; +} +); +width = 876; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (531,1195); +}, +{ +name = top; +pos = (563,1340); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(578,-21,o), +(752,105,o), +(794,303,cs), +(826,450,o), +(729,563,o), +(545,593,cs), +(409,615,ls), +(325,629,o), +(280,684,o), +(296,757,cs), +(312,835,o), +(400,885,o), +(522,885,cs), +(613,885,o), +(711,845,o), +(771,783,c), +(886,931,l), +(819,1007,o), +(692,1055,o), +(558,1055,c), +(326,1055,o), +(154,936,o), +(114,749,cs), +(83,600,o), +(165,487,o), +(327,459,cs), +(478,433,ls), +(573,417,o), +(625,366,o), +(614,303,cs), +(594,209,o), +(498,150,o), +(366,150,cs), +(262,150,o), +(159,195,o), +(102,266,c), +(-24,124,l), +(47,36,o), +(190,-20,o), +(345,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(651,1164,l), +(871,1403,l), +(663,1403,l), +(563,1268,l), +(557,1268,l), +(507,1403,l), +(327,1403,l), +(445,1164,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (59,117); +ref = caroncomb; +} +); +width = 991; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (644,1269); +}, +{ +name = top; +pos = (708,1537); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(655,-36,o), +(863,111,o), +(910,331,cs), +(942,484,o), +(850,611,o), +(679,649,cs), +(526,683,ls), +(476,694,o), +(448,722,o), +(454,752,cs), +(463,793,o), +(531,821,o), +(624,821,cs), +(722,821,o), +(825,807,o), +(882,786,c), +(998,1079,l), +(921,1106,o), +(767,1124,o), +(612,1124,cs), +(354,1124,o), +(153,984,o), +(108,774,cs), +(74,615,o), +(151,487,o), +(299,454,cs), +(521,405,ls), +(563,396,o), +(586,372,o), +(581,346,cs), +(572,305,o), +(495,279,o), +(387,282,cs), +(284,286,o), +(163,315,o), +(86,354,c), +(-49,38,l), +(78,-6,o), +(254,-36,o), +(390,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(836,1234,l), +(1146,1583,l), +(814,1583,l), +(690,1408,l), +(680,1408,l), +(608,1583,l), +(316,1583,l), +(470,1234,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (12,118); +ref = caroncomb; +} +); +width = 1146; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (644,1269); +}, +{ +name = top; +pos = (708,1537); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(655,-36,o), +(863,111,o), +(910,331,cs), +(942,484,o), +(850,611,o), +(679,649,cs), +(526,683,ls), +(476,694,o), +(448,722,o), +(454,752,cs), +(463,793,o), +(531,821,o), +(624,821,cs), +(722,821,o), +(825,807,o), +(882,786,c), +(998,1079,l), +(921,1106,o), +(767,1124,o), +(612,1124,cs), +(354,1124,o), +(153,984,o), +(108,774,cs), +(74,615,o), +(151,487,o), +(299,454,cs), +(521,405,ls), +(563,396,o), +(586,372,o), +(581,346,cs), +(572,305,o), +(495,279,o), +(387,282,cs), +(284,286,o), +(163,315,o), +(86,354,c), +(-49,38,l), +(78,-6,o), +(254,-36,o), +(390,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(836,1234,l), +(1146,1583,l), +(814,1583,l), +(690,1408,l), +(680,1408,l), +(608,1583,l), +(316,1583,l), +(470,1234,l) +); +} +); +}; +layerId = "A838504B-E977-4CC6-AA52-33FC6C51FE87"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (12,118); +ref = caroncomb; +} +); +width = 1146; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (531,1195); +}, +{ +name = top; +pos = (563,1340); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(578,-21,o), +(752,105,o), +(794,303,cs), +(826,450,o), +(729,563,o), +(545,593,cs), +(409,615,ls), +(325,629,o), +(280,684,o), +(296,757,cs), +(312,835,o), +(400,885,o), +(522,885,cs), +(613,885,o), +(711,845,o), +(771,783,c), +(886,931,l), +(819,1007,o), +(692,1055,o), +(558,1055,c), +(326,1055,o), +(154,936,o), +(114,749,cs), +(83,600,o), +(165,487,o), +(327,459,cs), +(478,433,ls), +(573,417,o), +(625,366,o), +(614,303,cs), +(594,209,o), +(498,150,o), +(366,150,cs), +(262,150,o), +(159,195,o), +(102,266,c), +(-24,124,l), +(47,36,o), +(190,-20,o), +(345,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(651,1164,l), +(871,1403,l), +(663,1403,l), +(563,1268,l), +(557,1268,l), +(507,1403,l), +(327,1403,l), +(445,1164,l) +); +} +); +}; +layerId = "87A4191B-F8DE-4B4C-BBF3-503C55165922"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (59,117); +ref = caroncomb; +} +); +width = 991; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (480,1272); +}, +{ +name = top; +pos = (475,1546); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(779,-36,o), +(956,111,o), +(956,331,cs), +(956,484,o), +(837,611,o), +(658,649,cs), +(497,683,ls), +(445,694,o), +(411,722,o), +(411,752,cs), +(411,793,o), +(473,821,o), +(566,821,cs), +(664,821,o), +(770,807,o), +(832,786,c), +(885,1079,l), +(803,1106,o), +(645,1124,o), +(490,1124,cs), +(232,1124,o), +(60,984,o), +(60,774,cs), +(60,615,o), +(164,487,o), +(319,454,cs), +(552,405,ls), +(595,396,o), +(624,372,o), +(624,346,cs), +(624,305,o), +(552,279,o), +(444,282,cs), +(340,286,o), +(213,315,o), +(127,354,c), +(60,38,l), +(196,-6,o), +(378,-36,o), +(514,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(669,1240,l), +(895,1589,l), +(583,1589,l), +(486,1414,l), +(476,1414,l), +(377,1589,l), +(65,1589,l), +(293,1240,l) +); +} +); +}; +layerId = "445895E4-8643-4815-BA29-1271C4D07368"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-45,124); +ref = caroncomb; +} +); +width = 1016; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (563,1228); +}, +{ +name = top; +pos = (588,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(546,-21,o), +(705,91,o), +(741,260,cs), +(772,405,o), +(693,515,o), +(544,537,cs), +(400,558,ls), +(252,579,o), +(171,677,o), +(197,801,cs), +(224,925,o), +(351,1007,o), +(517,1007,cs), +(630,1007,o), +(739,978,o), +(789,934,c), +(818,981,l), +(754,1025,o), +(638,1055,o), +(527,1055,c), +(332,1055,o), +(181,953,o), +(148,801,cs), +(117,654,o), +(206,539,o), +(370,514,cs), +(525,490,ls), +(650,470,o), +(716,378,o), +(692,260,cs), +(664,121,o), +(526,28,o), +(348,28,cs), +(213,28,o), +(75,67,o), +(4,126,c), +(-32,87,l), +(47,23,o), +(197,-20,o), +(343,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(581,1167,l), +(810,1376,l), +(741,1376,l), +(565,1214,l), +(563,1214,l), +(455,1376,l), +(396,1376,l), +(537,1167,l) +); +} +); +}; +layerId = "24615A4E-DE79-4FF1-AEF1-A53426F0E230"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (127,115); +ref = caroncomb; +} +); +width = 876; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (418,1195); +}, +{ +name = top; +pos = (428,1340); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(692,-21,o), +(840,105,o), +(840,303,cs), +(840,450,o), +(719,563,o), +(529,593,cs), +(388,615,ls), +(301,629,o), +(245,684,o), +(245,757,cs), +(245,835,o), +(322,885,o), +(444,885,cs), +(535,885,o), +(641,845,o), +(715,783,c), +(798,931,l), +(715,1007,o), +(578,1055,o), +(444,1055,c), +(212,1055,o), +(65,936,o), +(65,749,cs), +(65,600,o), +(171,487,o), +(339,459,cs), +(496,433,ls), +(594,417,o), +(657,366,o), +(660,303,cs), +(660,209,o), +(576,150,o), +(444,150,cs), +(340,150,o), +(228,195,o), +(155,266,c), +(60,124,l), +(149,36,o), +(304,-20,o), +(459,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(530,1164,l), +(700,1403,l), +(506,1403,l), +(430,1268,l), +(424,1268,l), +(350,1403,l), +(156,1403,l), +(324,1164,l) +); +} +); +}; +layerId = "DAFB2A20-6ACE-4397-8392-DAACB5B65778"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (46,117); +ref = caroncomb; +} +); +width = 900; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (439,1228); +}, +{ +name = top; +pos = (439,1348); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,-21,o), +(796,91,o), +(796,260,cs), +(796,405,o), +(694,515,o), +(540,537,cs), +(391,558,ls), +(239,579,o), +(137,677,o), +(137,801,cs), +(137,925,o), +(247,1007,o), +(413,1007,cs), +(526,1007,o), +(641,978,o), +(700,934,c), +(719,981,l), +(646,1025,o), +(524,1055,o), +(413,1055,c), +(218,1055,o), +(88,953,o), +(88,801,cs), +(88,654,o), +(201,539,o), +(371,514,cs), +(531,490,ls), +(660,470,o), +(746,378,o), +(747,260,cs), +(748,121,o), +(630,28,o), +(452,28,cs), +(317,28,o), +(171,67,o), +(87,126,c), +(60,87,l), +(152,23,o), +(311,-20,o), +(457,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(461,1187,l), +(646,1396,l), +(582,1396,l), +(440,1234,l), +(438,1234,l), +(296,1396,l), +(232,1396,l), +(417,1187,l) +); +} +); +}; +layerId = "ED018380-365F-4D17-B864-AD7A9C11CC05"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (122,115); +ref = caroncomb; +} +); +width = 856; +} +); +unicode = 353; +}, +{ +color = 10; +glyphname = scedilla; +kernLeft = sround; +kernRight = sflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (475,-400); +}, +{ +name = top; +pos = (439,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,-21,o), +(796,91,o), +(796,260,cs), +(796,405,o), +(694,515,o), +(540,537,cs), +(391,558,ls), +(239,579,o), +(137,677,o), +(137,801,cs), +(137,925,o), +(247,1007,o), +(413,1007,cs), +(526,1007,o), +(641,978,o), +(700,934,c), +(719,981,l), +(646,1025,o), +(524,1055,o), +(413,1055,c), +(218,1055,o), +(88,953,o), +(88,801,cs), +(88,654,o), +(201,539,o), +(371,514,cs), +(531,490,ls), +(660,470,o), +(746,378,o), +(747,260,cs), +(748,121,o), +(630,28,o), +(452,28,cs), +(317,28,o), +(171,67,o), +(87,126,c), +(60,87,l), +(152,23,o), +(311,-20,o), +(457,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(572,-364,o), +(667,-314,o), +(667,-224,cs), +(667,-145,o), +(598,-100,o), +(474,-98,c), +(493,-17,l), +(443,-17,l), +(413,-143,l), +(544,-142,o), +(617,-170,o), +(617,-221,cs), +(617,-282,o), +(540,-316,o), +(402,-316,c), +(401,-364,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = s; +}, +{ +pos = (291,-17); +ref = cedillacomb; +} +); +width = 856; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (477,-448); +}, +{ +name = top; +pos = (428,1057); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(692,-21,o), +(840,105,o), +(840,303,cs), +(840,450,o), +(719,563,o), +(529,593,cs), +(388,615,ls), +(301,629,o), +(245,684,o), +(245,757,cs), +(245,835,o), +(322,885,o), +(444,885,cs), +(535,885,o), +(641,845,o), +(715,783,c), +(798,931,l), +(715,1007,o), +(578,1055,o), +(444,1055,c), +(212,1055,o), +(65,936,o), +(65,749,cs), +(65,600,o), +(171,487,o), +(339,459,cs), +(496,433,ls), +(594,417,o), +(657,366,o), +(660,303,cs), +(660,209,o), +(576,150,o), +(444,150,cs), +(340,150,o), +(228,195,o), +(155,266,c), +(60,124,l), +(149,36,o), +(304,-20,o), +(459,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(547,-376,o), +(679,-309,o), +(679,-206,cs), +(679,-137,o), +(618,-86,o), +(524,-76,c), +(534,-9,l), +(408,-9,l), +(380,-155,l), +(483,-154,o), +(549,-174,o), +(549,-206,cs), +(549,-232,o), +(478,-248,o), +(367,-248,c), +(343,-376,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (233,-11); +ref = cedillacomb; +} +); +width = 900; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (429,-406); +}, +{ +name = top; +pos = (475,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(779,-36,o), +(956,111,o), +(956,331,cs), +(956,484,o), +(837,611,o), +(658,649,cs), +(497,683,ls), +(445,694,o), +(411,722,o), +(411,752,cs), +(411,793,o), +(473,821,o), +(566,821,cs), +(664,821,o), +(770,807,o), +(832,786,c), +(885,1079,l), +(803,1106,o), +(645,1124,o), +(490,1124,cs), +(232,1124,o), +(60,984,o), +(60,774,cs), +(60,615,o), +(164,487,o), +(319,454,cs), +(552,405,ls), +(595,396,o), +(624,372,o), +(624,346,cs), +(624,305,o), +(552,279,o), +(444,282,cs), +(340,286,o), +(213,315,o), +(127,354,c), +(60,38,l), +(196,-6,o), +(378,-36,o), +(514,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(564,-432,o), +(730,-349,o), +(730,-221,cs), +(730,-135,o), +(672,-80,o), +(575,-80,c), +(581,-23,l), +(353,-23,l), +(337,-172,l), +(468,-172,o), +(533,-192,o), +(533,-224,cs), +(533,-253,o), +(466,-271,o), +(331,-271,c), +(307,-432,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = s; +}, +{ +pos = (197,-23); +ref = cedillacomb; +} +); +width = 1016; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (258,-400); +}, +{ +name = top; +pos = (553,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(546,-21,o), +(705,91,o), +(741,260,cs), +(772,405,o), +(693,515,o), +(544,537,cs), +(400,558,ls), +(252,579,o), +(171,677,o), +(197,801,cs), +(224,925,o), +(351,1007,o), +(517,1007,cs), +(630,1007,o), +(739,978,o), +(789,934,c), +(818,981,l), +(754,1025,o), +(638,1055,o), +(527,1055,c), +(332,1055,o), +(181,953,o), +(148,801,cs), +(117,654,o), +(206,539,o), +(370,514,cs), +(525,490,ls), +(650,470,o), +(716,378,o), +(692,260,cs), +(664,121,o), +(526,28,o), +(348,28,cs), +(213,28,o), +(75,67,o), +(4,126,c), +(-32,87,l), +(47,23,o), +(197,-20,o), +(343,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(363,-364,o), +(469,-314,o), +(488,-224,cs), +(504,-145,o), +(445,-100,o), +(321,-98,c), +(358,-17,l), +(308,-17,l), +(251,-143,l), +(382,-142,o), +(449,-170,o), +(438,-221,cs), +(425,-282,o), +(341,-316,o), +(203,-316,c), +(192,-364,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (265,-17); +ref = cedillacomb; +} +); +width = 876; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (250,-448); +}, +{ +name = top; +pos = (543,1057); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(578,-21,o), +(752,105,o), +(794,303,cs), +(826,450,o), +(729,563,o), +(545,593,cs), +(409,615,ls), +(325,629,o), +(280,684,o), +(296,757,cs), +(312,835,o), +(400,885,o), +(522,885,cs), +(613,885,o), +(711,845,o), +(771,783,c), +(886,931,l), +(819,1007,o), +(692,1055,o), +(558,1055,c), +(326,1055,o), +(154,936,o), +(114,749,cs), +(83,600,o), +(165,487,o), +(327,459,cs), +(478,433,ls), +(573,417,o), +(625,366,o), +(614,303,cs), +(594,209,o), +(498,150,o), +(366,150,cs), +(262,150,o), +(159,195,o), +(102,266,c), +(-24,124,l), +(47,36,o), +(190,-20,o), +(345,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(336,-376,o), +(482,-309,o), +(504,-206,cs), +(518,-137,o), +(468,-86,o), +(376,-76,c), +(401,-9,l), +(275,-9,l), +(216,-155,l), +(319,-154,o), +(381,-174,o), +(374,-206,cs), +(368,-232,o), +(294,-248,o), +(183,-248,c), +(132,-376,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (215,-11); +ref = cedillacomb; +} +); +width = 991; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (350,-396); +}, +{ +name = top; +pos = (597,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(655,-36,o), +(863,111,o), +(910,331,cs), +(942,484,o), +(850,611,o), +(679,649,cs), +(526,683,ls), +(476,694,o), +(448,722,o), +(454,752,cs), +(463,793,o), +(531,821,o), +(624,821,cs), +(722,821,o), +(825,807,o), +(882,786,c), +(998,1079,l), +(921,1106,o), +(767,1124,o), +(612,1124,cs), +(354,1124,o), +(153,984,o), +(108,774,cs), +(74,615,o), +(151,487,o), +(299,454,cs), +(521,405,ls), +(563,396,o), +(586,372,o), +(581,346,cs), +(572,305,o), +(495,279,o), +(387,282,cs), +(284,286,o), +(163,315,o), +(86,354,c), +(-49,38,l), +(78,-6,o), +(254,-36,o), +(390,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(478,-452,o), +(689,-361,o), +(716,-231,cs), +(737,-136,o), +(681,-70,o), +(581,-70,c), +(604,-13,l), +(346,-13,l), +(278,-162,l), +(405,-162,o), +(490,-183,o), +(483,-214,cs), +(477,-242,o), +(381,-261,o), +(251,-261,c), +(206,-452,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (306,-13); +ref = cedillacomb; +} +); +width = 1146; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (350,-396); +}, +{ +name = top; +pos = (597,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(655,-36,o), +(863,111,o), +(910,331,cs), +(942,484,o), +(850,611,o), +(679,649,cs), +(526,683,ls), +(476,694,o), +(448,722,o), +(454,752,cs), +(463,793,o), +(531,821,o), +(624,821,cs), +(722,821,o), +(825,807,o), +(882,786,c), +(998,1079,l), +(921,1106,o), +(767,1124,o), +(612,1124,cs), +(354,1124,o), +(153,984,o), +(108,774,cs), +(74,615,o), +(151,487,o), +(299,454,cs), +(521,405,ls), +(563,396,o), +(586,372,o), +(581,346,cs), +(572,305,o), +(495,279,o), +(387,282,cs), +(284,286,o), +(163,315,o), +(86,354,c), +(-49,38,l), +(78,-6,o), +(254,-36,o), +(390,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(478,-452,o), +(689,-361,o), +(716,-231,cs), +(737,-136,o), +(681,-70,o), +(581,-70,c), +(604,-13,l), +(346,-13,l), +(278,-162,l), +(405,-162,o), +(490,-183,o), +(483,-214,cs), +(477,-242,o), +(381,-261,o), +(251,-261,c), +(206,-452,l) +); +} +); +}; +layerId = "A8818F67-7C19-4DAB-81A5-F41BFAFB5A31"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (306,-13); +ref = cedillacomb; +} +); +width = 1146; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (250,-448); +}, +{ +name = top; +pos = (543,1057); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(578,-21,o), +(752,105,o), +(794,303,cs), +(826,450,o), +(729,563,o), +(545,593,cs), +(409,615,ls), +(325,629,o), +(280,684,o), +(296,757,cs), +(312,835,o), +(400,885,o), +(522,885,cs), +(613,885,o), +(711,845,o), +(771,783,c), +(886,931,l), +(819,1007,o), +(692,1055,o), +(558,1055,c), +(326,1055,o), +(154,936,o), +(114,749,cs), +(83,600,o), +(165,487,o), +(327,459,cs), +(478,433,ls), +(573,417,o), +(625,366,o), +(614,303,cs), +(594,209,o), +(498,150,o), +(366,150,cs), +(262,150,o), +(159,195,o), +(102,266,c), +(-24,124,l), +(47,36,o), +(190,-20,o), +(345,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(336,-376,o), +(482,-309,o), +(504,-206,cs), +(518,-137,o), +(468,-86,o), +(376,-76,c), +(401,-9,l), +(275,-9,l), +(216,-155,l), +(319,-154,o), +(381,-174,o), +(374,-206,cs), +(368,-232,o), +(294,-248,o), +(183,-248,c), +(132,-376,l) +); +} +); +}; +layerId = "6483C70E-32F2-4F46-9EA5-F7CF4B03685A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (215,-11); +ref = cedillacomb; +} +); +width = 991; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (429,-406); +}, +{ +name = top; +pos = (475,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(779,-36,o), +(956,111,o), +(956,331,cs), +(956,484,o), +(837,611,o), +(658,649,cs), +(497,683,ls), +(445,694,o), +(411,722,o), +(411,752,cs), +(411,793,o), +(473,821,o), +(566,821,cs), +(664,821,o), +(770,807,o), +(832,786,c), +(885,1079,l), +(803,1106,o), +(645,1124,o), +(490,1124,cs), +(232,1124,o), +(60,984,o), +(60,774,cs), +(60,615,o), +(164,487,o), +(319,454,cs), +(552,405,ls), +(595,396,o), +(624,372,o), +(624,346,cs), +(624,305,o), +(552,279,o), +(444,282,cs), +(340,286,o), +(213,315,o), +(127,354,c), +(60,38,l), +(196,-6,o), +(378,-36,o), +(514,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(564,-432,o), +(730,-349,o), +(730,-221,cs), +(730,-135,o), +(672,-80,o), +(575,-80,c), +(581,-23,l), +(353,-23,l), +(337,-172,l), +(468,-172,o), +(533,-192,o), +(533,-224,cs), +(533,-253,o), +(466,-271,o), +(331,-271,c), +(307,-432,l) +); +} +); +}; +layerId = "C992EF69-AC1E-4D59-8CA4-B57915A632D1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (197,-23); +ref = cedillacomb; +} +); +width = 1016; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (258,-400); +}, +{ +name = top; +pos = (553,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(546,-21,o), +(705,91,o), +(741,260,cs), +(772,405,o), +(693,515,o), +(544,537,cs), +(400,558,ls), +(252,579,o), +(171,677,o), +(197,801,cs), +(224,925,o), +(351,1007,o), +(517,1007,cs), +(630,1007,o), +(739,978,o), +(789,934,c), +(818,981,l), +(754,1025,o), +(638,1055,o), +(527,1055,c), +(332,1055,o), +(181,953,o), +(148,801,cs), +(117,654,o), +(206,539,o), +(370,514,cs), +(525,490,ls), +(650,470,o), +(716,378,o), +(692,260,cs), +(664,121,o), +(526,28,o), +(348,28,cs), +(213,28,o), +(75,67,o), +(4,126,c), +(-32,87,l), +(47,23,o), +(197,-20,o), +(343,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(363,-364,o), +(469,-314,o), +(488,-224,cs), +(504,-145,o), +(445,-100,o), +(321,-98,c), +(358,-17,l), +(308,-17,l), +(251,-143,l), +(382,-142,o), +(449,-170,o), +(438,-221,cs), +(425,-282,o), +(341,-316,o), +(203,-316,c), +(192,-364,l) +); +} +); +}; +layerId = "9D3B5D10-C257-4BF6-A6FD-9F9CBF71A73F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (265,-17); +ref = cedillacomb; +} +); +width = 876; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (477,-448); +}, +{ +name = top; +pos = (428,1057); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(692,-21,o), +(840,105,o), +(840,303,cs), +(840,450,o), +(719,563,o), +(529,593,cs), +(388,615,ls), +(301,629,o), +(245,684,o), +(245,757,cs), +(245,835,o), +(322,885,o), +(444,885,cs), +(535,885,o), +(641,845,o), +(715,783,c), +(798,931,l), +(715,1007,o), +(578,1055,o), +(444,1055,c), +(212,1055,o), +(65,936,o), +(65,749,cs), +(65,600,o), +(171,487,o), +(339,459,cs), +(496,433,ls), +(594,417,o), +(657,366,o), +(660,303,cs), +(660,209,o), +(576,150,o), +(444,150,cs), +(340,150,o), +(228,195,o), +(155,266,c), +(60,124,l), +(149,36,o), +(304,-20,o), +(459,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(547,-376,o), +(679,-309,o), +(679,-206,cs), +(679,-137,o), +(618,-86,o), +(524,-76,c), +(534,-9,l), +(408,-9,l), +(380,-155,l), +(483,-154,o), +(549,-174,o), +(549,-206,cs), +(549,-232,o), +(478,-248,o), +(367,-248,c), +(343,-376,l) +); +} +); +}; +layerId = "4D093221-CB57-421D-91FC-022D1BBEC713"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (233,-11); +ref = cedillacomb; +} +); +width = 900; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (475,-400); +}, +{ +name = top; +pos = (439,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,-21,o), +(796,91,o), +(796,260,cs), +(796,405,o), +(694,515,o), +(540,537,cs), +(391,558,ls), +(239,579,o), +(137,677,o), +(137,801,cs), +(137,925,o), +(247,1007,o), +(413,1007,cs), +(526,1007,o), +(641,978,o), +(700,934,c), +(719,981,l), +(646,1025,o), +(524,1055,o), +(413,1055,c), +(218,1055,o), +(88,953,o), +(88,801,cs), +(88,654,o), +(201,539,o), +(371,514,cs), +(531,490,ls), +(660,470,o), +(746,378,o), +(747,260,cs), +(748,121,o), +(630,28,o), +(452,28,cs), +(317,28,o), +(171,67,o), +(87,126,c), +(60,87,l), +(152,23,o), +(311,-20,o), +(457,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(572,-364,o), +(667,-314,o), +(667,-224,cs), +(667,-145,o), +(598,-100,o), +(474,-98,c), +(493,-17,l), +(443,-17,l), +(413,-143,l), +(544,-142,o), +(617,-170,o), +(617,-221,cs), +(617,-282,o), +(540,-316,o), +(402,-316,c), +(401,-364,l) +); +} +); +}; +layerId = "3660DC24-A990-4F16-96E1-1099C90EDABF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (291,-17); +ref = cedillacomb; +} +); +width = 856; +} +); +unicode = 351; +}, +{ +color = 10; +glyphname = scircumflex; +kernLeft = sround; +kernRight = sflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (469,-17); +}, +{ +name = top; +pos = (437,1369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,-21,o), +(796,91,o), +(796,260,cs), +(796,405,o), +(694,515,o), +(540,537,cs), +(391,558,ls), +(239,579,o), +(137,677,o), +(137,801,cs), +(137,925,o), +(247,1007,o), +(413,1007,cs), +(526,1007,o), +(641,978,o), +(700,934,c), +(719,981,l), +(646,1025,o), +(524,1055,o), +(413,1055,c), +(218,1055,o), +(88,953,o), +(88,801,cs), +(88,654,o), +(201,539,o), +(371,514,cs), +(531,490,ls), +(660,470,o), +(746,378,o), +(747,260,cs), +(748,121,o), +(630,28,o), +(452,28,cs), +(317,28,o), +(171,67,o), +(87,126,c), +(60,87,l), +(152,23,o), +(311,-20,o), +(457,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(230,1201,l), +(294,1201,l), +(436,1363,l), +(438,1363,l), +(580,1201,l), +(644,1201,l), +(459,1410,l), +(415,1410,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = s; +}, +{ +pos = (120,115); +ref = circumflexcomb; +} +); +width = 856; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (473,-11); +}, +{ +name = top; +pos = (419,1360); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(692,-21,o), +(840,105,o), +(840,303,cs), +(840,450,o), +(719,563,o), +(529,593,cs), +(388,615,ls), +(301,629,o), +(245,684,o), +(245,757,cs), +(245,835,o), +(322,885,o), +(444,885,cs), +(535,885,o), +(641,845,o), +(715,783,c), +(798,931,l), +(715,1007,o), +(578,1055,o), +(444,1055,c), +(212,1055,o), +(65,936,o), +(65,749,cs), +(65,600,o), +(171,487,o), +(339,459,cs), +(496,433,ls), +(594,417,o), +(657,366,o), +(660,303,cs), +(660,209,o), +(576,150,o), +(444,150,cs), +(340,150,o), +(228,195,o), +(155,266,c), +(60,124,l), +(149,36,o), +(304,-20,o), +(459,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(157,1152,l), +(351,1152,l), +(425,1267,l), +(431,1267,l), +(507,1152,l), +(701,1152,l), +(531,1391,l), +(325,1391,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (47,117); +ref = circumflexcomb; +} +); +width = 900; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (473,-23); +}, +{ +name = top; +pos = (475,1535); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(779,-36,o), +(956,111,o), +(956,331,cs), +(956,484,o), +(837,611,o), +(658,649,cs), +(497,683,ls), +(445,694,o), +(411,722,o), +(411,752,cs), +(411,793,o), +(473,821,o), +(566,821,cs), +(664,821,o), +(770,807,o), +(832,786,c), +(885,1079,l), +(803,1106,o), +(645,1124,o), +(490,1124,cs), +(232,1124,o), +(60,984,o), +(60,774,cs), +(60,615,o), +(164,487,o), +(319,454,cs), +(552,405,ls), +(595,396,o), +(624,372,o), +(624,346,cs), +(624,305,o), +(552,279,o), +(444,282,cs), +(340,286,o), +(213,315,o), +(127,354,c), +(60,38,l), +(196,-6,o), +(378,-36,o), +(514,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(60,1218,l), +(372,1218,l), +(471,1393,l), +(481,1393,l), +(578,1218,l), +(890,1218,l), +(664,1567,l), +(288,1567,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-50,124); +ref = circumflexcomb; +} +); +width = 1016; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (355,-17); +}, +{ +name = top; +pos = (598,1369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(546,-21,o), +(705,91,o), +(741,260,cs), +(772,405,o), +(693,515,o), +(544,537,cs), +(400,558,ls), +(252,579,o), +(171,677,o), +(197,801,cs), +(224,925,o), +(351,1007,o), +(517,1007,cs), +(630,1007,o), +(739,978,o), +(789,934,c), +(818,981,l), +(754,1025,o), +(638,1055,o), +(527,1055,c), +(332,1055,o), +(181,953,o), +(148,801,cs), +(117,654,o), +(206,539,o), +(370,514,cs), +(525,490,ls), +(650,470,o), +(716,378,o), +(692,260,cs), +(664,121,o), +(526,28,o), +(348,28,cs), +(213,28,o), +(75,67,o), +(4,126,c), +(-32,87,l), +(47,23,o), +(197,-20,o), +(343,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(356,1201,l), +(420,1201,l), +(596,1363,l), +(598,1363,l), +(706,1201,l), +(770,1201,l), +(629,1410,l), +(585,1410,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (125,115); +ref = circumflexcomb; +} +); +width = 876; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (361,-11); +}, +{ +name = top; +pos = (595,1360); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(578,-21,o), +(752,105,o), +(794,303,cs), +(826,450,o), +(729,563,o), +(545,593,cs), +(409,615,ls), +(325,629,o), +(280,684,o), +(296,757,cs), +(312,835,o), +(400,885,o), +(522,885,cs), +(613,885,o), +(711,845,o), +(771,783,c), +(886,931,l), +(819,1007,o), +(692,1055,o), +(558,1055,c), +(326,1055,o), +(154,936,o), +(114,749,cs), +(83,600,o), +(165,487,o), +(327,459,cs), +(478,433,ls), +(573,417,o), +(625,366,o), +(614,303,cs), +(594,209,o), +(498,150,o), +(366,150,cs), +(262,150,o), +(159,195,o), +(102,266,c), +(-24,124,l), +(47,36,o), +(190,-20,o), +(345,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(278,1152,l), +(472,1152,l), +(570,1267,l), +(576,1267,l), +(628,1152,l), +(822,1152,l), +(702,1391,l), +(496,1391,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (64,117); +ref = circumflexcomb; +} +); +width = 991; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (351,-23); +}, +{ +name = top; +pos = (727,1505); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(655,-36,o), +(863,111,o), +(910,331,cs), +(942,484,o), +(850,611,o), +(679,649,cs), +(526,683,ls), +(476,694,o), +(448,722,o), +(454,752,cs), +(463,793,o), +(531,821,o), +(624,821,cs), +(722,821,o), +(825,807,o), +(882,786,c), +(998,1079,l), +(921,1106,o), +(767,1124,o), +(612,1124,cs), +(354,1124,o), +(153,984,o), +(108,774,cs), +(74,615,o), +(151,487,o), +(299,454,cs), +(521,405,ls), +(563,396,o), +(586,372,o), +(581,346,cs), +(572,305,o), +(495,279,o), +(387,282,cs), +(284,286,o), +(163,315,o), +(86,354,c), +(-49,38,l), +(78,-6,o), +(254,-36,o), +(390,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(245,1218,l), +(557,1218,l), +(693,1393,l), +(703,1393,l), +(763,1218,l), +(1075,1218,l), +(923,1567,l), +(547,1567,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (19,124); +ref = circumflexcomb; +} +); +width = 1146; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (351,-23); +}, +{ +name = top; +pos = (727,1505); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(655,-36,o), +(863,111,o), +(910,331,cs), +(942,484,o), +(850,611,o), +(679,649,cs), +(526,683,ls), +(476,694,o), +(448,722,o), +(454,752,cs), +(463,793,o), +(531,821,o), +(624,821,cs), +(722,821,o), +(825,807,o), +(882,786,c), +(998,1079,l), +(921,1106,o), +(767,1124,o), +(612,1124,cs), +(354,1124,o), +(153,984,o), +(108,774,cs), +(74,615,o), +(151,487,o), +(299,454,cs), +(521,405,ls), +(563,396,o), +(586,372,o), +(581,346,cs), +(572,305,o), +(495,279,o), +(387,282,cs), +(284,286,o), +(163,315,o), +(86,354,c), +(-49,38,l), +(78,-6,o), +(254,-36,o), +(390,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(245,1218,l), +(557,1218,l), +(693,1393,l), +(703,1393,l), +(763,1218,l), +(1075,1218,l), +(923,1567,l), +(547,1567,l) +); +} +); +}; +layerId = "1C4FF25A-4CED-40C3-9A19-C97F84423EA3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (19,124); +ref = circumflexcomb; +} +); +width = 1146; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (361,-11); +}, +{ +name = top; +pos = (595,1360); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(578,-21,o), +(752,105,o), +(794,303,cs), +(826,450,o), +(729,563,o), +(545,593,cs), +(409,615,ls), +(325,629,o), +(280,684,o), +(296,757,cs), +(312,835,o), +(400,885,o), +(522,885,cs), +(613,885,o), +(711,845,o), +(771,783,c), +(886,931,l), +(819,1007,o), +(692,1055,o), +(558,1055,c), +(326,1055,o), +(154,936,o), +(114,749,cs), +(83,600,o), +(165,487,o), +(327,459,cs), +(478,433,ls), +(573,417,o), +(625,366,o), +(614,303,cs), +(594,209,o), +(498,150,o), +(366,150,cs), +(262,150,o), +(159,195,o), +(102,266,c), +(-24,124,l), +(47,36,o), +(190,-20,o), +(345,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(278,1152,l), +(472,1152,l), +(570,1267,l), +(576,1267,l), +(628,1152,l), +(822,1152,l), +(702,1391,l), +(496,1391,l) +); +} +); +}; +layerId = "D09EE2E2-2CF8-49B2-8AD9-395040683E9A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (64,117); +ref = circumflexcomb; +} +); +width = 991; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (473,-23); +}, +{ +name = top; +pos = (475,1535); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(779,-36,o), +(956,111,o), +(956,331,cs), +(956,484,o), +(837,611,o), +(658,649,cs), +(497,683,ls), +(445,694,o), +(411,722,o), +(411,752,cs), +(411,793,o), +(473,821,o), +(566,821,cs), +(664,821,o), +(770,807,o), +(832,786,c), +(885,1079,l), +(803,1106,o), +(645,1124,o), +(490,1124,cs), +(232,1124,o), +(60,984,o), +(60,774,cs), +(60,615,o), +(164,487,o), +(319,454,cs), +(552,405,ls), +(595,396,o), +(624,372,o), +(624,346,cs), +(624,305,o), +(552,279,o), +(444,282,cs), +(340,286,o), +(213,315,o), +(127,354,c), +(60,38,l), +(196,-6,o), +(378,-36,o), +(514,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(60,1218,l), +(372,1218,l), +(471,1393,l), +(481,1393,l), +(578,1218,l), +(890,1218,l), +(664,1567,l), +(288,1567,l) +); +} +); +}; +layerId = "588C36E1-F762-4CB9-B3E8-B76D50C96082"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (-50,124); +ref = circumflexcomb; +} +); +width = 1016; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (355,-17); +}, +{ +name = top; +pos = (598,1369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(546,-21,o), +(705,91,o), +(741,260,cs), +(772,405,o), +(693,515,o), +(544,537,cs), +(400,558,ls), +(252,579,o), +(171,677,o), +(197,801,cs), +(224,925,o), +(351,1007,o), +(517,1007,cs), +(630,1007,o), +(739,978,o), +(789,934,c), +(818,981,l), +(754,1025,o), +(638,1055,o), +(527,1055,c), +(332,1055,o), +(181,953,o), +(148,801,cs), +(117,654,o), +(206,539,o), +(370,514,cs), +(525,490,ls), +(650,470,o), +(716,378,o), +(692,260,cs), +(664,121,o), +(526,28,o), +(348,28,cs), +(213,28,o), +(75,67,o), +(4,126,c), +(-32,87,l), +(47,23,o), +(197,-20,o), +(343,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(356,1201,l), +(420,1201,l), +(596,1363,l), +(598,1363,l), +(706,1201,l), +(770,1201,l), +(629,1410,l), +(585,1410,l) +); +} +); +}; +layerId = "5AB21D12-838C-4DC3-9736-089DF52CB516"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = s; +}, +{ +alignment = -1; +pos = (125,115); +ref = circumflexcomb; +} +); +width = 876; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (473,-11); +}, +{ +name = top; +pos = (419,1360); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(692,-21,o), +(840,105,o), +(840,303,cs), +(840,450,o), +(719,563,o), +(529,593,cs), +(388,615,ls), +(301,629,o), +(245,684,o), +(245,757,cs), +(245,835,o), +(322,885,o), +(444,885,cs), +(535,885,o), +(641,845,o), +(715,783,c), +(798,931,l), +(715,1007,o), +(578,1055,o), +(444,1055,c), +(212,1055,o), +(65,936,o), +(65,749,cs), +(65,600,o), +(171,487,o), +(339,459,cs), +(496,433,ls), +(594,417,o), +(657,366,o), +(660,303,cs), +(660,209,o), +(576,150,o), +(444,150,cs), +(340,150,o), +(228,195,o), +(155,266,c), +(60,124,l), +(149,36,o), +(304,-20,o), +(459,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(157,1152,l), +(351,1152,l), +(425,1267,l), +(431,1267,l), +(507,1152,l), +(701,1152,l), +(531,1391,l), +(325,1391,l) +); +} +); +}; +layerId = "074189D1-535F-4A7B-90F6-04B31EA4FB06"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (47,117); +ref = circumflexcomb; +} +); +width = 900; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (469,-17); +}, +{ +name = top; +pos = (437,1369); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(660,-21,o), +(796,91,o), +(796,260,cs), +(796,405,o), +(694,515,o), +(540,537,cs), +(391,558,ls), +(239,579,o), +(137,677,o), +(137,801,cs), +(137,925,o), +(247,1007,o), +(413,1007,cs), +(526,1007,o), +(641,978,o), +(700,934,c), +(719,981,l), +(646,1025,o), +(524,1055,o), +(413,1055,c), +(218,1055,o), +(88,953,o), +(88,801,cs), +(88,654,o), +(201,539,o), +(371,514,cs), +(531,490,ls), +(660,470,o), +(746,378,o), +(747,260,cs), +(748,121,o), +(630,28,o), +(452,28,cs), +(317,28,o), +(171,67,o), +(87,126,c), +(60,87,l), +(152,23,o), +(311,-20,o), +(457,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(230,1201,l), +(294,1201,l), +(436,1363,l), +(438,1363,l), +(580,1201,l), +(644,1201,l), +(459,1410,l), +(415,1410,l) +); +} +); +}; +layerId = "BFB4C3D0-7A19-4226-9C68-80D8DDAB55C4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = s; +}, +{ +pos = (120,115); +ref = circumflexcomb; +} +); +width = 856; +} +); +unicode = 349; +}, +{ +color = 10; +glyphname = scommaaccent; +kernLeft = sround; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = s; +}, +{ +pos = (250,-17); +ref = commaaccentcomb; +} +); +width = 856; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = s; +}, +{ +pos = (209,-11); +ref = commaaccentcomb; +} +); +width = 900; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = s; +}, +{ +pos = (82,-23); +ref = commaaccentcomb; +} +); +width = 1016; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = s; +}, +{ +pos = (245,-17); +ref = commaaccentcomb; +} +); +width = 856; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = s; +}, +{ +pos = (213,-11); +ref = commaaccentcomb; +} +); +width = 900; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = s; +}, +{ +pos = (76,-23); +ref = commaaccentcomb; +} +); +width = 1017; +} +); +unicode = 537; +}, +{ +color = 6; +glyphname = germandbls; +kernLeft = B; +kernRight = B; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1062,ls), +(150,1270,o), +(302,1417,o), +(518,1417,cs), +(731,1417,o), +(881,1282,o), +(881,1091,cs), +(881,896,o), +(722,759,o), +(496,759,c), +(307,759,l), +(307,711,l), +(517,711,l), +(789,711,o), +(981,576,o), +(981,383,cs), +(981,173,o), +(820,29,o), +(590,29,cs), +(483,29,o), +(366,35,o), +(306,49,c), +(306,0,l), +(356,-12,o), +(477,-20,o), +(600,-20,cs), +(853,-20,o), +(1031,144,o), +(1031,377,cs), +(1031,569,o), +(875,718,o), +(654,738,c), +(654,742,l), +(817,773,o), +(931,917,o), +(931,1090,cs), +(931,1310,o), +(760,1465,o), +(517,1465,cs), +(272,1465,o), +(100,1297,o), +(100,1057,cs), +(100,0,l) +); +} +); +width = 1091; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,1,l), +(280,1109,ls), +(280,1269,o), +(378,1369,o), +(535,1369,cs), +(709,1369,o), +(818,1272,o), +(818,1118,cs), +(818,934,o), +(712,819,o), +(544,819,c), +(379,819,l), +(379,660,l), +(587,660,l), +(800,660,o), +(933,560,o), +(933,400,cs), +(933,240,o), +(821,140,o), +(643,140,cs), +(578,140,o), +(476,148,o), +(378,162,c), +(378,1,l), +(440,-12,o), +(546,-20,o), +(653,-20,cs), +(936,-20,o), +(1113,140,o), +(1113,394,cs), +(1113,593,o), +(981,731,o), +(772,751,c), +(772,763,l), +(911,801,o), +(998,937,o), +(998,1117,cs), +(998,1370,o), +(815,1529,o), +(524,1529,cs), +(264,1529,o), +(100,1365,o), +(100,1103,cs), +(100,1,l) +); +} +); +width = 1173; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1072,ls), +(500,1160,o), +(564,1215,o), +(667,1215,cs), +(767,1215,o), +(830,1159,o), +(830,1070,cs), +(830,968,o), +(771,904,o), +(676,904,c), +(587,901,l), +(587,599,l), +(767,599,l), +(868,604,o), +(931,548,o), +(931,453,cs), +(931,358,o), +(869,299,o), +(770,299,c), +(737,299,o), +(666,303,o), +(586,309,c), +(586,0,l), +(659,-15,o), +(764,-25,o), +(860,-25,cs), +(1144,-25,o), +(1322,133,o), +(1322,385,cs), +(1322,608,o), +(1188,753,o), +(974,762,c), +(974,772,l), +(1126,792,o), +(1222,923,o), +(1222,1112,cs), +(1222,1372,o), +(1004,1535,o), +(657,1535,cs), +(315,1535,o), +(100,1354,o), +(100,1067,cs), +(100,0,l) +); +} +); +width = 1382; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(265,1062,ls), +(309,1270,o), +(493,1417,o), +(709,1417,cs), +(922,1417,o), +(1043,1282,o), +(1002,1091,cs), +(961,896,o), +(773,759,o), +(547,759,c), +(358,759,l), +(348,711,l), +(558,711,l), +(830,711,o), +(993,576,o), +(952,383,cs), +(907,173,o), +(715,25,o), +(485,25,cs), +(378,25,o), +(263,35,o), +(206,49,c), +(195,0,l), +(243,-12,o), +(362,-20,o), +(485,-20,cs), +(738,-20,o), +(951,144,o), +(1001,377,cs), +(1041,569,o), +(917,718,o), +(700,738,c), +(701,742,l), +(871,773,o), +(1015,917,o), +(1052,1090,cs), +(1099,1310,o), +(961,1465,o), +(718,1465,cs), +(473,1465,o), +(265,1297,o), +(214,1057,cs), +(-11,0,l) +); +} +); +width = 1091; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,1,l), +(405,1109,ls), +(439,1269,o), +(559,1369,o), +(716,1369,cs), +(890,1369,o), +(978,1272,o), +(945,1118,cs), +(906,934,o), +(776,819,o), +(608,819,c), +(443,819,l), +(409,660,l), +(617,660,l), +(830,660,o), +(942,560,o), +(908,400,cs), +(874,240,o), +(740,140,o), +(562,140,cs), +(497,140,o), +(397,148,o), +(302,162,c), +(268,1,l), +(327,-12,o), +(431,-20,o), +(538,-20,cs), +(821,-20,o), +(1032,140,o), +(1086,394,cs), +(1129,593,o), +(1026,731,o), +(821,751,c), +(824,763,l), +(971,801,o), +(1087,937,o), +(1125,1117,cs), +(1179,1370,o), +(1030,1529,o), +(739,1529,cs), +(479,1529,o), +(280,1365,o), +(224,1103,cs), +(-10,1,l) +); +} +); +width = 1173; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(384,0,l), +(611,1072,ls), +(630,1160,o), +(706,1215,o), +(809,1215,cs), +(909,1215,o), +(960,1159,o), +(941,1070,cs), +(919,968,o), +(847,904,o), +(752,904,c), +(662,901,l), +(598,599,l), +(778,599,l), +(880,604,o), +(931,548,o), +(911,453,cs), +(891,358,o), +(816,299,o), +(717,299,c), +(684,299,o), +(614,303,o), +(535,309,c), +(470,0,l), +(539,-15,o), +(642,-25,o), +(738,-25,cs), +(1022,-25,o), +(1234,133,o), +(1287,385,cs), +(1335,608,o), +(1232,753,o), +(1019,762,c), +(1022,772,l), +(1178,792,o), +(1302,923,o), +(1342,1112,cs), +(1397,1372,o), +(1214,1535,o), +(867,1535,cs), +(525,1535,o), +(271,1354,o), +(210,1067,cs), +(-16,0,l) +); +} +); +width = 1382; +} +); +metricLeft = B; +metricRight = B; +unicode = 223; +}, +{ +color = 6; +glyphname = t; +kernLeft = t; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (422,-10); +}, +{ +name = center; +pos = (360,520); +}, +{ +name = top; +pos = (289,1389); +}, +{ +name = topright; +pos = (473,1520); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,180,ls), +(211,60,o), +(301,-20,o), +(435,-20,cs), +(487,-20,o), +(551,-10,o), +(596,5,c), +(586,53,l), +(535,37,o), +(473,27,o), +(431,28,cs), +(329,31,o), +(261,93,o), +(261,182,cs), +(261,1382,l), +(211,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(40,991,l), +(590,991,l), +(590,1040,l), +(40,1040,l) +); +} +); +width = 656; +}, +{ +anchors = ( +{ +name = bottom; +pos = (444,0); +}, +{ +name = center; +pos = (450,520); +}, +{ +name = top; +pos = (304,1384); +}, +{ +name = topright; +pos = (635,1520); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,230,ls), +(220,80,o), +(326,-20,o), +(485,-20,cs), +(554,-20,o), +(635,-9,o), +(687,8,c), +(687,159,l), +(623,144,o), +(552,135,o), +(511,136,cs), +(444,141,o), +(400,183,o), +(400,241,cs), +(400,1332,l), +(220,1332,l) +); +}, +{ +closed = 1; +nodes = ( +(40,880,l), +(693,880,l), +(693,1040,l), +(40,1040,l) +); +} +); +width = 753; +}, +{ +anchors = ( +{ +name = bottom; +pos = (459,-10); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (371,1387); +}, +{ +name = topright; +pos = (750,1610); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,280,ls), +(170,91,o), +(318,-36,o), +(539,-38,cs), +(669,-40,o), +(797,-20,o), +(860,11,c), +(860,299,l), +(825,280,o), +(756,269,o), +(687,271,cs), +(617,276,o), +(570,315,o), +(570,368,cs), +(570,1398,l), +(170,1398,l) +); +}, +{ +closed = 1; +nodes = ( +(40,781,l), +(850,781,l), +(850,1101,l), +(40,1101,l) +); +} +); +width = 920; +}, +{ +anchors = ( +{ +name = bottom; +pos = (289,-10); +}, +{ +name = center; +pos = (397,520); +}, +{ +name = top; +pos = (481,1389); +}, +{ +name = topright; +pos = (731,1520); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(183,150,ls), +(161,46,o), +(214,-20,o), +(321,-20,cs), +(375,-20,o), +(439,-10,o), +(487,5,c), +(488,53,l), +(430,36,o), +(369,27,o), +(327,28,cs), +(254,30,o), +(218,78,o), +(234,152,cs), +(499,1391,l), +(445,1391,l) +); +}, +{ +closed = 1; +nodes = ( +(141,991,l), +(691,991,l), +(701,1040,l), +(151,1040,l) +); +} +); +width = 656; +}, +{ +anchors = ( +{ +name = bottom; +pos = (334,0); +}, +{ +name = center; +pos = (451,520); +}, +{ +name = top; +pos = (499,1377); +}, +{ +name = topright; +pos = (841,1520); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(155,210,ls), +(125,69,o), +(197,-20,o), +(341,-20,cs), +(384,-20,o), +(457,-9,o), +(532,8,c), +(537,159,l), +(479,144,o), +(418,135,o), +(380,136,cs), +(344,139,o), +(327,172,o), +(337,221,cs), +(588,1376,l), +(398,1376,l) +); +}, +{ +closed = 1; +nodes = ( +(117,880,l), +(710,880,l), +(744,1040,l), +(151,1040,l) +); +} +); +width = 701; +}, +{ +anchors = ( +{ +name = bottom; +pos = (340,-10); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (564,1443); +}, +{ +name = topright; +pos = (954,1602); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(117,300,ls), +(74,94,o), +(188,-36,o), +(414,-38,cs), +(476,-39,o), +(615,-32,o), +(679,-19,c), +(700,269,l), +(680,266,o), +(607,264,o), +(577,265,cs), +(536,268,o), +(515,292,o), +(523,328,cs), +(766,1443,l), +(353,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(94,801,l), +(834,801,l), +(897,1101,l), +(157,1101,l) +); +} +); +width = 860; +}, +{ +anchors = ( +{ +name = bottom; +pos = (444,0); +}, +{ +name = center; +pos = (450,520); +}, +{ +name = top; +pos = (304,1384); +}, +{ +name = topright; +pos = (880,1040); +} +); +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +layerId = "F99A32EF-5144-4C25-8F91-373F8D6E8041"; +name = "Dec 10, 24 at 17:47"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,230,ls), +(220,80,o), +(326,-20,o), +(485,-20,cs), +(554,-20,o), +(635,-9,o), +(687,8,c), +(687,159,l), +(623,144,o), +(552,135,o), +(511,136,cs), +(444,141,o), +(400,183,o), +(400,241,cs), +(400,1400,l), +(220,1332,l) +); +}, +{ +closed = 1; +nodes = ( +(40,880,l), +(693,880,l), +(693,1040,l), +(40,1040,l) +); +} +); +width = 753; +}, +{ +anchors = ( +{ +name = bottom; +pos = (459,-10); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (371,1387); +}, +{ +name = topright; +pos = (869,1100); +} +); +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +layerId = "D4907951-B5B2-466D-85CC-B3A369776CC1"; +name = "Dec 10, 24 at 17:47"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,280,ls), +(170,91,o), +(318,-36,o), +(539,-38,cs), +(669,-40,o), +(797,-20,o), +(860,11,c), +(860,299,l), +(825,280,o), +(756,269,o), +(687,271,cs), +(617,276,o), +(570,315,o), +(570,368,cs), +(570,1498,l), +(170,1398,l) +); +}, +{ +closed = 1; +nodes = ( +(40,781,l), +(850,781,l), +(850,1101,l), +(40,1101,l) +); +} +); +width = 920; +}, +{ +anchors = ( +{ +name = bottom; +pos = (309,-10); +}, +{ +name = center; +pos = (417,520); +}, +{ +name = top; +pos = (346,1389); +}, +{ +name = topright; +pos = (847,1040); +} +); +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +layerId = "5461E174-875B-4550-A330-20C1CE8A8581"; +name = "Dec 10, 24 at 17:47"; +shapes = ( +{ +closed = 1; +nodes = ( +(203,150,ls), +(181,46,o), +(234,-20,o), +(341,-20,cs), +(395,-20,o), +(459,-10,o), +(507,5,c), +(508,53,l), +(450,36,o), +(389,27,o), +(347,28,cs), +(274,30,o), +(238,78,o), +(254,152,cs), +(519,1400,l), +(465,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(161,991,l), +(711,991,l), +(721,1040,l), +(171,1040,l) +); +} +); +width = 676; +}, +{ +anchors = ( +{ +name = bottom; +pos = (354,0); +}, +{ +name = center; +pos = (471,520); +}, +{ +name = top; +pos = (509,1384); +}, +{ +name = topright; +pos = (1011,1040); +} +); +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +layerId = "BAD33E46-BD7C-4090-BFF0-BFB0E7315279"; +name = "Dec 10, 24 at 17:47"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,210,ls), +(145,69,o), +(217,-20,o), +(361,-20,cs), +(404,-20,o), +(477,-9,o), +(552,8,c), +(557,159,l), +(499,144,o), +(438,135,o), +(400,136,cs), +(364,139,o), +(347,172,o), +(357,221,cs), +(608,1400,l), +(418,1352,l) +); +}, +{ +closed = 1; +nodes = ( +(137,880,l), +(730,880,l), +(764,1040,l), +(171,1040,l) +); +} +); +width = 721; +}, +{ +anchors = ( +{ +name = bottom; +pos = (360,-10); +}, +{ +name = center; +pos = (459,550); +}, +{ +name = top; +pos = (569,1387); +}, +{ +name = topright; +pos = (1006,1100); +} +); +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +layerId = "BA1DD76E-650A-464B-A1E1-C4FF9D4D35FB"; +name = "Dec 10, 24 at 17:47"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,300,ls), +(93,94,o), +(208,-36,o), +(434,-38,cs), +(496,-39,o), +(635,-32,o), +(699,-19,c), +(720,269,l), +(700,266,o), +(627,264,o), +(597,265,cs), +(556,268,o), +(535,292,o), +(543,328,cs), +(777,1428,l), +(364,1368,l) +); +}, +{ +closed = 1; +nodes = ( +(114,801,l), +(854,801,l), +(917,1101,l), +(177,1101,l) +); +} +); +width = 880; +}, +{ +anchors = ( +{ +name = bottom; +pos = (422,-10); +}, +{ +name = center; +pos = (360,520); +}, +{ +name = top; +pos = (289,1389); +}, +{ +name = topright; +pos = (790,1040); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "E225D99A-DA8A-4840-9CA5-24D1E1AF005B"; +name = "Dec 10, 24 at 17:47"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,180,ls), +(211,60,o), +(301,-20,o), +(435,-20,cs), +(487,-20,o), +(551,-10,o), +(596,5,c), +(586,53,l), +(535,37,o), +(473,27,o), +(431,28,cs), +(329,31,o), +(261,93,o), +(261,182,cs), +(261,1400,l), +(211,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(40,991,l), +(590,991,l), +(590,1040,l), +(40,1040,l) +); +} +); +width = 656; +} +); +metricRight = o; +unicode = 116; +}, +{ +color = 3; +glyphname = tbar; +kernLeft = t; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = t; +}, +{ +closed = 1; +nodes = ( +(60,611,l), +(610,611,l), +(610,660,l), +(60,660,l) +); +} +); +width = 670; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = t; +}, +{ +closed = 1; +nodes = ( +(80,500,l), +(673,500,l), +(673,660,l), +(80,660,l) +); +} +); +width = 753; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = t; +}, +{ +closed = 1; +nodes = ( +(60,441,l), +(800,441,l), +(800,701,l), +(60,701,l) +); +} +); +width = 920; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = t; +}, +{ +closed = 1; +nodes = ( +(86,611,l), +(636,611,l), +(646,660,l), +(96,660,l) +); +} +); +width = 677; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = t; +}, +{ +closed = 1; +nodes = ( +(63,500,l), +(656,500,l), +(690,660,l), +(97,660,l) +); +} +); +width = 720; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = t; +}, +{ +closed = 1; +nodes = ( +(32,441,l), +(772,441,l), +(828,701,l), +(88,701,l) +); +} +); +width = 860; +} +); +metricLeft = t; +metricRight = t; +tags = ( +topbar +); +unicode = 359; +}, +{ +color = 10; +glyphname = tcaron; +kernLeft = t; +kernRight = ssflat; +lastChange = "2025-12-11 15:09:25 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (422,-10); +}, +{ +name = center; +pos = (360,520); +}, +{ +name = top; +pos = (289,1389); +}, +{ +name = topright; +pos = (473,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(211,180,ls), +(211,60,o), +(301,-20,o), +(435,-20,cs), +(487,-20,o), +(551,-10,o), +(596,5,c), +(586,53,l), +(535,37,o), +(473,27,o), +(431,28,cs), +(329,31,o), +(261,93,o), +(261,182,cs), +(261,1382,l), +(211,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(40,991,l), +(590,991,l), +(590,1040,l), +(40,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(441,1518,l), +(386,1129,l), +(430,1129,l), +(501,1518,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = t; +}, +{ +pos = (193,1); +ref = caron.alt; +} +); +width = 656; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (444,0); +}, +{ +name = center; +pos = (450,520); +}, +{ +name = top; +pos = (304,1384); +}, +{ +name = topright; +pos = (635,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,230,ls), +(220,80,o), +(326,-20,o), +(485,-20,cs), +(554,-20,o), +(635,-9,o), +(687,8,c), +(687,159,l), +(623,144,o), +(552,135,o), +(511,136,cs), +(444,141,o), +(400,183,o), +(400,241,cs), +(400,1332,l), +(220,1332,l) +); +}, +{ +closed = 1; +nodes = ( +(40,880,l), +(693,880,l), +(693,1040,l), +(40,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(535,1521,l), +(495,1122,l), +(568,1122,l), +(748,1521,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = t; +}, +{ +pos = (340,-1); +ref = caron.alt; +} +); +width = 753; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (459,-10); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (371,1387); +}, +{ +name = topright; +pos = (750,1610); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,280,ls), +(170,91,o), +(318,-36,o), +(539,-38,cs), +(669,-40,o), +(797,-20,o), +(860,11,c), +(860,299,l), +(825,280,o), +(756,269,o), +(687,271,cs), +(617,276,o), +(570,315,o), +(570,368,cs), +(570,1398,l), +(170,1398,l) +); +}, +{ +closed = 1; +nodes = ( +(40,781,l), +(850,781,l), +(850,1101,l), +(40,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(582,1611,l), +(552,1182,l), +(755,1182,l), +(935,1611,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = t; +}, +{ +pos = (442,167); +ref = caron.alt; +} +); +width = 920; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (289,-10); +}, +{ +name = center; +pos = (397,520); +}, +{ +name = top; +pos = (481,1389); +}, +{ +name = topright; +pos = (731,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(183,150,ls), +(161,46,o), +(214,-20,o), +(321,-20,cs), +(375,-20,o), +(439,-10,o), +(487,5,c), +(488,53,l), +(430,36,o), +(369,27,o), +(327,28,cs), +(254,30,o), +(218,78,o), +(234,152,cs), +(499,1391,l), +(445,1391,l) +); +}, +{ +closed = 1; +nodes = ( +(141,991,l), +(691,991,l), +(701,1040,l), +(151,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(698,1518,l), +(560,1129,l), +(604,1129,l), +(758,1518,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +pos = (171,1); +ref = caron.alt; +} +); +width = 716; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (334,0); +}, +{ +name = center; +pos = (451,520); +}, +{ +name = top; +pos = (499,1377); +}, +{ +name = topright; +pos = (841,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(155,210,ls), +(125,69,o), +(197,-20,o), +(341,-20,cs), +(384,-20,o), +(457,-9,o), +(532,8,c), +(537,159,l), +(479,144,o), +(418,135,o), +(380,136,cs), +(344,139,o), +(327,172,o), +(337,221,cs), +(588,1376,l), +(398,1376,l) +); +}, +{ +closed = 1; +nodes = ( +(117,880,l), +(710,880,l), +(744,1040,l), +(151,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(741,1521,l), +(617,1122,l), +(690,1122,l), +(954,1521,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +pos = (346,-1); +ref = caron.alt; +} +); +width = 761; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (340,-10); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (564,1443); +}, +{ +name = topright; +pos = (954,1602); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(117,300,ls), +(74,94,o), +(188,-36,o), +(414,-38,cs), +(476,-39,o), +(615,-32,o), +(679,-19,c), +(700,269,l), +(680,266,o), +(607,264,o), +(577,265,cs), +(536,268,o), +(515,292,o), +(523,328,cs), +(766,1443,l), +(353,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(94,801,l), +(834,801,l), +(897,1101,l), +(157,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(787,1603,l), +(665,1174,l), +(868,1174,l), +(1140,1603,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +pos = (346,159); +ref = caron.alt; +} +); +width = 920; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (340,-10); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (564,1443); +}, +{ +name = topright; +pos = (954,1602); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(117,300,ls), +(74,94,o), +(188,-36,o), +(414,-38,cs), +(476,-39,o), +(615,-32,o), +(679,-19,c), +(700,269,l), +(680,266,o), +(607,264,o), +(577,265,cs), +(536,268,o), +(515,292,o), +(523,328,cs), +(766,1443,l), +(353,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(94,801,l), +(834,801,l), +(897,1101,l), +(157,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(787,1603,l), +(665,1174,l), +(868,1174,l), +(1140,1603,l) +); +} +); +}; +layerId = "739C5718-87C1-4FE0-802F-E179A62E4686"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +pos = (346,159); +ref = caron.alt; +} +); +width = 920; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (334,0); +}, +{ +name = center; +pos = (451,520); +}, +{ +name = top; +pos = (499,1377); +}, +{ +name = topright; +pos = (841,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(155,210,ls), +(125,69,o), +(197,-20,o), +(341,-20,cs), +(384,-20,o), +(457,-9,o), +(532,8,c), +(537,159,l), +(479,144,o), +(418,135,o), +(380,136,cs), +(344,139,o), +(327,172,o), +(337,221,cs), +(588,1376,l), +(398,1376,l) +); +}, +{ +closed = 1; +nodes = ( +(117,880,l), +(710,880,l), +(744,1040,l), +(151,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(741,1521,l), +(617,1122,l), +(690,1122,l), +(954,1521,l) +); +} +); +}; +layerId = "84828497-DE17-4B1B-82BF-50CE64C67679"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +pos = (346,-1); +ref = caron.alt; +} +); +width = 761; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (459,-10); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (371,1387); +}, +{ +name = topright; +pos = (750,1610); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,280,ls), +(170,91,o), +(318,-36,o), +(539,-38,cs), +(669,-40,o), +(797,-20,o), +(860,11,c), +(860,299,l), +(825,280,o), +(756,269,o), +(687,271,cs), +(617,276,o), +(570,315,o), +(570,368,cs), +(570,1398,l), +(170,1398,l) +); +}, +{ +closed = 1; +nodes = ( +(40,781,l), +(850,781,l), +(850,1101,l), +(40,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(582,1611,l), +(552,1182,l), +(755,1182,l), +(935,1611,l) +); +} +); +}; +layerId = "58BC0718-EB29-4017-BD49-6C399CB8CCDB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = t; +}, +{ +pos = (442,167); +ref = caron.alt; +} +); +width = 920; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (289,-10); +}, +{ +name = center; +pos = (397,520); +}, +{ +name = top; +pos = (481,1389); +}, +{ +name = topright; +pos = (731,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(183,150,ls), +(161,46,o), +(214,-20,o), +(321,-20,cs), +(375,-20,o), +(439,-10,o), +(487,5,c), +(488,53,l), +(430,36,o), +(369,27,o), +(327,28,cs), +(254,30,o), +(218,78,o), +(234,152,cs), +(499,1391,l), +(445,1391,l) +); +}, +{ +closed = 1; +nodes = ( +(141,991,l), +(691,991,l), +(701,1040,l), +(151,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(698,1518,l), +(560,1129,l), +(604,1129,l), +(758,1518,l) +); +} +); +}; +layerId = "77CAEEF5-7171-40B3-813E-9CBD10F8ED21"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +pos = (171,1); +ref = caron.alt; +} +); +width = 716; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (444,0); +}, +{ +name = center; +pos = (450,520); +}, +{ +name = top; +pos = (304,1384); +}, +{ +name = topright; +pos = (635,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,230,ls), +(220,80,o), +(326,-20,o), +(485,-20,cs), +(554,-20,o), +(635,-9,o), +(687,8,c), +(687,159,l), +(623,144,o), +(552,135,o), +(511,136,cs), +(444,141,o), +(400,183,o), +(400,241,cs), +(400,1332,l), +(220,1332,l) +); +}, +{ +closed = 1; +nodes = ( +(40,880,l), +(693,880,l), +(693,1040,l), +(40,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(535,1521,l), +(495,1122,l), +(568,1122,l), +(748,1521,l) +); +} +); +}; +layerId = "D653ADA0-4F79-4301-970B-CC221FC00658"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = t; +}, +{ +pos = (340,-1); +ref = caron.alt; +} +); +width = 753; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (422,-10); +}, +{ +name = center; +pos = (360,520); +}, +{ +name = top; +pos = (289,1389); +}, +{ +name = topright; +pos = (473,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(211,180,ls), +(211,60,o), +(301,-20,o), +(435,-20,cs), +(487,-20,o), +(551,-10,o), +(596,5,c), +(586,53,l), +(535,37,o), +(473,27,o), +(431,28,cs), +(329,31,o), +(261,93,o), +(261,182,cs), +(261,1382,l), +(211,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(40,991,l), +(590,991,l), +(590,1040,l), +(40,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(441,1518,l), +(386,1129,l), +(430,1129,l), +(501,1518,l) +); +} +); +}; +layerId = "4B22211B-CA7C-4421-AB1A-4862EC4A886B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = t; +}, +{ +pos = (193,1); +ref = caron.alt; +} +); +width = 656; +} +); +unicode = 357; +}, +{ +color = 10; +glyphname = tcedilla; +kernLeft = t; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (428,-393); +}, +{ +name = center; +pos = (360,520); +}, +{ +name = top; +pos = (289,1389); +}, +{ +name = topright; +pos = (473,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(211,180,ls), +(211,60,o), +(301,-20,o), +(435,-20,cs), +(487,-20,o), +(551,-10,o), +(596,5,c), +(586,53,l), +(535,37,o), +(473,27,o), +(431,28,cs), +(329,31,o), +(261,93,o), +(261,182,cs), +(261,1382,l), +(211,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(40,991,l), +(590,991,l), +(590,1040,l), +(40,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(525,-357,o), +(620,-307,o), +(620,-217,cs), +(620,-138,o), +(551,-93,o), +(427,-91,c), +(446,-10,l), +(396,-10,l), +(366,-136,l), +(497,-135,o), +(570,-163,o), +(570,-214,cs), +(570,-275,o), +(493,-309,o), +(355,-309,c), +(354,-357,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = t; +}, +{ +pos = (244,-10); +ref = cedillacomb; +} +); +width = 656; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (448,-437); +}, +{ +name = center; +pos = (450,520); +}, +{ +name = top; +pos = (304,1384); +}, +{ +name = topright; +pos = (635,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,230,ls), +(220,80,o), +(326,-20,o), +(485,-20,cs), +(554,-20,o), +(635,-9,o), +(687,8,c), +(687,159,l), +(623,144,o), +(552,135,o), +(511,136,cs), +(444,141,o), +(400,183,o), +(400,241,cs), +(400,1332,l), +(220,1332,l) +); +}, +{ +closed = 1; +nodes = ( +(40,880,l), +(693,880,l), +(693,1040,l), +(40,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(518,-365,o), +(650,-298,o), +(650,-195,cs), +(650,-126,o), +(589,-75,o), +(495,-65,c), +(505,2,l), +(379,2,l), +(351,-144,l), +(454,-143,o), +(520,-163,o), +(520,-195,cs), +(520,-221,o), +(449,-237,o), +(338,-237,c), +(314,-365,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = t; +}, +{ +pos = (204,0); +ref = cedillacomb; +} +); +width = 753; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (415,-393); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (371,1387); +}, +{ +name = topright; +pos = (750,1610); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,280,ls), +(170,91,o), +(318,-36,o), +(539,-38,cs), +(669,-40,o), +(797,-20,o), +(860,11,c), +(860,299,l), +(825,280,o), +(756,269,o), +(687,271,cs), +(617,276,o), +(570,315,o), +(570,368,cs), +(570,1398,l), +(170,1398,l) +); +}, +{ +closed = 1; +nodes = ( +(40,781,l), +(850,781,l), +(850,1101,l), +(40,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(550,-419,o), +(716,-336,o), +(716,-208,cs), +(716,-122,o), +(658,-67,o), +(561,-67,c), +(567,-10,l), +(339,-10,l), +(323,-159,l), +(454,-159,o), +(519,-179,o), +(519,-211,cs), +(519,-240,o), +(452,-258,o), +(317,-258,c), +(293,-419,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = t; +}, +{ +pos = (183,-10); +ref = cedillacomb; +} +); +width = 920; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (202,-393); +}, +{ +name = center; +pos = (397,520); +}, +{ +name = top; +pos = (481,1389); +}, +{ +name = topright; +pos = (731,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(183,150,ls), +(161,46,o), +(214,-20,o), +(321,-20,cs), +(375,-20,o), +(439,-10,o), +(487,5,c), +(488,53,l), +(430,36,o), +(369,27,o), +(327,28,cs), +(254,30,o), +(218,78,o), +(234,152,cs), +(499,1391,l), +(445,1391,l) +); +}, +{ +closed = 1; +nodes = ( +(141,991,l), +(691,991,l), +(701,1040,l), +(151,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(307,-357,o), +(413,-307,o), +(432,-217,cs), +(448,-138,o), +(389,-93,o), +(265,-91,c), +(302,-10,l), +(252,-10,l), +(195,-136,l), +(326,-135,o), +(393,-163,o), +(382,-214,cs), +(369,-275,o), +(285,-309,o), +(147,-309,c), +(136,-357,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (209,-10); +ref = cedillacomb; +} +); +width = 716; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (199,-437); +}, +{ +name = center; +pos = (451,520); +}, +{ +name = top; +pos = (499,1377); +}, +{ +name = topright; +pos = (841,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(155,210,ls), +(125,69,o), +(197,-20,o), +(341,-20,cs), +(384,-20,o), +(457,-9,o), +(532,8,c), +(537,159,l), +(479,144,o), +(418,135,o), +(380,136,cs), +(344,139,o), +(327,172,o), +(337,221,cs), +(588,1376,l), +(398,1376,l) +); +}, +{ +closed = 1; +nodes = ( +(117,880,l), +(710,880,l), +(744,1040,l), +(151,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(285,-365,o), +(431,-298,o), +(453,-195,cs), +(467,-126,o), +(417,-75,o), +(325,-65,c), +(350,2,l), +(224,2,l), +(165,-144,l), +(268,-143,o), +(330,-163,o), +(323,-195,cs), +(317,-221,o), +(243,-237,o), +(132,-237,c), +(81,-365,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (164,0); +ref = cedillacomb; +} +); +width = 761; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (204,-393); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (564,1443); +}, +{ +name = topright; +pos = (954,1602); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(117,300,ls), +(74,94,o), +(188,-36,o), +(414,-38,cs), +(476,-39,o), +(615,-32,o), +(679,-19,c), +(700,269,l), +(680,266,o), +(607,264,o), +(577,265,cs), +(536,268,o), +(515,292,o), +(523,328,cs), +(766,1443,l), +(353,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(94,801,l), +(834,801,l), +(897,1101,l), +(157,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(332,-449,o), +(543,-358,o), +(570,-228,cs), +(591,-133,o), +(535,-67,o), +(435,-67,c), +(458,-10,l), +(200,-10,l), +(132,-159,l), +(259,-159,o), +(344,-180,o), +(337,-211,cs), +(331,-239,o), +(235,-258,o), +(105,-258,c), +(60,-449,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (160,-10); +ref = cedillacomb; +} +); +width = 920; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (204,-393); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (564,1443); +}, +{ +name = topright; +pos = (954,1602); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(117,300,ls), +(74,94,o), +(188,-36,o), +(414,-38,cs), +(476,-39,o), +(615,-32,o), +(679,-19,c), +(700,269,l), +(680,266,o), +(607,264,o), +(577,265,cs), +(536,268,o), +(515,292,o), +(523,328,cs), +(766,1443,l), +(353,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(94,801,l), +(834,801,l), +(897,1101,l), +(157,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(332,-449,o), +(543,-358,o), +(570,-228,cs), +(591,-133,o), +(535,-67,o), +(435,-67,c), +(458,-10,l), +(200,-10,l), +(132,-159,l), +(259,-159,o), +(344,-180,o), +(337,-211,cs), +(331,-239,o), +(235,-258,o), +(105,-258,c), +(60,-449,l) +); +} +); +}; +layerId = "5149F343-C59B-4755-AFDC-262F12122402"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (160,-10); +ref = cedillacomb; +} +); +width = 920; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (199,-437); +}, +{ +name = center; +pos = (451,520); +}, +{ +name = top; +pos = (499,1377); +}, +{ +name = topright; +pos = (841,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(155,210,ls), +(125,69,o), +(197,-20,o), +(341,-20,cs), +(384,-20,o), +(457,-9,o), +(532,8,c), +(537,159,l), +(479,144,o), +(418,135,o), +(380,136,cs), +(344,139,o), +(327,172,o), +(337,221,cs), +(588,1376,l), +(398,1376,l) +); +}, +{ +closed = 1; +nodes = ( +(117,880,l), +(710,880,l), +(744,1040,l), +(151,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(285,-365,o), +(431,-298,o), +(453,-195,cs), +(467,-126,o), +(417,-75,o), +(325,-65,c), +(350,2,l), +(224,2,l), +(165,-144,l), +(268,-143,o), +(330,-163,o), +(323,-195,cs), +(317,-221,o), +(243,-237,o), +(132,-237,c), +(81,-365,l) +); +} +); +}; +layerId = "202E0B24-A21C-43BA-8112-5C0C0C6BAD65"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (164,0); +ref = cedillacomb; +} +); +width = 761; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (415,-393); +}, +{ +name = center; +pos = (439,550); +}, +{ +name = top; +pos = (371,1387); +}, +{ +name = topright; +pos = (750,1610); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,280,ls), +(170,91,o), +(318,-36,o), +(539,-38,cs), +(669,-40,o), +(797,-20,o), +(860,11,c), +(860,299,l), +(825,280,o), +(756,269,o), +(687,271,cs), +(617,276,o), +(570,315,o), +(570,368,cs), +(570,1398,l), +(170,1398,l) +); +}, +{ +closed = 1; +nodes = ( +(40,781,l), +(850,781,l), +(850,1101,l), +(40,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(550,-419,o), +(716,-336,o), +(716,-208,cs), +(716,-122,o), +(658,-67,o), +(561,-67,c), +(567,-10,l), +(339,-10,l), +(323,-159,l), +(454,-159,o), +(519,-179,o), +(519,-211,cs), +(519,-240,o), +(452,-258,o), +(317,-258,c), +(293,-419,l) +); +} +); +}; +layerId = "BBDFE35D-B236-46E0-8646-F7ECC7802CAF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = t; +}, +{ +pos = (183,-10); +ref = cedillacomb; +} +); +width = 920; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (202,-393); +}, +{ +name = center; +pos = (397,520); +}, +{ +name = top; +pos = (481,1389); +}, +{ +name = topright; +pos = (731,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(183,150,ls), +(161,46,o), +(214,-20,o), +(321,-20,cs), +(375,-20,o), +(439,-10,o), +(487,5,c), +(488,53,l), +(430,36,o), +(369,27,o), +(327,28,cs), +(254,30,o), +(218,78,o), +(234,152,cs), +(499,1391,l), +(445,1391,l) +); +}, +{ +closed = 1; +nodes = ( +(141,991,l), +(691,991,l), +(701,1040,l), +(151,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(307,-357,o), +(413,-307,o), +(432,-217,cs), +(448,-138,o), +(389,-93,o), +(265,-91,c), +(302,-10,l), +(252,-10,l), +(195,-136,l), +(326,-135,o), +(393,-163,o), +(382,-214,cs), +(369,-275,o), +(285,-309,o), +(147,-309,c), +(136,-357,l) +); +} +); +}; +layerId = "0ACA935C-E169-4055-A735-534ED2316FBB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = t; +}, +{ +alignment = -1; +pos = (209,-10); +ref = cedillacomb; +} +); +width = 716; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (448,-437); +}, +{ +name = center; +pos = (450,520); +}, +{ +name = top; +pos = (304,1384); +}, +{ +name = topright; +pos = (635,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,230,ls), +(220,80,o), +(326,-20,o), +(485,-20,cs), +(554,-20,o), +(635,-9,o), +(687,8,c), +(687,159,l), +(623,144,o), +(552,135,o), +(511,136,cs), +(444,141,o), +(400,183,o), +(400,241,cs), +(400,1332,l), +(220,1332,l) +); +}, +{ +closed = 1; +nodes = ( +(40,880,l), +(693,880,l), +(693,1040,l), +(40,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(518,-365,o), +(650,-298,o), +(650,-195,cs), +(650,-126,o), +(589,-75,o), +(495,-65,c), +(505,2,l), +(379,2,l), +(351,-144,l), +(454,-143,o), +(520,-163,o), +(520,-195,cs), +(520,-221,o), +(449,-237,o), +(338,-237,c), +(314,-365,l) +); +} +); +}; +layerId = "B34AA409-6820-4EF3-BCBD-CDACE5A9C8DF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = t; +}, +{ +pos = (204,0); +ref = cedillacomb; +} +); +width = 753; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (428,-393); +}, +{ +name = center; +pos = (360,520); +}, +{ +name = top; +pos = (289,1389); +}, +{ +name = topright; +pos = (473,1520); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(211,180,ls), +(211,60,o), +(301,-20,o), +(435,-20,cs), +(487,-20,o), +(551,-10,o), +(596,5,c), +(586,53,l), +(535,37,o), +(473,27,o), +(431,28,cs), +(329,31,o), +(261,93,o), +(261,182,cs), +(261,1382,l), +(211,1382,l) +); +}, +{ +closed = 1; +nodes = ( +(40,991,l), +(590,991,l), +(590,1040,l), +(40,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(525,-357,o), +(620,-307,o), +(620,-217,cs), +(620,-138,o), +(551,-93,o), +(427,-91,c), +(446,-10,l), +(396,-10,l), +(366,-136,l), +(497,-135,o), +(570,-163,o), +(570,-214,cs), +(570,-275,o), +(493,-309,o), +(355,-309,c), +(354,-357,l) +); +} +); +}; +layerId = "FD637D98-07DA-4B2B-BAF3-297D361B184E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = t; +}, +{ +pos = (244,-10); +ref = cedillacomb; +} +); +width = 656; +} +); +unicode = 355; +}, +{ +color = 10; +glyphname = tcommaaccent; +kernLeft = t; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = t; +}, +{ +pos = (203,-10); +ref = commaaccentcomb; +} +); +width = 656; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = t; +}, +{ +pos = (180,0); +ref = commaaccentcomb; +} +); +width = 753; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = t; +}, +{ +pos = (68,-10); +ref = commaaccentcomb; +} +); +width = 920; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = t; +}, +{ +pos = (179,-10); +ref = commaaccentcomb; +} +); +width = 656; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = t; +}, +{ +pos = (186,0); +ref = commaaccentcomb; +} +); +width = 701; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = t; +}, +{ +pos = (65,-10); +ref = commaaccentcomb; +} +); +width = 860; +} +); +unicode = 539; +}, +{ +color = 6; +glyphname = u; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (517,1040); +}, +{ +name = topright; +pos = (967,940); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +} +); +width = 1035; +}, +{ +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (560,1040); +}, +{ +name = topright; +pos = (906,940); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1020,143,o), +(1020,402,c), +(1020,1040,l), +(840,1040,l), +(840,402,l), +(840,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(280,241,o), +(280,402,c), +(280,1040,l), +(100,1040,l), +(100,402,l), +(100,143,o), +(282,-20,o), +(572,-20,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +} +); +width = 1120; +}, +{ +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1100); +}, +{ +name = topright; +pos = (1246,998); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +} +); +width = 1340; +}, +{ +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (661,1040); +}, +{ +name = topright; +pos = (836,940); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +} +); +width = 1075; +}, +{ +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (666,1040); +}, +{ +name = topright; +pos = (1000,940); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +} +); +width = 1130; +}, +{ +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (817,1100); +}, +{ +name = topright; +pos = (1372,998); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +} +); +width = 1400; +} +); +metricLeft = i; +metricRight = i; +unicode = 117; +}, +{ +color = 10; +glyphname = uacute; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (398,83); +ref = acutecomb; +} +); +width = 1035; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (383,82); +ref = acutecomb; +} +); +width = 1120; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (453,209); +ref = acutecomb; +} +); +width = 1340; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = u; +}, +{ +pos = (472,83); +ref = acutecomb; +} +); +width = 1075; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = u; +}, +{ +pos = (400,82); +ref = acutecomb; +} +); +width = 1130; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = u; +}, +{ +pos = (482,-1); +ref = acutecomb; +} +); +width = 1400; +} +); +unicode = 250; +}, +{ +color = 10; +glyphname = ubreve; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (517,1335); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(634,1184,o), +(707,1258,o), +(707,1375,c), +(659,1375,l), +(658,1286,o), +(604,1228,o), +(518,1228,cs), +(432,1228,o), +(378,1286,o), +(377,1375,c), +(329,1375,l), +(329,1258,o), +(402,1184,o), +(518,1184,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (219,100); +ref = brevecomb; +} +); +width = 1035; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (560,1313); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(707,1135,o), +(799,1220,o), +(799,1356,c), +(632,1356,l), +(631,1298,o), +(603,1262,o), +(560,1262,cs), +(517,1262,o), +(489,1298,o), +(488,1356,c), +(321,1356,l), +(321,1220,o), +(413,1135,o), +(560,1135,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,100); +ref = brevecomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1473); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(894,1202,o), +(1035,1326,o), +(1035,1523,c), +(766,1523,l), +(765,1447,o), +(728,1399,o), +(670,1399,cs), +(612,1399,o), +(575,1447,o), +(574,1523,c), +(305,1523,l), +(305,1326,o), +(446,1202,o), +(670,1202,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (195,100); +ref = brevecomb; +} +); +width = 1340; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (713,1335); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(803,1184,o), +(889,1258,o), +(910,1375,c), +(862,1375,l), +(845,1286,o), +(781,1228,o), +(695,1228,cs), +(609,1228,o), +(565,1286,o), +(580,1375,c), +(532,1375,l), +(511,1258,o), +(571,1184,o), +(687,1184,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (261,100); +ref = brevecomb; +} +); +width = 1135; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (714,1313); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(830,1135,o), +(937,1220,o), +(960,1356,c), +(793,1356,l), +(782,1298,o), +(748,1262,o), +(705,1262,cs), +(662,1262,o), +(640,1298,o), +(649,1356,c), +(482,1356,l), +(459,1220,o), +(536,1135,o), +(683,1135,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (221,100); +ref = brevecomb; +} +); +width = 1220; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (882,1473); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(1059,1202,o), +(1222,1326,o), +(1256,1523,c), +(987,1523,l), +(973,1447,o), +(927,1399,o), +(869,1399,cs), +(811,1399,o), +(783,1447,o), +(795,1523,c), +(526,1523,l), +(492,1326,o), +(611,1202,o), +(835,1202,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (230,100); +ref = brevecomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (882,1473); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(1059,1202,o), +(1222,1326,o), +(1256,1523,c), +(987,1523,l), +(973,1447,o), +(927,1399,o), +(869,1399,cs), +(811,1399,o), +(783,1447,o), +(795,1523,c), +(526,1523,l), +(492,1326,o), +(611,1202,o), +(835,1202,cs) +); +} +); +}; +layerId = "23801B9D-2137-4D34-B575-741CF24F30F9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (230,100); +ref = brevecomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (714,1313); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(830,1135,o), +(937,1220,o), +(960,1356,c), +(793,1356,l), +(782,1298,o), +(748,1262,o), +(705,1262,cs), +(662,1262,o), +(640,1298,o), +(649,1356,c), +(482,1356,l), +(459,1220,o), +(536,1135,o), +(683,1135,cs) +); +} +); +}; +layerId = "67FFE254-A1A5-4B8E-8936-4DFF0DB38D73"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (221,100); +ref = brevecomb; +} +); +width = 1220; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1473); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(894,1202,o), +(1035,1326,o), +(1035,1523,c), +(766,1523,l), +(765,1447,o), +(728,1399,o), +(670,1399,cs), +(612,1399,o), +(575,1447,o), +(574,1523,c), +(305,1523,l), +(305,1326,o), +(446,1202,o), +(670,1202,cs) +); +} +); +}; +layerId = "55F3FCFF-267B-4F38-B807-8E56189CB060"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (195,100); +ref = brevecomb; +} +); +width = 1340; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (713,1335); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(803,1184,o), +(889,1258,o), +(910,1375,c), +(862,1375,l), +(845,1286,o), +(781,1228,o), +(695,1228,cs), +(609,1228,o), +(565,1286,o), +(580,1375,c), +(532,1375,l), +(511,1258,o), +(571,1184,o), +(687,1184,cs) +); +} +); +}; +layerId = "0C69FD99-1F6F-4171-AEE8-55DBC563ED8C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (261,100); +ref = brevecomb; +} +); +width = 1135; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (560,1313); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(707,1135,o), +(799,1220,o), +(799,1356,c), +(632,1356,l), +(631,1298,o), +(603,1262,o), +(560,1262,cs), +(517,1262,o), +(489,1298,o), +(488,1356,c), +(321,1356,l), +(321,1220,o), +(413,1135,o), +(560,1135,cs) +); +} +); +}; +layerId = "0D0FC562-842E-4015-8113-244BEEFE5269"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,100); +ref = brevecomb; +} +); +width = 1120; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (517,1335); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(634,1184,o), +(707,1258,o), +(707,1375,c), +(659,1375,l), +(658,1286,o), +(604,1228,o), +(518,1228,cs), +(432,1228,o), +(378,1286,o), +(377,1375,c), +(329,1375,l), +(329,1258,o), +(402,1184,o), +(518,1184,cs) +); +} +); +}; +layerId = "80F45CF7-9351-4FA4-8644-ADD113D95EF8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (219,100); +ref = brevecomb; +} +); +width = 1035; +} +); +unicode = 365; +}, +{ +color = 10; +glyphname = ucaron; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (517,1213); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (517,1333); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(539,1172,l), +(724,1381,l), +(660,1381,l), +(518,1219,l), +(516,1219,l), +(374,1381,l), +(310,1381,l), +(495,1172,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (200,100); +ref = caroncomb; +} +); +width = 1035; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (550,1178); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (560,1323); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(662,1147,l), +(832,1386,l), +(638,1386,l), +(562,1251,l), +(556,1251,l), +(482,1386,l), +(288,1386,l), +(456,1147,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (178,100); +ref = caroncomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (675,1248); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1522); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(864,1216,l), +(1090,1565,l), +(778,1565,l), +(681,1390,l), +(671,1390,l), +(572,1565,l), +(260,1565,l), +(488,1216,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (150,100); +ref = caroncomb; +} +); +width = 1340; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (690,1213); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (715,1333); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(708,1152,l), +(937,1361,l), +(868,1361,l), +(692,1199,l), +(690,1199,l), +(582,1361,l), +(523,1361,l), +(664,1152,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (254,100); +ref = caroncomb; +} +); +width = 1135; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (664,1178); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (696,1323); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(784,1147,l), +(1004,1386,l), +(796,1386,l), +(696,1251,l), +(690,1251,l), +(640,1386,l), +(460,1386,l), +(578,1147,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (192,100); +ref = caroncomb; +} +); +width = 1220; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (821,1245); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (885,1513); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(1013,1210,l), +(1323,1559,l), +(991,1559,l), +(867,1384,l), +(857,1384,l), +(785,1559,l), +(493,1559,l), +(647,1210,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (189,94); +ref = caroncomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (821,1245); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (885,1513); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(1013,1210,l), +(1323,1559,l), +(991,1559,l), +(867,1384,l), +(857,1384,l), +(785,1559,l), +(493,1559,l), +(647,1210,l) +); +} +); +}; +layerId = "0C87F5F1-0ADE-42BE-A331-3F15539FEC81"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (189,94); +ref = caroncomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (664,1178); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (696,1323); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(784,1147,l), +(1004,1386,l), +(796,1386,l), +(696,1251,l), +(690,1251,l), +(640,1386,l), +(460,1386,l), +(578,1147,l) +); +} +); +}; +layerId = "331D9ACD-C79D-4B55-8F78-BD0BB9D5758E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (192,100); +ref = caroncomb; +} +); +width = 1220; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (675,1248); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1522); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(864,1216,l), +(1090,1565,l), +(778,1565,l), +(681,1390,l), +(671,1390,l), +(572,1565,l), +(260,1565,l), +(488,1216,l) +); +} +); +}; +layerId = "905B1603-F749-43F5-A56E-61FDAF6879E5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (150,100); +ref = caroncomb; +} +); +width = 1340; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (690,1213); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (715,1333); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(708,1152,l), +(937,1361,l), +(868,1361,l), +(692,1199,l), +(690,1199,l), +(582,1361,l), +(523,1361,l), +(664,1152,l) +); +} +); +}; +layerId = "20F05A5C-1605-4215-885B-78480683A4E7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (254,100); +ref = caroncomb; +} +); +width = 1135; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (550,1178); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (560,1323); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(662,1147,l), +(832,1386,l), +(638,1386,l), +(562,1251,l), +(556,1251,l), +(482,1386,l), +(288,1386,l), +(456,1147,l) +); +} +); +}; +layerId = "1CDF4099-32E6-4E1A-8D08-2C53FF2550AA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (178,100); +ref = caroncomb; +} +); +width = 1120; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (517,1213); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (517,1333); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(539,1172,l), +(724,1381,l), +(660,1381,l), +(518,1219,l), +(516,1219,l), +(374,1381,l), +(310,1381,l), +(495,1172,l) +); +} +); +}; +layerId = "1F2BAF00-04BB-457F-BAF5-3A08B7095FEB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (200,100); +ref = caroncomb; +} +); +width = 1035; +} +); +unicode = 468; +}, +{ +color = 10; +glyphname = ucircumflex; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (515,1354); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(308,1186,l), +(372,1186,l), +(514,1348,l), +(516,1348,l), +(658,1186,l), +(722,1186,l), +(537,1395,l), +(493,1395,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (198,100); +ref = circumflexcomb; +} +); +width = 1035; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (551,1343); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(289,1135,l), +(483,1135,l), +(557,1250,l), +(563,1250,l), +(639,1135,l), +(833,1135,l), +(663,1374,l), +(457,1374,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (179,100); +ref = circumflexcomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1511); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(255,1194,l), +(567,1194,l), +(666,1369,l), +(676,1369,l), +(773,1194,l), +(1085,1194,l), +(859,1543,l), +(483,1543,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (145,100); +ref = circumflexcomb; +} +); +width = 1340; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (725,1354); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(483,1186,l), +(547,1186,l), +(723,1348,l), +(725,1348,l), +(833,1186,l), +(897,1186,l), +(756,1395,l), +(712,1395,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (252,100); +ref = circumflexcomb; +} +); +width = 1135; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (728,1343); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(411,1135,l), +(605,1135,l), +(703,1250,l), +(709,1250,l), +(761,1135,l), +(955,1135,l), +(835,1374,l), +(629,1374,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (197,100); +ref = circumflexcomb; +} +); +width = 1220; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (904,1481); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(422,1194,l), +(734,1194,l), +(870,1369,l), +(880,1369,l), +(940,1194,l), +(1252,1194,l), +(1100,1543,l), +(724,1543,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (196,100); +ref = circumflexcomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (904,1481); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(422,1194,l), +(734,1194,l), +(870,1369,l), +(880,1369,l), +(940,1194,l), +(1252,1194,l), +(1100,1543,l), +(724,1543,l) +); +} +); +}; +layerId = "52DCDEE2-9FBA-4EC7-9B94-4567F60C4050"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (196,100); +ref = circumflexcomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (728,1343); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(411,1135,l), +(605,1135,l), +(703,1250,l), +(709,1250,l), +(761,1135,l), +(955,1135,l), +(835,1374,l), +(629,1374,l) +); +} +); +}; +layerId = "E86CB173-5A3C-499A-9268-D753FEEB30EC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (197,100); +ref = circumflexcomb; +} +); +width = 1220; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1511); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(255,1194,l), +(567,1194,l), +(666,1369,l), +(676,1369,l), +(773,1194,l), +(1085,1194,l), +(859,1543,l), +(483,1543,l) +); +} +); +}; +layerId = "99F64584-EC78-4565-8E23-8B5A4EA778FA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (145,100); +ref = circumflexcomb; +} +); +width = 1340; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (725,1354); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(483,1186,l), +(547,1186,l), +(723,1348,l), +(725,1348,l), +(833,1186,l), +(897,1186,l), +(756,1395,l), +(712,1395,l) +); +} +); +}; +layerId = "92759837-6430-4E68-894A-DF7BCD433701"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (252,100); +ref = circumflexcomb; +} +); +width = 1135; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (551,1343); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(289,1135,l), +(483,1135,l), +(557,1250,l), +(563,1250,l), +(639,1135,l), +(833,1135,l), +(663,1374,l), +(457,1374,l) +); +} +); +}; +layerId = "A74F5714-BF44-4491-9587-7B5EAE96A366"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (179,100); +ref = circumflexcomb; +} +); +width = 1120; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (515,1354); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(308,1186,l), +(372,1186,l), +(514,1348,l), +(516,1348,l), +(658,1186,l), +(722,1186,l), +(537,1395,l), +(493,1395,l) +); +} +); +}; +layerId = "511AE8E3-8AE1-4CB8-AD52-1E5DD97F8D55"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (198,100); +ref = circumflexcomb; +} +); +width = 1035; +} +); +unicode = 251; +}, +{ +color = 10; +glyphname = udieresis; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (231,100); +ref = dieresiscomb; +} +); +width = 1035; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (207,100); +ref = dieresiscomb; +} +); +width = 1120; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (211,100); +ref = dieresiscomb; +} +); +width = 1340; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = u; +}, +{ +pos = (273,100); +ref = dieresiscomb; +} +); +width = 1075; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = u; +}, +{ +pos = (215,100); +ref = dieresiscomb; +} +); +width = 1130; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = u; +}, +{ +pos = (262,100); +ref = dieresiscomb; +} +); +width = 1400; +} +); +unicode = 252; +}, +{ +color = 10; +glyphname = ugrave; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (427,1297); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(492,1170,l), +(536,1170,l), +(461,1399,l), +(401,1399,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (291,100); +ref = gravecomb; +} +); +width = 1035; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (436,1363); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(474,1165,l), +(637,1165,l), +(547,1414,l), +(334,1414,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (224,100); +ref = gravecomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (550,1541); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(544,1240,l), +(787,1240,l), +(717,1579,l), +(364,1579,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (254,100); +ref = gravecomb; +} +); +width = 1340; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (571,1297); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(642,1170,l), +(686,1170,l), +(659,1399,l), +(599,1399,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (322,100); +ref = gravecomb; +} +); +width = 1135; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (562,1363); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(604,1165,l), +(767,1165,l), +(729,1414,l), +(516,1414,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (242,100); +ref = gravecomb; +} +); +width = 1220; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (727,1541); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(725,1240,l), +(968,1240,l), +(970,1579,l), +(617,1579,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (310,100); +ref = gravecomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (727,1541); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(725,1240,l), +(968,1240,l), +(970,1579,l), +(617,1579,l) +); +} +); +}; +layerId = "A03A4889-A5BD-4EF6-A990-B9A14F01A0E9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (310,100); +ref = gravecomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (562,1363); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(604,1165,l), +(767,1165,l), +(729,1414,l), +(516,1414,l) +); +} +); +}; +layerId = "FA52FF0E-D784-4CD9-9D4D-58606B4C237C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (242,100); +ref = gravecomb; +} +); +width = 1220; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (550,1541); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(544,1240,l), +(787,1240,l), +(717,1579,l), +(364,1579,l) +); +} +); +}; +layerId = "621CACF3-6D21-4CC8-8047-67A789785F73"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (254,100); +ref = gravecomb; +} +); +width = 1340; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (571,1297); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(642,1170,l), +(686,1170,l), +(659,1399,l), +(599,1399,l) +); +} +); +}; +layerId = "A8442CEC-CD05-4B4B-AD3D-9C3BF7870DC3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (322,100); +ref = gravecomb; +} +); +width = 1135; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (436,1363); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(474,1165,l), +(637,1165,l), +(547,1414,l), +(334,1414,l) +); +} +); +}; +layerId = "0CDCB0AE-2FBD-4769-B339-F00879A92F05"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (224,100); +ref = gravecomb; +} +); +width = 1120; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (427,1297); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(492,1170,l), +(536,1170,l), +(461,1399,l), +(401,1399,l) +); +} +); +}; +layerId = "1D558C01-68E0-48CD-A77F-20FE9BBC66FB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (291,100); +ref = gravecomb; +} +); +width = 1035; +} +); +unicode = 249; +}, +{ +color = 10; +glyphname = uhungarumlaut; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (237,100); +ref = hungarumlautcomb; +} +); +width = 1035; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (248,100); +ref = hungarumlautcomb; +} +); +width = 1120; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (190,100); +ref = hungarumlautcomb; +} +); +width = 1340; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = u; +}, +{ +pos = (291,100); +ref = hungarumlautcomb; +} +); +width = 1075; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = u; +}, +{ +pos = (270,100); +ref = hungarumlautcomb; +} +); +width = 1130; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = u; +}, +{ +pos = (242,100); +ref = hungarumlautcomb; +} +); +width = 1400; +} +); +unicode = 369; +}, +{ +color = 10; +glyphname = umacron; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (507,1263); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(317,1231,l), +(698,1231,l), +(698,1279,l), +(317,1279,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (207,100); +ref = macroncomb; +} +); +width = 1035; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (560,1328); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(323,1188,l), +(794,1188,l), +(794,1328,l), +(323,1328,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (213,100); +ref = macroncomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1488); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(343,1273,l), +(996,1273,l), +(996,1513,l), +(343,1513,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (233,100); +ref = macroncomb; +} +); +width = 1340; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (691,1263); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(496,1231,l), +(877,1231,l), +(887,1279,l), +(506,1279,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (255,100); +ref = macroncomb; +} +); +width = 1135; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (736,1328); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(454,1188,l), +(925,1188,l), +(955,1328,l), +(484,1328,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (228,100); +ref = macroncomb; +} +); +width = 1220; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (907,1488); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(534,1273,l), +(1187,1273,l), +(1239,1513,l), +(586,1513,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (292,100); +ref = macroncomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (584,-2); +}, +{ +name = ogonek; +pos = (592,-3); +}, +{ +name = top; +pos = (907,1488); +}, +{ +name = topright; +pos = (1372,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(958,-37,o), +(1204,143,o), +(1260,407,c), +(1407,1099,l), +(1007,1099,l), +(869,448,l), +(845,337,o), +(750,253,o), +(624,253,c), +(517,253,o), +(465,337,o), +(489,448,c), +(627,1099,l), +(227,1099,l), +(80,407,l), +(24,143,o), +(233,-37,o), +(623,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(534,1273,l), +(1187,1273,l), +(1239,1513,l), +(586,1513,l) +); +} +); +}; +layerId = "C2C71070-76B7-4D01-A790-C247376773A7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (292,100); +ref = macroncomb; +} +); +width = 1460; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (466,-1); +}, +{ +name = ogonek; +pos = (464,-11); +}, +{ +name = top; +pos = (736,1328); +}, +{ +name = topright; +pos = (1000,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(745,-20,o), +(945,143,o), +(1000,402,c), +(1136,1040,l), +(956,1040,l), +(820,402,l), +(786,241,o), +(653,140,o), +(476,140,c), +(309,140,o), +(226,241,o), +(260,402,c), +(396,1040,l), +(216,1040,l), +(80,402,l), +(25,143,o), +(180,-20,o), +(482,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(454,1188,l), +(925,1188,l), +(955,1328,l), +(484,1328,l) +); +} +); +}; +layerId = "97F5D4E1-FEDB-4650-A253-3CA37BF53165"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (228,100); +ref = macroncomb; +} +); +width = 1220; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (671,-2); +}, +{ +name = ogonek; +pos = (679,-3); +}, +{ +name = top; +pos = (670,1488); +}, +{ +name = topright; +pos = (1246,998); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(996,-36,o), +(1230,137,o), +(1230,377,c), +(1230,1099,l), +(830,1099,l), +(830,468,l), +(830,361,o), +(764,284,o), +(674,284,c), +(579,284,o), +(510,361,o), +(510,468,c), +(510,1099,l), +(110,1099,l), +(110,377,l), +(110,137,o), +(347,-36,o), +(674,-36,c) +); +}, +{ +closed = 1; +nodes = ( +(343,1273,l), +(996,1273,l), +(996,1513,l), +(343,1513,l) +); +} +); +}; +layerId = "FD4B5EC4-5495-442D-A896-86FB58CFD052"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (233,100); +ref = macroncomb; +} +); +width = 1340; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (-764,-1); +}, +{ +name = ogonek; +pos = (444,8); +}, +{ +name = top; +pos = (691,1263); +}, +{ +name = topright; +pos = (836,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(695,-15,o), +(884,133,o), +(934,368,c), +(1077,1040,l), +(1027,1040,l), +(884,368,l), +(841,163,o), +(664,34,o), +(424,34,c), +(200,34,o), +(86,163,o), +(129,368,c), +(272,1040,l), +(222,1040,l), +(79,368,l), +(29,133,o), +(170,-15,o), +(444,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(496,1231,l), +(877,1231,l), +(887,1279,l), +(506,1279,l) +); +} +); +}; +layerId = "5D824F3B-4B11-408F-A416-57EFE8D4532E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = u; +}, +{ +alignment = -1; +pos = (255,100); +ref = macroncomb; +} +); +width = 1135; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (572,-1); +}, +{ +name = ogonek; +pos = (572,-11); +}, +{ +name = top; +pos = (560,1328); +}, +{ +name = topright; +pos = (906,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(847,-20,o), +(1010,143,o), +(1010,402,c), +(1010,1040,l), +(830,1040,l), +(830,402,l), +(830,241,o), +(737,140,o), +(572,140,c), +(393,140,o), +(290,241,o), +(290,402,c), +(290,1040,l), +(110,1040,l), +(110,402,l), +(110,143,o), +(282,-20,o), +(572,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(323,1188,l), +(794,1188,l), +(794,1328,l), +(323,1328,l) +); +} +); +}; +layerId = "96C87930-8F15-4722-A784-B490C3EAEB83"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (213,100); +ref = macroncomb; +} +); +width = 1120; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (526,-1); +}, +{ +name = ogonek; +pos = (526,8); +}, +{ +name = top; +pos = (507,1263); +}, +{ +name = topright; +pos = (967,940); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(783,-15,o), +(925,133,o), +(925,368,c), +(925,1040,l), +(875,1040,l), +(875,368,l), +(875,163,o), +(753,34,o), +(526,34,c), +(289,34,o), +(160,163,o), +(160,368,c), +(160,1040,l), +(110,1040,l), +(110,368,l), +(110,133,o), +(258,-15,o), +(526,-15,c) +); +}, +{ +closed = 1; +nodes = ( +(317,1231,l), +(698,1231,l), +(698,1279,l), +(317,1279,l) +); +} +); +}; +layerId = "C2CB19CA-E0EE-436A-B443-A5F509881246"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = u; +}, +{ +pos = (207,100); +ref = macroncomb; +} +); +width = 1035; +} +); +unicode = 363; +}, +{ +color = 10; +glyphname = uogonek; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (297,8); +ref = ogonekcomb; +} +); +width = 1035; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (275,-11); +ref = ogonekcomb; +} +); +width = 1120; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (317,-3); +ref = ogonekcomb; +} +); +width = 1340; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = u; +}, +{ +pos = (354,8); +ref = ogonekcomb; +} +); +width = 1075; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = u; +}, +{ +pos = (316,-11); +ref = ogonekcomb; +} +); +width = 1130; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = u; +}, +{ +pos = (381,-3); +ref = ogonekcomb; +} +); +width = 1400; +} +); +unicode = 371; +}, +{ +color = 10; +glyphname = uring; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = u; +}, +{ +pos = (272,99); +ref = ringcomb; +} +); +width = 1035; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = u; +}, +{ +pos = (273,100); +ref = ringcomb; +} +); +width = 1120; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = u; +}, +{ +pos = (297,100); +ref = ringcomb; +} +); +width = 1340; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = u; +}, +{ +pos = (328,99); +ref = ringcomb; +} +); +width = 1075; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = u; +}, +{ +pos = (284,100); +ref = ringcomb; +} +); +width = 1130; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = u; +}, +{ +pos = (333,100); +ref = ringcomb; +} +); +width = 1400; +} +); +unicode = 367; +}, +{ +color = 6; +glyphname = v; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (477,-1); +}, +{ +name = top; +pos = (474,1040); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(474,1000,l), +(474,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-22,0,l), +(975,0,l), +(975,1000,l), +(-22,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(975,500,l), +(-22,500,l) +); +}, +{ +closed = 0; +nodes = ( +(975,0,l), +(-22,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(-23,0,l), +(975,1000,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(497,-20,l), +(928,1040,l), +(873,1040,l), +(477,55,l), +(473,55,l), +(75,1040,l), +(20,1040,l), +(453,-20,l) +); +} +); +width = 948; +}, +{ +anchors = ( +{ +name = bottom; +pos = (509,0); +}, +{ +name = top; +pos = (512,1040); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(510,940,l), +(510,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-20,0,l), +(1044,0,l), +(1044,940,l), +(-20,940,l) +); +}, +{ +closed = 0; +nodes = ( +(1044,470,l), +(-20,470,l) +); +}, +{ +closed = 0; +nodes = ( +(1044,0,l), +(-20,940,l) +); +}, +{ +closed = 0; +nodes = ( +(-21,0,l), +(1044,940,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(604,0,l), +(1014,1040,l), +(822,1040,l), +(517,215,l), +(505,215,l), +(202,1040,l), +(10,1040,l), +(422,0,l) +); +} +); +width = 1024; +}, +{ +anchors = ( +{ +name = bottom; +pos = (616,0); +}, +{ +name = top; +pos = (616,1100); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(616,1000,l), +(616,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-6,0,l), +(1242,0,l), +(1242,1000,l), +(-6,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(1242,500,l), +(-6,500,l) +); +}, +{ +closed = 0; +nodes = ( +(1242,0,l), +(-6,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(-7,0,l), +(1242,1000,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(860,0,l), +(1222,1100,l), +(785,1100,l), +(625,304,l), +(607,304,l), +(447,1100,l), +(10,1100,l), +(372,0,l) +); +} +); +width = 1232; +}, +{ +anchors = ( +{ +name = bottom; +pos = (451,-1); +}, +{ +name = top; +pos = (631,1040); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(538,1000,l), +(538,0,l) +); +}, +{ +closed = 1; +nodes = ( +(42,0,l), +(1039,0,l), +(1039,1000,l), +(42,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(1039,500,l), +(42,500,l) +); +}, +{ +closed = 0; +nodes = ( +(1039,0,l), +(42,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(41,0,l), +(1039,1000,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(471,-20,l), +(1148,1040,l), +(1090,1040,l), +(461,55,l), +(457,55,l), +(172,1040,l), +(121,1040,l), +(428,-20,l) +); +} +); +width = 1047; +}, +{ +anchors = ( +{ +name = bottom; +pos = (466,0); +}, +{ +name = top; +pos = (653,1040); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(559,940,l), +(559,0,l) +); +}, +{ +closed = 1; +nodes = ( +(29,0,l), +(1093,0,l), +(1093,940,l), +(29,940,l) +); +}, +{ +closed = 0; +nodes = ( +(1093,470,l), +(29,470,l) +); +}, +{ +closed = 0; +nodes = ( +(1093,0,l), +(29,940,l) +); +}, +{ +closed = 0; +nodes = ( +(28,0,l), +(1093,940,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(591,0,l), +(1215,1040,l), +(1003,1040,l), +(507,185,l), +(495,185,l), +(303,1040,l), +(121,1040,l), +(379,0,l) +); +} +); +width = 1114; +}, +{ +anchors = ( +{ +name = bottom; +pos = (579,0); +}, +{ +name = top; +pos = (773,1100); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(676,1000,l), +(676,0,l) +); +}, +{ +closed = 1; +nodes = ( +(54,0,l), +(1302,0,l), +(1302,1000,l), +(54,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(1302,500,l), +(54,500,l) +); +}, +{ +closed = 0; +nodes = ( +(1302,0,l), +(54,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(53,0,l), +(1302,1000,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(833,0,l), +(1459,1100,l), +(1002,1100,l), +(652,364,l), +(634,364,l), +(544,1100,l), +(127,1100,l), +(365,0,l) +); +} +); +width = 1352; +} +); +unicode = 118; +}, +{ +color = 6; +glyphname = w; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (750,0); +}, +{ +name = top; +pos = (709,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(453,-20,l), +(745,821,l), +(713,882,l), +(426,52,l), +(422,52,l), +(73,1039,l), +(20,1039,l), +(395,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(1412,1039,l), +(1360,1039,l), +(1048,48,l), +(1045,48,l), +(693,1040,l), +(640,1040,l), +(1018,-20,l), +(1076,-20,l) +); +} +); +width = 1432; +}, +{ +anchors = ( +{ +name = bottom; +pos = (810,0); +}, +{ +name = top; +pos = (689,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(594,0,l), +(865,875,l), +(710,875,l), +(504,242,l), +(492,242,l), +(206,1039,l), +(10,1039,l), +(408,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1515,1039,l), +(1333,1039,l), +(1095,242,l), +(1082,242,l), +(841,1040,l), +(656,1040,l), +(1006,0,l), +(1186,0,l) +); +} +); +width = 1525; +}, +{ +anchors = ( +{ +name = bottom; +pos = (950,0); +}, +{ +name = top; +pos = (926,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(819,0,l), +(1160,940,l), +(850,940,l), +(659,325,l), +(641,325,l), +(434,1099,l), +(10,1099,l), +(409,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1931,1100,l), +(1507,1100,l), +(1378,345,l), +(1360,345,l), +(1143,1100,l), +(777,1100,l), +(1210,0,l), +(1609,0,l) +); +} +); +width = 1941; +}, +{ +anchors = ( +{ +name = bottom; +pos = (629,0); +}, +{ +name = top; +pos = (880,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(328,-20,l), +(859,920,l), +(840,981,l), +(316,56,l), +(312,56,l), +(173,1039,l), +(120,1039,l), +(270,-20,l) +); +}, +{ +closed = 1; +nodes = ( +(1582,1039,l), +(1530,1039,l), +(1007,56,l), +(1004,56,l), +(864,1040,l), +(811,1040,l), +(963,-20,l), +(1021,-20,l) +); +} +); +width = 1482; +}, +{ +anchors = ( +{ +name = bottom; +pos = (712,0); +}, +{ +name = top; +pos = (830,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(483,0,l), +(968,930,l), +(813,930,l), +(445,242,l), +(433,242,l), +(316,1039,l), +(120,1039,l), +(297,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1655,1039,l), +(1473,1039,l), +(1066,242,l), +(1053,242,l), +(982,1040,l), +(797,1040,l), +(925,0,l), +(1105,0,l) +); +} +); +width = 1555; +}, +{ +anchors = ( +{ +name = bottom; +pos = (894,0); +}, +{ +name = top; +pos = (1043,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(682,0,l), +(1251,1031,l), +(941,1031,l), +(628,405,l), +(610,405,l), +(551,1099,l), +(127,1099,l), +(312,0,l) +); +}, +{ +closed = 1; +nodes = ( +(2048,1100,l), +(1624,1100,l), +(1351,425,l), +(1333,425,l), +(1260,1100,l), +(894,1100,l), +(1113,0,l), +(1472,0,l) +); +} +); +width = 1941; +} +); +metricLeft = v; +metricRight = v; +unicode = 119; +}, +{ +color = 10; +glyphname = wacute; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = w; +}, +{ +pos = (590,83); +ref = acutecomb; +} +); +width = 1432; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (512,82); +ref = acutecomb; +} +); +width = 1525; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (709,209); +ref = acutecomb; +} +); +width = 1941; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = w; +}, +{ +pos = (691,83); +ref = acutecomb; +} +); +width = 1482; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = w; +}, +{ +pos = (564,82); +ref = acutecomb; +} +); +width = 1555; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = w; +}, +{ +pos = (708,-1); +ref = acutecomb; +} +); +width = 1941; +} +); +unicode = 7811; +}, +{ +color = 10; +glyphname = wcircumflex; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = w; +}, +{ +pos = (390,100); +ref = circumflexcomb; +} +); +width = 1432; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (308,100); +ref = circumflexcomb; +} +); +width = 1525; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (401,100); +ref = circumflexcomb; +} +); +width = 1941; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = w; +}, +{ +pos = (471,100); +ref = circumflexcomb; +} +); +width = 1482; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = w; +}, +{ +pos = (361,100); +ref = circumflexcomb; +} +); +width = 1555; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = w; +}, +{ +pos = (422,100); +ref = circumflexcomb; +} +); +width = 1941; +} +); +unicode = 373; +}, +{ +color = 10; +glyphname = wdieresis; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = w; +}, +{ +pos = (423,100); +ref = dieresiscomb; +} +); +width = 1432; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (336,100); +ref = dieresiscomb; +} +); +width = 1525; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (467,100); +ref = dieresiscomb; +} +); +width = 1941; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = w; +}, +{ +pos = (492,100); +ref = dieresiscomb; +} +); +width = 1482; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = w; +}, +{ +pos = (379,100); +ref = dieresiscomb; +} +); +width = 1555; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = w; +}, +{ +pos = (488,100); +ref = dieresiscomb; +} +); +width = 1941; +} +); +unicode = 7813; +}, +{ +color = 10; +glyphname = wgrave; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = w; +}, +{ +pos = (483,100); +ref = gravecomb; +} +); +width = 1432; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = w; +}, +{ +pos = (353,100); +ref = gravecomb; +} +); +width = 1525; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = w; +}, +{ +pos = (510,100); +ref = gravecomb; +} +); +width = 1941; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = w; +}, +{ +pos = (541,100); +ref = gravecomb; +} +); +width = 1482; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = w; +}, +{ +pos = (406,100); +ref = gravecomb; +} +); +width = 1555; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = w; +}, +{ +pos = (536,100); +ref = gravecomb; +} +); +width = 1941; +} +); +unicode = 7809; +}, +{ +color = 6; +glyphname = x; +kernLeft = x; +kernRight = x; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = top; +pos = (498,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,0,l), +(497,492,l), +(503,492,l), +(915,0,l), +(980,0,l), +(536,530,l), +(946,1040,l), +(881,1040,l), +(504,566,l), +(497,566,l), +(109,1040,l), +(44,1040,l), +(464,530,l), +(10,0,l) +); +} +); +width = 990; +}, +{ +anchors = ( +{ +name = bottom; +pos = (550,0); +}, +{ +name = top; +pos = (550,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(544,422,l), +(556,422,l), +(870,0,l), +(1090,0,l), +(681,530,l), +(1056,1040,l), +(838,1040,l), +(557,635,l), +(544,635,l), +(262,1040,l), +(44,1040,l), +(419,530,l), +(10,0,l) +); +} +); +width = 1100; +}, +{ +anchors = ( +{ +name = bottom; +pos = (678,0); +}, +{ +name = top; +pos = (678,1100); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(678,1000,l), +(678,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-56,0,l), +(1416,0,l), +(1416,1000,l), +(-56,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(1416,500,l), +(-56,500,l) +); +}, +{ +closed = 0; +nodes = ( +(1416,0,l), +(-56,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(-57,0,l), +(1416,1000,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(489,0,l), +(669,370,l), +(686,370,l), +(867,0,l), +(1346,0,l), +(989,551,l), +(1330,1100,l), +(853,1100,l), +(687,731,l), +(669,731,l), +(503,1100,l), +(26,1100,l), +(367,551,l), +(10,0,l) +); +} +); +width = 1356; +}, +{ +anchors = ( +{ +name = bottom; +pos = (387,0); +}, +{ +name = top; +pos = (571,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-37,0,l), +(473,492,l), +(487,492,l), +(812,0,l), +(869,0,l), +(521,530,l), +(1021,1040,l), +(954,1040,l), +(493,566,l), +(486,566,l), +(182,1040,l), +(122,1040,l), +(452,532,l), +(-101,0,l) +); +} +); +width = 990; +}, +{ +anchors = ( +{ +name = bottom; +pos = (443,0); +}, +{ +name = top; +pos = (627,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(123,0,l), +(512,422,l), +(524,422,l), +(763,0,l), +(983,0,l), +(668,530,l), +(1133,1040,l), +(915,1040,l), +(562,635,l), +(549,635,l), +(339,1040,l), +(121,1040,l), +(406,530,l), +(-97,0,l) +); +} +); +width = 1104; +}, +{ +anchors = ( +{ +name = bottom; +pos = (595,0); +}, +{ +name = top; +pos = (789,1100); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(692,1000,l), +(692,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-42,0,l), +(1430,0,l), +(1430,1000,l), +(-42,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(1430,500,l), +(-42,500,l) +); +}, +{ +closed = 0; +nodes = ( +(1430,0,l), +(-42,1000,l) +); +}, +{ +closed = 0; +nodes = ( +(-43,0,l), +(1430,1000,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(406,0,l), +(644,330,l), +(661,330,l), +(784,0,l), +(1263,0,l), +(953,551,l), +(1441,1100,l), +(964,1100,l), +(738,761,l), +(720,761,l), +(614,1100,l), +(137,1100,l), +(431,551,l), +(-73,0,l) +); +} +); +width = 1400; +} +); +metricLeft = V; +metricRight = V; +unicode = 120; +}, +{ +color = 6; +glyphname = y; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (354,-303); +}, +{ +name = top; +pos = (618,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,-20,l), +(350,-98,o), +(312,-164,o), +(287,-203,cs), +(250,-260,o), +(206,-292,o), +(165,-292,cs), +(132,-292,o), +(99,-289,o), +(73,-284,c), +(54,-332,l), +(84,-338,o), +(121,-341,o), +(158,-341,cs), +(220,-341,o), +(282,-298,o), +(330,-220,cs), +(361,-169,o), +(403,-97,o), +(447,-19,c), +(1075,1039,l), +(1020,1039,l), +(433,46,l), +(429,46,l), +(175,1040,l), +(121,1040,l) +); +} +); +width = 975; +}, +{ +anchors = ( +{ +name = bottom; +pos = (345,-312); +}, +{ +name = top; +pos = (613,1040); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(428,-6,l), +(418,-46,o), +(408,-71,o), +(396,-100,cs), +(371,-163,o), +(335,-198,o), +(290,-198,cs), +(241,-198,o), +(166,-191,o), +(119,-176,c), +(88,-330,l), +(153,-349,o), +(232,-359,o), +(309,-359,cs), +(398,-359,o), +(473,-317,o), +(518,-242,cs), +(544,-203,o), +(580,-116,o), +(623,-9,c), +(993,939,l), +(799,939,l), +(524,207,l), +(518,207,l), +(179,940,l), +(-17,940,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(331,1,l), +(310,-40,o), +(284,-85,o), +(264,-113,cs), +(234,-158,o), +(182,-189,o), +(133,-192,cs), +(106,-194,o), +(52,-187,o), +(-3,-174,c), +(-49,-330,l), +(4,-346,o), +(79,-355,o), +(143,-353,cs), +(236,-350,o), +(340,-288,o), +(407,-195,cs), +(456,-125,o), +(501,-58,o), +(521,-23,cs), +(1111,1040,l), +(917,1040,l), +(488,202,l), +(476,202,l), +(317,1040,l), +(121,1040,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = bottom; +pos = (413,-335); +}, +{ +name = top; +pos = (732,1100); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(800,740,o), +(540,106,o), +(486,-5,cs), +(432,-116,o), +(364,-127,o), +(298,-127,c), +(238,-127,l), +(238,-367,l), +(291,-367,o), +(326,-367,o), +(399,-367,cs), +(472,-367,o), +(626,-348,o), +(723,-127,cs), +(1272,1119,l), +(957,1112,l) +); +}, +{ +closed = 1; +nodes = ( +(294,1127,l), +(-35,1127,l), +(503,12,l), +(687,348,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,4,l), +(316,-22,o), +(296,-51,o), +(282,-66,cs), +(265,-85,o), +(217,-99,o), +(169,-99,cs), +(142,-99,o), +(106,-93,o), +(72,-80,c), +(0,-360,l), +(41,-372,o), +(137,-380,o), +(244,-380,cs), +(358,-380,o), +(495,-314,o), +(568,-224,cs), +(610,-178,o), +(669,-98,o), +(709,-34,c), +(1329,1099,l), +(892,1099,l), +(598,334,l), +(580,334,l), +(566,1100,l), +(127,1100,l) +); +} +); +width = 1222; +}, +{ +anchors = ( +{ +name = bottom; +pos = (440,-303); +}, +{ +name = top; +pos = (507,1040); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +layerId = "6DA11C86-A573-45D7-9030-779377C2DA01"; +name = "Dec 10, 24 at 16:59"; +shapes = ( +{ +closed = 1; +nodes = ( +(454,30,l), +(432,-35,o), +(392,-128,o), +(355,-203,cs), +(330,-256,o), +(271,-292,o), +(209,-292,cs), +(154,-292,o), +(93,-270,o), +(57,-237,c), +(35,-282,l), +(77,-317,o), +(148,-341,o), +(211,-341,cs), +(293,-341,o), +(369,-293,o), +(401,-220,cs), +(453,-104,o), +(496,-3,o), +(510,31,c), +(924,1039,l), +(869,1039,l), +(485,96,l), +(481,96,l), +(64,1040,l), +(10,1040,l) +); +} +); +width = 934; +}, +{ +anchors = ( +{ +name = bottom; +pos = (430,-303); +}, +{ +name = top; +pos = (457,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +name = "wght=100"; +shapes = ( +{ +closed = 1; +nodes = ( +(434,6,l), +(412,-73,o), +(383,-158,o), +(365,-195,cs), +(347,-235,o), +(300,-264,o), +(254,-264,cs), +(217,-264,o), +(167,-253,o), +(135,-239,c), +(126,-287,l), +(163,-303,o), +(212,-313,o), +(255,-313,cs), +(325,-313,o), +(393,-270,o), +(416,-212,cs), +(464,-96,o), +(476,-27,o), +(490,7,c), +(844,1039,l), +(789,1039,l), +(465,72,l), +(461,72,l), +(74,1040,l), +(20,1040,l) +); +} +); +width = 864; +}, +{ +anchors = ( +{ +name = bottom; +pos = (527,-312); +}, +{ +name = top; +pos = (532,1040); +} +); +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(455,-6,l), +(445,-46,o), +(435,-71,o), +(423,-100,cs), +(398,-163,o), +(362,-198,o), +(317,-198,cs), +(268,-198,o), +(193,-191,o), +(146,-176,c), +(115,-330,l), +(180,-349,o), +(259,-359,o), +(336,-359,cs), +(425,-359,o), +(500,-317,o), +(545,-242,cs), +(571,-203,o), +(607,-116,o), +(650,-9,c), +(1020,939,l), +(826,939,l), +(551,207,l), +(545,207,l), +(206,940,l), +(10,940,l) +); +} +); +}; +layerId = "4FF1EC52-B099-4EFF-953A-1176A0902711"; +name = "Dec 10, 24 at 16:59"; +shapes = ( +{ +closed = 1; +nodes = ( +(470,59,l), +(448,-10,o), +(423,-79,o), +(408,-113,cs), +(388,-160,o), +(341,-192,o), +(292,-192,cs), +(249,-192,o), +(181,-165,o), +(121,-124,c), +(90,-278,l), +(153,-323,o), +(251,-353,o), +(336,-353,cs), +(428,-353,o), +(520,-290,o), +(566,-195,cs), +(596,-133,o), +(637,-38,o), +(668,41,cs), +(1060,1040,l), +(866,1040,l), +(571,277,l), +(559,277,l), +(206,1040,l), +(10,1040,l) +); +} +); +width = 1070; +}, +{ +anchors = ( +{ +name = bottom; +pos = (497,-312); +}, +{ +name = top; +pos = (502,1040); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(425,-6,l), +(415,-46,o), +(405,-71,o), +(393,-100,cs), +(368,-163,o), +(332,-198,o), +(287,-198,cs), +(238,-198,o), +(163,-191,o), +(116,-176,c), +(85,-330,l), +(150,-349,o), +(229,-359,o), +(306,-359,cs), +(395,-359,o), +(470,-317,o), +(515,-242,cs), +(541,-203,o), +(577,-116,o), +(620,-9,c), +(990,939,l), +(796,939,l), +(521,207,l), +(515,207,l), +(176,940,l), +(-20,940,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +name = Regular; +shapes = ( +{ +closed = 1; +nodes = ( +(422,1,l), +(409,-40,o), +(392,-85,o), +(378,-113,cs), +(356,-158,o), +(310,-189,o), +(262,-192,cs), +(235,-194,o), +(180,-187,o), +(122,-174,c), +(107,-330,l), +(163,-346,o), +(240,-355,o), +(303,-353,cs), +(396,-350,o), +(488,-288,o), +(536,-195,cs), +(572,-125,o), +(604,-58,o), +(617,-23,cs), +(1000,1040,l), +(806,1040,l), +(525,202,l), +(513,202,l), +(206,1040,l), +(10,1040,l) +); +} +); +width = 1010; +}, +{ +anchors = ( +{ +name = bottom; +pos = (625,-335); +}, +{ +name = top; +pos = (665,1100); +} +); +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(790,740,o), +(530,106,o), +(476,-5,cs), +(422,-116,o), +(354,-127,o), +(288,-127,c), +(228,-127,l), +(228,-367,l), +(281,-367,o), +(316,-367,o), +(389,-367,cs), +(462,-367,o), +(616,-348,o), +(713,-127,cs), +(1262,1119,l), +(947,1112,l) +); +}, +{ +closed = 1; +nodes = ( +(284,1127,l), +(-45,1127,l), +(493,12,l), +(677,348,l) +); +} +); +}; +layerId = "91033817-3B61-4CBD-A68B-CBF554D1AA0A"; +name = "Dec 10, 24 at 16:59"; +shapes = ( +{ +closed = 1; +nodes = ( +(475,38,l), +(467,12,o), +(454,-16,o), +(442,-32,cs), +(420,-63,o), +(382,-84,o), +(347,-84,cs), +(288,-84,o), +(228,-65,o), +(197,-37,c), +(147,-320,l), +(232,-356,o), +(369,-380,o), +(475,-380,cs), +(594,-380,o), +(701,-318,o), +(759,-224,cs), +(771,-207,o), +(812,-118,o), +(863,0,c), +(1302,1099,l), +(865,1099,l), +(680,478,l), +(662,478,l), +(459,1100,l), +(20,1100,l) +); +} +); +width = 1322; +}, +{ +anchors = ( +{ +name = bottom; +pos = (575,-335); +}, +{ +name = top; +pos = (615,1100); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(740,740,o), +(480,106,o), +(426,-5,cs), +(372,-116,o), +(304,-127,o), +(238,-127,c), +(178,-127,l), +(178,-367,l), +(231,-367,o), +(266,-367,o), +(339,-367,cs), +(412,-367,o), +(566,-348,o), +(663,-127,cs), +(1212,1119,l), +(897,1112,l) +); +}, +{ +closed = 1; +nodes = ( +(234,1127,l), +(-95,1127,l), +(443,12,l), +(627,348,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +name = "wght=1000"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,4,l), +(417,-22,o), +(403,-51,o), +(392,-66,cs), +(378,-85,o), +(333,-99,o), +(285,-99,cs), +(258,-99,o), +(221,-93,o), +(185,-80,c), +(167,-360,l), +(210,-372,o), +(308,-380,o), +(415,-380,cs), +(529,-380,o), +(653,-314,o), +(709,-224,cs), +(742,-178,o), +(785,-98,o), +(813,-34,c), +(1212,1099,l), +(775,1099,l), +(630,334,l), +(612,334,l), +(449,1100,l), +(10,1100,l) +); +} +); +width = 1222; +}, +{ +anchors = ( +{ +name = bottom; +pos = (354,-303); +}, +{ +name = top; +pos = (618,1040); +} +); +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +layerId = "12A2670A-FB66-46C7-A3A9-42137636E340"; +name = "Dec 10, 24 at 22:15"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,-20,l), +(350,-98,o), +(312,-164,o), +(287,-203,cs), +(250,-260,o), +(206,-292,o), +(165,-292,cs), +(132,-292,o), +(99,-289,o), +(73,-284,c), +(54,-332,l), +(84,-338,o), +(121,-341,o), +(158,-341,cs), +(220,-341,o), +(282,-298,o), +(330,-220,cs), +(361,-169,o), +(403,-97,o), +(447,-19,c), +(1075,1039,l), +(1020,1039,l), +(433,46,l), +(429,46,l), +(175,1040,l), +(121,1040,l) +); +} +); +width = 975; +}, +{ +anchors = ( +{ +name = bottom; +pos = (439,-312); +}, +{ +name = top; +pos = (683,1040); +} +); +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(483,-6,l), +(473,-46,o), +(463,-71,o), +(451,-100,cs), +(426,-163,o), +(390,-198,o), +(345,-198,cs), +(296,-198,o), +(221,-191,o), +(174,-176,c), +(143,-330,l), +(208,-349,o), +(287,-359,o), +(364,-359,cs), +(453,-359,o), +(528,-317,o), +(573,-242,cs), +(599,-203,o), +(635,-116,o), +(678,-9,c), +(1048,939,l), +(854,939,l), +(579,207,l), +(573,207,l), +(234,940,l), +(38,940,l) +); +} +); +}; +layerId = "EDB9E7EC-ED99-4670-9342-2AA5EB758F8C"; +name = "Dec 10, 24 at 22:15"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,9,l), +(413,-26,o), +(378,-94,o), +(349,-143,cs), +(332,-173,o), +(304,-192,o), +(276,-192,cs), +(245,-192,o), +(210,-189,o), +(186,-184,c), +(128,-338,l), +(163,-347,o), +(214,-353,o), +(261,-353,cs), +(341,-353,o), +(421,-314,o), +(468,-253,cs), +(494,-221,o), +(552,-127,o), +(616,-9,c), +(1211,1040,l), +(1017,1040,l), +(555,207,l), +(543,207,l), +(317,1040,l), +(121,1040,l) +); +} +); +width = 1110; +}, +{ +anchors = ( +{ +name = bottom; +pos = (539,-335); +}, +{ +name = top; +pos = (802,1100); +} +); +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(827,740,o), +(567,106,o), +(513,-5,cs), +(459,-116,o), +(391,-127,o), +(325,-127,c), +(265,-127,l), +(265,-367,l), +(318,-367,o), +(353,-367,o), +(426,-367,cs), +(499,-367,o), +(653,-348,o), +(750,-127,cs), +(1299,1119,l), +(984,1112,l) +); +}, +{ +closed = 1; +nodes = ( +(321,1127,l), +(-8,1127,l), +(530,12,l), +(714,348,l) +); +} +); +}; +layerId = "2A344A5F-F5CA-4689-A81C-C89F06EEBA50"; +name = "Dec 10, 24 at 22:15"; +shapes = ( +{ +closed = 1; +nodes = ( +(455,38,l), +(443,13,o), +(427,-12,o), +(410,-32,cs), +(381,-65,o), +(351,-84,o), +(326,-84,cs), +(302,-84,o), +(271,-78,o), +(239,-67,c), +(139,-350,l), +(216,-369,o), +(311,-380,o), +(402,-380,cs), +(515,-380,o), +(613,-335,o), +(678,-254,cs), +(693,-235,o), +(759,-144,o), +(847,0,c), +(1469,1099,l), +(1032,1099,l), +(708,368,l), +(690,368,l), +(566,1100,l), +(127,1100,l) +); +} +); +width = 1362; +} +); +metricLeft = v; +metricRight = v; +unicode = 121; +}, +{ +color = 10; +glyphname = yacute; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +}, +{ +pos = (338,100); +ref = acute; +} +); +width = 864; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (325,100); +ref = acute; +} +); +width = 1010; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (398,100); +ref = acute; +} +); +width = 1222; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = y; +}, +{ +pos = (433,100); +ref = acute; +} +); +width = 975; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = y; +}, +{ +pos = (351,100); +ref = acute; +} +); +width = 1010; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = y; +}, +{ +pos = (419,100); +ref = acute; +} +); +width = 1222; +} +); +unicode = 253; +}, +{ +color = 10; +glyphname = ycircumflex; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +}, +{ +pos = (138,100); +ref = circumflexcomb; +} +); +width = 864; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (121,100); +ref = circumflexcomb; +} +); +width = 1010; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (90,100); +ref = circumflexcomb; +} +); +width = 1222; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = y; +}, +{ +pos = (209,100); +ref = circumflexcomb; +} +); +width = 975; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = y; +}, +{ +pos = (144,100); +ref = circumflexcomb; +} +); +width = 1010; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = y; +}, +{ +pos = (111,100); +ref = circumflexcomb; +} +); +width = 1222; +} +); +unicode = 375; +}, +{ +color = 10; +glyphname = ydieresis; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (430,-303); +}, +{ +name = top; +pos = (457,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(434,6,l), +(412,-73,o), +(383,-158,o), +(365,-195,cs), +(347,-235,o), +(300,-264,o), +(254,-264,cs), +(217,-264,o), +(167,-253,o), +(135,-239,c), +(126,-287,l), +(163,-303,o), +(212,-313,o), +(255,-313,cs), +(325,-313,o), +(393,-270,o), +(416,-212,cs), +(464,-96,o), +(476,-27,o), +(490,7,c), +(844,1039,l), +(789,1039,l), +(465,72,l), +(461,72,l), +(74,1040,l), +(20,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(281,1235,l), +(351,1235,l), +(351,1305,l), +(281,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(564,1235,l), +(634,1235,l), +(634,1305,l), +(564,1305,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +}, +{ +pos = (171,100); +ref = dieresiscomb; +} +); +width = 864; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (497,-312); +}, +{ +name = top; +pos = (502,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(422,1,l), +(409,-40,o), +(392,-85,o), +(378,-113,cs), +(356,-158,o), +(310,-189,o), +(262,-192,cs), +(235,-194,o), +(180,-187,o), +(122,-174,c), +(107,-330,l), +(163,-346,o), +(240,-355,o), +(303,-353,cs), +(396,-350,o), +(488,-288,o), +(536,-195,cs), +(572,-125,o), +(604,-58,o), +(617,-23,cs), +(1000,1040,l), +(806,1040,l), +(525,202,l), +(513,202,l), +(206,1040,l), +(10,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(259,1161,l), +(439,1161,l), +(439,1340,l), +(259,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(566,1161,l), +(746,1161,l), +(746,1340,l), +(566,1340,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (149,100); +ref = dieresiscomb; +} +); +width = 1010; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (575,-335); +}, +{ +name = top; +pos = (615,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(425,4,l), +(417,-22,o), +(403,-51,o), +(392,-66,cs), +(378,-85,o), +(333,-99,o), +(285,-99,cs), +(258,-99,o), +(221,-93,o), +(185,-80,c), +(167,-360,l), +(210,-372,o), +(308,-380,o), +(415,-380,cs), +(529,-380,o), +(653,-314,o), +(709,-224,cs), +(742,-178,o), +(785,-98,o), +(813,-34,c), +(1212,1099,l), +(775,1099,l), +(630,334,l), +(612,334,l), +(449,1100,l), +(10,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(266,1262,l), +(544,1262,l), +(544,1505,l), +(266,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(681,1262,l), +(959,1262,l), +(959,1505,l), +(681,1505,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (156,100); +ref = dieresiscomb; +} +); +width = 1222; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (354,-303); +}, +{ +name = top; +pos = (618,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,-20,l), +(350,-98,o), +(312,-164,o), +(287,-203,cs), +(250,-260,o), +(206,-292,o), +(165,-292,cs), +(132,-292,o), +(99,-289,o), +(73,-284,c), +(54,-332,l), +(84,-338,o), +(121,-341,o), +(158,-341,cs), +(220,-341,o), +(282,-298,o), +(330,-220,cs), +(361,-169,o), +(403,-97,o), +(447,-19,c), +(1075,1039,l), +(1020,1039,l), +(433,46,l), +(429,46,l), +(175,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(470,1225,l), +(540,1225,l), +(554,1295,l), +(484,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(753,1225,l), +(823,1225,l), +(837,1295,l), +(767,1295,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = y; +}, +{ +pos = (230,100); +ref = dieresiscomb; +} +); +width = 975; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (345,-312); +}, +{ +name = top; +pos = (613,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(331,1,l), +(310,-40,o), +(284,-85,o), +(264,-113,cs), +(234,-158,o), +(182,-189,o), +(133,-192,cs), +(106,-194,o), +(52,-187,o), +(-3,-174,c), +(-49,-330,l), +(4,-346,o), +(79,-355,o), +(143,-353,cs), +(236,-350,o), +(340,-288,o), +(407,-195,cs), +(456,-125,o), +(501,-58,o), +(521,-23,cs), +(1111,1040,l), +(917,1040,l), +(488,202,l), +(476,202,l), +(317,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(465,1151,l), +(645,1151,l), +(682,1330,l), +(503,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(772,1151,l), +(952,1151,l), +(989,1330,l), +(810,1330,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (247,100); +ref = dieresiscomb; +} +); +width = 1210; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (413,-335); +}, +{ +name = top; +pos = (732,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(329,4,l), +(316,-22,o), +(296,-51,o), +(282,-66,cs), +(265,-85,o), +(217,-99,o), +(169,-99,cs), +(142,-99,o), +(106,-93,o), +(72,-80,c), +(0,-360,l), +(41,-372,o), +(137,-380,o), +(244,-380,cs), +(358,-380,o), +(495,-314,o), +(568,-224,cs), +(610,-178,o), +(669,-98,o), +(709,-34,c), +(1329,1099,l), +(892,1099,l), +(598,334,l), +(580,334,l), +(566,1100,l), +(127,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(487,1262,l), +(765,1262,l), +(817,1505,l), +(539,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(902,1262,l), +(1180,1262,l), +(1232,1505,l), +(954,1505,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (247,100); +ref = dieresiscomb; +} +); +width = 1422; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (413,-335); +}, +{ +name = top; +pos = (732,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(329,4,l), +(316,-22,o), +(296,-51,o), +(282,-66,cs), +(265,-85,o), +(217,-99,o), +(169,-99,cs), +(142,-99,o), +(106,-93,o), +(72,-80,c), +(0,-360,l), +(41,-372,o), +(137,-380,o), +(244,-380,cs), +(358,-380,o), +(495,-314,o), +(568,-224,cs), +(610,-178,o), +(669,-98,o), +(709,-34,c), +(1329,1099,l), +(892,1099,l), +(598,334,l), +(580,334,l), +(566,1100,l), +(127,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(487,1262,l), +(765,1262,l), +(817,1505,l), +(539,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(902,1262,l), +(1180,1262,l), +(1232,1505,l), +(954,1505,l) +); +} +); +}; +layerId = "17D0B81D-B5D3-4759-8E6B-22ABBB6C210A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (247,100); +ref = dieresiscomb; +} +); +width = 1422; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (345,-312); +}, +{ +name = top; +pos = (613,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(331,1,l), +(310,-40,o), +(284,-85,o), +(264,-113,cs), +(234,-158,o), +(182,-189,o), +(133,-192,cs), +(106,-194,o), +(52,-187,o), +(-3,-174,c), +(-49,-330,l), +(4,-346,o), +(79,-355,o), +(143,-353,cs), +(236,-350,o), +(340,-288,o), +(407,-195,cs), +(456,-125,o), +(501,-58,o), +(521,-23,cs), +(1111,1040,l), +(917,1040,l), +(488,202,l), +(476,202,l), +(317,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(465,1151,l), +(645,1151,l), +(682,1330,l), +(503,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(772,1151,l), +(952,1151,l), +(989,1330,l), +(810,1330,l) +); +} +); +}; +layerId = "6FBCC459-4C86-495C-B0BC-425E78958978"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (247,100); +ref = dieresiscomb; +} +); +width = 1210; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (575,-335); +}, +{ +name = top; +pos = (615,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(425,4,l), +(417,-22,o), +(403,-51,o), +(392,-66,cs), +(378,-85,o), +(333,-99,o), +(285,-99,cs), +(258,-99,o), +(221,-93,o), +(185,-80,c), +(167,-360,l), +(210,-372,o), +(308,-380,o), +(415,-380,cs), +(529,-380,o), +(653,-314,o), +(709,-224,cs), +(742,-178,o), +(785,-98,o), +(813,-34,c), +(1212,1099,l), +(775,1099,l), +(630,334,l), +(612,334,l), +(449,1100,l), +(10,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(266,1262,l), +(544,1262,l), +(544,1505,l), +(266,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(681,1262,l), +(959,1262,l), +(959,1505,l), +(681,1505,l) +); +} +); +}; +layerId = "8F45FF01-B93F-4910-8F78-75A45B5B1DC6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = y; +}, +{ +pos = (156,100); +ref = dieresiscomb; +} +); +width = 1222; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (354,-303); +}, +{ +name = top; +pos = (618,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,-20,l), +(350,-98,o), +(312,-164,o), +(287,-203,cs), +(250,-260,o), +(206,-292,o), +(165,-292,cs), +(132,-292,o), +(99,-289,o), +(73,-284,c), +(54,-332,l), +(84,-338,o), +(121,-341,o), +(158,-341,cs), +(220,-341,o), +(282,-298,o), +(330,-220,cs), +(361,-169,o), +(403,-97,o), +(447,-19,c), +(1075,1039,l), +(1020,1039,l), +(433,46,l), +(429,46,l), +(175,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(470,1225,l), +(540,1225,l), +(554,1295,l), +(484,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(753,1225,l), +(823,1225,l), +(837,1295,l), +(767,1295,l) +); +} +); +}; +layerId = "E95B7D28-7DF8-4EDF-9EBB-DFFD3AC4E6A4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = y; +}, +{ +pos = (230,100); +ref = dieresiscomb; +} +); +width = 975; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (497,-312); +}, +{ +name = top; +pos = (502,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(422,1,l), +(409,-40,o), +(392,-85,o), +(378,-113,cs), +(356,-158,o), +(310,-189,o), +(262,-192,cs), +(235,-194,o), +(180,-187,o), +(122,-174,c), +(107,-330,l), +(163,-346,o), +(240,-355,o), +(303,-353,cs), +(396,-350,o), +(488,-288,o), +(536,-195,cs), +(572,-125,o), +(604,-58,o), +(617,-23,cs), +(1000,1040,l), +(806,1040,l), +(525,202,l), +(513,202,l), +(206,1040,l), +(10,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(259,1161,l), +(439,1161,l), +(439,1340,l), +(259,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(566,1161,l), +(746,1161,l), +(746,1340,l), +(566,1340,l) +); +} +); +}; +layerId = "A6AB5B59-99BF-4FC6-B7FB-6954EEA3AFBB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = y; +}, +{ +pos = (149,100); +ref = dieresiscomb; +} +); +width = 1010; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (430,-303); +}, +{ +name = top; +pos = (457,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(434,6,l), +(412,-73,o), +(383,-158,o), +(365,-195,cs), +(347,-235,o), +(300,-264,o), +(254,-264,cs), +(217,-264,o), +(167,-253,o), +(135,-239,c), +(126,-287,l), +(163,-303,o), +(212,-313,o), +(255,-313,cs), +(325,-313,o), +(393,-270,o), +(416,-212,cs), +(464,-96,o), +(476,-27,o), +(490,7,c), +(844,1039,l), +(789,1039,l), +(465,72,l), +(461,72,l), +(74,1040,l), +(20,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(281,1235,l), +(351,1235,l), +(351,1305,l), +(281,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(564,1235,l), +(634,1235,l), +(634,1305,l), +(564,1305,l) +); +} +); +}; +layerId = "7253D27B-3E91-455C-9B8C-DE37454D0AF0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = y; +}, +{ +pos = (171,100); +ref = dieresiscomb; +} +); +width = 864; +} +); +unicode = 255; +}, +{ +color = 10; +glyphname = ygrave; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +}, +{ +pos = (231,100); +ref = gravecomb; +} +); +width = 864; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (166,100); +ref = gravecomb; +} +); +width = 1010; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (199,100); +ref = gravecomb; +} +); +width = 1222; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = y; +}, +{ +pos = (279,100); +ref = gravecomb; +} +); +width = 975; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = y; +}, +{ +pos = (189,100); +ref = gravecomb; +} +); +width = 1010; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = y; +}, +{ +pos = (225,100); +ref = gravecomb; +} +); +width = 1222; +} +); +unicode = 7923; +}, +{ +color = 6; +glyphname = z; +kernLeft = x; +kernRight = z; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (496,0); +}, +{ +name = center; +pos = (461,470); +}, +{ +name = top; +pos = (496,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(87,992,l), +(786,992,l), +(786,990,l), +(60,40,l), +(60,0,l), +(885,0,l), +(885,50,l), +(131,50,l), +(131,52,l), +(858,1002,l), +(858,1040,l), +(87,1040,l) +); +} +); +width = 945; +}, +{ +anchors = ( +{ +name = bottom; +pos = (500,0); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (500,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(70,880,l), +(664,880,l), +(664,870,l), +(60,122,l), +(60,0,l), +(936,0,l), +(936,161,l), +(314,161,l), +(314,173,l), +(905,916,l), +(905,1040,l), +(70,1040,l) +); +} +); +width = 996; +}, +{ +anchors = ( +{ +name = bottom; +pos = (534,0); +}, +{ +name = center; +pos = (523,500); +}, +{ +name = top; +pos = (534,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,775,l), +(515,775,l), +(515,759,l), +(69,252,l), +(69,1,l), +(1002,1,l), +(1002,325,l), +(552,325,l), +(552,343,l), +(980,845,l), +(980,1099,l), +(60,1099,l) +); +} +); +width = 1062; +}, +{ +anchors = ( +{ +name = bottom; +pos = (436,0); +}, +{ +name = center; +pos = (444,470); +}, +{ +name = top; +pos = (580,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(162,992,l), +(857,992,l), +(857,990,l), +(-33,40,l), +(-40,0,l), +(785,0,l), +(794,50,l), +(44,50,l), +(44,52,l), +(935,1002,l), +(942,1040,l), +(171,1040,l) +); +} +); +width = 956; +}, +{ +anchors = ( +{ +name = bottom; +pos = (457,0); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (601,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,880,l), +(723,880,l), +(721,870,l), +(-1,122,l), +(-23,0,l), +(854,0,l), +(882,161,l), +(274,161,l), +(276,173,l), +(984,916,l), +(1006,1040,l), +(171,1040,l) +); +} +); +width = 1025; +}, +{ +anchors = ( +{ +name = bottom; +pos = (526,0); +}, +{ +name = center; +pos = (554,500); +}, +{ +name = top; +pos = (671,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(125,805,l), +(600,805,l), +(597,789,l), +(21,162,l), +(-8,0,l), +(994,0,l), +(1048,295,l), +(547,295,l), +(550,313,l), +(1106,925,l), +(1137,1099,l), +(177,1099,l) +); +} +); +width = 1171; +} +); +metricLeft = o; +metricRight = o; +unicode = 122; +}, +{ +color = 10; +glyphname = zacute; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = z; +}, +{ +pos = (377,100); +ref = acute; +} +); +width = 945; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = z; +}, +{ +pos = (323,100); +ref = acute; +} +); +width = 996; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = z; +}, +{ +pos = (317,100); +ref = acute; +} +); +width = 1062; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = z; +}, +{ +pos = (395,100); +ref = acute; +} +); +width = 956; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = z; +}, +{ +pos = (339,100); +ref = acute; +} +); +width = 1025; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = z; +}, +{ +pos = (358,100); +ref = acute; +} +); +width = 1171; +} +); +unicode = 378; +}, +{ +color = 10; +glyphname = zcaron; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (496,1213); +}, +{ +name = center; +pos = (461,470); +}, +{ +name = top; +pos = (496,1333); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(87,992,l), +(786,992,l), +(786,990,l), +(60,40,l), +(60,0,l), +(885,0,l), +(885,50,l), +(131,50,l), +(131,52,l), +(858,1002,l), +(858,1041,l), +(87,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(518,1172,l), +(703,1381,l), +(639,1381,l), +(497,1219,l), +(495,1219,l), +(353,1381,l), +(289,1381,l), +(474,1172,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = z; +}, +{ +pos = (179,100); +ref = caroncomb; +} +); +width = 945; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (490,1178); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (500,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(70,880,l), +(664,880,l), +(664,870,l), +(60,122,l), +(60,-1,l), +(936,2,l), +(936,161,l), +(314,161,l), +(314,173,l), +(905,916,l), +(905,1040,l), +(70,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(602,1147,l), +(772,1386,l), +(578,1386,l), +(502,1251,l), +(496,1251,l), +(422,1386,l), +(228,1386,l), +(396,1147,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = z; +}, +{ +pos = (118,100); +ref = caroncomb; +} +); +width = 996; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (539,1248); +}, +{ +name = center; +pos = (523,500); +}, +{ +name = top; +pos = (534,1522); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,775,l), +(515,775,l), +(515,759,l), +(69,252,l), +(69,1,l), +(1002,1,l), +(1002,325,l), +(552,325,l), +(552,343,l), +(980,845,l), +(980,1099,l), +(60,1099,l) +); +}, +{ +closed = 1; +nodes = ( +(728,1216,l), +(954,1565,l), +(642,1565,l), +(545,1390,l), +(535,1390,l), +(436,1565,l), +(124,1565,l), +(352,1216,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = z; +}, +{ +pos = (14,100); +ref = caroncomb; +} +); +width = 1062; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (630,1213); +}, +{ +name = center; +pos = (444,470); +}, +{ +name = top; +pos = (655,1333); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(162,992,l), +(857,992,l), +(857,990,l), +(-33,40,l), +(-40,0,l), +(785,0,l), +(794,50,l), +(44,50,l), +(44,52,l), +(935,1002,l), +(942,1041,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(648,1152,l), +(877,1361,l), +(808,1361,l), +(632,1199,l), +(630,1199,l), +(522,1361,l), +(463,1361,l), +(604,1152,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (194,100); +ref = caroncomb; +} +); +width = 1056; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (614,1178); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (646,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(143,880,l), +(723,880,l), +(721,870,l), +(-1,122,l), +(-23,-1,l), +(854,2,l), +(882,161,l), +(274,161,l), +(276,173,l), +(984,916,l), +(1006,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(734,1147,l), +(954,1386,l), +(746,1386,l), +(646,1251,l), +(640,1251,l), +(590,1386,l), +(410,1386,l), +(528,1147,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (142,100); +ref = caroncomb; +} +); +width = 1124; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (695,1245); +}, +{ +name = center; +pos = (554,500); +}, +{ +name = top; +pos = (759,1513); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(125,805,l), +(600,805,l), +(597,789,l), +(21,162,l), +(-8,-1,l), +(994,2,l), +(1048,295,l), +(547,295,l), +(550,313,l), +(1106,925,l), +(1137,1099,l), +(177,1099,l) +); +}, +{ +closed = 1; +nodes = ( +(887,1210,l), +(1197,1559,l), +(865,1559,l), +(741,1384,l), +(731,1384,l), +(659,1559,l), +(367,1559,l), +(521,1210,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (63,94); +ref = caroncomb; +} +); +width = 1270; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (695,1245); +}, +{ +name = center; +pos = (554,500); +}, +{ +name = top; +pos = (759,1513); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(125,805,l), +(600,805,l), +(597,789,l), +(21,162,l), +(-8,-1,l), +(994,2,l), +(1048,295,l), +(547,295,l), +(550,313,l), +(1106,925,l), +(1137,1099,l), +(177,1099,l) +); +}, +{ +closed = 1; +nodes = ( +(887,1210,l), +(1197,1559,l), +(865,1559,l), +(741,1384,l), +(731,1384,l), +(659,1559,l), +(367,1559,l), +(521,1210,l) +); +} +); +}; +layerId = "6134318D-B8B1-4725-AAEC-C6E7191FB297"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (63,94); +ref = caroncomb; +} +); +width = 1270; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (614,1178); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (646,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(143,880,l), +(723,880,l), +(721,870,l), +(-1,122,l), +(-23,-1,l), +(854,2,l), +(882,161,l), +(274,161,l), +(276,173,l), +(984,916,l), +(1006,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(734,1147,l), +(954,1386,l), +(746,1386,l), +(646,1251,l), +(640,1251,l), +(590,1386,l), +(410,1386,l), +(528,1147,l) +); +} +); +}; +layerId = "B94BCEBD-DE16-46EE-8FE5-AC842FD1CF27"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (142,100); +ref = caroncomb; +} +); +width = 1124; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (539,1248); +}, +{ +name = center; +pos = (523,500); +}, +{ +name = top; +pos = (534,1522); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,775,l), +(515,775,l), +(515,759,l), +(69,252,l), +(69,1,l), +(1002,1,l), +(1002,325,l), +(552,325,l), +(552,343,l), +(980,845,l), +(980,1099,l), +(60,1099,l) +); +}, +{ +closed = 1; +nodes = ( +(728,1216,l), +(954,1565,l), +(642,1565,l), +(545,1390,l), +(535,1390,l), +(436,1565,l), +(124,1565,l), +(352,1216,l) +); +} +); +}; +layerId = "AB1AE6EC-A5B8-40BB-BCE1-861F57BB9D84"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = z; +}, +{ +pos = (14,100); +ref = caroncomb; +} +); +width = 1062; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (630,1213); +}, +{ +name = center; +pos = (444,470); +}, +{ +name = top; +pos = (655,1333); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(162,992,l), +(857,992,l), +(857,990,l), +(-33,40,l), +(-40,0,l), +(785,0,l), +(794,50,l), +(44,50,l), +(44,52,l), +(935,1002,l), +(942,1041,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(648,1152,l), +(877,1361,l), +(808,1361,l), +(632,1199,l), +(630,1199,l), +(522,1361,l), +(463,1361,l), +(604,1152,l) +); +} +); +}; +layerId = "23FC9580-F106-4D79-B07E-8533B414E340"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (194,100); +ref = caroncomb; +} +); +width = 1056; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (490,1178); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (500,1323); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(70,880,l), +(664,880,l), +(664,870,l), +(60,122,l), +(60,-1,l), +(936,2,l), +(936,161,l), +(314,161,l), +(314,173,l), +(905,916,l), +(905,1040,l), +(70,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(602,1147,l), +(772,1386,l), +(578,1386,l), +(502,1251,l), +(496,1251,l), +(422,1386,l), +(228,1386,l), +(396,1147,l) +); +} +); +}; +layerId = "55F38703-0ABD-4C65-BFF5-E085C3030C86"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = z; +}, +{ +pos = (118,100); +ref = caroncomb; +} +); +width = 996; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (496,1213); +}, +{ +name = center; +pos = (461,470); +}, +{ +name = top; +pos = (496,1333); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(87,992,l), +(786,992,l), +(786,990,l), +(60,40,l), +(60,0,l), +(885,0,l), +(885,50,l), +(131,50,l), +(131,52,l), +(858,1002,l), +(858,1041,l), +(87,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(518,1172,l), +(703,1381,l), +(639,1381,l), +(497,1219,l), +(495,1219,l), +(353,1381,l), +(289,1381,l), +(474,1172,l) +); +} +); +}; +layerId = "54BC01F5-4DE4-4EED-A719-73CD683D6CE3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = z; +}, +{ +pos = (179,100); +ref = caroncomb; +} +); +width = 945; +} +); +unicode = 382; +}, +{ +color = 10; +glyphname = zdotaccent; +kernLeft = sflat; +kernRight = sflat; +lastChange = "2025-12-11 11:22:39 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (496,0); +}, +{ +name = center; +pos = (461,470); +}, +{ +name = top; +pos = (495,1236); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(87,992,l), +(786,992,l), +(786,990,l), +(60,40,l), +(60,0,l), +(885,0,l), +(885,50,l), +(131,50,l), +(131,52,l), +(858,1002,l), +(858,1041,l), +(87,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(461,1205,l), +(531,1205,l), +(531,1275,l), +(461,1275,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = z; +}, +{ +pos = (351,100); +ref = dotaccentcomb; +} +); +width = 945; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (500,0); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (500,1346); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(70,880,l), +(664,880,l), +(664,870,l), +(60,122,l), +(60,-1,l), +(936,2,l), +(936,161,l), +(314,161,l), +(314,173,l), +(905,916,l), +(905,1040,l), +(70,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(398,1170,l), +(601,1170,l), +(601,1372,l), +(398,1372,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = z; +}, +{ +pos = (288,100); +ref = dotaccentcomb; +} +); +width = 996; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (534,0); +}, +{ +name = center; +pos = (523,500); +}, +{ +name = top; +pos = (534,1481); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,775,l), +(515,775,l), +(515,759,l), +(69,252,l), +(69,1,l), +(1002,1,l), +(1002,325,l), +(552,325,l), +(552,343,l), +(980,845,l), +(980,1099,l), +(60,1099,l) +); +}, +{ +closed = 1; +nodes = ( +(372,1229,l), +(695,1229,l), +(695,1512,l), +(372,1512,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = z; +}, +{ +pos = (262,100); +ref = dotaccentcomb; +} +); +width = 1062; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (436,0); +}, +{ +name = center; +pos = (444,470); +}, +{ +name = top; +pos = (640,1236); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(162,992,l), +(857,992,l), +(857,990,l), +(-33,40,l), +(-40,0,l), +(785,0,l), +(794,50,l), +(44,50,l), +(44,52,l), +(935,1002,l), +(942,1041,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(599,1205,l), +(669,1205,l), +(683,1275,l), +(613,1275,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (363,100); +ref = dotaccentcomb; +} +); +width = 1056; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (457,0); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (676,1346); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(143,880,l), +(723,880,l), +(721,870,l), +(-1,122,l), +(-23,-1,l), +(854,2,l), +(882,161,l), +(274,161,l), +(276,173,l), +(984,916,l), +(1006,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(533,1170,l), +(736,1170,l), +(778,1372,l), +(575,1372,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (310,100); +ref = dotaccentcomb; +} +); +width = 1124; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (526,0); +}, +{ +name = center; +pos = (554,500); +}, +{ +name = top; +pos = (751,1481); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(125,805,l), +(600,805,l), +(597,789,l), +(21,162,l), +(-8,-1,l), +(994,2,l), +(1048,295,l), +(547,295,l), +(550,313,l), +(1106,925,l), +(1137,1099,l), +(177,1099,l) +); +}, +{ +closed = 1; +nodes = ( +(549,1229,l), +(872,1229,l), +(932,1512,l), +(609,1512,l) +); +} +); +}; +guides = ( +{ +pos = (549,1229); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (316,100); +ref = dotaccentcomb; +} +); +width = 1270; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (526,0); +}, +{ +name = center; +pos = (554,500); +}, +{ +name = top; +pos = (751,1481); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(125,805,l), +(600,805,l), +(597,789,l), +(21,162,l), +(-8,-1,l), +(994,2,l), +(1048,295,l), +(547,295,l), +(550,313,l), +(1106,925,l), +(1137,1099,l), +(177,1099,l) +); +}, +{ +closed = 1; +nodes = ( +(549,1229,l), +(872,1229,l), +(932,1512,l), +(609,1512,l) +); +} +); +}; +layerId = "DB26ACB9-D53A-4AAD-8B4C-8C57D278A2BF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (316,100); +ref = dotaccentcomb; +} +); +width = 1270; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (457,0); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (676,1346); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(143,880,l), +(723,880,l), +(721,870,l), +(-1,122,l), +(-23,-1,l), +(854,2,l), +(882,161,l), +(274,161,l), +(276,173,l), +(984,916,l), +(1006,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(533,1170,l), +(736,1170,l), +(778,1372,l), +(575,1372,l) +); +} +); +}; +layerId = "B3D7C8A7-BBD4-401F-9D7B-7C24B2869100"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (310,100); +ref = dotaccentcomb; +} +); +width = 1124; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (534,0); +}, +{ +name = center; +pos = (523,500); +}, +{ +name = top; +pos = (534,1481); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,775,l), +(515,775,l), +(515,759,l), +(69,252,l), +(69,1,l), +(1002,1,l), +(1002,325,l), +(552,325,l), +(552,343,l), +(980,845,l), +(980,1099,l), +(60,1099,l) +); +}, +{ +closed = 1; +nodes = ( +(372,1229,l), +(695,1229,l), +(695,1512,l), +(372,1512,l) +); +} +); +}; +layerId = "C9A6CD2A-5D83-4C99-9E4E-80E838063CE2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = z; +}, +{ +pos = (262,100); +ref = dotaccentcomb; +} +); +width = 1062; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (436,0); +}, +{ +name = center; +pos = (444,470); +}, +{ +name = top; +pos = (640,1236); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(162,992,l), +(857,992,l), +(857,990,l), +(-33,40,l), +(-40,0,l), +(785,0,l), +(794,50,l), +(44,50,l), +(44,52,l), +(935,1002,l), +(942,1041,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(599,1205,l), +(669,1205,l), +(683,1275,l), +(613,1275,l) +); +} +); +}; +layerId = "1B0F687F-D833-41AD-B8C2-1FB0A6172FD1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = z; +}, +{ +alignment = -1; +pos = (363,100); +ref = dotaccentcomb; +} +); +width = 1056; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (500,0); +}, +{ +name = center; +pos = (451,470); +}, +{ +name = top; +pos = (500,1346); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(70,880,l), +(664,880,l), +(664,870,l), +(60,122,l), +(60,-1,l), +(936,2,l), +(936,161,l), +(314,161,l), +(314,173,l), +(905,916,l), +(905,1040,l), +(70,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(398,1170,l), +(601,1170,l), +(601,1372,l), +(398,1372,l) +); +} +); +}; +layerId = "FA0959ED-5B19-4E37-AA0A-63CAE381F35B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = z; +}, +{ +pos = (288,100); +ref = dotaccentcomb; +} +); +width = 996; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (496,0); +}, +{ +name = center; +pos = (461,470); +}, +{ +name = top; +pos = (495,1236); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(87,992,l), +(786,992,l), +(786,990,l), +(60,40,l), +(60,0,l), +(885,0,l), +(885,50,l), +(131,50,l), +(131,52,l), +(858,1002,l), +(858,1041,l), +(87,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(461,1205,l), +(531,1205,l), +(531,1275,l), +(461,1275,l) +); +} +); +}; +layerId = "90DCB62C-6F89-4D61-990C-C79B8611B3C9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = z; +}, +{ +pos = (351,100); +ref = dotaccentcomb; +} +); +width = 945; +} +); +unicode = 380; +}, +{ +color = 10; +glyphname = ordfeminine; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +} +); +width = 1007; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +} +); +width = 1087; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +} +); +width = 1249; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +} +); +width = 1006; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = a; +} +); +width = 1082; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = a; +} +); +width = 1249; +} +); +unicode = 170; +}, +{ +color = 10; +glyphname = ordmasculine; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +} +); +width = 1121; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = o; +} +); +width = 1357; +} +); +unicode = 186; +}, +{ +color = 10; +glyphname = "A-cy"; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +} +); +width = 1289; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +} +); +width = 1408; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +} +); +width = 1567; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +} +); +width = 1289; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = A; +} +); +width = 1408; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = A; +} +); +width = 1487; +} +); +unicode = 1040; +}, +{ +color = 6; +glyphname = "Be-cy"; +kernLeft = b; +kernRight = b; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1395,l), +(897,1395,l), +(897,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(127,777,l), +(574,777,ls), +(836,777,o), +(1000,636,o), +(1000,412,cs), +(1000,188,o), +(837,48,o), +(578,48,cs), +(127,48,l), +(127,0,l), +(589,0,ls), +(871,0,o), +(1048,159,o), +(1048,412,cs), +(1048,666,o), +(871,825,o), +(589,825,cs), +(127,825,l) +); +} +); +width = 1108; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1273,l), +(918,1273,l), +(918,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(191,704,l), +(604,704,ls), +(798,704,o), +(920,599,o), +(920,431,cs), +(920,271,o), +(800,170,o), +(610,170,cs), +(191,170,l), +(191,0,l), +(609,0,ls), +(911,0,o), +(1100,166,o), +(1100,431,cs), +(1100,697,o), +(911,864,o), +(609,864,cs), +(191,864,l) +); +} +); +width = 1160; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(520,0,l), +(520,1123,l), +(1067,1123,l), +(1067,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(328,649,l), +(658,649,ls), +(770,649,o), +(841,585,o), +(841,484,cs), +(841,383,o), +(770,320,o), +(658,320,cs), +(328,320,l), +(328,0,l), +(720,0,ls), +(1052,0,o), +(1261,187,o), +(1261,484,cs), +(1261,764,o), +(1052,939,o), +(720,939,cs), +(328,939,l) +); +} +); +width = 1321; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(336,1395,l), +(1083,1395,l), +(1093,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(182,777,l), +(649,777,ls), +(911,777,o), +(1025,636,o), +(977,412,cs), +(930,188,o), +(727,48,o), +(468,48,cs), +(27,48,l), +(17,0,l), +(479,0,ls), +(761,0,o), +(971,159,o), +(1025,412,cs), +(1079,666,o), +(936,825,o), +(654,825,cs), +(192,825,l) +); +} +); +width = 1108; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(440,1273,l), +(1078,1273,l), +(1114,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(230,704,l), +(663,704,l), +(843,704,o), +(937,597,o), +(901,431,cs), +(867,273,o), +(720,170,o), +(526,170,cs), +(117,170,l), +(81,0,l), +(499,0,ls), +(797,0,o), +(1026,169,o), +(1081,431,cs), +(1137,694,o), +(981,864,o), +(682,864,cs), +(264,864,l) +); +} +); +width = 1160; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(404,0,l), +(642,1123,l), +(1189,1123,l), +(1257,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(350,649,l), +(700,649,ls), +(812,649,o), +(849,585,o), +(828,484,cs), +(806,383,o), +(722,320,o), +(610,320,cs), +(280,320,l), +(212,0,l), +(604,0,ls), +(936,0,o), +(1184,187,o), +(1248,484,cs), +(1307,764,o), +(1135,939,o), +(803,939,cs), +(411,939,l) +); +} +); +width = 1322; +} +); +metricLeft = H; +metricRight = D; +unicode = 1041; +}, +{ +color = 10; +glyphname = "Ve-cy"; +kernLeft = B; +kernRight = B; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = B; +} +); +width = 1197; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = B; +} +); +width = 1229; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = B; +} +); +width = 1391; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = B; +} +); +width = 1127; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = B; +} +); +width = 1220; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = B; +} +); +width = 1361; +} +); +unicode = 1042; +}, +{ +color = 6; +glyphname = "Ge-cy"; +kernLeft = H; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (1057,0); +}, +{ +name = top; +pos = (529,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1395,l), +(957,1395,l), +(957,1443,l), +(100,1443,l) +); +} +); +width = 1017; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1167,0); +}, +{ +name = top; +pos = (579,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1273,l), +(1057,1273,l), +(1057,1443,l), +(100,1443,l) +); +} +); +width = 1117; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1217,0); +}, +{ +name = top; +pos = (619,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(520,0,l), +(520,1093,l), +(1187,1093,l), +(1187,1443,l), +(100,1443,l) +); +} +); +width = 1247; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1100,0); +}, +{ +name = top; +pos = (752,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(336,1395,l), +(1143,1395,l), +(1153,1443,l), +(296,1443,l) +); +} +); +width = 1060; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1057,0); +}, +{ +name = top; +pos = (775,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(440,1273,l), +(1217,1273,l), +(1253,1443,l), +(296,1443,l) +); +} +); +width = 1160; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (955,37); +}, +{ +name = top; +pos = (805,1444); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(404,0,l), +(636,1093,l), +(1303,1093,l), +(1377,1443,l), +(290,1443,l) +); +} +); +width = 1284; +} +); +metricLeft = H; +unicode = 1043; +}, +{ +color = 10; +glyphname = "Gje-cy"; +kernLeft = H; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (410,503); +ref = acute; +} +); +width = 1017; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (402,503); +ref = acute; +} +); +width = 1117; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (402,443); +ref = acute; +} +); +width = 1247; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (567,503); +ref = acute; +} +); +width = 1060; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (513,503); +ref = acute; +} +); +width = 1160; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "Ge-cy"; +}, +{ +pos = (492,444); +ref = acute; +} +); +width = 1284; +} +); +unicode = 1027; +}, +{ +color = 3; +glyphname = "Geupturn-cy"; +kernLeft = H; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(907,1406,l), +(957,1406,l), +(957,1776,l), +(907,1776,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1017; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(877,1356,l), +(1057,1356,l), +(1057,1736,l), +(877,1736,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1117; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(787,1270,l), +(1187,1270,l), +(1187,1763,l), +(787,1763,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1247; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1095,1406,l), +(1145,1406,l), +(1223,1776,l), +(1173,1776,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1060; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1055,1356,l), +(1235,1356,l), +(1315,1736,l), +(1135,1736,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1160; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(941,1270,l), +(1341,1270,l), +(1445,1763,l), +(1045,1763,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1284; +} +); +metricLeft = "Ge-cy"; +metricRight = "Ge-cy"; +unicode = 1168; +}, +{ +color = 3; +glyphname = "Gedescender-cy"; +kernLeft = T; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,0,l), +(301,0,l), +(301,-213,l), +(352,-213,l), +(351,48,l), +(140,48,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1017; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(200,0,l), +(361,0,l), +(361,-213,l), +(541,-213,l), +(540,160,l), +(200,160,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1117; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(319,0,l), +(342,0,l), +(342,-213,l), +(732,-213,l), +(731,236,l), +(319,236,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1247; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(68,0,l), +(229,0,l), +(183,-213,l), +(234,-213,l), +(289,48,l), +(78,48,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1060; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,0,l), +(297,0,l), +(251,-213,l), +(431,-213,l), +(510,160,l), +(170,160,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1160; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(257,0,l), +(280,0,l), +(234,-213,l), +(624,-213,l), +(719,236,l), +(307,236,l) +); +}, +{ +ref = "Ge-cy"; +} +); +width = 1284; +} +); +metricLeft = "Ge-cy"; +metricRight = "Ge-cy"; +unicode = 1270; +}, +{ +color = 6; +glyphname = "Gestroke-cy"; +kernLeft = F; +kernRight = F; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (624,0); +}, +{ +name = hook; +pos = (256,0); +}, +{ +name = top; +pos = (624,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,0,l), +(281,725,l), +(947,725,l), +(947,773,l), +(281,773,l), +(281,1395,l), +(1069,1395,l), +(1069,1443,l), +(231,1443,l), +(231,773,l), +(40,773,l), +(40,725,l), +(231,725,l), +(231,0,l) +); +} +); +width = 1109; +}, +{ +anchors = ( +{ +name = bottom; +pos = (622,0); +}, +{ +name = hook; +pos = (279,0); +}, +{ +name = top; +pos = (622,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(369,0,l), +(369,651,l), +(883,651,l), +(883,811,l), +(369,811,l), +(369,1283,l), +(1055,1283,l), +(1055,1443,l), +(189,1443,l), +(189,811,l), +(40,811,l), +(40,651,l), +(189,651,l), +(189,0,l) +); +} +); +width = 1095; +}, +{ +anchors = ( +{ +name = bottom; +pos = (752,0); +}, +{ +name = hook; +pos = (366,0); +}, +{ +name = top; +pos = (752,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(570,0,l), +(570,533,l), +(988,533,l), +(988,821,l), +(570,821,l), +(570,1093,l), +(1171,1093,l), +(1171,1443,l), +(160,1443,l), +(160,821,l), +(20,821,l), +(20,533,l), +(160,533,l), +(160,0,l) +); +} +); +width = 1211; +}, +{ +anchors = ( +{ +name = bottom; +pos = (514,0); +}, +{ +name = hook; +pos = (146,0); +}, +{ +name = top; +pos = (820,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,0,l), +(325,725,l), +(991,725,l), +(1001,773,l), +(335,773,l), +(467,1395,l), +(1255,1395,l), +(1265,1443,l), +(427,1443,l), +(285,773,l), +(94,773,l), +(84,725,l), +(275,725,l), +(121,0,l) +); +} +); +width = 1189; +}, +{ +anchors = ( +{ +name = bottom; +pos = (512,0); +}, +{ +name = hook; +pos = (169,0); +}, +{ +name = top; +pos = (818,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(259,0,l), +(397,651,l), +(911,651,l), +(945,811,l), +(431,811,l), +(531,1283,l), +(1217,1283,l), +(1251,1443,l), +(385,1443,l), +(251,811,l), +(102,811,l), +(68,651,l), +(217,651,l), +(79,0,l) +); +} +); +width = 1155; +}, +{ +anchors = ( +{ +name = bottom; +pos = (809,0); +}, +{ +name = hook; +pos = (423,0); +}, +{ +name = top; +pos = (809,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(474,0,l), +(587,533,l), +(1005,533,l), +(1066,821,l), +(648,821,l), +(706,1093,l), +(1307,1093,l), +(1381,1443,l), +(370,1443,l), +(238,821,l), +(98,821,l), +(37,533,l), +(177,533,l), +(64,0,l) +); +} +); +width = 1312; +} +); +metricLeft = Hbar; +metricRight = F; +tags = ( +topbar +); +unicode = 1170; +}, +{ +color = 6; +glyphname = "Gemiddlehook-cy"; +kernLeft = H; +kernRight = b; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,0,l), +(160,0,l), +(160,1395,l), +(917,1395,l), +(917,1443,l), +(110,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(141,743,l), +(225,803,o), +(381,841,o), +(537,841,cs), +(825,841,o), +(1011,665,o), +(1011,393,cs), +(1011,124,o), +(826,-50,o), +(539,-50,cs), +(470,-50,o), +(387,-41,o), +(327,-27,c), +(316,-74,l), +(372,-90,o), +(459,-100,o), +(539,-100,cs), +(856,-100,o), +(1061,94,o), +(1061,394,cs), +(1061,695,o), +(855,889,o), +(537,889,cs), +(383,889,o), +(227,854,o), +(138,799,c) +); +} +); +width = 1121; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,0,l), +(290,0,l), +(290,1283,l), +(1057,1283,l), +(1057,1443,l), +(110,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(268,679,l), +(329,715,o), +(447,739,o), +(568,739,cs), +(818,739,o), +(980,599,o), +(980,383,cs), +(980,150,o), +(850,0,o), +(648,0,cs), +(570,0,o), +(491,9,o), +(447,23,c), +(417,-127,l), +(495,-147,o), +(594,-160,o), +(670,-160,cs), +(968,-160,o), +(1161,54,o), +(1161,384,cs), +(1161,697,o), +(933,899,o), +(580,899,cs), +(461,899,o), +(339,875,o), +(268,839,c) +); +} +); +width = 1221; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,0,l), +(510,0,l), +(510,1143,l), +(1127,1143,l), +(1127,1443,l), +(110,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(498,579,l), +(544,622,o), +(622,649,o), +(698,649,cs), +(846,649,o), +(941,560,o), +(941,423,cs), +(941,282,o), +(869,190,o), +(758,190,cs), +(712,190,o), +(665,195,o), +(637,203,c), +(607,-87,l), +(674,-107,o), +(754,-120,o), +(810,-120,cs), +(1132,-120,o), +(1341,94,o), +(1341,424,cs), +(1341,737,o), +(1113,939,o), +(760,939,cs), +(668,939,o), +(565,912,o), +(498,869,c) +); +} +); +width = 1401; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(50,0,l), +(347,1395,l), +(1104,1395,l), +(1114,1443,l), +(307,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(189,743,l), +(286,803,o), +(450,841,o), +(606,841,cs), +(894,841,o), +(1043,665,o), +(985,393,cs), +(928,124,o), +(706,-50,o), +(419,-50,cs), +(350,-50,o), +(269,-41,o), +(212,-27,c), +(191,-74,l), +(243,-90,o), +(328,-100,o), +(408,-100,cs), +(725,-100,o), +(971,94,o), +(1035,394,cs), +(1099,695,o), +(934,889,o), +(616,889,cs), +(462,889,o), +(298,854,o), +(198,799,c) +); +} +); +width = 1122; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-5,0,l), +(175,0,l), +(447,1283,l), +(1214,1283,l), +(1248,1443,l), +(301,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(297,679,l), +(366,715,o), +(493,739,o), +(620,739,cs), +(863,739,o), +(992,599,o), +(946,383,cs), +(896,150,o), +(734,0,o), +(533,0,cs), +(455,0,o), +(378,9,o), +(337,23,c), +(275,-127,l), +(349,-147,o), +(449,-160,o), +(531,-160,cs), +(822,-160,o), +(1057,54,o), +(1127,384,cs), +(1193,697,o), +(1008,899,o), +(656,899,cs), +(537,899,o), +(409,875,o), +(331,839,c) +); +} +); +width = 1216; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-7,0,l), +(393,0,l), +(636,1143,l), +(1253,1143,l), +(1317,1443,l), +(300,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(504,579,l), +(559,622,o), +(651,649,o), +(739,649,cs), +(875,649,o), +(944,560,o), +(914,423,cs), +(884,282,o), +(793,190,o), +(682,190,cs), +(636,190,o), +(590,195,o), +(564,203,c), +(472,-87,l), +(535,-107,o), +(612,-120,o), +(668,-120,cs), +(990,-120,o), +(1245,94,o), +(1315,424,cs), +(1381,737,o), +(1196,939,o), +(843,939,cs), +(752,939,o), +(643,912,o), +(566,869,c) +); +} +); +width = 1402; +} +); +metricLeft = b; +metricRight = b; +unicode = 1172; +}, +{ +color = 6; +glyphname = "De-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(371,1443,l), +(371,1182,o), +(365,879,o), +(353,530,cs), +(345,286,o), +(287,121,o), +(179,34,c), +(222,13,l), +(330,97,o), +(390,269,o), +(403,530,cs), +(406,601,o), +(412,888,o), +(421,1395,c), +(1260,1395,l), +(1260,30,l), +(1310,30,l), +(1310,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(80,-276,l), +(130,-276,l), +(130,0,l), +(1411,0,l), +(1411,-276,l), +(1461,-276,l), +(1461,48,l), +(80,48,l) +); +} +); +width = 1481; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(349,1443,l), +(349,1185,o), +(345,918,o), +(339,750,cs), +(328,453,o), +(281,225,o), +(219,159,c), +(364,70,l), +(450,173,o), +(509,435,o), +(517,750,cs), +(519,830,o), +(523,1032,o), +(528,1273,c), +(1200,1273,l), +(1200,90,l), +(1380,90,l), +(1380,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(80,-266,l), +(260,-266,l), +(260,0,l), +(1391,0,l), +(1391,-266,l), +(1571,-266,l), +(1571,170,l), +(80,170,l) +); +} +); +width = 1591; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(377,1443,l), +(363,1177,o), +(345,909,o), +(329,750,cs), +(310,557,o), +(259,364,o), +(198,250,c), +(558,160,l), +(628,287,o), +(686,515,o), +(710,750,cs), +(720,854,o), +(731,994,o), +(738,1113,c), +(1150,1113,l), +(1150,170,l), +(1560,170,l), +(1560,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(80,-240,l), +(460,-240,l), +(460,0,l), +(1332,0,l), +(1332,-240,l), +(1712,-240,l), +(1712,330,l), +(80,330,l) +); +} +); +width = 1732; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(568,1443,l), +(512,1182,o), +(442,879,o), +(356,530,cs), +(296,286,o), +(203,121,o), +(76,34,c), +(115,13,l), +(241,97,o), +(337,269,o), +(406,530,cs), +(424,601,o), +(491,888,o), +(607,1395,c), +(1446,1395,l), +(1156,30,l), +(1206,30,l), +(1507,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-89,-276,l), +(-39,-276,l), +(20,0,l), +(1301,0,l), +(1242,-276,l), +(1292,-276,l), +(1361,48,l), +(-20,48,l) +); +} +); +width = 1481; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(546,1443,l), +(491,1185,o), +(430,918,o), +(388,750,cs), +(314,453,o), +(219,225,o), +(143,159,c), +(269,70,l), +(377,173,o), +(491,435,o), +(566,750,cs), +(585,830,o), +(632,1032,o), +(688,1273,c), +(1360,1273,l), +(1109,90,l), +(1289,90,l), +(1577,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-87,-266,l), +(93,-266,l), +(150,0,l), +(1281,0,l), +(1224,-266,l), +(1404,-266,l), +(1497,170,l), +(6,170,l) +); +} +); +width = 1591; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(567,1443,l), +(496,1177,o), +(421,909,o), +(372,750,cs), +(312,557,o), +(220,364,o), +(134,250,c), +(475,160,l), +(572,287,o), +(679,515,o), +(753,750,cs), +(785,854,o), +(825,994,o), +(858,1113,c), +(1270,1113,l), +(1069,170,l), +(1479,170,l), +(1750,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-88,-240,l), +(292,-240,l), +(343,0,l), +(1215,0,l), +(1164,-240,l), +(1544,-240,l), +(1665,330,l), +(33,330,l) +); +} +); +width = 1732; +} +); +metricLeft = "Eltail-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1044; +}, +{ +color = 10; +glyphname = "Ie-cy"; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +} +); +width = 1305; +} +); +unicode = 1045; +}, +{ +color = 10; +glyphname = "Iegrave-cy"; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (342,503); +ref = gravecomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (250,503); +ref = gravecomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (219,443); +ref = gravecomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (425,503); +ref = gravecomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (358,503); +ref = gravecomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (357,443); +ref = gravecomb; +} +); +width = 1305; +} +); +metricLeft = E; +metricRight = E; +unicode = 1024; +}, +{ +color = 10; +glyphname = "Io-cy"; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (282,503); +ref = dieresiscomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (233,503); +ref = dieresiscomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (176,443); +ref = dieresiscomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (376,503); +ref = dieresiscomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (331,503); +ref = dieresiscomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (309,443); +ref = dieresiscomb; +} +); +width = 1305; +} +); +unicode = 1025; +}, +{ +color = 6; +glyphname = "Zhe-cy"; +kernLeft = X; +kernRight = X; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (1766,0); +}, +{ +name = top; +pos = (888,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(865,767,l), +(775,767,l), +(135,1443,l), +(72,1443,l), +(733,743,l), +(30,0,l), +(93,0,l), +(775,719,l), +(865,719,l), +(865,0,l), +(915,0,l), +(915,719,l), +(1005,719,l), +(1682,0,l), +(1746,0,l), +(1047,743,l), +(1703,1443,l), +(1640,1443,l), +(1005,767,l), +(915,767,l), +(915,1443,l), +(865,1443,l) +); +} +); +width = 1776; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1892,0); +}, +{ +name = top; +pos = (946,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(861,807,l), +(791,807,l), +(267,1443,l), +(52,1443,l), +(645,736,l), +(30,0,l), +(262,0,l), +(791,647,l), +(861,647,l), +(861,0,l), +(1031,0,l), +(1031,647,l), +(1101,647,l), +(1620,0,l), +(1862,0,l), +(1247,736,l), +(1835,1443,l), +(1610,1443,l), +(1101,807,l), +(1031,807,l), +(1031,1443,l), +(861,1443,l) +); +} +); +width = 1892; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (2132,0); +}, +{ +name = top; +pos = (1066,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(871,895,l), +(821,895,l), +(497,1443,l), +(42,1443,l), +(525,741,l), +(30,0,l), +(502,0,l), +(821,547,l), +(871,547,l), +(871,0,l), +(1261,0,l), +(1261,547,l), +(1311,547,l), +(1630,0,l), +(2102,0,l), +(1607,741,l), +(2085,1443,l), +(1630,1443,l), +(1311,895,l), +(1261,895,l), +(1261,1443,l), +(871,1443,l) +); +} +); +width = 2132; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1808,0); +}, +{ +name = top; +pos = (930,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(917,767,l), +(823,767,l), +(326,1443,l), +(267,1443,l), +(780,743,l), +(-81,0,l), +(-8,0,l), +(826,719,l), +(906,719,l), +(754,0,l), +(804,0,l), +(956,719,l), +(1061,719,l), +(1576,0,l), +(1635,0,l), +(1103,743,l), +(1907,1443,l), +(1835,1443,l), +(1057,767,l), +(967,767,l), +(1110,1443,l), +(1060,1443,l) +); +} +); +width = 1776; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1781,0); +}, +{ +name = top; +pos = (1141,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(921,807,l), +(841,807,l), +(452,1443,l), +(247,1443,l), +(690,740,l), +(-81,0,l), +(171,0,l), +(837,647,l), +(887,647,l), +(750,0,l), +(920,0,l), +(1057,647,l), +(1157,647,l), +(1549,0,l), +(1751,0,l), +(1302,736,l), +(2040,1443,l), +(1795,1443,l), +(1141,807,l), +(1091,807,l), +(1226,1443,l), +(1056,1443,l) +); +} +); +width = 1892; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1979,0); +}, +{ +name = top; +pos = (1219,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(908,895,l), +(828,895,l), +(620,1443,l), +(195,1443,l), +(509,741,l), +(-123,0,l), +(349,0,l), +(784,547,l), +(834,547,l), +(718,0,l), +(1108,0,l), +(1224,547,l), +(1334,547,l), +(1537,0,l), +(1949,0,l), +(1651,741,l), +(2238,1443,l), +(1753,1443,l), +(1348,895,l), +(1298,895,l), +(1414,1443,l), +(1024,1443,l) +); +} +); +width = 2132; +} +); +unicode = 1046; +}, +{ +color = 6; +glyphname = "Ze-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (566,0); +}, +{ +name = top; +pos = (577,1463); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(420,712,l), +(606,712,ls), +(849,712,o), +(1001,587,o), +(1001,387,cs), +(1001,166,o), +(831,28,o), +(559,28,cs), +(290,28,o), +(117,177,o), +(111,415,cs), +(110,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(863,-20,o), +(1051,137,o), +(1051,387,cs), +(1051,576,o), +(931,710,o), +(741,734,c), +(741,737,l), +(915,780,o), +(1024,906,o), +(1024,1064,cs), +(1024,1309,o), +(852,1463,o), +(577,1463,cs), +(284,1463,o), +(93,1296,o), +(82,1031,cs), +(81,1008,l), +(131,1008,l), +(132,1032,ls), +(141,1267,o), +(312,1415,o), +(573,1415,cs), +(819,1415,o), +(974,1280,o), +(974,1064,cs), +(974,877,o), +(832,760,o), +(606,760,cs), +(420,760,l) +); +} +); +width = 1111; +}, +{ +anchors = ( +{ +name = bottom; +pos = (581,0); +}, +{ +name = top; +pos = (587,1463); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(410,655,l), +(586,655,ls), +(774,655,o), +(892,549,o), +(892,387,cs), +(892,235,o), +(761,140,o), +(552,140,cs), +(366,140,o), +(246,246,o), +(241,415,cs), +(240,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(875,-20,o), +(1071,137,o), +(1071,387,cs), +(1071,574,o), +(953,705,o), +(764,728,c), +(764,740,l), +(936,782,o), +(1044,907,o), +(1044,1064,cs), +(1044,1309,o), +(864,1463,o), +(577,1463,cs), +(279,1463,o), +(84,1296,o), +(72,1031,cs), +(71,1008,l), +(250,1008,l), +(252,1032,ls), +(266,1198,o), +(390,1303,o), +(573,1303,cs), +(752,1303,o), +(864,1211,o), +(864,1064,cs), +(864,914,o), +(757,815,o), +(586,815,cs), +(410,815,l) +); +} +); +width = 1131; +}, +{ +anchors = ( +{ +name = bottom; +pos = (676,-10); +}, +{ +name = top; +pos = (677,1479); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(496,596,l), +(685,596,ls), +(786,596,o), +(849,534,o), +(849,436,cs), +(849,329,o), +(777,262,o), +(662,262,cs), +(545,262,o), +(470,334,o), +(467,448,cs), +(466,486,l), +(60,486,l), +(61,443,ls), +(68,148,o), +(304,-37,o), +(674,-37,cs), +(1039,-37,o), +(1268,128,o), +(1268,390,cs), +(1268,568,o), +(1153,694,o), +(970,718,c), +(970,736,l), +(1140,778,o), +(1246,907,o), +(1246,1072,cs), +(1246,1322,o), +(1027,1479,o), +(677,1479,cs), +(335,1479,o), +(112,1301,o), +(100,1017,cs), +(99,993,l), +(477,993,l), +(479,1018,ls), +(487,1117,o), +(557,1179,o), +(660,1179,cs), +(769,1179,o), +(837,1115,o), +(837,1014,cs), +(837,917,o), +(771,856,o), +(667,856,cs), +(496,856,l) +); +} +); +width = 1328; +}, +{ +anchors = ( +{ +name = bottom; +pos = (472,0); +}, +{ +name = top; +pos = (741,1463); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(451,712,l), +(637,712,ls), +(880,712,o), +(1010,587,o), +(975,387,cs), +(936,166,o), +(742,28,o), +(470,28,cs), +(201,28,o), +(54,177,o), +(90,415,cs), +(95,451,l), +(45,451,l), +(39,410,ls), +(-1,146,o), +(163,-20,o), +(466,-20,cs), +(765,-20,o), +(981,137,o), +(1025,387,cs), +(1058,576,o), +(962,710,o), +(776,734,c), +(777,737,l), +(958,780,o), +(1090,906,o), +(1117,1064,cs), +(1161,1309,o), +(1016,1463,o), +(741,1463,cs), +(448,1463,o), +(227,1296,o), +(170,1031,cs), +(165,1008,l), +(215,1008,l), +(220,1032,ls), +(270,1267,o), +(467,1415,o), +(728,1415,cs), +(974,1415,o), +(1105,1280,o), +(1067,1064,cs), +(1034,877,o), +(872,760,o), +(646,760,cs), +(460,760,l) +); +} +); +width = 1114; +}, +{ +anchors = ( +{ +name = bottom; +pos = (496,0); +}, +{ +name = top; +pos = (760,1463); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(440,655,l), +(616,655,ls), +(804,655,o), +(904,549,o), +(875,387,cs), +(848,235,o), +(700,140,o), +(491,140,cs), +(305,140,o), +(204,246,o), +(229,415,cs), +(234,451,l), +(54,451,l), +(48,410,ls), +(8,146,o), +(172,-20,o), +(475,-20,cs), +(786,-20,o), +(1010,137,o), +(1054,387,cs), +(1087,574,o), +(992,705,o), +(807,728,c), +(809,740,l), +(989,782,o), +(1119,907,o), +(1146,1064,cs), +(1190,1309,o), +(1037,1463,o), +(750,1463,cs), +(452,1463,o), +(227,1296,o), +(169,1031,cs), +(164,1008,l), +(343,1008,l), +(349,1032,ls), +(392,1198,o), +(535,1303,o), +(718,1303,cs), +(897,1303,o), +(992,1211,o), +(966,1064,cs), +(940,914,o), +(815,815,o), +(644,815,cs), +(468,815,l) +); +} +); +width = 1143; +}, +{ +anchors = ( +{ +name = bottom; +pos = (419,-10); +}, +{ +name = top; +pos = (999,1479); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(501,596,l), +(690,596,ls), +(791,596,o), +(843,534,o), +(826,436,cs), +(807,329,o), +(723,262,o), +(608,262,cs), +(491,262,o), +(429,334,o), +(446,448,cs), +(452,486,l), +(46,486,l), +(39,443,ls), +(-6,148,o), +(197,-37,o), +(567,-37,cs), +(932,-37,o), +(1190,128,o), +(1237,390,cs), +(1268,568,o), +(1175,694,o), +(996,718,c), +(1000,736,l), +(1177,778,o), +(1306,907,o), +(1335,1072,cs), +(1379,1322,o), +(1188,1479,o), +(838,1479,cs), +(496,1479,o), +(241,1301,o), +(179,1017,cs), +(174,993,l), +(552,993,l), +(558,1018,ls), +(584,1117,o), +(665,1179,o), +(768,1179,cs), +(877,1179,o), +(933,1115,o), +(916,1014,cs), +(899,917,o), +(822,856,o), +(718,856,cs), +(547,856,l) +); +} +); +width = 1331; +} +); +metricLeft = O; +metricRight = O; +unicode = 1047; +}, +{ +color = 10; +glyphname = "Ii-cy"; +kernLeft = N; +kernRight = N; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (1295,0); +}, +{ +name = top; +pos = (658,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +} +); +width = 1255; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1355,0); +}, +{ +name = top; +pos = (688,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +} +); +width = 1355; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1500,0); +}, +{ +name = top; +pos = (760,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +} +); +width = 1500; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1545,0); +}, +{ +name = top; +pos = (908,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +} +); +width = 1284; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1605,0); +}, +{ +name = top; +pos = (938,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +} +); +width = 1345; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1763,0); +}, +{ +name = top; +pos = (1023,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +} +); +width = 1529; +} +); +metricLeft = N; +metricRight = N; +unicode = 1048; +}, +{ +color = 10; +glyphname = "Iishort-cy"; +kernLeft = N; +kernRight = N; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (649,20); +}, +{ +name = hook; +pos = (1130,1443); +}, +{ +name = top; +pos = (649,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(101,0,l), +(165,0,l), +(1123,1385,l), +(1071,1346,l), +(1105,1346,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(136,41,l), +(190,78,l), +(150,78,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(766,1587,o), +(839,1661,o), +(839,1778,c), +(791,1778,l), +(790,1689,o), +(736,1631,o), +(650,1631,cs), +(564,1631,o), +(510,1689,o), +(509,1778,c), +(461,1778,l), +(461,1661,o), +(534,1587,o), +(650,1587,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +}, +{ +pos = (351,503); +ref = brevecomb; +} +); +width = 1255; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (696,50); +}, +{ +name = hook; +pos = (1145,1443); +}, +{ +name = top; +pos = (686,1686); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(295,0,l), +(1150,1251,l), +(1011,1117,l), +(1075,1117,l), +(1075,0,l), +(1255,0,l), +(1255,1443,l), +(1075,1443,l), +(176,131,l), +(368,305,l), +(280,305,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(833,1508,o), +(925,1593,o), +(925,1729,c), +(758,1729,l), +(757,1671,o), +(729,1635,o), +(686,1635,cs), +(643,1635,o), +(615,1671,o), +(614,1729,c), +(447,1729,l), +(447,1593,o), +(539,1508,o), +(686,1508,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +}, +{ +pos = (337,473); +ref = brevecomb; +} +); +width = 1355; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (734,10); +}, +{ +name = hook; +pos = (1197,1443); +}, +{ +name = top; +pos = (764,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(101,0,l), +(450,0,l), +(1065,876,l), +(926,760,l), +(990,760,l), +(990,0,l), +(1400,0,l), +(1400,1443,l), +(1050,1443,l), +(435,564,l), +(573,679,l), +(510,679,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(988,1545,o), +(1129,1669,o), +(1129,1866,c), +(860,1866,l), +(859,1790,o), +(822,1742,o), +(764,1742,cs), +(706,1742,o), +(669,1790,o), +(668,1866,c), +(399,1866,l), +(399,1669,o), +(540,1545,o), +(764,1545,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +}, +{ +pos = (289,443); +ref = brevecomb; +} +); +width = 1500; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (542.44,20); +}, +{ +name = hook; +pos = (1355,1443); +}, +{ +name = top; +pos = (926,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(54,0,l), +(1334,1385,l), +(1273,1346,l), +(1307,1346,l), +(994,0,l), +(1044,0,l), +(1380,1443,l), +(1330,1443,l), +(35,41,l), +(97,78,l), +(57,78,l), +(375,1443,l), +(325,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1016,1587,o), +(1102,1661,o), +(1123,1778,c), +(1075,1778,l), +(1058,1689,o), +(994,1631,o), +(908,1631,cs), +(822,1631,o), +(778,1689,o), +(793,1778,c), +(745,1778,l), +(724,1661,o), +(784,1587,o), +(900,1587,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +}, +{ +pos = (474,503); +ref = brevecomb; +} +); +width = 1284; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (577.796,50); +}, +{ +name = hook; +pos = (1351,1443); +}, +{ +name = top; +pos = (946,1686); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(185,0,l), +(1291,1251,l), +(1121,1117,l), +(1185,1117,l), +(925,0,l), +(1105,0,l), +(1441,1443,l), +(1261,1443,l), +(97,131,l), +(329,305,l), +(241,305,l), +(506,1443,l), +(326,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1062,1508,o), +(1169,1593,o), +(1192,1729,c), +(1025,1729,l), +(1014,1671,o), +(980,1635,o), +(937,1635,cs), +(894,1635,o), +(872,1671,o), +(881,1729,c), +(714,1729,l), +(691,1593,o), +(768,1508,o), +(915,1508,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +}, +{ +pos = (453,473); +ref = brevecomb; +} +); +width = 1345; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627.987,10); +}, +{ +name = hook; +pos = (1403,1443); +}, +{ +name = top; +pos = (1051,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(333,0,l), +(1152,876,l), +(986,760,l), +(1050,760,l), +(873,0,l), +(1283,0,l), +(1619,1443,l), +(1269,1443,l), +(449,564,l), +(614,679,l), +(551,679,l), +(729,1443,l), +(319,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1228,1545,o), +(1391,1669,o), +(1425,1866,c), +(1156,1866,l), +(1142,1790,o), +(1096,1742,o), +(1038,1742,cs), +(980,1742,o), +(952,1790,o), +(964,1866,c), +(695,1866,l), +(661,1669,o), +(780,1545,o), +(1004,1545,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +}, +{ +pos = (399,443); +ref = brevecomb; +} +); +width = 1529; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627.987,10); +}, +{ +name = hook; +pos = (1403,1443); +}, +{ +name = top; +pos = (1051,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(333,0,l), +(1152,876,l), +(986,760,l), +(1050,760,l), +(873,0,l), +(1283,0,l), +(1619,1443,l), +(1269,1443,l), +(449,564,l), +(614,679,l), +(551,679,l), +(729,1443,l), +(319,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1228,1545,o), +(1391,1669,o), +(1425,1866,c), +(1156,1866,l), +(1142,1790,o), +(1096,1742,o), +(1038,1742,cs), +(980,1742,o), +(952,1790,o), +(964,1866,c), +(695,1866,l), +(661,1669,o), +(780,1545,o), +(1004,1545,cs) +); +} +); +}; +layerId = "AA7E96E7-6A2D-4484-BC29-AB32C9CE05CC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +}, +{ +pos = (399,443); +ref = brevecomb; +} +); +width = 1529; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (577.796,50); +}, +{ +name = hook; +pos = (1351,1443); +}, +{ +name = top; +pos = (946,1686); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(185,0,l), +(1291,1251,l), +(1121,1117,l), +(1185,1117,l), +(925,0,l), +(1105,0,l), +(1441,1443,l), +(1261,1443,l), +(97,131,l), +(329,305,l), +(241,305,l), +(506,1443,l), +(326,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1062,1508,o), +(1169,1593,o), +(1192,1729,c), +(1025,1729,l), +(1014,1671,o), +(980,1635,o), +(937,1635,cs), +(894,1635,o), +(872,1671,o), +(881,1729,c), +(714,1729,l), +(691,1593,o), +(768,1508,o), +(915,1508,cs) +); +} +); +}; +layerId = "DA4D098D-A289-40F7-9CCB-E2C50413D97C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +}, +{ +pos = (453,473); +ref = brevecomb; +} +); +width = 1345; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (734,10); +}, +{ +name = hook; +pos = (1197,1443); +}, +{ +name = top; +pos = (764,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(101,0,l), +(450,0,l), +(1065,876,l), +(926,760,l), +(990,760,l), +(990,0,l), +(1400,0,l), +(1400,1443,l), +(1050,1443,l), +(435,564,l), +(573,679,l), +(510,679,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(988,1545,o), +(1129,1669,o), +(1129,1866,c), +(860,1866,l), +(859,1790,o), +(822,1742,o), +(764,1742,cs), +(706,1742,o), +(669,1790,o), +(668,1866,c), +(399,1866,l), +(399,1669,o), +(540,1545,o), +(764,1545,cs) +); +} +); +}; +layerId = "D8FF4FE8-D4C5-4B61-A087-37DCDDD3A98C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +}, +{ +pos = (289,443); +ref = brevecomb; +} +); +width = 1500; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (542.44,20); +}, +{ +name = hook; +pos = (1355,1443); +}, +{ +name = top; +pos = (926,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(54,0,l), +(1334,1385,l), +(1273,1346,l), +(1307,1346,l), +(994,0,l), +(1044,0,l), +(1380,1443,l), +(1330,1443,l), +(35,41,l), +(97,78,l), +(57,78,l), +(375,1443,l), +(325,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1016,1587,o), +(1102,1661,o), +(1123,1778,c), +(1075,1778,l), +(1058,1689,o), +(994,1631,o), +(908,1631,cs), +(822,1631,o), +(778,1689,o), +(793,1778,c), +(745,1778,l), +(724,1661,o), +(784,1587,o), +(900,1587,cs) +); +} +); +}; +layerId = "2C7FCB47-6D80-4A9C-A5A1-98870501A757"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (336,1443); +ref = N; +scale = (1,-1); +slant = (24,0); +}, +{ +pos = (474,503); +ref = brevecomb; +} +); +width = 1284; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (696,50); +}, +{ +name = hook; +pos = (1145,1443); +}, +{ +name = top; +pos = (686,1686); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(295,0,l), +(1150,1251,l), +(1011,1117,l), +(1075,1117,l), +(1075,0,l), +(1255,0,l), +(1255,1443,l), +(1075,1443,l), +(176,131,l), +(368,305,l), +(280,305,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(833,1508,o), +(925,1593,o), +(925,1729,c), +(758,1729,l), +(757,1671,o), +(729,1635,o), +(686,1635,cs), +(643,1635,o), +(615,1671,o), +(614,1729,c), +(447,1729,l), +(447,1593,o), +(539,1508,o), +(686,1508,cs) +); +} +); +}; +layerId = "4E4A0DD5-4E3D-4EE9-ADFB-77F995774047"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +}, +{ +pos = (337,473); +ref = brevecomb; +} +); +width = 1355; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (649,20); +}, +{ +name = hook; +pos = (1130,1443); +}, +{ +name = top; +pos = (649,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(101,0,l), +(165,0,l), +(1123,1385,l), +(1071,1346,l), +(1105,1346,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(136,41,l), +(190,78,l), +(150,78,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(766,1587,o), +(839,1661,o), +(839,1778,c), +(791,1778,l), +(790,1689,o), +(736,1631,o), +(650,1631,cs), +(564,1631,o), +(510,1689,o), +(509,1778,c), +(461,1778,l), +(461,1661,o), +(534,1587,o), +(650,1587,cs) +); +} +); +}; +layerId = "4E96BF28-C7EB-4C15-9C98-E10371C58C20"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (0,1443); +ref = N; +scale = (1,-1); +}, +{ +pos = (351,503); +ref = brevecomb; +} +); +width = 1255; +} +); +metricLeft = N; +metricRight = N; +unicode = 1049; +}, +{ +color = 10; +glyphname = "Iigrave-cy"; +kernLeft = N; +kernRight = N; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (432,503); +ref = gravecomb; +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (352,503); +ref = gravecomb; +} +); +width = 1355; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (344,443); +ref = gravecomb; +} +); +width = 1500; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (569,503); +ref = gravecomb; +} +); +width = 1284; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (514,503); +ref = gravecomb; +} +); +width = 1345; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (516,443); +ref = gravecomb; +} +); +width = 1529; +} +); +unicode = 1037; +}, +{ +color = 10; +glyphname = "Ka-cy"; +kernLeft = K; +kernRight = K; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = K; +} +); +width = 1118; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = K; +} +); +width = 1202; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = K; +} +); +width = 1392; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = K; +} +); +width = 1118; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = K; +} +); +width = 1177; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = K; +} +); +width = 1387; +} +); +unicode = 1050; +}, +{ +color = 10; +glyphname = "Kje-cy"; +kernLeft = K; +kernRight = K; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = K; +}, +{ +pos = (442,463); +ref = acute; +} +); +width = 1118; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = K; +}, +{ +pos = (389,463); +ref = acute; +} +); +width = 1202; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = K; +}, +{ +pos = (446,443); +ref = acute; +} +); +width = 1392; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = K; +}, +{ +pos = (534,463); +ref = acute; +} +); +width = 1118; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = K; +}, +{ +pos = (472,463); +ref = acute; +} +); +width = 1177; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = K; +}, +{ +pos = (540,443); +ref = acute; +} +); +width = 1387; +} +); +unicode = 1036; +}, +{ +color = 6; +glyphname = "El-cy"; +kernLeft = J; +kernRight = H; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = hook; +pos = (1422,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,1443,l), +(393,789,o), +(380,349,o), +(368,217,cs), +(359,103,o), +(314,38,o), +(244,36,cs), +(192,36,o), +(136,42,o), +(88,52,c), +(80,2,l), +(149,-9,o), +(208,-14,o), +(245,-12,cs), +(343,-12,o), +(405,68,o), +(418,210,cs), +(434,410,o), +(447,834,o), +(453,1395,c), +(1397,1395,l), +(1397,0,l), +(1447,0,l), +(1447,1443,l) +); +} +); +width = 1547; +}, +{ +anchors = ( +{ +name = hook; +pos = (1336,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(326,1443,l), +(318,727,o), +(310,410,o), +(298,297,cs), +(287,190,o), +(261,148,o), +(203,147,cs), +(174,147,o), +(146,151,o), +(102,160,c), +(80,-8,l), +(154,-20,o), +(200,-24,o), +(245,-22,cs), +(395,-21,o), +(460,72,o), +(480,314,cs), +(489,410,o), +(495,686,o), +(502,1283,c), +(1246,1283,l), +(1246,0,l), +(1426,0,l), +(1426,1443,l) +); +} +); +width = 1526; +}, +{ +anchors = ( +{ +name = hook; +pos = (1424,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(365,1443,l), +(337,912,o), +(314,541,o), +(301,409,cs), +(294,351,o), +(259,318,o), +(204,317,cs), +(171,317,o), +(138,320,o), +(111,326,c), +(80,-18,l), +(154,-29,o), +(238,-34,o), +(315,-32,cs), +(531,-29,o), +(667,115,o), +(693,370,cs), +(699,434,o), +(715,690,o), +(736,1103,c), +(1218,1103,l), +(1218,0,l), +(1628,0,l), +(1628,1443,l) +); +} +); +width = 1728; +}, +{ +anchors = ( +{ +name = hook; +pos = (1312,0); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,1443,l), +(451,789,o), +(344,349,o), +(304,217,cs), +(271,103,o), +(212,38,o), +(142,36,cs), +(90,36,o), +(35,42,o), +(-11,52,c), +(-30,2,l), +(37,-9,o), +(95,-14,o), +(132,-12,cs), +(230,-12,o), +(309,68,o), +(353,210,cs), +(411,410,o), +(514,834,o), +(639,1395,c), +(1583,1395,l), +(1287,0,l), +(1337,0,l), +(1644,1443,l) +); +} +); +width = 1548; +}, +{ +anchors = ( +{ +name = hook; +pos = (1226,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,1443,l), +(363,727,o), +(287,410,o), +(251,297,cs), +(217,190,o), +(182,148,o), +(124,147,cs), +(95,147,o), +(68,151,o), +(26,160,c), +(-32,-8,l), +(40,-20,o), +(85,-24,o), +(130,-22,cs), +(281,-21,o), +(365,72,o), +(437,314,cs), +(466,410,o), +(531,686,o), +(665,1283,c), +(1409,1283,l), +(1136,0,l), +(1316,0,l), +(1623,1443,l) +); +} +); +width = 1527; +}, +{ +anchors = ( +{ +name = hook; +pos = (1307,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,1443,l), +(414,912,o), +(312,541,o), +(271,409,cs), +(252,351,o), +(210,318,o), +(154,317,cs), +(121,317,o), +(89,320,o), +(63,326,c), +(-41,-18,l), +(31,-29,o), +(114,-34,o), +(191,-32,cs), +(408,-29,o), +(575,115,o), +(655,370,cs), +(674,434,o), +(745,690,o), +(854,1103,c), +(1336,1103,l), +(1101,0,l), +(1511,0,l), +(1818,1443,l) +); +} +); +width = 1728; +} +); +metricRight = H; +unicode = 1051; +}, +{ +color = 10; +glyphname = "Em-cy"; +kernLeft = M; +kernRight = M; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = M; +} +); +width = 1630; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = M; +} +); +width = 1670; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = M; +} +); +width = 1836; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = M; +} +); +width = 1630; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = M; +} +); +width = 1670; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = M; +} +); +width = 1836; +} +); +unicode = 1052; +}, +{ +color = 10; +glyphname = "En-cy"; +kernLeft = H; +kernRight = H; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = H; +} +); +width = 1235; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = H; +} +); +width = 1325; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = H; +} +); +width = 1529; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = H; +} +); +width = 1236; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = H; +} +); +width = 1326; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = H; +} +); +width = 1530; +} +); +unicode = 1053; +}, +{ +color = 10; +glyphname = "O-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +} +); +width = 1526; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +} +); +width = 1681; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = O; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = O; +} +); +width = 1592; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = O; +} +); +width = 1681; +} +); +unicode = 1054; +}, +{ +color = 6; +glyphname = "Pe-cy"; +kernLeft = H; +kernRight = H; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(150,0,l), +(150,1394,l), +(1105,1394,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(100,1441,l) +); +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(280,0,l), +(280,1282,l), +(1035,1282,l), +(1035,0,l), +(1215,0,l), +(1215,1443,l), +(100,1441,l) +); +} +); +width = 1315; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,1103,l), +(985,1103,l), +(985,0,l), +(1385,0,l), +(1385,1443,l), +(100,1443,l) +); +} +); +width = 1485; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(40,0,l), +(336,1396,l), +(1291,1394,l), +(995,0,l), +(1045,0,l), +(1352,1443,l), +(296,1443,l) +); +} +); +width = 1256; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-1,l), +(170,-1,l), +(442,1284,l), +(1197,1282,l), +(925,0,l), +(1105,0,l), +(1412,1443,l), +(296,1443,l) +); +} +); +width = 1316; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(384,0,l), +(618,1103,l), +(1103,1103,l), +(869,0,l), +(1269,0,l), +(1575,1443,l), +(290,1443,l) +); +} +); +width = 1486; +} +); +metricLeft = H; +metricRight = H; +unicode = 1055; +}, +{ +color = 10; +glyphname = "Er-cy"; +kernLeft = P; +kernRight = P; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = P; +} +); +width = 1138; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = P; +} +); +width = 1190; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = P; +} +); +width = 1331; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = P; +} +); +width = 1140; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = P; +} +); +width = 1190; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = P; +} +); +width = 1331; +} +); +unicode = 1056; +}, +{ +color = 10; +glyphname = "Es-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = C; +} +); +width = 1474; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = C; +} +); +width = 1484; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = C; +} +); +width = 1582; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = C; +} +); +width = 1474; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = C; +} +); +width = 1484; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = C; +} +); +width = 1582; +} +); +unicode = 1057; +}, +{ +color = 10; +glyphname = "Te-cy"; +kernLeft = T; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = T; +} +); +width = 1225; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = T; +} +); +width = 1245; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = T; +} +); +width = 1385; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = T; +} +); +width = 1225; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = T; +} +); +width = 1225; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = T; +} +); +width = 1386; +} +); +unicode = 1058; +}, +{ +color = 6; +glyphname = "U-cy"; +kernRight = V; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (557,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(537,301,l), +(507,228,o), +(477,162,o), +(455,118,cs), +(427,61,o), +(385,29,o), +(339,29,cs), +(292,29,o), +(252,32,o), +(226,37,c), +(215,-11,l), +(247,-17,o), +(292,-20,o), +(341,-20,cs), +(408,-20,o), +(465,23,o), +(501,101,cs), +(544,193,o), +(550,210,o), +(593,302,c), +(1094,1443,l), +(1039,1443,l), +(568,369,l), +(562,369,l), +(74,1444,l), +(20,1444,l) +); +} +); +width = 1114; +}, +{ +anchors = ( +{ +name = top; +pos = (555,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(490,311,o), +(477,274,o), +(463,240,cs), +(439,180,o), +(398,142,o), +(357,142,cs), +(315,142,o), +(254,150,o), +(198,162,c), +(167,8,l), +(232,-9,o), +(312,-19,o), +(376,-19,cs), +(461,-19,o), +(542,26,o), +(585,98,cs), +(601,120,o), +(641,210,o), +(690,331,c), +(1100,1443,l), +(906,1443,l), +(590,562,l), +(578,562,l), +(206,1444,l), +(10,1444,l) +); +} +); +width = 1110; +}, +{ +anchors = ( +{ +name = top; +pos = (666,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(481,348,l), +(479,335,o), +(476,322,o), +(472,313,cs), +(458,280,o), +(431,261,o), +(397,261,cs), +(357,261,o), +(308,268,o), +(258,281,c), +(208,-2,l), +(303,-23,o), +(417,-35,o), +(525,-35,cs), +(638,-35,o), +(729,10,o), +(779,91,cs), +(789,107,o), +(829,198,o), +(893,345,c), +(1322,1444,l), +(885,1444,l), +(685,733,l), +(672,733,l), +(449,1445,l), +(10,1445,l) +); +} +); +width = 1332; +}, +{ +anchors = ( +{ +name = top; +pos = (743,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(522,301,l), +(479,228,o), +(437,162,o), +(407,118,cs), +(369,61,o), +(322,29,o), +(276,29,cs), +(229,29,o), +(189,32,o), +(164,37,c), +(145,-11,l), +(175,-17,o), +(220,-20,o), +(269,-20,cs), +(336,-20,o), +(401,23,o), +(450,101,cs), +(509,193,o), +(518,210,o), +(578,302,c), +(1280,1443,l), +(1225,1443,l), +(565,369,l), +(559,369,l), +(260,1444,l), +(206,1444,l) +); +} +); +width = 1094; +}, +{ +anchors = ( +{ +name = top; +pos = (751,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(486,311,o), +(467,274,o), +(447,240,cs), +(412,180,o), +(364,142,o), +(323,142,cs), +(281,142,o), +(222,150,o), +(168,162,c), +(110,8,l), +(172,-9,o), +(250,-19,o), +(314,-19,cs), +(399,-19,o), +(488,26,o), +(544,98,cs), +(564,120,o), +(619,210,o), +(690,331,c), +(1296,1443,l), +(1102,1443,l), +(630,562,l), +(618,562,l), +(402,1444,l), +(206,1444,l) +); +} +); +width = 1110; +}, +{ +anchors = ( +{ +name = top; +pos = (856,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(478,348,l), +(474,335,o), +(468,322,o), +(463,313,cs), +(443,280,o), +(413,261,o), +(379,261,cs), +(339,261,o), +(291,268,o), +(243,281,c), +(143,-2,l), +(235,-23,o), +(347,-35,o), +(455,-35,cs), +(568,-35,o), +(666,10,o), +(731,91,cs), +(744,107,o), +(800,198,o), +(890,345,c), +(1512,1444,l), +(1075,1444,l), +(750,733,l), +(737,733,l), +(639,1445,l), +(200,1445,l) +); +} +); +width = 1332; +} +); +metricLeft = v; +metricRight = v; +unicode = 1059; +}, +{ +color = 10; +glyphname = "Ushort-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (557,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,301,l), +(507,228,o), +(477,162,o), +(455,118,cs), +(427,61,o), +(385,29,o), +(339,29,cs), +(292,29,o), +(252,32,o), +(226,37,c), +(215,-11,l), +(247,-17,o), +(292,-20,o), +(341,-20,cs), +(408,-20,o), +(465,23,o), +(501,101,cs), +(544,193,o), +(550,210,o), +(593,302,c), +(1094,1443,l), +(1039,1443,l), +(568,369,l), +(562,369,l), +(74,1444,l), +(20,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(674,1587,o), +(747,1661,o), +(747,1778,c), +(699,1778,l), +(698,1689,o), +(644,1631,o), +(558,1631,cs), +(472,1631,o), +(418,1689,o), +(417,1778,c), +(369,1778,l), +(369,1661,o), +(442,1587,o), +(558,1587,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (259,503); +ref = brevecomb; +} +); +width = 1114; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (555,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(490,311,o), +(477,274,o), +(463,240,cs), +(439,180,o), +(398,142,o), +(357,142,cs), +(315,142,o), +(254,150,o), +(198,162,c), +(167,8,l), +(232,-9,o), +(312,-19,o), +(376,-19,cs), +(461,-19,o), +(542,26,o), +(585,98,cs), +(601,120,o), +(641,210,o), +(690,331,c), +(1100,1443,l), +(906,1443,l), +(590,562,l), +(578,562,l), +(206,1444,l), +(10,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(702,1538,o), +(794,1623,o), +(794,1759,c), +(627,1759,l), +(626,1701,o), +(598,1665,o), +(555,1665,cs), +(512,1665,o), +(484,1701,o), +(483,1759,c), +(316,1759,l), +(316,1623,o), +(408,1538,o), +(555,1538,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (206,503); +ref = brevecomb; +} +); +width = 1110; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (666,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(481,348,l), +(479,335,o), +(476,322,o), +(472,313,cs), +(458,280,o), +(431,261,o), +(397,261,cs), +(357,261,o), +(308,268,o), +(258,281,c), +(208,-2,l), +(303,-23,o), +(417,-35,o), +(525,-35,cs), +(638,-35,o), +(729,10,o), +(779,91,cs), +(789,107,o), +(829,198,o), +(893,345,c), +(1322,1444,l), +(885,1444,l), +(685,733,l), +(672,733,l), +(449,1445,l), +(10,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(890,1545,o), +(1031,1669,o), +(1031,1866,c), +(762,1866,l), +(761,1790,o), +(724,1742,o), +(666,1742,cs), +(608,1742,o), +(571,1790,o), +(570,1866,c), +(301,1866,l), +(301,1669,o), +(442,1545,o), +(666,1545,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (191,443); +ref = brevecomb; +} +); +width = 1332; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (795,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(522,301,l), +(479,228,o), +(437,162,o), +(407,118,cs), +(369,61,o), +(322,29,o), +(276,29,cs), +(229,29,o), +(189,32,o), +(164,37,c), +(145,-11,l), +(175,-17,o), +(220,-20,o), +(269,-20,cs), +(336,-20,o), +(401,23,o), +(450,101,cs), +(509,193,o), +(518,210,o), +(578,302,c), +(1280,1443,l), +(1225,1443,l), +(565,369,l), +(559,369,l), +(260,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(885,1587,o), +(971,1661,o), +(992,1778,c), +(944,1778,l), +(927,1689,o), +(863,1631,o), +(777,1631,cs), +(691,1631,o), +(647,1689,o), +(662,1778,c), +(614,1778,l), +(593,1661,o), +(653,1587,o), +(769,1587,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (343,503); +ref = brevecomb; +} +); +width = 1094; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (814,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(486,311,o), +(467,274,o), +(447,240,cs), +(412,180,o), +(364,142,o), +(323,142,cs), +(281,142,o), +(222,150,o), +(168,162,c), +(110,8,l), +(172,-9,o), +(250,-19,o), +(314,-19,cs), +(399,-19,o), +(488,26,o), +(544,98,cs), +(564,120,o), +(619,210,o), +(690,331,c), +(1296,1443,l), +(1102,1443,l), +(630,562,l), +(618,562,l), +(402,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(930,1538,o), +(1037,1623,o), +(1060,1759,c), +(893,1759,l), +(882,1701,o), +(848,1665,o), +(805,1665,cs), +(762,1665,o), +(740,1701,o), +(749,1759,c), +(582,1759,l), +(559,1623,o), +(636,1538,o), +(783,1538,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (321,503); +ref = brevecomb; +} +); +width = 1210; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (921,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(478,348,l), +(474,335,o), +(468,322,o), +(463,313,cs), +(443,280,o), +(413,261,o), +(379,261,cs), +(339,261,o), +(291,268,o), +(243,281,c), +(143,-2,l), +(235,-23,o), +(347,-35,o), +(455,-35,cs), +(568,-35,o), +(666,10,o), +(731,91,cs), +(744,107,o), +(800,198,o), +(890,345,c), +(1512,1444,l), +(1075,1444,l), +(750,733,l), +(737,733,l), +(639,1445,l), +(200,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(1098,1545,o), +(1261,1669,o), +(1295,1866,c), +(1026,1866,l), +(1012,1790,o), +(966,1742,o), +(908,1742,cs), +(850,1742,o), +(822,1790,o), +(834,1866,c), +(565,1866,l), +(531,1669,o), +(650,1545,o), +(874,1545,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (269,443); +ref = brevecomb; +} +); +width = 1392; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (921,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(478,348,l), +(474,335,o), +(468,322,o), +(463,313,cs), +(443,280,o), +(413,261,o), +(379,261,cs), +(339,261,o), +(291,268,o), +(243,281,c), +(143,-2,l), +(235,-23,o), +(347,-35,o), +(455,-35,cs), +(568,-35,o), +(666,10,o), +(731,91,cs), +(744,107,o), +(800,198,o), +(890,345,c), +(1512,1444,l), +(1075,1444,l), +(750,733,l), +(737,733,l), +(639,1445,l), +(200,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(1098,1545,o), +(1261,1669,o), +(1295,1866,c), +(1026,1866,l), +(1012,1790,o), +(966,1742,o), +(908,1742,cs), +(850,1742,o), +(822,1790,o), +(834,1866,c), +(565,1866,l), +(531,1669,o), +(650,1545,o), +(874,1545,cs) +); +} +); +}; +layerId = "A1785078-B3C5-4A0A-89D3-7275383AABD6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (269,443); +ref = brevecomb; +} +); +width = 1392; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (814,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(486,311,o), +(467,274,o), +(447,240,cs), +(412,180,o), +(364,142,o), +(323,142,cs), +(281,142,o), +(222,150,o), +(168,162,c), +(110,8,l), +(172,-9,o), +(250,-19,o), +(314,-19,cs), +(399,-19,o), +(488,26,o), +(544,98,cs), +(564,120,o), +(619,210,o), +(690,331,c), +(1296,1443,l), +(1102,1443,l), +(630,562,l), +(618,562,l), +(402,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(930,1538,o), +(1037,1623,o), +(1060,1759,c), +(893,1759,l), +(882,1701,o), +(848,1665,o), +(805,1665,cs), +(762,1665,o), +(740,1701,o), +(749,1759,c), +(582,1759,l), +(559,1623,o), +(636,1538,o), +(783,1538,cs) +); +} +); +}; +layerId = "8EDAB7E3-DE91-454E-95BF-C25FE497F4A9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (321,503); +ref = brevecomb; +} +); +width = 1210; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (666,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(481,348,l), +(479,335,o), +(476,322,o), +(472,313,cs), +(458,280,o), +(431,261,o), +(397,261,cs), +(357,261,o), +(308,268,o), +(258,281,c), +(208,-2,l), +(303,-23,o), +(417,-35,o), +(525,-35,cs), +(638,-35,o), +(729,10,o), +(779,91,cs), +(789,107,o), +(829,198,o), +(893,345,c), +(1322,1444,l), +(885,1444,l), +(685,733,l), +(672,733,l), +(449,1445,l), +(10,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(890,1545,o), +(1031,1669,o), +(1031,1866,c), +(762,1866,l), +(761,1790,o), +(724,1742,o), +(666,1742,cs), +(608,1742,o), +(571,1790,o), +(570,1866,c), +(301,1866,l), +(301,1669,o), +(442,1545,o), +(666,1545,cs) +); +} +); +}; +layerId = "8283840B-25E6-4F85-82CE-C4BFBAC49504"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (191,443); +ref = brevecomb; +} +); +width = 1332; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (795,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(522,301,l), +(479,228,o), +(437,162,o), +(407,118,cs), +(369,61,o), +(322,29,o), +(276,29,cs), +(229,29,o), +(189,32,o), +(164,37,c), +(145,-11,l), +(175,-17,o), +(220,-20,o), +(269,-20,cs), +(336,-20,o), +(401,23,o), +(450,101,cs), +(509,193,o), +(518,210,o), +(578,302,c), +(1280,1443,l), +(1225,1443,l), +(565,369,l), +(559,369,l), +(260,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(885,1587,o), +(971,1661,o), +(992,1778,c), +(944,1778,l), +(927,1689,o), +(863,1631,o), +(777,1631,cs), +(691,1631,o), +(647,1689,o), +(662,1778,c), +(614,1778,l), +(593,1661,o), +(653,1587,o), +(769,1587,cs) +); +} +); +}; +layerId = "4368D329-CA9C-4CDD-978A-BEDDB0827454"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (343,503); +ref = brevecomb; +} +); +width = 1094; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (555,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(490,311,o), +(477,274,o), +(463,240,cs), +(439,180,o), +(398,142,o), +(357,142,cs), +(315,142,o), +(254,150,o), +(198,162,c), +(167,8,l), +(232,-9,o), +(312,-19,o), +(376,-19,cs), +(461,-19,o), +(542,26,o), +(585,98,cs), +(601,120,o), +(641,210,o), +(690,331,c), +(1100,1443,l), +(906,1443,l), +(590,562,l), +(578,562,l), +(206,1444,l), +(10,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(702,1538,o), +(794,1623,o), +(794,1759,c), +(627,1759,l), +(626,1701,o), +(598,1665,o), +(555,1665,cs), +(512,1665,o), +(484,1701,o), +(483,1759,c), +(316,1759,l), +(316,1623,o), +(408,1538,o), +(555,1538,cs) +); +} +); +}; +layerId = "C43D7406-BD52-4D08-9DE2-8B87D92FF353"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (206,503); +ref = brevecomb; +} +); +width = 1110; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (557,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,301,l), +(507,228,o), +(477,162,o), +(455,118,cs), +(427,61,o), +(385,29,o), +(339,29,cs), +(292,29,o), +(252,32,o), +(226,37,c), +(215,-11,l), +(247,-17,o), +(292,-20,o), +(341,-20,cs), +(408,-20,o), +(465,23,o), +(501,101,cs), +(544,193,o), +(550,210,o), +(593,302,c), +(1094,1443,l), +(1039,1443,l), +(568,369,l), +(562,369,l), +(74,1444,l), +(20,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(674,1587,o), +(747,1661,o), +(747,1778,c), +(699,1778,l), +(698,1689,o), +(644,1631,o), +(558,1631,cs), +(472,1631,o), +(418,1689,o), +(417,1778,c), +(369,1778,l), +(369,1661,o), +(442,1587,o), +(558,1587,cs) +); +} +); +}; +layerId = "A0E913D7-C361-446F-B7E9-417E42380B11"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (259,503); +ref = brevecomb; +} +); +width = 1114; +} +); +unicode = 1038; +}, +{ +color = 6; +glyphname = "Ef-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 14:00:05 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(799,162,l), +(1206,162,o), +(1500,399,o), +(1500,726,cs), +(1500,1048,o), +(1206,1281,o), +(799,1281,c), +(761,1281,l), +(354,1281,o), +(60,1048,o), +(60,726,cs), +(60,399,o), +(354,162,o), +(761,162,cs) +); +}, +{ +closed = 1; +nodes = ( +(383,212,o), +(110,428,o), +(110,726,cs), +(110,1019,o), +(383,1231,o), +(761,1231,c), +(799,1231,l), +(1177,1231,o), +(1450,1019,o), +(1450,726,cs), +(1450,428,o), +(1177,212,o), +(799,212,c), +(761,212,l) +); +}, +{ +closed = 1; +nodes = ( +(805,-18,l), +(805,1462,l), +(755,1462,l), +(755,-18,l) +); +} +); +width = 1560; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(875,112,l), +(1261,112,o), +(1540,370,o), +(1540,726,cs), +(1540,1077,o), +(1261,1332,o), +(875,1332,c), +(727,1332,l), +(340,1332,o), +(60,1077,o), +(60,726,cs), +(60,370,o), +(340,112,o), +(727,112,cs) +); +}, +{ +closed = 1; +nodes = ( +(445,272,o), +(240,463,o), +(240,726,cs), +(240,985,o), +(445,1172,o), +(727,1172,c), +(875,1172,l), +(1156,1172,o), +(1360,985,o), +(1360,726,cs), +(1360,463,o), +(1156,272,o), +(875,272,c), +(727,272,l) +); +}, +{ +closed = 1; +nodes = ( +(890,-18,l), +(890,1462,l), +(710,1462,l), +(710,-18,l) +); +} +); +width = 1600; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1075,118,l), +(1484,118,o), +(1780,372,o), +(1780,723,cs), +(1780,1073,o), +(1484,1327,o), +(1075,1327,c), +(767,1327,l), +(357,1327,o), +(60,1073,o), +(60,723,cs), +(60,372,o), +(357,118,o), +(767,118,cs) +); +}, +{ +closed = 1; +nodes = ( +(589,440,o), +(460,559,o), +(460,723,cs), +(460,887,o), +(589,1006,o), +(767,1006,c), +(1075,1006,l), +(1252,1006,o), +(1380,887,o), +(1380,723,cs), +(1380,559,o), +(1252,440,o), +(1075,440,c), +(767,440,l) +); +}, +{ +closed = 1; +nodes = ( +(1120,-36,l), +(1120,1480,l), +(720,1480,l), +(720,-36,l) +); +} +); +width = 1840; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(723,162,l), +(1129,162,o), +(1474,399,o), +(1544,726,cs), +(1612,1048,o), +(1367,1281,o), +(961,1281,c), +(923,1281,l), +(516,1281,o), +(172,1048,o), +(104,726,cs), +(34,399,o), +(278,162,o), +(685,162,cs) +); +}, +{ +closed = 1; +nodes = ( +(314,212,o), +(91,428,o), +(154,726,cs), +(216,1019,o), +(539,1231,o), +(922,1231,c), +(960,1231,l), +(1332,1231,o), +(1556,1019,o), +(1494,726,cs), +(1431,428,o), +(1108,212,o), +(724,212,c), +(686,212,l) +); +}, +{ +closed = 1; +nodes = ( +(691,-18,l), +(1005,1462,l), +(955,1462,l), +(641,-18,l) +); +} +); +width = 1560; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(788,112,l), +(1173,112,o), +(1508,370,o), +(1584,726,cs), +(1659,1077,o), +(1434,1332,o), +(1048,1332,c), +(900,1332,l), +(514,1332,o), +(179,1077,o), +(104,726,cs), +(28,370,o), +(253,112,o), +(640,112,cs) +); +}, +{ +closed = 1; +nodes = ( +(389,282,o), +(229,468,o), +(284,726,cs), +(337,979,o), +(585,1162,o), +(874,1162,c), +(1022,1162,l), +(1297,1162,o), +(1457,979,o), +(1404,726,cs), +(1349,468,o), +(1101,282,o), +(814,282,c), +(666,282,l) +); +}, +{ +closed = 1; +nodes = ( +(776,-18,l), +(1090,1462,l), +(910,1462,l), +(596,-18,l) +); +} +); +width = 1600; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1004,118,l), +(1424,118,o), +(1782,372,o), +(1857,723,cs), +(1931,1073,o), +(1681,1327,o), +(1261,1327,c), +(953,1327,l), +(531,1327,o), +(171,1073,o), +(97,723,cs), +(22,372,o), +(274,118,o), +(696,118,cs) +); +}, +{ +closed = 1; +nodes = ( +(577,440,o), +(482,559,o), +(517,723,cs), +(552,887,o), +(715,1006,o), +(904,1006,c), +(1212,1006,l), +(1378,1006,o), +(1472,887,o), +(1437,723,cs), +(1402,559,o), +(1240,440,o), +(1052,440,c), +(744,440,l) +); +}, +{ +closed = 1; +nodes = ( +(1026,-36,l), +(1348,1480,l), +(928,1480,l), +(606,-36,l) +); +} +); +width = 1880; +} +); +metricLeft = O; +metricRight = O; +unicode = 1060; +}, +{ +color = 10; +glyphname = "Ha-cy"; +kernLeft = X; +kernRight = X; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = X; +} +); +width = 1283; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = X; +} +); +width = 1388; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = X; +} +); +width = 1628; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = X; +} +); +width = 1313; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = X; +} +); +width = 1391; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = X; +} +); +width = 1647; +} +); +unicode = 1061; +}, +{ +color = 10; +glyphname = "Tse-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1124,0,l), +(1285,0,l), +(1285,-276,l), +(1336,-276,l), +(1335,48,l), +(1124,48,l) +); +}, +{ +closed = 1; +nodes = ( +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(1105,49,l), +(150,49,l), +(150,1443,l), +(100,1445,l), +(100,2,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (1024,0); +ref = "bottom-hook"; +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1356; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1124,0,l), +(1285,0,l), +(1285,-266,l), +(1465,-266,l), +(1464,160,l), +(1124,160,l) +); +}, +{ +closed = 1; +nodes = ( +(1215,0,l), +(1215,1443,l), +(1035,1443,l), +(1035,161,l), +(280,161,l), +(280,1443,l), +(100,1445,l), +(100,2,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (1024,0); +ref = "bottom-hook"; +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1485; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1184,-1,l), +(1227,-1,l), +(1227,-241,l), +(1617,-241,l), +(1617,339,l), +(1184,339,l) +); +}, +{ +closed = 1; +nodes = ( +(1385,0,l), +(1385,1443,l), +(985,1443,l), +(985,340,l), +(500,340,l), +(500,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (1084,0); +ref = "bottom-hook"; +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1637; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,0,l), +(1163,0,l), +(1105,-276,l), +(1156,-276,l), +(1223,48,l), +(1012,48,l) +); +}, +{ +closed = 1; +nodes = ( +(1046,0,l), +(1381,1443,l), +(1331,1443,l), +(1006,49,l), +(50,47,l), +(376,1443,l), +(325,1443,l), +(-10,0,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (1012,0); +ref = "bottom-hook"; +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1345; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1013,0,l), +(1174,0,l), +(1118,-266,l), +(1298,-266,l), +(1387,160,l), +(1047,160,l) +); +}, +{ +closed = 1; +nodes = ( +(1106,0,l), +(1441,1443,l), +(1261,1443,l), +(962,161,l), +(206,159,l), +(506,1444,l), +(325,1444,l), +(-10,0,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (1024,0); +ref = "bottom-hook"; +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1485; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1099,-1,l), +(1142,-1,l), +(1091,-241,l), +(1481,-241,l), +(1605,339,l), +(1172,339,l) +); +}, +{ +closed = 1; +nodes = ( +(1269,0,l), +(1605,1443,l), +(1205,1443,l), +(948,340,l), +(463,340,l), +(720,1443,l), +(320,1443,l), +(-16,0,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1116,0); +ref = "bottom-hook"; +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1670; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1099,-1,l), +(1142,-1,l), +(1091,-241,l), +(1481,-241,l), +(1605,339,l), +(1172,339,l) +); +}, +{ +closed = 1; +nodes = ( +(1269,0,l), +(1605,1443,l), +(1205,1443,l), +(948,340,l), +(463,340,l), +(720,1443,l), +(320,1443,l), +(-16,0,l) +); +} +); +}; +layerId = "75C85126-0C9B-45B2-BA6C-64443EE26E7F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1116,0); +ref = "bottom-hook"; +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1670; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1013,0,l), +(1174,0,l), +(1118,-266,l), +(1298,-266,l), +(1387,160,l), +(1047,160,l) +); +}, +{ +closed = 1; +nodes = ( +(1106,0,l), +(1441,1443,l), +(1261,1443,l), +(962,161,l), +(206,159,l), +(506,1444,l), +(325,1444,l), +(-10,0,l) +); +} +); +}; +layerId = "24F910FF-3A44-4696-9399-9CF9D7208D5A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1024,0); +ref = "bottom-hook"; +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1485; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1184,-1,l), +(1227,-1,l), +(1227,-241,l), +(1617,-241,l), +(1617,339,l), +(1184,339,l) +); +}, +{ +closed = 1; +nodes = ( +(1385,0,l), +(1385,1443,l), +(985,1443,l), +(985,340,l), +(500,340,l), +(500,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +}; +layerId = "16B18634-D81C-4102-A96C-9D5A3240FF92"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1084,0); +ref = "bottom-hook"; +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1637; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,0,l), +(1163,0,l), +(1105,-276,l), +(1156,-276,l), +(1223,48,l), +(1012,48,l) +); +}, +{ +closed = 1; +nodes = ( +(1046,0,l), +(1381,1443,l), +(1331,1443,l), +(1006,49,l), +(50,47,l), +(376,1443,l), +(325,1443,l), +(-10,0,l) +); +} +); +}; +layerId = "A1E4277A-C64E-4452-A1BC-CBB252B76DE0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1012,0); +ref = "bottom-hook"; +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1345; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1124,0,l), +(1285,0,l), +(1285,-266,l), +(1465,-266,l), +(1464,160,l), +(1124,160,l) +); +}, +{ +closed = 1; +nodes = ( +(1215,0,l), +(1215,1443,l), +(1035,1443,l), +(1035,161,l), +(280,161,l), +(280,1443,l), +(100,1445,l), +(100,2,l) +); +} +); +}; +layerId = "D35C19A2-6DFA-4F94-B5AB-402843227A38"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1024,0); +ref = "bottom-hook"; +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1485; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1124,0,l), +(1285,0,l), +(1285,-276,l), +(1336,-276,l), +(1335,48,l), +(1124,48,l) +); +}, +{ +closed = 1; +nodes = ( +(1155,0,l), +(1155,1443,l), +(1105,1443,l), +(1105,49,l), +(150,49,l), +(150,1443,l), +(100,1445,l), +(100,2,l) +); +} +); +}; +layerId = "D8EC7FAD-F410-4E9E-BCDC-1779E8EB3F28"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1024,0); +ref = "bottom-hook"; +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1356; +} +); +metricLeft = "En-cy"; +tags = ( +"descender-square" +); +unicode = 1062; +}, +{ +color = 6; +glyphname = "Che-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (1126,0); +}, +{ +name = top; +pos = (593,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(994,678,o), +(818,546,o), +(572,546,cs), +(313,546,o), +(150,683,o), +(150,900,cs), +(150,1443,l), +(100,1443,l), +(100,900,ls), +(100,653,o), +(282,498,o), +(572,498,cs), +(783,498,o), +(957,593,o), +(1023,745,c), +(1026,745,l), +(1026,0,l), +(1076,0,l), +(1076,1443,l), +(1026,1443,l), +(1026,889,l) +); +} +); +width = 1176; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1210,0); +}, +{ +name = top; +pos = (635,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(966,726,o), +(831,628,o), +(629,628,cs), +(415,628,o), +(280,728,o), +(280,886,cs), +(280,1443,l), +(100,1443,l), +(100,875,ls), +(100,625,o), +(293,468,o), +(600,468,cs), +(763,468,o), +(905,530,o), +(968,628,c), +(980,628,l), +(980,0,l), +(1160,0,l), +(1160,1443,l), +(980,1443,l), +(980,881,l) +); +} +); +width = 1260; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1470,0); +}, +{ +name = top; +pos = (765,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1010,772,o), +(911,694,o), +(754,695,cs), +(604,695,o), +(510,773,o), +(510,897,cs), +(510,1443,l), +(100,1443,l), +(100,819,ls), +(100,567,o), +(295,409,o), +(606,409,cs), +(781,409,o), +(930,470,o), +(992,566,c), +(1010,566,l), +(1010,0,l), +(1420,0,l), +(1420,1443,l), +(1010,1443,l), +(1010,897,ls) +); +} +); +width = 1520; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1016,0); +}, +{ +name = top; +pos = (789,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1028,678,o), +(824,546,o), +(578,546,cs), +(319,546,o), +(185,683,o), +(231,900,cs), +(346,1443,l), +(296,1443,l), +(181,900,ls), +(128,653,o), +(277,498,o), +(567,498,cs), +(778,498,o), +(973,593,o), +(1071,745,c), +(1074,745,l), +(916,0,l), +(966,0,l), +(1272,1443,l), +(1222,1443,l), +(1105,889,l) +); +} +); +width = 1177; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1100,0); +}, +{ +name = top; +pos = (831,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1010,726,o), +(854,628,o), +(652,628,cs), +(438,628,o), +(324,728,o), +(358,886,cs), +(476,1443,l), +(296,1443,l), +(176,875,ls), +(122,625,o), +(282,468,o), +(589,468,cs), +(752,468,o), +(907,530,o), +(991,628,c), +(1003,628,l), +(870,0,l), +(1050,0,l), +(1356,1443,l), +(1176,1443,l), +(1057,881,l) +); +} +); +width = 1261; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1354,0); +}, +{ +name = top; +pos = (955,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1058,772,o), +(942,694,o), +(785,695,cs), +(635,695,o), +(558,773,o), +(584,897,cs), +(700,1443,l), +(290,1443,l), +(158,819,ls), +(104,567,o), +(266,409,o), +(577,409,cs), +(752,409,o), +(914,470,o), +(996,566,c), +(1014,566,l), +(894,0,l), +(1304,0,l), +(1610,1443,l), +(1200,1443,l), +(1084,897,ls) +); +} +); +width = 1521; +} +); +metricRight = H; +unicode = 1063; +}, +{ +color = 6; +glyphname = "Sha-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1682,0,l), +(1682,1443,l), +(1632,1443,l), +(1632,48,l), +(916,48,l), +(916,1443,l), +(866,1443,l), +(866,48,l), +(150,48,l), +(150,1443,l), +(100,1443,l) +); +} +); +width = 1782; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1682,0,l), +(1682,1443,l), +(1502,1443,l), +(1502,160,l), +(981,160,l), +(981,1443,l), +(801,1443,l), +(801,160,l), +(280,160,l), +(280,1443,l), +(100,1443,l) +); +} +); +width = 1782; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(1920,0,l), +(1920,1443,l), +(1520,1443,l), +(1520,340,l), +(1200,340,l), +(1200,1443,l), +(820,1443,l), +(820,340,l), +(500,340,l), +(500,1443,l), +(100,1443,l) +); +} +); +width = 2020; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(1572,0,l), +(1878,1443,l), +(1828,1443,l), +(1532,48,l), +(816,48,l), +(1112,1443,l), +(1062,1443,l), +(766,48,l), +(50,48,l), +(346,1443,l), +(296,1443,l) +); +} +); +width = 1783; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(1572,0,l), +(1878,1443,l), +(1698,1443,l), +(1426,160,l), +(905,160,l), +(1177,1443,l), +(997,1443,l), +(725,160,l), +(204,160,l), +(476,1443,l), +(296,1443,l) +); +} +); +width = 1783; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(1804,0,l), +(2110,1443,l), +(1710,1443,l), +(1476,340,l), +(1156,340,l), +(1390,1443,l), +(1010,1443,l), +(776,340,l), +(456,340,l), +(690,1443,l), +(290,1443,l) +); +} +); +width = 2021; +} +); +metricLeft = H; +metricRight = H; +unicode = 1064; +}, +{ +color = 10; +glyphname = "Shcha-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1649,0,l), +(1810,0,l), +(1810,-276,l), +(1861,-276,l), +(1860,48,l), +(1649,48,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(1682,0,l), +(1682,1443,l), +(1632,1443,l), +(1632,48,l), +(916,48,l), +(916,1443,l), +(866,1443,l), +(866,48,l), +(150,48,l), +(150,1443,l), +(100,1443,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (1549,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 1881; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1589,0,l), +(1750,0,l), +(1750,-266,l), +(1930,-266,l), +(1929,160,l), +(1589,160,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(1682,0,l), +(1682,1443,l), +(1502,1443,l), +(1502,160,l), +(981,160,l), +(981,1443,l), +(801,1443,l), +(801,160,l), +(280,160,l), +(280,1443,l), +(100,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (1489,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 1950; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1724,-1,l), +(1767,-1,l), +(1767,-241,l), +(2157,-241,l), +(2157,339,l), +(1724,339,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(1920,0,l), +(1920,1443,l), +(1520,1443,l), +(1520,340,l), +(1200,340,l), +(1200,1443,l), +(820,1443,l), +(820,340,l), +(500,340,l), +(500,1443,l), +(100,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (1624,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 2177; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1539,0,l), +(1700,0,l), +(1642,-276,l), +(1693,-276,l), +(1760,48,l), +(1549,48,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(1572,0,l), +(1878,1443,l), +(1828,1443,l), +(1532,48,l), +(816,48,l), +(1112,1443,l), +(1062,1443,l), +(766,48,l), +(50,48,l), +(346,1443,l), +(296,1443,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (1549,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 1882; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1478,0,l), +(1639,0,l), +(1583,-266,l), +(1763,-266,l), +(1852,160,l), +(1512,160,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(1572,0,l), +(1878,1443,l), +(1698,1443,l), +(1426,160,l), +(905,160,l), +(1177,1443,l), +(997,1443,l), +(725,160,l), +(204,160,l), +(476,1443,l), +(296,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (1489,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 1950; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1607,-1,l), +(1650,-1,l), +(1599,-241,l), +(1989,-241,l), +(2113,339,l), +(1680,339,l) +); +}, +{ +closed = 1; +nodes = ( +(-16,0,l), +(1804,0,l), +(2110,1443,l), +(1710,1443,l), +(1476,340,l), +(1156,340,l), +(1390,1443,l), +(1010,1443,l), +(776,340,l), +(456,340,l), +(690,1443,l), +(290,1443,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1624,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 2178; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1607,-1,l), +(1650,-1,l), +(1599,-241,l), +(1989,-241,l), +(2113,339,l), +(1680,339,l) +); +}, +{ +closed = 1; +nodes = ( +(-16,0,l), +(1804,0,l), +(2110,1443,l), +(1710,1443,l), +(1476,340,l), +(1156,340,l), +(1390,1443,l), +(1010,1443,l), +(776,340,l), +(456,340,l), +(690,1443,l), +(290,1443,l) +); +} +); +}; +layerId = "2EF43A62-5289-4170-AF7D-F3696A4AAB2C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1624,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 2178; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1478,0,l), +(1639,0,l), +(1583,-266,l), +(1763,-266,l), +(1852,160,l), +(1512,160,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(1572,0,l), +(1878,1443,l), +(1698,1443,l), +(1426,160,l), +(905,160,l), +(1177,1443,l), +(997,1443,l), +(725,160,l), +(204,160,l), +(476,1443,l), +(296,1443,l) +); +} +); +}; +layerId = "2A1AA3A3-1E77-46A5-A556-9522468D26C0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1489,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 1950; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1724,-1,l), +(1767,-1,l), +(1767,-241,l), +(2157,-241,l), +(2157,339,l), +(1724,339,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(1920,0,l), +(1920,1443,l), +(1520,1443,l), +(1520,340,l), +(1200,340,l), +(1200,1443,l), +(820,1443,l), +(820,340,l), +(500,340,l), +(500,1443,l), +(100,1443,l) +); +} +); +}; +layerId = "79C5B8DE-0728-47EF-A751-DD9EC693B9A2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1624,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 2177; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1539,0,l), +(1700,0,l), +(1642,-276,l), +(1693,-276,l), +(1760,48,l), +(1549,48,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(1572,0,l), +(1878,1443,l), +(1828,1443,l), +(1532,48,l), +(816,48,l), +(1112,1443,l), +(1062,1443,l), +(766,48,l), +(50,48,l), +(346,1443,l), +(296,1443,l) +); +} +); +}; +layerId = "7E2B32EA-6C7F-41A2-B989-7B2EBED322A2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1549,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 1882; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1589,0,l), +(1750,0,l), +(1750,-266,l), +(1930,-266,l), +(1929,160,l), +(1589,160,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(1682,0,l), +(1682,1443,l), +(1502,1443,l), +(1502,160,l), +(981,160,l), +(981,1443,l), +(801,1443,l), +(801,160,l), +(280,160,l), +(280,1443,l), +(100,1443,l) +); +} +); +}; +layerId = "E4281295-7772-4D4D-B5CE-DD2131C30DB7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1489,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 1950; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1649,0,l), +(1810,0,l), +(1810,-276,l), +(1861,-276,l), +(1860,48,l), +(1649,48,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(1682,0,l), +(1682,1443,l), +(1632,1443,l), +(1632,48,l), +(916,48,l), +(916,1443,l), +(866,1443,l), +(866,48,l), +(150,48,l), +(150,1443,l), +(100,1443,l) +); +} +); +}; +layerId = "0FACC5E0-7939-4853-9108-53C5A0353B45"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (1549,0); +ref = "bottom-hook"; +}, +{ +ref = "Sha-cy"; +} +); +width = 1881; +} +); +metricLeft = H; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1065; +}, +{ +color = 3; +glyphname = "Dzhe-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(603,1,l), +(603,-275,l), +(653,-275,l), +(653,1,l) +); +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(568,1,l), +(568,-265,l), +(748,-265,l), +(748,1,l) +); +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1315; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(542,0,l), +(543,-240,l), +(943,-240,l), +(943,0,l) +); +}, +{ +pos = (0,1443); +ref = "Pe-cy"; +scale = (1,-1); +} +); +width = 1485; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(578,1,l), +(520,-275,l), +(570,-275,l), +(628,1,l) +); +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1285; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(552,1,l), +(496,-265,l), +(676,-265,l), +(732,1,l) +); +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1345; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,0,l), +(449,-240,l), +(849,-240,l), +(900,0,l) +); +}, +{ +pos = (336,1443); +ref = "Pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1515; +} +); +metricLeft = H; +metricRight = H; +tags = ( +"descender-square" +); +unicode = 1039; +}, +{ +color = 6; +glyphname = "Softsign-cy"; +kernLeft = b; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(127,807,l), +(584,807,ls), +(846,807,o), +(1010,660,o), +(1010,427,cs), +(1010,194,o), +(847,48,o), +(588,48,cs), +(127,48,l), +(127,0,l), +(599,0,ls), +(881,0,o), +(1058,165,o), +(1058,427,cs), +(1058,690,o), +(881,855,o), +(599,855,cs), +(127,855,l) +); +} +); +width = 1118; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(191,744,l), +(604,744,ls), +(798,744,o), +(920,631,o), +(920,451,cs), +(920,272,o), +(800,160,o), +(610,160,cs), +(191,160,l), +(191,0,l), +(609,0,ls), +(911,0,o), +(1100,174,o), +(1100,451,cs), +(1100,729,o), +(911,904,o), +(609,904,cs), +(191,904,l) +); +} +); +width = 1160; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(368,669,l), +(688,669,ls), +(807,669,o), +(881,602,o), +(881,494,cs), +(881,387,o), +(807,320,o), +(688,320,cs), +(368,320,l), +(368,0,l), +(790,0,ls), +(1098,0,o), +(1291,191,o), +(1291,494,cs), +(1291,798,o), +(1098,989,o), +(790,989,cs), +(368,989,l) +); +} +); +width = 1351; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(188,807,l), +(645,807,ls), +(904,807,o), +(1040,658,o), +(990,427,cs), +(942,197,o), +(744,48,o), +(488,48,cs), +(27,48,l), +(17,0,l), +(489,0,ls), +(768,0,o), +(984,168,o), +(1038,427,cs), +(1093,687,o), +(949,855,o), +(670,855,cs), +(198,855,l) +); +} +); +width = 1118; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(239,744,l), +(662,744,ls), +(848,744,o), +(944,629,o), +(906,451,cs), +(868,274,o), +(717,160,o), +(524,160,cs), +(115,160,l), +(81,0,l), +(499,0,ls), +(797,0,o), +(1028,177,o), +(1086,451,cs), +(1144,726,o), +(989,904,o), +(691,904,cs), +(273,904,l) +); +} +); +width = 1161; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(394,669,l), +(734,669,ls), +(839,669,o), +(893,600,o), +(870,494,cs), +(847,388,o), +(753,320,o), +(630,320,cs), +(320,320,l), +(252,0,l), +(674,0,ls), +(978,0,o), +(1216,194,o), +(1280,494,cs), +(1343,795,o), +(1188,989,o), +(884,989,cs), +(462,989,l) +); +} +); +width = 1352; +} +); +metricLeft = H; +metricRight = b; +unicode = 1068; +}, +{ +color = 6; +glyphname = "Yeru-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (1455,-20); +}, +{ +name = top; +pos = (779,1443); +}, +{ +name = topright; +pos = (1601.673,1519.223); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(127,807,l), +(584,807,ls), +(846,807,o), +(1010,660,o), +(1010,427,cs), +(1010,194,o), +(847,48,o), +(588,48,cs), +(127,48,l), +(127,0,l), +(599,0,ls), +(881,0,o), +(1058,165,o), +(1058,427,cs), +(1058,690,o), +(881,855,o), +(599,855,cs), +(127,855,l) +); +}, +{ +closed = 1; +nodes = ( +(1278,180,ls), +(1278,61,o), +(1357,-19,o), +(1476,-19,cs), +(1543,-19,o), +(1617,6,o), +(1660,44,c), +(1660,92,l), +(1598,52,o), +(1526,27,o), +(1478,29,cs), +(1388,32,o), +(1328,92,o), +(1328,179,cs), +(1328,1442,l), +(1278,1442,l) +); +} +); +width = 1710; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1471,-20); +}, +{ +name = top; +pos = (854,1443); +}, +{ +name = topright; +pos = (1669,1519); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(191,744,l), +(604,744,ls), +(798,744,o), +(920,631,o), +(920,451,cs), +(920,272,o), +(800,160,o), +(610,160,cs), +(191,160,l), +(191,0,l), +(609,0,ls), +(911,0,o), +(1100,174,o), +(1100,451,cs), +(1100,729,o), +(911,904,o), +(609,904,cs), +(191,904,l) +); +}, +{ +closed = 1; +nodes = ( +(1275,199,ls), +(1275,69,o), +(1366,-18,o), +(1502,-18,cs), +(1573,-18,o), +(1652,-8,o), +(1689,7,c), +(1689,164,l), +(1642,150,o), +(1589,142,o), +(1546,143,cs), +(1491,146,o), +(1455,179,o), +(1455,225,cs), +(1455,1443,l), +(1275,1443,l) +); +} +); +width = 1739; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1783,-30); +}, +{ +name = top; +pos = (1000,1443); +}, +{ +name = topright; +pos = (2117,1520); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(368,669,l), +(688,669,ls), +(807,669,o), +(881,602,o), +(881,494,cs), +(881,387,o), +(807,320,o), +(688,320,cs), +(368,320,l), +(368,0,l), +(790,0,ls), +(1098,0,o), +(1291,191,o), +(1291,494,cs), +(1291,798,o), +(1098,989,o), +(790,989,cs), +(368,989,l) +); +}, +{ +closed = 1; +nodes = ( +(1440,274,ls), +(1440,88,o), +(1579,-36,o), +(1787,-36,cs), +(1885,-36,o), +(2009,-20,o), +(2097,4,c), +(2097,307,l), +(2046,290,o), +(1982,278,o), +(1937,278,cs), +(1879,278,o), +(1840,315,o), +(1840,370,cs), +(1840,1442,l), +(1440,1442,l) +); +} +); +width = 2137; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1340,-20); +}, +{ +name = top; +pos = (779,1443); +}, +{ +name = topright; +pos = (1797.122,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(188,807,l), +(645,807,ls), +(904,807,o), +(1040,658,o), +(990,427,cs), +(942,197,o), +(744,48,o), +(488,48,cs), +(27,48,l), +(17,0,l), +(489,0,ls), +(768,0,o), +(984,168,o), +(1038,427,cs), +(1093,687,o), +(949,855,o), +(670,855,cs), +(198,855,l) +); +}, +{ +closed = 1; +nodes = ( +(1206,180,ls), +(1181,61,o), +(1243,-19,o), +(1362,-19,cs), +(1429,-19,o), +(1508,6,o), +(1559,44,c), +(1569,92,l), +(1499,52,o), +(1421,27,o), +(1374,29,cs), +(1284,32,o), +(1238,92,o), +(1256,179,cs), +(1524,1444,l), +(1474,1444,l) +); +} +); +width = 1710; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1357,-20); +}, +{ +name = top; +pos = (854,1443); +}, +{ +name = topright; +pos = (1864,1442); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(239,744,l), +(662,744,ls), +(848,744,o), +(944,629,o), +(906,451,cs), +(868,274,o), +(717,160,o), +(524,160,cs), +(115,160,l), +(81,0,l), +(499,0,ls), +(797,0,o), +(1028,177,o), +(1086,451,cs), +(1144,726,o), +(989,904,o), +(691,904,cs), +(273,904,l) +); +}, +{ +closed = 1; +nodes = ( +(1208,199,ls), +(1180,69,o), +(1253,-18,o), +(1389,-18,cs), +(1460,-18,o), +(1541,-8,o), +(1581,7,c), +(1614,164,l), +(1564,150,o), +(1510,142,o), +(1467,143,cs), +(1413,146,o), +(1383,179,o), +(1393,225,cs), +(1651,1443,l), +(1471,1443,l) +); +} +); +width = 1740; +}, +{ +anchors = ( +{ +name = bottom; +pos = (1659,-30); +}, +{ +name = top; +pos = (1000,1443); +}, +{ +name = topright; +pos = (2308,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(394,669,l), +(734,669,ls), +(839,669,o), +(893,600,o), +(870,494,cs), +(847,388,o), +(753,320,o), +(630,320,cs), +(320,320,l), +(252,0,l), +(674,0,ls), +(978,0,o), +(1216,194,o), +(1280,494,cs), +(1343,795,o), +(1188,989,o), +(884,989,cs), +(462,989,l) +); +}, +{ +closed = 1; +nodes = ( +(1381,274,ls), +(1341,88,o), +(1454,-36,o), +(1662,-36,cs), +(1760,-36,o), +(1887,-20,o), +(1980,4,c), +(2045,307,l), +(1990,290,o), +(1923,278,o), +(1878,278,cs), +(1820,278,o), +(1789,315,o), +(1801,370,cs), +(2031,1443,l), +(1631,1443,l) +); +} +); +width = 2137; +} +); +metricLeft = "Softsign-cy"; +metricRight = l; +unicode = 1067; +}, +{ +color = 3; +glyphname = "Hardsign-cy"; +kernRight = sround; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,1395,l), +(304,1395,l), +(304,1443,l), +(58,1443,l) +); +}, +{ +pos = (159,0); +ref = "Softsign-cy"; +} +); +width = 1277; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,1273,l), +(344,1273,l), +(344,1443,l), +(37,1443,l) +); +}, +{ +pos = (72,0); +ref = "Softsign-cy"; +} +); +width = 1232; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,1103,l), +(463,1103,l), +(463,1443,l), +(10,1443,l) +); +}, +{ +pos = (87,0); +ref = "Softsign-cy"; +} +); +width = 1438; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(317,1395,l), +(563,1395,l), +(573,1443,l), +(327,1443,l) +); +}, +{ +pos = (233,0); +ref = "Softsign-cy"; +} +); +width = 1351; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(270,1273,l), +(577,1273,l), +(613,1443,l), +(306,1443,l) +); +}, +{ +pos = (193,0); +ref = "Softsign-cy"; +} +); +width = 1354; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,1103,l), +(661,1103,l), +(733,1443,l), +(280,1443,l) +); +}, +{ +pos = (171,0); +ref = "Softsign-cy"; +} +); +width = 1523; +} +); +metricLeft = hbar; +metricRight = b; +tags = ( +topbar +); +unicode = 1066; +}, +{ +color = 10; +glyphname = "Lje-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = hook; +pos = (1422,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(404,1443,l), +(393,789,o), +(380,349,o), +(368,217,cs), +(359,103,o), +(314,38,o), +(244,36,cs), +(192,36,o), +(136,42,o), +(88,52,c), +(80,2,l), +(149,-9,o), +(208,-14,o), +(245,-12,cs), +(343,-12,o), +(405,68,o), +(418,210,cs), +(434,410,o), +(447,834,o), +(453,1395,c), +(1397,1395,l), +(1397,0,l), +(1447,0,l), +(1447,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1397,0,l), +(1447,0,l), +(1447,1443,l), +(1397,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1424,807,l), +(1881,807,ls), +(2143,807,o), +(2307,660,o), +(2307,427,cs), +(2307,194,o), +(2144,48,o), +(1885,48,cs), +(1424,48,l), +(1424,0,l), +(1896,0,ls), +(2178,0,o), +(2355,165,o), +(2355,427,cs), +(2355,690,o), +(2178,855,o), +(1896,855,cs), +(1424,855,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1297,0); +ref = "Softsign-cy"; +} +); +width = 2415; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1336,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(326,1443,l), +(318,727,o), +(310,410,o), +(298,297,cs), +(287,190,o), +(261,148,o), +(203,147,cs), +(174,147,o), +(146,151,o), +(102,160,c), +(80,-8,l), +(154,-20,o), +(200,-24,o), +(245,-22,cs), +(395,-21,o), +(460,72,o), +(480,314,cs), +(489,410,o), +(495,686,o), +(502,1283,c), +(1246,1283,l), +(1246,0,l), +(1426,0,l), +(1426,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1244,0,l), +(1424,0,l), +(1424,1443,l), +(1244,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1335,744,l), +(1748,744,ls), +(1942,744,o), +(2064,631,o), +(2064,451,cs), +(2064,272,o), +(1944,160,o), +(1754,160,cs), +(1335,160,l), +(1335,0,l), +(1753,0,ls), +(2055,0,o), +(2244,174,o), +(2244,451,cs), +(2244,729,o), +(2055,904,o), +(1753,904,cs), +(1335,904,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1144,0); +ref = "Softsign-cy"; +} +); +width = 2304; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1424,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(365,1443,l), +(337,912,o), +(314,541,o), +(301,409,cs), +(294,351,o), +(259,318,o), +(204,317,cs), +(171,317,o), +(138,320,o), +(111,326,c), +(80,-18,l), +(154,-29,o), +(238,-34,o), +(315,-32,cs), +(531,-29,o), +(667,115,o), +(693,370,cs), +(699,434,o), +(715,690,o), +(736,1103,c), +(1218,1103,l), +(1218,0,l), +(1628,0,l), +(1628,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1224,0,l), +(1634,0,l), +(1634,1443,l), +(1224,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1492,669,l), +(1812,669,ls), +(1931,669,o), +(2005,602,o), +(2005,494,cs), +(2005,387,o), +(1931,320,o), +(1812,320,cs), +(1492,320,l), +(1492,0,l), +(1914,0,ls), +(2222,0,o), +(2415,191,o), +(2415,494,cs), +(2415,798,o), +(2222,989,o), +(1914,989,cs), +(1492,989,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1124,0); +ref = "Softsign-cy"; +} +); +width = 2475; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1312,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(601,1443,l), +(451,789,o), +(344,349,o), +(304,217,cs), +(271,103,o), +(212,38,o), +(142,36,cs), +(90,36,o), +(35,42,o), +(-11,52,c), +(-30,2,l), +(37,-9,o), +(95,-14,o), +(132,-12,cs), +(230,-12,o), +(309,68,o), +(353,210,cs), +(411,410,o), +(514,834,o), +(639,1395,c), +(1583,1395,l), +(1287,0,l), +(1337,0,l), +(1644,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1227,0,l), +(1277,0,l), +(1583,1443,l), +(1533,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1425,807,l), +(1882,807,ls), +(2141,807,o), +(2277,658,o), +(2227,427,cs), +(2179,197,o), +(1981,48,o), +(1725,48,cs), +(1264,48,l), +(1254,0,l), +(1726,0,ls), +(2005,0,o), +(2221,168,o), +(2275,427,cs), +(2330,687,o), +(2186,855,o), +(1907,855,cs), +(1435,855,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1237,0); +ref = "Softsign-cy"; +} +); +width = 2355; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1226,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(523,1443,l), +(363,727,o), +(287,410,o), +(251,297,cs), +(217,190,o), +(182,148,o), +(124,147,cs), +(95,147,o), +(68,151,o), +(26,160,c), +(-32,-8,l), +(40,-20,o), +(85,-24,o), +(130,-22,cs), +(281,-21,o), +(365,72,o), +(437,314,cs), +(466,410,o), +(531,686,o), +(665,1283,c), +(1409,1283,l), +(1136,0,l), +(1316,0,l), +(1623,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1054,0,l), +(1234,0,l), +(1540,1443,l), +(1360,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1303,744,l), +(1726,744,ls), +(1912,744,o), +(2008,629,o), +(1970,451,cs), +(1932,274,o), +(1781,160,o), +(1588,160,cs), +(1179,160,l), +(1145,0,l), +(1563,0,ls), +(1861,0,o), +(2092,177,o), +(2150,451,cs), +(2208,726,o), +(2053,904,o), +(1755,904,cs), +(1337,904,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1064,0); +ref = "Softsign-cy"; +} +); +width = 2225; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1307,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(555,1443,l), +(414,912,o), +(312,541,o), +(271,409,cs), +(252,351,o), +(210,318,o), +(154,317,cs), +(121,317,o), +(89,320,o), +(63,326,c), +(-41,-18,l), +(31,-29,o), +(114,-34,o), +(191,-32,cs), +(408,-29,o), +(575,115,o), +(655,370,cs), +(674,434,o), +(745,690,o), +(854,1103,c), +(1336,1103,l), +(1101,0,l), +(1511,0,l), +(1818,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1048,0,l), +(1458,0,l), +(1764,1443,l), +(1354,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1458,669,l), +(1798,669,ls), +(1903,669,o), +(1957,600,o), +(1934,494,cs), +(1911,388,o), +(1817,320,o), +(1694,320,cs), +(1384,320,l), +(1316,0,l), +(1738,0,ls), +(2042,0,o), +(2280,194,o), +(2344,494,cs), +(2407,795,o), +(2252,989,o), +(1948,989,cs), +(1526,989,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1064,0); +ref = "Softsign-cy"; +} +); +width = 2416; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = hook; +pos = (1307,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(555,1443,l), +(414,912,o), +(312,541,o), +(271,409,cs), +(252,351,o), +(210,318,o), +(154,317,cs), +(121,317,o), +(89,320,o), +(63,326,c), +(-41,-18,l), +(31,-29,o), +(114,-34,o), +(191,-32,cs), +(408,-29,o), +(575,115,o), +(655,370,cs), +(674,434,o), +(745,690,o), +(854,1103,c), +(1336,1103,l), +(1101,0,l), +(1511,0,l), +(1818,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1048,0,l), +(1458,0,l), +(1764,1443,l), +(1354,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1458,669,l), +(1798,669,ls), +(1903,669,o), +(1957,600,o), +(1934,494,cs), +(1911,388,o), +(1817,320,o), +(1694,320,cs), +(1384,320,l), +(1316,0,l), +(1738,0,ls), +(2042,0,o), +(2280,194,o), +(2344,494,cs), +(2407,795,o), +(2252,989,o), +(1948,989,cs), +(1526,989,l) +); +} +); +}; +layerId = "392073A3-6078-45CD-9EEF-2E19146EFB0B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1064,0); +ref = "Softsign-cy"; +} +); +width = 2416; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = hook; +pos = (1226,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(523,1443,l), +(363,727,o), +(287,410,o), +(251,297,cs), +(217,190,o), +(182,148,o), +(124,147,cs), +(95,147,o), +(68,151,o), +(26,160,c), +(-32,-8,l), +(40,-20,o), +(85,-24,o), +(130,-22,cs), +(281,-21,o), +(365,72,o), +(437,314,cs), +(466,410,o), +(531,686,o), +(665,1283,c), +(1409,1283,l), +(1136,0,l), +(1316,0,l), +(1623,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1054,0,l), +(1234,0,l), +(1540,1443,l), +(1360,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1303,744,l), +(1726,744,ls), +(1912,744,o), +(2008,629,o), +(1970,451,cs), +(1932,274,o), +(1781,160,o), +(1588,160,cs), +(1179,160,l), +(1145,0,l), +(1563,0,ls), +(1861,0,o), +(2092,177,o), +(2150,451,cs), +(2208,726,o), +(2053,904,o), +(1755,904,cs), +(1337,904,l) +); +} +); +}; +layerId = "2DAEFC77-0F1F-4E58-91CC-2CF98B8C22DE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1064,0); +ref = "Softsign-cy"; +} +); +width = 2225; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = hook; +pos = (1424,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(365,1443,l), +(337,912,o), +(314,541,o), +(301,409,cs), +(294,351,o), +(259,318,o), +(204,317,cs), +(171,317,o), +(138,320,o), +(111,326,c), +(80,-18,l), +(154,-29,o), +(238,-34,o), +(315,-32,cs), +(531,-29,o), +(667,115,o), +(693,370,cs), +(699,434,o), +(715,690,o), +(736,1103,c), +(1218,1103,l), +(1218,0,l), +(1628,0,l), +(1628,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1224,0,l), +(1634,0,l), +(1634,1443,l), +(1224,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1492,669,l), +(1812,669,ls), +(1931,669,o), +(2005,602,o), +(2005,494,cs), +(2005,387,o), +(1931,320,o), +(1812,320,cs), +(1492,320,l), +(1492,0,l), +(1914,0,ls), +(2222,0,o), +(2415,191,o), +(2415,494,cs), +(2415,798,o), +(2222,989,o), +(1914,989,cs), +(1492,989,l) +); +} +); +}; +layerId = "1B265835-73A6-4A8F-924A-DF9A6E86AECA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1124,0); +ref = "Softsign-cy"; +} +); +width = 2475; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = hook; +pos = (1312,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(601,1443,l), +(451,789,o), +(344,349,o), +(304,217,cs), +(271,103,o), +(212,38,o), +(142,36,cs), +(90,36,o), +(35,42,o), +(-11,52,c), +(-30,2,l), +(37,-9,o), +(95,-14,o), +(132,-12,cs), +(230,-12,o), +(309,68,o), +(353,210,cs), +(411,410,o), +(514,834,o), +(639,1395,c), +(1583,1395,l), +(1287,0,l), +(1337,0,l), +(1644,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1227,0,l), +(1277,0,l), +(1583,1443,l), +(1533,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1425,807,l), +(1882,807,ls), +(2141,807,o), +(2277,658,o), +(2227,427,cs), +(2179,197,o), +(1981,48,o), +(1725,48,cs), +(1264,48,l), +(1254,0,l), +(1726,0,ls), +(2005,0,o), +(2221,168,o), +(2275,427,cs), +(2330,687,o), +(2186,855,o), +(1907,855,cs), +(1435,855,l) +); +} +); +}; +layerId = "781723B3-851D-4C6A-8D14-0C72031B15D2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1237,0); +ref = "Softsign-cy"; +} +); +width = 2355; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = hook; +pos = (1336,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(326,1443,l), +(318,727,o), +(310,410,o), +(298,297,cs), +(287,190,o), +(261,148,o), +(203,147,cs), +(174,147,o), +(146,151,o), +(102,160,c), +(80,-8,l), +(154,-20,o), +(200,-24,o), +(245,-22,cs), +(395,-21,o), +(460,72,o), +(480,314,cs), +(489,410,o), +(495,686,o), +(502,1283,c), +(1246,1283,l), +(1246,0,l), +(1426,0,l), +(1426,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1244,0,l), +(1424,0,l), +(1424,1443,l), +(1244,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1335,744,l), +(1748,744,ls), +(1942,744,o), +(2064,631,o), +(2064,451,cs), +(2064,272,o), +(1944,160,o), +(1754,160,cs), +(1335,160,l), +(1335,0,l), +(1753,0,ls), +(2055,0,o), +(2244,174,o), +(2244,451,cs), +(2244,729,o), +(2055,904,o), +(1753,904,cs), +(1335,904,l) +); +} +); +}; +layerId = "73A32E74-21A2-40E0-896B-0DC59A503DEC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1144,0); +ref = "Softsign-cy"; +} +); +width = 2304; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = hook; +pos = (1422,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(404,1443,l), +(393,789,o), +(380,349,o), +(368,217,cs), +(359,103,o), +(314,38,o), +(244,36,cs), +(192,36,o), +(136,42,o), +(88,52,c), +(80,2,l), +(149,-9,o), +(208,-14,o), +(245,-12,cs), +(343,-12,o), +(405,68,o), +(418,210,cs), +(434,410,o), +(447,834,o), +(453,1395,c), +(1397,1395,l), +(1397,0,l), +(1447,0,l), +(1447,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1397,0,l), +(1447,0,l), +(1447,1443,l), +(1397,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1424,807,l), +(1881,807,ls), +(2143,807,o), +(2307,660,o), +(2307,427,cs), +(2307,194,o), +(2144,48,o), +(1885,48,cs), +(1424,48,l), +(1424,0,l), +(1896,0,ls), +(2178,0,o), +(2355,165,o), +(2355,427,cs), +(2355,690,o), +(2178,855,o), +(1896,855,cs), +(1424,855,l) +); +} +); +}; +layerId = "C950B80B-CE0C-48C2-8E03-71CFA1E34A47"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "El-cy"; +}, +{ +alignment = -1; +pos = (1297,0); +ref = "Softsign-cy"; +} +); +width = 2415; +} +); +metricLeft = "El-cy"; +metricRight = "Softsign-cy"; +unicode = 1033; +}, +{ +color = 10; +glyphname = "Nje-cy"; +lastChange = "2025-12-11 14:09:35 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1112,807,l), +(1569,807,ls), +(1831,807,o), +(1995,660,o), +(1995,427,cs), +(1995,194,o), +(1832,48,o), +(1573,48,cs), +(1112,48,l), +(1112,0,l), +(1584,0,ls), +(1866,0,o), +(2043,165,o), +(2043,427,cs), +(2043,690,o), +(1866,855,o), +(1584,855,cs), +(1112,855,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1584,0,ls), +(1866,0,o), +(2043,165,o), +(2043,427,cs), +(2043,690,o), +(1866,855,o), +(1584,855,cs), +(1135,855,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1135,807,l), +(1569,807,ls), +(1831,807,o), +(1995,660,o), +(1995,427,cs), +(1995,194,o), +(1832,48,o), +(1573,48,cs), +(1135,48,l) +); +} +); +width = 2103; +}, +{ +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1136,744,l), +(1549,744,ls), +(1743,744,o), +(1865,631,o), +(1865,451,cs), +(1865,272,o), +(1745,160,o), +(1555,160,cs), +(1136,160,l), +(1136,0,l), +(1554,0,ls), +(1856,0,o), +(2045,174,o), +(2045,451,cs), +(2045,729,o), +(1856,904,o), +(1554,904,cs), +(1136,904,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1554,0,ls), +(1856,0,o), +(2045,174,o), +(2045,451,cs), +(2045,729,o), +(1856,904,o), +(1554,904,cs), +(1225,904,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1225,744,l), +(1549,744,ls), +(1743,744,o), +(1865,631,o), +(1865,451,cs), +(1865,272,o), +(1745,160,o), +(1555,160,cs), +(1225,160,l) +); +} +); +width = 2105; +}, +{ +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1016,0,l), +(1426,0,l), +(1426,1443,l), +(1016,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1284,669,l), +(1604,669,ls), +(1723,669,o), +(1797,602,o), +(1797,494,cs), +(1797,387,o), +(1723,320,o), +(1604,320,cs), +(1284,320,l), +(1284,0,l), +(1706,0,ls), +(2014,0,o), +(2207,191,o), +(2207,494,cs), +(2207,798,o), +(2014,989,o), +(1706,989,cs), +(1284,989,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1016,546,l), +(1016,0,l), +(1706,0,ls), +(2014,0,o), +(2207,191,o), +(2207,494,cs), +(2207,798,o), +(2014,989,o), +(1706,989,cs), +(1429,989,l), +(1429,1443,l), +(1016,1443,l), +(1016,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1429,669,l), +(1604,669,ls), +(1723,669,o), +(1797,602,o), +(1797,494,cs), +(1797,387,o), +(1723,320,o), +(1604,320,cs), +(1429,320,l) +); +} +); +width = 2267; +}, +{ +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1173,807,l), +(1630,807,ls), +(1889,807,o), +(2025,658,o), +(1975,427,cs), +(1927,197,o), +(1729,48,o), +(1473,48,cs), +(1012,48,l), +(1002,0,l), +(1474,0,ls), +(1753,0,o), +(1969,168,o), +(2023,427,cs), +(2078,687,o), +(1934,855,o), +(1655,855,cs), +(1183,855,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1474,0,ls), +(1753,0,o), +(1969,168,o), +(2023,427,cs), +(2078,687,o), +(1934,855,o), +(1655,855,cs), +(1206,855,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1196,807,l), +(1630,807,ls), +(1889,807,o), +(2025,658,o), +(1975,427,cs), +(1927,197,o), +(1729,48,o), +(1473,48,cs), +(1035,48,l) +); +} +); +width = 2103; +}, +{ +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1184,744,l), +(1607,744,ls), +(1793,744,o), +(1889,629,o), +(1851,451,cs), +(1813,274,o), +(1662,160,o), +(1469,160,cs), +(1060,160,l), +(1026,0,l), +(1444,0,ls), +(1742,0,o), +(1973,177,o), +(2031,451,cs), +(2089,726,o), +(1934,904,o), +(1636,904,cs), +(1218,904,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1444,0,ls), +(1742,0,o), +(1973,177,o), +(2031,451,cs), +(2089,726,o), +(1934,904,o), +(1636,904,cs), +(1307,904,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1273,744,l), +(1607,744,ls), +(1793,744,o), +(1889,629,o), +(1851,451,cs), +(1813,274,o), +(1662,160,o), +(1469,160,cs), +(1149,160,l) +); +} +); +width = 2106; +}, +{ +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(903,0,l), +(1313,0,l), +(1619,1443,l), +(1209,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1313,669,l), +(1653,669,ls), +(1758,669,o), +(1812,600,o), +(1789,494,cs), +(1766,388,o), +(1672,320,o), +(1549,320,cs), +(1239,320,l), +(1171,0,l), +(1593,0,ls), +(1897,0,o), +(2135,194,o), +(2199,494,cs), +(2262,795,o), +(2107,989,o), +(1803,989,cs), +(1381,989,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,0,l), +(1593,0,ls), +(1897,0,o), +(2135,194,o), +(2199,494,cs), +(2262,795,o), +(2107,989,o), +(1803,989,cs), +(1523,989,l), +(1619,1443,l), +(1209,1443,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1455,669,l), +(1653,669,ls), +(1758,669,o), +(1812,600,o), +(1789,494,cs), +(1766,388,o), +(1672,320,o), +(1549,320,cs), +(1381,320,l) +); +} +); +width = 2271; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(903,0,l), +(1313,0,l), +(1619,1443,l), +(1209,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1313,669,l), +(1653,669,ls), +(1758,669,o), +(1812,600,o), +(1789,494,cs), +(1766,388,o), +(1672,320,o), +(1549,320,cs), +(1239,320,l), +(1171,0,l), +(1593,0,ls), +(1897,0,o), +(2135,194,o), +(2199,494,cs), +(2262,795,o), +(2107,989,o), +(1803,989,cs), +(1381,989,l) +); +} +); +}; +layerId = "E892BD55-28D8-4851-8A3A-DDF3C5BA6076"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (919,0); +ref = "Softsign-cy"; +} +); +width = 2271; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1184,744,l), +(1607,744,ls), +(1793,744,o), +(1889,629,o), +(1851,451,cs), +(1813,274,o), +(1662,160,o), +(1469,160,cs), +(1060,160,l), +(1026,0,l), +(1444,0,ls), +(1742,0,o), +(1973,177,o), +(2031,451,cs), +(2089,726,o), +(1934,904,o), +(1636,904,cs), +(1218,904,l) +); +} +); +}; +layerId = "0E8EE240-9664-4A3F-B4AE-519AD55657FA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (945,0); +ref = "Softsign-cy"; +} +); +width = 2106; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1016,0,l), +(1426,0,l), +(1426,1443,l), +(1016,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1284,669,l), +(1604,669,ls), +(1723,669,o), +(1797,602,o), +(1797,494,cs), +(1797,387,o), +(1723,320,o), +(1604,320,cs), +(1284,320,l), +(1284,0,l), +(1706,0,ls), +(2014,0,o), +(2207,191,o), +(2207,494,cs), +(2207,798,o), +(2014,989,o), +(1706,989,cs), +(1284,989,l) +); +} +); +}; +layerId = "19FC04D1-2613-4FE3-B6F6-B03F8ADE32FE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +alignment = -1; +pos = (916,0); +ref = "Softsign-cy"; +} +); +width = 2267; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1173,807,l), +(1630,807,ls), +(1889,807,o), +(2025,658,o), +(1975,427,cs), +(1927,197,o), +(1729,48,o), +(1473,48,cs), +(1012,48,l), +(1002,0,l), +(1474,0,ls), +(1753,0,o), +(1969,168,o), +(2023,427,cs), +(2078,687,o), +(1934,855,o), +(1655,855,cs), +(1183,855,l) +); +} +); +}; +layerId = "304DE79E-16AB-4944-8031-7DE7412A452B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (985,0); +ref = "Softsign-cy"; +} +); +width = 2103; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1136,744,l), +(1549,744,ls), +(1743,744,o), +(1865,631,o), +(1865,451,cs), +(1865,272,o), +(1745,160,o), +(1555,160,cs), +(1136,160,l), +(1136,0,l), +(1554,0,ls), +(1856,0,o), +(2045,174,o), +(2045,451,cs), +(2045,729,o), +(1856,904,o), +(1554,904,cs), +(1136,904,l) +); +} +); +}; +layerId = "CBD8059B-6AD1-4FBD-9A36-5CA6B0528FFE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +alignment = -1; +pos = (945,0); +ref = "Softsign-cy"; +} +); +width = 2105; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1112,807,l), +(1569,807,ls), +(1831,807,o), +(1995,660,o), +(1995,427,cs), +(1995,194,o), +(1832,48,o), +(1573,48,cs), +(1112,48,l), +(1112,0,l), +(1584,0,ls), +(1866,0,o), +(2043,165,o), +(2043,427,cs), +(2043,690,o), +(1866,855,o), +(1584,855,cs), +(1112,855,l) +); +} +); +}; +layerId = "D69FF593-32CA-43DF-83EF-1FE5F3405F85"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +alignment = -1; +pos = (985,0); +ref = "Softsign-cy"; +} +); +width = 2103; +} +); +metricLeft = "En-cy"; +metricRight = "Softsign-cy"; +unicode = 1034; +}, +{ +color = 10; +glyphname = "Dze-cy"; +kernLeft = S; +kernRight = S; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = S; +} +); +width = 1047; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = S; +} +); +width = 1124; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = S; +} +); +width = 1234; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = S; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = S; +} +); +width = 1314; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = S; +} +); +width = 1436; +} +); +unicode = 1029; +}, +{ +color = 10; +glyphname = "E-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (1474,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 1474; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (1474,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 1474; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (1533,0); +ref = "Ereversed-cy"; +scale = (-1,1); +} +); +width = 1533; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (1297,0); +ref = "Ereversed-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1471; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (1316,0); +ref = "Ereversed-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1491; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1357,0); +ref = "Ereversed-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1542; +} +); +metricLeft = O; +metricRight = O; +unicode = 1028; +}, +{ +color = 6; +glyphname = "Ereversed-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (738,1463); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1406,1152,o), +(1118,1463,o), +(728,1463,cs), +(391,1463,o), +(110,1262,o), +(60,985,c), +(108,972,l), +(157,1229,o), +(417,1415,o), +(728,1415,cs), +(1089,1415,o), +(1356,1124,o), +(1364,722,c), +(1356,320,o), +(1089,29,o), +(728,29,cs), +(416,29,o), +(156,210,o), +(108,461,c), +(60,449,l), +(109,178,o), +(390,-19,o), +(728,-19,cs), +(1118,-19,o), +(1406,292,o), +(1414,722,c) +); +}, +{ +closed = 1; +nodes = ( +(454,698,l), +(1378,698,l), +(1378,746,l), +(454,746,l) +); +} +); +width = 1474; +}, +{ +anchors = ( +{ +name = top; +pos = (708,1463); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1407,1152,o), +(1110,1463,o), +(708,1463,cs), +(378,1463,o), +(111,1261,o), +(60,981,c), +(238,932,l), +(284,1147,o), +(481,1303,o), +(708,1303,cs), +(1000,1303,o), +(1217,1059,o), +(1223,722,c), +(1217,385,o), +(1000,141,o), +(708,141,cs), +(480,141,o), +(282,301,o), +(235,522,c), +(60,463,l), +(111,183,o), +(378,-19,o), +(708,-19,cs), +(1110,-19,o), +(1407,292,o), +(1414,722,c) +); +}, +{ +closed = 1; +nodes = ( +(511,637,l), +(1348,637,l), +(1348,807,l), +(511,807,l) +); +} +); +width = 1474; +}, +{ +anchors = ( +{ +name = top; +pos = (709,1479); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1466,1161,o), +(1150,1479,o), +(719,1479,cs), +(413,1479,o), +(137,1309,o), +(60,1075,c), +(404,928,l), +(455,1050,o), +(587,1139,o), +(719,1139,cs), +(918,1139,o), +(1062,964,o), +(1062,722,cs), +(1062,480,o), +(918,304,o), +(719,304,cs), +(586,304,o), +(454,393,o), +(404,515,c), +(60,388,l), +(144,142,o), +(421,-36,o), +(719,-36,cs), +(1150,-36,o), +(1466,282,o), +(1473,721,c) +); +}, +{ +closed = 1; +nodes = ( +(503,572,l), +(1104,572,l), +(1104,872,l), +(503,872,l) +); +} +); +width = 1533; +}, +{ +anchors = ( +{ +name = top; +pos = (912,1463); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1525,1152,o), +(1292,1463,o), +(902,1463,cs), +(570,1463,o), +(258,1262,o), +(159,985,c), +(205,972,l), +(299,1229,o), +(588,1415,o), +(893,1415,cs), +(1254,1415,o), +(1470,1124,o), +(1407,722,c), +(1329,320,o), +(1011,29,o), +(649,29,cs), +(343,29,o), +(119,210,o), +(115,461,c), +(65,449,l), +(66,178,o), +(308,-19,o), +(640,-19,cs), +(1031,-19,o), +(1374,292,o), +(1457,722,c) +); +}, +{ +closed = 1; +nodes = ( +(493,698,l), +(1417,698,l), +(1425,746,l), +(501,746,l) +); +} +); +width = 1474; +}, +{ +anchors = ( +{ +name = top; +pos = (901,1463); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1544,1152,o), +(1302,1463,o), +(901,1463,cs), +(570,1463,o), +(258,1261,o), +(158,981,c), +(337,932,l), +(418,1141,o), +(642,1293,o), +(871,1293,cs), +(1163,1293,o), +(1337,1053,o), +(1285,722,c), +(1220,391,o), +(961,151,o), +(669,151,cs), +(435,151,o), +(260,307,o), +(252,522,c), +(66,463,l), +(68,183,o), +(309,-19,o), +(639,-19,cs), +(1042,-19,o), +(1393,292,o), +(1476,722,c) +); +}, +{ +closed = 1; +nodes = ( +(558,637,l), +(1395,637,l), +(1425,807,l), +(588,807,l) +); +} +); +width = 1493; +}, +{ +anchors = ( +{ +name = top; +pos = (1054,1479); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1594,1161,o), +(1333,1479,o), +(903,1479,cs), +(597,1479,o), +(290,1309,o), +(172,1075,c), +(490,928,l), +(562,1050,o), +(711,1139,o), +(843,1139,cs), +(1042,1139,o), +(1155,964,o), +(1112,722,cs), +(1070,480,o), +(894,304,o), +(695,304,cs), +(563,304,o), +(446,393,o), +(418,515,c), +(51,388,l), +(92,142,o), +(337,-36,o), +(635,-36,cs), +(1066,-36,o), +(1439,282,o), +(1523,721,c) +); +}, +{ +closed = 1; +nodes = ( +(527,572,l), +(1128,572,l), +(1181,872,l), +(580,872,l) +); +} +); +width = 1547; +} +); +metricLeft = C; +metricRight = C; +unicode = 1069; +}, +{ +color = 10; +glyphname = "I-cy"; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +} +); +width = 541; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +} +); +width = 731; +} +); +unicode = 1030; +}, +{ +color = 10; +glyphname = "Yi-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1443); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-51,1638,l), +(19,1638,l), +(19,1708,l), +(-51,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(232,1638,l), +(302,1638,l), +(302,1708,l), +(232,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-161,503); +ref = dieresiscomb; +} +); +width = 250; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-49,1564,l), +(131,1564,l), +(131,1743,l), +(-49,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(258,1564,l), +(438,1564,l), +(438,1743,l), +(258,1743,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-159,503); +ref = dieresiscomb; +} +); +width = 380; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1443); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1605,l), +(234,1605,l), +(234,1848,l), +(-44,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(371,1605,l), +(649,1605,l), +(649,1848,l), +(371,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-154,443); +ref = dieresiscomb; +} +); +width = 610; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(198,1628,l), +(268,1628,l), +(282,1698,l), +(212,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(481,1628,l), +(551,1628,l), +(565,1698,l), +(495,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-42,503); +ref = dieresiscomb; +} +); +width = 371; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(192,1554,l), +(372,1554,l), +(409,1733,l), +(230,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(499,1554,l), +(679,1554,l), +(716,1733,l), +(537,1733,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-26,503); +ref = dieresiscomb; +} +); +width = 541; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (495,1443); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(200,1605,l), +(478,1605,l), +(530,1848,l), +(252,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(615,1605,l), +(893,1605,l), +(945,1848,l), +(667,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-40,443); +ref = dieresiscomb; +} +); +width = 731; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (495,1443); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(200,1605,l), +(478,1605,l), +(530,1848,l), +(252,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(615,1605,l), +(893,1605,l), +(945,1848,l), +(667,1848,l) +); +} +); +}; +layerId = "0AF702C1-9779-40B4-95C9-721C101340DC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-40,443); +ref = dieresiscomb; +} +); +width = 731; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(192,1554,l), +(372,1554,l), +(409,1733,l), +(230,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(499,1554,l), +(679,1554,l), +(716,1733,l), +(537,1733,l) +); +} +); +}; +layerId = "813126B7-36AB-4FA6-98D1-9337EF22812D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-26,503); +ref = dieresiscomb; +} +); +width = 541; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1443); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1605,l), +(234,1605,l), +(234,1848,l), +(-44,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(371,1605,l), +(649,1605,l), +(649,1848,l), +(371,1848,l) +); +} +); +}; +layerId = "A106796B-5024-4AF5-BD08-8948B2281257"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-154,443); +ref = dieresiscomb; +} +); +width = 610; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(198,1628,l), +(268,1628,l), +(282,1698,l), +(212,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(481,1628,l), +(551,1628,l), +(565,1698,l), +(495,1698,l) +); +} +); +}; +layerId = "4E7DA8DD-C2A9-435B-A87D-B5E84DF83E28"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-42,503); +ref = dieresiscomb; +} +); +width = 371; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-49,1564,l), +(131,1564,l), +(131,1743,l), +(-49,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(258,1564,l), +(438,1564,l), +(438,1743,l), +(258,1743,l) +); +} +); +}; +layerId = "3710B4AE-6D0B-4648-B367-E56944C433B7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-159,503); +ref = dieresiscomb; +} +); +width = 380; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1443); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-51,1638,l), +(19,1638,l), +(19,1708,l), +(-51,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(232,1638,l), +(302,1638,l), +(302,1708,l), +(232,1708,l) +); +} +); +}; +layerId = "F129794B-4E48-4B1D-BE46-53FA152EE0B8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-161,503); +ref = dieresiscomb; +} +); +width = 250; +} +); +unicode = 1031; +}, +{ +color = 10; +glyphname = "Je-cy"; +kernLeft = J; +kernRight = J; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = J; +} +); +width = 687; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = J; +} +); +width = 827; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = J; +} +); +width = 973; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = J; +} +); +width = 726; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = J; +} +); +width = 817; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = J; +} +); +width = 1001; +} +); +unicode = 1032; +}, +{ +color = 3; +glyphname = "Tshe-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (211,0); +ref = "Shha-cy"; +}, +{ +closed = 1; +nodes = ( +(58,1395,l), +(701,1395,l), +(701,1443,l), +(58,1443,l) +); +} +); +width = 1317; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (159,0); +ref = "Shha-cy"; +}, +{ +closed = 1; +nodes = ( +(37,1283,l), +(742,1283,l), +(742,1443,l), +(37,1443,l) +); +} +); +width = 1349; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (114,0); +ref = "Shha-cy"; +}, +{ +closed = 1; +nodes = ( +(10,1143,l), +(899,1143,l), +(899,1443,l), +(10,1443,l) +); +} +); +width = 1564; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (285,0); +ref = "Shha-cy"; +}, +{ +closed = 1; +nodes = ( +(317,1395,l), +(960,1395,l), +(970,1443,l), +(327,1443,l) +); +} +); +width = 1492; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (231,0); +ref = "Shha-cy"; +}, +{ +closed = 1; +nodes = ( +(272,1283,l), +(977,1283,l), +(1011,1443,l), +(306,1443,l) +); +} +); +width = 1522; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (192,0); +ref = "Shha-cy"; +}, +{ +closed = 1; +nodes = ( +(216,1143,l), +(1105,1143,l), +(1169,1443,l), +(280,1443,l) +); +} +); +width = 1733; +} +); +metricLeft = hbar; +metricRight = hbar; +tags = ( +topbar +); +unicode = 1035; +}, +{ +color = 6; +glyphname = "Yu-cy"; +kernRight = round; +lastChange = "2025-12-11 13:59:06 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1474,-17,o), +(1746,294,o), +(1746,724,cs), +(1746,1153,o), +(1474,1463,o), +(1099,1463,cs), +(728,1463,o), +(460,1153,o), +(460,724,cs), +(460,294,o), +(728,-17,o), +(1099,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,701,l), +(494,701,l), +(494,749,l), +(150,749,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(757,31,o), +(510,322,o), +(510,724,cs), +(510,1125,o), +(757,1415,o), +(1099,1415,cs), +(1445,1415,o), +(1696,1125,o), +(1696,724,cs), +(1696,322,o), +(1445,31,o), +(1099,31,cs) +); +} +); +width = 1806; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1482,-20,o), +(1766,292,o), +(1766,724,cs), +(1766,1153,o), +(1482,1463,o), +(1089,1463,cs), +(695,1463,o), +(410,1153,o), +(410,724,cs), +(410,292,o), +(695,-20,o), +(1089,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,0,l), +(280,642,l), +(494,642,l), +(494,812,l), +(280,812,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(800,150,o), +(590,391,o), +(590,724,cs), +(590,1054,o), +(800,1293,o), +(1089,1293,cs), +(1377,1293,o), +(1586,1054,o), +(1586,724,cs), +(1586,391,o), +(1377,150,o), +(1089,150,cs) +); +} +); +width = 1826; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1814,-37,o), +(2133,282,o), +(2133,723,cs), +(2133,1162,o), +(1814,1480,o), +(1374,1480,cs), +(932,1480,o), +(612,1162,o), +(612,723,cs), +(612,282,o), +(932,-37,o), +(1374,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(520,0,l), +(520,552,l), +(734,552,l), +(734,892,l), +(520,892,l), +(520,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1176,303,o), +(1032,479,o), +(1032,723,cs), +(1032,965,o), +(1176,1140,o), +(1374,1140,cs), +(1571,1140,o), +(1713,965,o), +(1713,723,cs), +(1713,479,o), +(1571,303,o), +(1374,303,cs) +); +} +); +width = 2193; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1360,-17,o), +(1697,294,o), +(1789,724,cs), +(1881,1153,o), +(1675,1463,o), +(1299,1463,cs), +(929,1463,o), +(595,1153,o), +(503,724,cs), +(411,294,o), +(614,-17,o), +(985,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(188,701,l), +(532,701,l), +(543,749,l), +(199,749,l), +(346,1443,l), +(296,1443,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(649,31,o), +(468,322,o), +(553,724,cs), +(638,1125,o), +(951,1415,o), +(1299,1415,cs), +(1639,1415,o), +(1824,1125,o), +(1739,724,cs), +(1654,322,o), +(1337,31,o), +(985,31,cs) +); +} +); +width = 1806; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1367,-20,o), +(1718,292,o), +(1810,724,cs), +(1900,1153,o), +(1681,1463,o), +(1290,1463,cs), +(895,1463,o), +(544,1153,o), +(454,724,cs), +(362,292,o), +(581,-20,o), +(974,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(170,0,l), +(306,642,l), +(520,642,l), +(556,812,l), +(342,812,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(714,150,o), +(564,391,o), +(634,724,cs), +(705,1054,o), +(973,1293,o), +(1273,1293,cs), +(1551,1293,o), +(1701,1054,o), +(1630,724,cs), +(1560,391,o), +(1292,150,o), +(991,150,cs) +); +} +); +width = 1827; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1690,-37,o), +(2076,282,o), +(2170,723,cs), +(2264,1162,o), +(2012,1480,o), +(1572,1480,cs), +(1130,1480,o), +(743,1162,o), +(649,723,cs), +(555,282,o), +(808,-37,o), +(1250,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(404,0,l), +(521,552,l), +(735,552,l), +(807,892,l), +(593,892,l), +(710,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1115,303,o), +(1017,479,o), +(1069,723,cs), +(1121,965,o), +(1310,1140,o), +(1520,1140,cs), +(1705,1140,o), +(1802,965,o), +(1750,723,cs), +(1698,479,o), +(1510,303,o), +(1302,303,cs) +); +} +); +width = 2193; +} +); +metricLeft = H; +metricRight = O; +unicode = 1070; +}, +{ +color = 10; +glyphname = "Ya-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (1146,0); +ref = R; +scale = (-1,1); +} +); +width = 1146; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (1236,0); +ref = R; +scale = (-1,1); +} +); +width = 1236; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (1394,0); +ref = R; +scale = (-1,1); +} +); +width = 1394; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (1015,0); +ref = R; +scale = (-1,1); +slant = (24,0); +} +); +width = 1265; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (1151,0); +ref = R; +scale = (-1,1); +slant = (24,0); +} +); +width = 1401; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1211,0); +ref = R; +scale = (-1,1); +slant = (24,0); +} +); +width = 1474; +} +); +metricRight = H; +unicode = 1071; +}, +{ +color = 3; +glyphname = "Dje-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,1395,l), +(304,1395,l), +(304,1443,l), +(58,1443,l) +); +}, +{ +pos = (122,0); +ref = "Gemiddlehook-cy"; +} +); +width = 1243; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,1283,l), +(344,1283,l), +(344,1443,l), +(37,1443,l) +); +}, +{ +pos = (114,0); +ref = "Gemiddlehook-cy"; +} +); +width = 1335; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,1143,l), +(463,1143,l), +(463,1443,l), +(10,1443,l) +); +}, +{ +pos = (73,0); +ref = "Gemiddlehook-cy"; +} +); +width = 1474; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(317,1395,l), +(563,1395,l), +(573,1443,l), +(327,1443,l) +); +}, +{ +pos = (206,0); +ref = "Gemiddlehook-cy"; +} +); +width = 1328; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,1283,l), +(579,1283,l), +(613,1443,l), +(306,1443,l) +); +}, +{ +pos = (186,0); +ref = "Gemiddlehook-cy"; +} +); +width = 1402; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,1143,l), +(669,1143,l), +(733,1443,l), +(280,1443,l) +); +}, +{ +pos = (161,0); +ref = "Gemiddlehook-cy"; +} +); +width = 1563; +} +); +metricLeft = hbar; +metricRight = b; +tags = ( +topbar +); +unicode = 1026; +}, +{ +color = 3; +glyphname = "Fita-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(99,748,l), +(245,680,o), +(427,642,o), +(536,642,cs), +(724,642,o), +(853,768,o), +(1043,768,cs), +(1138,768,o), +(1278,730,o), +(1431,661,c), +(1441,704,l), +(1308,774,o), +(1162,814,o), +(1033,814,cs), +(850,814,o), +(718,688,o), +(535,688,cs), +(433,688,o), +(251,726,o), +(95,795,c) +); +}, +{ +ref = "O-cy"; +} +); +width = 1526; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,659,l), +(305,601,o), +(440,569,o), +(566,569,cs), +(743,569,o), +(863,699,o), +(1041,699,cs), +(1129,699,o), +(1260,660,o), +(1405,589,c), +(1405,738,l), +(1272,816,o), +(1125,859,o), +(996,859,cs), +(824,859,o), +(709,729,o), +(538,729,cs), +(434,729,o), +(309,761,o), +(189,819,c) +); +}, +{ +ref = "O-cy"; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(436,629,l), +(513,571,o), +(602,539,o), +(684,539,cs), +(802,539,o), +(888,629,o), +(1006,629,cs), +(1090,629,o), +(1179,611,o), +(1254,579,c), +(1254,815,l), +(1151,886,o), +(1051,925,o), +(976,925,cs), +(862,925,o), +(779,835,o), +(666,835,cs), +(588,835,o), +(503,849,o), +(428,875,c) +); +}, +{ +ref = "O-cy"; +} +); +width = 1681; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(146,749,l), +(284,678,o), +(425,639,o), +(538,639,cs), +(734,639,o), +(892,769,o), +(1089,769,cs), +(1188,769,o), +(1375,730,o), +(1521,659,c), +(1539,703,l), +(1415,776,o), +(1222,817,o), +(1088,817,cs), +(898,817,o), +(736,687,o), +(546,687,cs), +(441,687,o), +(300,726,o), +(151,797,c) +); +}, +{ +ref = "O-cy"; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,659,l), +(323,601,o), +(452,569,o), +(578,569,cs), +(755,569,o), +(900,699,o), +(1078,699,cs), +(1166,699,o), +(1290,660,o), +(1421,589,c), +(1450,738,l), +(1332,816,o), +(1193,859,o), +(1064,859,cs), +(892,859,o), +(752,729,o), +(581,729,cs), +(477,729,o), +(358,761,o), +(249,819,c) +); +}, +{ +ref = "O-cy"; +} +); +width = 1592; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(445,629,l), +(511,571,o), +(593,539,o), +(675,539,cs), +(793,539,o), +(897,629,o), +(1015,629,cs), +(1099,629,o), +(1184,611,o), +(1253,579,c), +(1299,815,l), +(1210,886,o), +(1118,925,o), +(1043,925,cs), +(929,925,o), +(828,835,o), +(715,835,cs), +(637,835,o), +(555,849,o), +(485,875,c) +); +}, +{ +ref = "O-cy"; +} +); +width = 1681; +} +); +metricLeft = O; +metricRight = O; +unicode = 1138; +}, +{ +color = 6; +glyphname = "Izhitsa-cy"; +kernLeft = V; +kernRight = V; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(685,0,l), +(1129,1285,ls), +(1156,1364,o), +(1205,1413,o), +(1261,1413,cs), +(1289,1413,o), +(1336,1407,o), +(1383,1397,c), +(1393,1445,l), +(1355,1455,o), +(1304,1462,o), +(1261,1462,cs), +(1183,1462,o), +(1116,1401,o), +(1083,1305,cs), +(654,74,l), +(651,74,l), +(63,1443,l), +(10,1443,l), +(626,0,l) +); +} +); +width = 1403; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(822,0,l), +(1187,1185,ls), +(1211,1262,o), +(1251,1305,o), +(1312,1305,cs), +(1347,1305,o), +(1399,1297,o), +(1457,1284,c), +(1497,1435,l), +(1437,1452,o), +(1369,1462,o), +(1308,1462,cs), +(1160,1462,o), +(1067,1377,o), +(1020,1225,cs), +(706,220,l), +(700,220,l), +(196,1443,l), +(10,1443,l), +(599,0,l) +); +} +); +width = 1507; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1025,0,l), +(1377,1069,ls), +(1390,1110,o), +(1424,1133,o), +(1471,1133,cs), +(1496,1133,o), +(1534,1127,o), +(1576,1117,c), +(1616,1438,l), +(1524,1465,o), +(1421,1480,o), +(1327,1480,cs), +(1175,1480,o), +(1068,1406,o), +(1029,1273,cs), +(789,464,l), +(783,464,l), +(486,1443,l), +(10,1443,l), +(562,0,l) +); +} +); +width = 1626; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(573,0,l), +(1300,1315,ls), +(1337,1381,o), +(1387,1415,o), +(1449,1415,cs), +(1480,1415,o), +(1520,1410,o), +(1568,1399,c), +(1586,1445,l), +(1544,1456,o), +(1501,1462,o), +(1457,1462,cs), +(1371,1462,o), +(1303,1419,o), +(1256,1335,cs), +(555,74,l), +(552,74,l), +(255,1443,l), +(206,1443,l), +(516,0,l) +); +} +); +width = 1399; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(714,0,l), +(1331,1185,ls), +(1374,1268,o), +(1420,1305,o), +(1481,1305,cs), +(1509,1305,o), +(1549,1299,o), +(1612,1284,c), +(1684,1435,l), +(1621,1454,o), +(1565,1462,o), +(1500,1462,cs), +(1352,1462,o), +(1248,1389,o), +(1162,1225,cs), +(634,220,l), +(628,220,l), +(384,1443,l), +(206,1443,l), +(499,0,l) +); +} +); +width = 1500; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(939,0,l), +(1518,1069,ls), +(1540,1110,o), +(1579,1133,o), +(1626,1133,cs), +(1651,1133,o), +(1687,1127,o), +(1727,1117,c), +(1835,1438,l), +(1749,1465,o), +(1629,1480,o), +(1535,1480,cs), +(1383,1480,o), +(1261,1406,o), +(1193,1273,cs), +(781,464,l), +(775,464,l), +(666,1443,l), +(210,1443,l), +(456,0,l) +); +} +); +width = 1666; +} +); +metricLeft = V; +metricRight = V; +unicode = 1140; +}, +{ +color = 10; +glyphname = "Zhedescender-cy"; +kernLeft = X; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1766,0); +}, +{ +name = top; +pos = (888,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,767,l), +(775,767,l), +(135,1443,l), +(72,1443,l), +(733,743,l), +(30,0,l), +(93,0,l), +(775,719,l), +(865,719,l), +(865,0,l), +(915,0,l), +(915,719,l), +(1005,719,l), +(1682,0,l), +(1746,0,l), +(1047,743,l), +(1703,1443,l), +(1640,1443,l), +(1005,767,l), +(915,767,l), +(915,1443,l), +(865,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1679,0,l), +(1840,0,l), +(1840,-276,l), +(1891,-276,l), +(1890,48,l), +(1679,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1579,0); +ref = "bottom-hook"; +} +); +width = 1911; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1892,0); +}, +{ +name = top; +pos = (946,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,807,l), +(791,807,l), +(267,1443,l), +(52,1443,l), +(645,736,l), +(30,0,l), +(262,0,l), +(791,647,l), +(861,647,l), +(861,0,l), +(1031,0,l), +(1031,647,l), +(1101,647,l), +(1620,0,l), +(1862,0,l), +(1247,736,l), +(1835,1443,l), +(1610,1443,l), +(1101,807,l), +(1031,807,l), +(1031,1443,l), +(861,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1657,0,l), +(1818,0,l), +(1818,-266,l), +(1998,-266,l), +(1997,160,l), +(1657,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1557,0); +ref = "bottom-hook"; +} +); +width = 2018; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (2132,0); +}, +{ +name = top; +pos = (1066,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(871,895,l), +(821,895,l), +(497,1443,l), +(42,1443,l), +(525,741,l), +(30,0,l), +(502,0,l), +(821,547,l), +(871,547,l), +(871,0,l), +(1261,0,l), +(1261,547,l), +(1311,547,l), +(1630,0,l), +(2102,0,l), +(1607,741,l), +(2085,1443,l), +(1630,1443,l), +(1311,895,l), +(1261,895,l), +(1261,1443,l), +(871,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1795,0,l), +(1838,0,l), +(1838,-240,l), +(2228,-240,l), +(2228,340,l), +(1795,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1695,1); +ref = "bottom-hook"; +} +); +width = 2248; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1808,0); +}, +{ +name = top; +pos = (930,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(917,767,l), +(823,767,l), +(326,1443,l), +(267,1443,l), +(780,743,l), +(-81,0,l), +(-8,0,l), +(826,719,l), +(906,719,l), +(754,0,l), +(804,0,l), +(956,719,l), +(1061,719,l), +(1576,0,l), +(1635,0,l), +(1103,743,l), +(1907,1443,l), +(1835,1443,l), +(1057,767,l), +(967,767,l), +(1110,1443,l), +(1060,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1519,0,l), +(1680,0,l), +(1622,-276,l), +(1673,-276,l), +(1740,48,l), +(1529,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1529,0); +ref = "bottom-hook"; +} +); +width = 1862; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1781,0); +}, +{ +name = top; +pos = (1141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(921,807,l), +(841,807,l), +(452,1443,l), +(247,1443,l), +(690,740,l), +(-81,0,l), +(171,0,l), +(837,647,l), +(887,647,l), +(750,0,l), +(920,0,l), +(1057,647,l), +(1157,647,l), +(1549,0,l), +(1751,0,l), +(1302,736,l), +(2040,1443,l), +(1795,1443,l), +(1141,807,l), +(1091,807,l), +(1226,1443,l), +(1056,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1508,0,l), +(1669,0,l), +(1613,-266,l), +(1793,-266,l), +(1882,160,l), +(1542,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1519,0); +ref = "bottom-hook"; +} +); +width = 1980; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1979,0); +}, +{ +name = top; +pos = (1219,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(908,895,l), +(828,895,l), +(620,1443,l), +(195,1443,l), +(509,741,l), +(-123,0,l), +(349,0,l), +(784,547,l), +(834,547,l), +(718,0,l), +(1108,0,l), +(1224,547,l), +(1334,547,l), +(1537,0,l), +(1949,0,l), +(1651,741,l), +(2238,1443,l), +(1753,1443,l), +(1348,895,l), +(1298,895,l), +(1414,1443,l), +(1024,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1666,0,l), +(1709,0,l), +(1658,-240,l), +(2048,-240,l), +(2172,340,l), +(1739,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1683,1); +ref = "bottom-hook"; +} +); +width = 2237; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1979,0); +}, +{ +name = top; +pos = (1219,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(908,895,l), +(828,895,l), +(620,1443,l), +(195,1443,l), +(509,741,l), +(-123,0,l), +(349,0,l), +(784,547,l), +(834,547,l), +(718,0,l), +(1108,0,l), +(1224,547,l), +(1334,547,l), +(1537,0,l), +(1949,0,l), +(1651,741,l), +(2238,1443,l), +(1753,1443,l), +(1348,895,l), +(1298,895,l), +(1414,1443,l), +(1024,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1666,0,l), +(1709,0,l), +(1658,-240,l), +(2048,-240,l), +(2172,340,l), +(1739,340,l) +); +} +); +}; +layerId = "14004872-D5D8-4D86-B96F-4E27D3A78871"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1683,1); +ref = "bottom-hook"; +} +); +width = 2237; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1781,0); +}, +{ +name = top; +pos = (1141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(921,807,l), +(841,807,l), +(452,1443,l), +(247,1443,l), +(690,740,l), +(-81,0,l), +(171,0,l), +(837,647,l), +(887,647,l), +(750,0,l), +(920,0,l), +(1057,647,l), +(1157,647,l), +(1549,0,l), +(1751,0,l), +(1302,736,l), +(2040,1443,l), +(1795,1443,l), +(1141,807,l), +(1091,807,l), +(1226,1443,l), +(1056,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1508,0,l), +(1669,0,l), +(1613,-266,l), +(1793,-266,l), +(1882,160,l), +(1542,160,l) +); +} +); +}; +layerId = "003253EE-CF0B-4D42-AF50-F5BDEA0EDADC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1519,0); +ref = "bottom-hook"; +} +); +width = 1980; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (2132,0); +}, +{ +name = top; +pos = (1066,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(871,895,l), +(821,895,l), +(497,1443,l), +(42,1443,l), +(525,741,l), +(30,0,l), +(502,0,l), +(821,547,l), +(871,547,l), +(871,0,l), +(1261,0,l), +(1261,547,l), +(1311,547,l), +(1630,0,l), +(2102,0,l), +(1607,741,l), +(2085,1443,l), +(1630,1443,l), +(1311,895,l), +(1261,895,l), +(1261,1443,l), +(871,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1795,0,l), +(1838,0,l), +(1838,-240,l), +(2228,-240,l), +(2228,340,l), +(1795,340,l) +); +} +); +}; +layerId = "CDB0254C-32AC-4856-994A-8A2F10B727F0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1695,1); +ref = "bottom-hook"; +} +); +width = 2248; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1808,0); +}, +{ +name = top; +pos = (930,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(917,767,l), +(823,767,l), +(326,1443,l), +(267,1443,l), +(780,743,l), +(-81,0,l), +(-8,0,l), +(826,719,l), +(906,719,l), +(754,0,l), +(804,0,l), +(956,719,l), +(1061,719,l), +(1576,0,l), +(1635,0,l), +(1103,743,l), +(1907,1443,l), +(1835,1443,l), +(1057,767,l), +(967,767,l), +(1110,1443,l), +(1060,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1519,0,l), +(1680,0,l), +(1622,-276,l), +(1673,-276,l), +(1740,48,l), +(1529,48,l) +); +} +); +}; +layerId = "2F1E9FA1-2BCD-41AD-BCB4-6ECE007FE758"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1529,0); +ref = "bottom-hook"; +} +); +width = 1862; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1892,0); +}, +{ +name = top; +pos = (946,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,807,l), +(791,807,l), +(267,1443,l), +(52,1443,l), +(645,736,l), +(30,0,l), +(262,0,l), +(791,647,l), +(861,647,l), +(861,0,l), +(1031,0,l), +(1031,647,l), +(1101,647,l), +(1620,0,l), +(1862,0,l), +(1247,736,l), +(1835,1443,l), +(1610,1443,l), +(1101,807,l), +(1031,807,l), +(1031,1443,l), +(861,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1657,0,l), +(1818,0,l), +(1818,-266,l), +(1998,-266,l), +(1997,160,l), +(1657,160,l) +); +} +); +}; +layerId = "62FF2E50-8DAC-45DC-9009-4CE7179AF856"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1557,0); +ref = "bottom-hook"; +} +); +width = 2018; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1766,0); +}, +{ +name = top; +pos = (888,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,767,l), +(775,767,l), +(135,1443,l), +(72,1443,l), +(733,743,l), +(30,0,l), +(93,0,l), +(775,719,l), +(865,719,l), +(865,0,l), +(915,0,l), +(915,719,l), +(1005,719,l), +(1682,0,l), +(1746,0,l), +(1047,743,l), +(1703,1443,l), +(1640,1443,l), +(1005,767,l), +(915,767,l), +(915,1443,l), +(865,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1679,0,l), +(1840,0,l), +(1840,-276,l), +(1891,-276,l), +(1890,48,l), +(1679,48,l) +); +} +); +}; +layerId = "82F77A91-BCF2-48FE-BA92-188E35FA0AFA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (1579,0); +ref = "bottom-hook"; +} +); +width = 1911; +} +); +metricLeft = "Zhe-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1174; +}, +{ +color = 10; +glyphname = "Zedescender-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (572,-383); +}, +{ +name = top; +pos = (577,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,712,l), +(606,712,ls), +(849,712,o), +(1001,587,o), +(1001,387,cs), +(1001,166,o), +(831,28,o), +(559,28,cs), +(290,28,o), +(117,177,o), +(111,415,cs), +(110,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(863,-20,o), +(1051,137,o), +(1051,387,cs), +(1051,576,o), +(931,710,o), +(741,734,c), +(741,737,l), +(915,780,o), +(1024,906,o), +(1024,1064,cs), +(1024,1309,o), +(852,1463,o), +(577,1463,cs), +(284,1463,o), +(93,1296,o), +(82,1031,cs), +(81,1008,l), +(131,1008,l), +(132,1032,ls), +(141,1267,o), +(312,1415,o), +(573,1415,cs), +(819,1415,o), +(974,1280,o), +(974,1064,cs), +(974,877,o), +(832,760,o), +(606,760,cs), +(420,760,l) +); +}, +{ +closed = 1; +nodes = ( +(669,-347,o), +(764,-297,o), +(764,-207,cs), +(764,-128,o), +(695,-83,o), +(571,-81,c), +(590,0,l), +(540,0,l), +(510,-126,l), +(641,-125,o), +(714,-153,o), +(714,-204,cs), +(714,-265,o), +(637,-299,o), +(499,-299,c), +(498,-347,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (388,0); +ref = cedillacomb; +} +); +width = 1111; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (585,-437); +}, +{ +name = top; +pos = (587,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(410,655,l), +(586,655,ls), +(774,655,o), +(892,549,o), +(892,387,cs), +(892,235,o), +(761,140,o), +(552,140,cs), +(366,140,o), +(246,246,o), +(241,415,cs), +(240,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(875,-20,o), +(1071,137,o), +(1071,387,cs), +(1071,574,o), +(953,705,o), +(764,728,c), +(764,740,l), +(936,782,o), +(1044,907,o), +(1044,1064,cs), +(1044,1309,o), +(864,1463,o), +(577,1463,cs), +(279,1463,o), +(84,1296,o), +(72,1031,cs), +(71,1008,l), +(250,1008,l), +(252,1032,ls), +(266,1198,o), +(390,1303,o), +(573,1303,cs), +(752,1303,o), +(864,1211,o), +(864,1064,cs), +(864,914,o), +(757,815,o), +(586,815,cs), +(410,815,l) +); +}, +{ +closed = 1; +nodes = ( +(655,-365,o), +(787,-298,o), +(787,-195,cs), +(787,-126,o), +(726,-75,o), +(632,-65,c), +(642,2,l), +(516,2,l), +(488,-144,l), +(591,-143,o), +(657,-163,o), +(657,-195,cs), +(657,-221,o), +(586,-237,o), +(475,-237,c), +(451,-365,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (341,0); +ref = cedillacomb; +} +); +width = 1131; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (632,-393); +}, +{ +name = top; +pos = (677,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,596,l), +(685,596,ls), +(786,596,o), +(849,534,o), +(849,436,cs), +(849,329,o), +(777,262,o), +(662,262,cs), +(545,262,o), +(470,334,o), +(467,448,cs), +(466,486,l), +(60,486,l), +(61,443,ls), +(68,148,o), +(304,-37,o), +(674,-37,cs), +(1039,-37,o), +(1268,128,o), +(1268,390,cs), +(1268,568,o), +(1153,694,o), +(970,718,c), +(970,736,l), +(1140,778,o), +(1246,907,o), +(1246,1072,cs), +(1246,1322,o), +(1027,1479,o), +(677,1479,cs), +(335,1479,o), +(112,1301,o), +(100,1017,cs), +(99,993,l), +(477,993,l), +(479,1018,ls), +(487,1117,o), +(557,1179,o), +(660,1179,cs), +(769,1179,o), +(837,1115,o), +(837,1014,cs), +(837,917,o), +(771,856,o), +(667,856,cs), +(496,856,l) +); +}, +{ +closed = 1; +nodes = ( +(767,-419,o), +(933,-336,o), +(933,-208,cs), +(933,-122,o), +(875,-67,o), +(778,-67,c), +(784,-10,l), +(556,-10,l), +(540,-159,l), +(671,-159,o), +(736,-179,o), +(736,-211,cs), +(736,-240,o), +(669,-258,o), +(534,-258,c), +(510,-419,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (400,-10); +ref = cedillacomb; +} +); +width = 1328; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (435,-383); +}, +{ +name = top; +pos = (741,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(451,712,l), +(637,712,ls), +(880,712,o), +(1010,587,o), +(975,387,cs), +(936,166,o), +(742,28,o), +(470,28,cs), +(201,28,o), +(54,177,o), +(90,415,cs), +(95,451,l), +(45,451,l), +(39,410,ls), +(-1,146,o), +(163,-20,o), +(466,-20,cs), +(765,-20,o), +(981,137,o), +(1025,387,cs), +(1058,576,o), +(962,710,o), +(776,734,c), +(777,737,l), +(958,780,o), +(1090,906,o), +(1117,1064,cs), +(1161,1309,o), +(1016,1463,o), +(741,1463,cs), +(448,1463,o), +(227,1296,o), +(170,1031,cs), +(165,1008,l), +(215,1008,l), +(220,1032,ls), +(270,1267,o), +(467,1415,o), +(728,1415,cs), +(974,1415,o), +(1105,1280,o), +(1067,1064,cs), +(1034,877,o), +(872,760,o), +(646,760,cs), +(460,760,l) +); +}, +{ +closed = 1; +nodes = ( +(540,-347,o), +(646,-297,o), +(665,-207,cs), +(681,-128,o), +(622,-83,o), +(498,-81,c), +(535,0,l), +(485,0,l), +(428,-126,l), +(559,-125,o), +(626,-153,o), +(615,-204,cs), +(602,-265,o), +(518,-299,o), +(380,-299,c), +(369,-347,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (442,0); +ref = cedillacomb; +} +); +width = 1254; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (401,-437); +}, +{ +name = top; +pos = (760,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(440,655,l), +(616,655,ls), +(804,655,o), +(904,549,o), +(875,387,cs), +(848,235,o), +(700,140,o), +(491,140,cs), +(305,140,o), +(204,246,o), +(229,415,cs), +(234,451,l), +(54,451,l), +(48,410,ls), +(8,146,o), +(172,-20,o), +(475,-20,cs), +(786,-20,o), +(1010,137,o), +(1054,387,cs), +(1087,574,o), +(992,705,o), +(807,728,c), +(809,740,l), +(989,782,o), +(1119,907,o), +(1146,1064,cs), +(1190,1309,o), +(1037,1463,o), +(750,1463,cs), +(452,1463,o), +(227,1296,o), +(169,1031,cs), +(164,1008,l), +(343,1008,l), +(349,1032,ls), +(392,1198,o), +(535,1303,o), +(718,1303,cs), +(897,1303,o), +(992,1211,o), +(966,1064,cs), +(940,914,o), +(815,815,o), +(644,815,cs), +(468,815,l) +); +}, +{ +closed = 1; +nodes = ( +(487,-365,o), +(633,-298,o), +(655,-195,cs), +(669,-126,o), +(619,-75,o), +(527,-65,c), +(552,2,l), +(426,2,l), +(367,-144,l), +(470,-143,o), +(532,-163,o), +(525,-195,cs), +(519,-221,o), +(445,-237,o), +(334,-237,c), +(283,-365,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (366,0); +ref = cedillacomb; +} +); +width = 1283; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (333,-393); +}, +{ +name = top; +pos = (999,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(501,596,l), +(690,596,ls), +(791,596,o), +(843,534,o), +(826,436,cs), +(807,329,o), +(723,262,o), +(608,262,cs), +(491,262,o), +(429,334,o), +(446,448,cs), +(452,486,l), +(46,486,l), +(39,443,ls), +(-6,148,o), +(197,-37,o), +(567,-37,cs), +(932,-37,o), +(1190,128,o), +(1237,390,cs), +(1268,568,o), +(1175,694,o), +(996,718,c), +(1000,736,l), +(1177,778,o), +(1306,907,o), +(1335,1072,cs), +(1379,1322,o), +(1188,1479,o), +(838,1479,cs), +(496,1479,o), +(241,1301,o), +(179,1017,cs), +(174,993,l), +(552,993,l), +(558,1018,ls), +(584,1117,o), +(665,1179,o), +(768,1179,cs), +(877,1179,o), +(933,1115,o), +(916,1014,cs), +(899,917,o), +(822,856,o), +(718,856,cs), +(547,856,l) +); +}, +{ +closed = 1; +nodes = ( +(461,-449,o), +(672,-358,o), +(699,-228,cs), +(720,-133,o), +(664,-67,o), +(564,-67,c), +(587,-10,l), +(329,-10,l), +(261,-159,l), +(388,-159,o), +(473,-180,o), +(466,-211,cs), +(460,-239,o), +(364,-258,o), +(234,-258,c), +(189,-449,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (289,-10); +ref = cedillacomb; +} +); +width = 1471; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (333,-393); +}, +{ +name = top; +pos = (999,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(501,596,l), +(690,596,ls), +(791,596,o), +(843,534,o), +(826,436,cs), +(807,329,o), +(723,262,o), +(608,262,cs), +(491,262,o), +(429,334,o), +(446,448,cs), +(452,486,l), +(46,486,l), +(39,443,ls), +(-6,148,o), +(197,-37,o), +(567,-37,cs), +(932,-37,o), +(1190,128,o), +(1237,390,cs), +(1268,568,o), +(1175,694,o), +(996,718,c), +(1000,736,l), +(1177,778,o), +(1306,907,o), +(1335,1072,cs), +(1379,1322,o), +(1188,1479,o), +(838,1479,cs), +(496,1479,o), +(241,1301,o), +(179,1017,cs), +(174,993,l), +(552,993,l), +(558,1018,ls), +(584,1117,o), +(665,1179,o), +(768,1179,cs), +(877,1179,o), +(933,1115,o), +(916,1014,cs), +(899,917,o), +(822,856,o), +(718,856,cs), +(547,856,l) +); +}, +{ +closed = 1; +nodes = ( +(461,-449,o), +(672,-358,o), +(699,-228,cs), +(720,-133,o), +(664,-67,o), +(564,-67,c), +(587,-10,l), +(329,-10,l), +(261,-159,l), +(388,-159,o), +(473,-180,o), +(466,-211,cs), +(460,-239,o), +(364,-258,o), +(234,-258,c), +(189,-449,l) +); +} +); +}; +layerId = "346CEB87-09E8-4F5D-A0A9-53B95C0CD611"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (289,-10); +ref = cedillacomb; +} +); +width = 1471; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (401,-437); +}, +{ +name = top; +pos = (760,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(440,655,l), +(616,655,ls), +(804,655,o), +(904,549,o), +(875,387,cs), +(848,235,o), +(700,140,o), +(491,140,cs), +(305,140,o), +(204,246,o), +(229,415,cs), +(234,451,l), +(54,451,l), +(48,410,ls), +(8,146,o), +(172,-20,o), +(475,-20,cs), +(786,-20,o), +(1010,137,o), +(1054,387,cs), +(1087,574,o), +(992,705,o), +(807,728,c), +(809,740,l), +(989,782,o), +(1119,907,o), +(1146,1064,cs), +(1190,1309,o), +(1037,1463,o), +(750,1463,cs), +(452,1463,o), +(227,1296,o), +(169,1031,cs), +(164,1008,l), +(343,1008,l), +(349,1032,ls), +(392,1198,o), +(535,1303,o), +(718,1303,cs), +(897,1303,o), +(992,1211,o), +(966,1064,cs), +(940,914,o), +(815,815,o), +(644,815,cs), +(468,815,l) +); +}, +{ +closed = 1; +nodes = ( +(487,-365,o), +(633,-298,o), +(655,-195,cs), +(669,-126,o), +(619,-75,o), +(527,-65,c), +(552,2,l), +(426,2,l), +(367,-144,l), +(470,-143,o), +(532,-163,o), +(525,-195,cs), +(519,-221,o), +(445,-237,o), +(334,-237,c), +(283,-365,l) +); +} +); +}; +layerId = "2D787CB5-A603-4343-BE6D-D0EB9A03EEE7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (366,0); +ref = cedillacomb; +} +); +width = 1283; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (632,-393); +}, +{ +name = top; +pos = (677,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,596,l), +(685,596,ls), +(786,596,o), +(849,534,o), +(849,436,cs), +(849,329,o), +(777,262,o), +(662,262,cs), +(545,262,o), +(470,334,o), +(467,448,cs), +(466,486,l), +(60,486,l), +(61,443,ls), +(68,148,o), +(304,-37,o), +(674,-37,cs), +(1039,-37,o), +(1268,128,o), +(1268,390,cs), +(1268,568,o), +(1153,694,o), +(970,718,c), +(970,736,l), +(1140,778,o), +(1246,907,o), +(1246,1072,cs), +(1246,1322,o), +(1027,1479,o), +(677,1479,cs), +(335,1479,o), +(112,1301,o), +(100,1017,cs), +(99,993,l), +(477,993,l), +(479,1018,ls), +(487,1117,o), +(557,1179,o), +(660,1179,cs), +(769,1179,o), +(837,1115,o), +(837,1014,cs), +(837,917,o), +(771,856,o), +(667,856,cs), +(496,856,l) +); +}, +{ +closed = 1; +nodes = ( +(767,-419,o), +(933,-336,o), +(933,-208,cs), +(933,-122,o), +(875,-67,o), +(778,-67,c), +(784,-10,l), +(556,-10,l), +(540,-159,l), +(671,-159,o), +(736,-179,o), +(736,-211,cs), +(736,-240,o), +(669,-258,o), +(534,-258,c), +(510,-419,l) +); +} +); +}; +layerId = "104E50F6-1D04-4454-9615-0EF665E26870"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (400,-10); +ref = cedillacomb; +} +); +width = 1328; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (435,-383); +}, +{ +name = top; +pos = (741,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(451,712,l), +(637,712,ls), +(880,712,o), +(1010,587,o), +(975,387,cs), +(936,166,o), +(742,28,o), +(470,28,cs), +(201,28,o), +(54,177,o), +(90,415,cs), +(95,451,l), +(45,451,l), +(39,410,ls), +(-1,146,o), +(163,-20,o), +(466,-20,cs), +(765,-20,o), +(981,137,o), +(1025,387,cs), +(1058,576,o), +(962,710,o), +(776,734,c), +(777,737,l), +(958,780,o), +(1090,906,o), +(1117,1064,cs), +(1161,1309,o), +(1016,1463,o), +(741,1463,cs), +(448,1463,o), +(227,1296,o), +(170,1031,cs), +(165,1008,l), +(215,1008,l), +(220,1032,ls), +(270,1267,o), +(467,1415,o), +(728,1415,cs), +(974,1415,o), +(1105,1280,o), +(1067,1064,cs), +(1034,877,o), +(872,760,o), +(646,760,cs), +(460,760,l) +); +}, +{ +closed = 1; +nodes = ( +(540,-347,o), +(646,-297,o), +(665,-207,cs), +(681,-128,o), +(622,-83,o), +(498,-81,c), +(535,0,l), +(485,0,l), +(428,-126,l), +(559,-125,o), +(626,-153,o), +(615,-204,cs), +(602,-265,o), +(518,-299,o), +(380,-299,c), +(369,-347,l) +); +} +); +}; +layerId = "9C26A2CE-B31C-428F-8949-C546F325CA8E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (442,0); +ref = cedillacomb; +} +); +width = 1254; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (585,-437); +}, +{ +name = top; +pos = (587,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(410,655,l), +(586,655,ls), +(774,655,o), +(892,549,o), +(892,387,cs), +(892,235,o), +(761,140,o), +(552,140,cs), +(366,140,o), +(246,246,o), +(241,415,cs), +(240,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(875,-20,o), +(1071,137,o), +(1071,387,cs), +(1071,574,o), +(953,705,o), +(764,728,c), +(764,740,l), +(936,782,o), +(1044,907,o), +(1044,1064,cs), +(1044,1309,o), +(864,1463,o), +(577,1463,cs), +(279,1463,o), +(84,1296,o), +(72,1031,cs), +(71,1008,l), +(250,1008,l), +(252,1032,ls), +(266,1198,o), +(390,1303,o), +(573,1303,cs), +(752,1303,o), +(864,1211,o), +(864,1064,cs), +(864,914,o), +(757,815,o), +(586,815,cs), +(410,815,l) +); +}, +{ +closed = 1; +nodes = ( +(655,-365,o), +(787,-298,o), +(787,-195,cs), +(787,-126,o), +(726,-75,o), +(632,-65,c), +(642,2,l), +(516,2,l), +(488,-144,l), +(591,-143,o), +(657,-163,o), +(657,-195,cs), +(657,-221,o), +(586,-237,o), +(475,-237,c), +(451,-365,l) +); +} +); +}; +layerId = "4F1F0BC3-54E5-4905-BA35-BD23BA973C40"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (341,0); +ref = cedillacomb; +} +); +width = 1131; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (572,-383); +}, +{ +name = top; +pos = (577,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,712,l), +(606,712,ls), +(849,712,o), +(1001,587,o), +(1001,387,cs), +(1001,166,o), +(831,28,o), +(559,28,cs), +(290,28,o), +(117,177,o), +(111,415,cs), +(110,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(863,-20,o), +(1051,137,o), +(1051,387,cs), +(1051,576,o), +(931,710,o), +(741,734,c), +(741,737,l), +(915,780,o), +(1024,906,o), +(1024,1064,cs), +(1024,1309,o), +(852,1463,o), +(577,1463,cs), +(284,1463,o), +(93,1296,o), +(82,1031,cs), +(81,1008,l), +(131,1008,l), +(132,1032,ls), +(141,1267,o), +(312,1415,o), +(573,1415,cs), +(819,1415,o), +(974,1280,o), +(974,1064,cs), +(974,877,o), +(832,760,o), +(606,760,cs), +(420,760,l) +); +}, +{ +closed = 1; +nodes = ( +(669,-347,o), +(764,-297,o), +(764,-207,cs), +(764,-128,o), +(695,-83,o), +(571,-81,c), +(590,0,l), +(540,0,l), +(510,-126,l), +(641,-125,o), +(714,-153,o), +(714,-204,cs), +(714,-265,o), +(637,-299,o), +(499,-299,c), +(498,-347,l) +); +} +); +}; +layerId = "7ABBB214-2822-4322-BC52-5C0671F1B0D4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (388,0); +ref = cedillacomb; +} +); +width = 1111; +} +); +unicode = 1176; +}, +{ +color = 10; +glyphname = "Kadescender-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (602,0); +}, +{ +name = top; +pos = (561,1403); +}, +{ +name = topbar; +pos = (140,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(308,678,l), +(1060,1443,l), +(993,1443,l), +(285,726,l), +(146,726,l), +(146,678,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1118,1,l), +(304,721,l), +(267,689,l), +(1047,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1059,1,l), +(1220,1,l), +(1220,-275,l), +(1271,-275,l), +(1270,49,l), +(1059,49,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (959,1); +ref = "bottom-hook"; +} +); +width = 1291; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (586,0); +}, +{ +name = top; +pos = (566,1403); +}, +{ +name = topbar; +pos = (200,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,631,l), +(1158,1443,l), +(927,1443,l), +(330,801,l), +(242,801,l), +(242,631,l) +); +}, +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1202,0,l), +(403,827,l), +(324,672,l), +(973,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1029,1,l), +(1190,1,l), +(1190,-265,l), +(1370,-265,l), +(1369,161,l), +(1029,161,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (929,1); +ref = "bottom-hook"; +} +); +width = 1390; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (693,0); +}, +{ +name = top; +pos = (663,1443); +}, +{ +name = topbar; +pos = (300,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(734,521,l), +(1367,1443,l), +(900,1443,l), +(534,871,l), +(426,871,l), +(426,521,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1392,1,l), +(860,798,l), +(537,592,l), +(919,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1099,0,l), +(1142,0,l), +(1142,-240,l), +(1532,-240,l), +(1532,340,l), +(1099,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (999,1); +ref = "bottom-hook"; +} +); +width = 1552; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (492,0); +}, +{ +name = top; +pos = (719,1403); +}, +{ +name = topbar; +pos = (285,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(382,678,l), +(1256,1443,l), +(1189,1443,l), +(369,726,l), +(190,726,l), +(180,678,l) +); +}, +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1008,1,l), +(387,721,l), +(343,689,l), +(937,1,l) +); +}, +{ +closed = 1; +nodes = ( +(949,1,l), +(1110,1,l), +(1052,-275,l), +(1103,-275,l), +(1170,49,l), +(959,49,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (959,1); +ref = "bottom-hook"; +} +); +width = 1292; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (476,0); +}, +{ +name = top; +pos = (734,1403); +}, +{ +name = topbar; +pos = (322,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(504,591,l), +(1349,1443,l), +(1123,1443,l), +(445,761,l), +(293,761,l), +(257,591,l) +); +}, +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,0,l), +(514,787,l), +(418,632,l), +(863,0,l) +); +}, +{ +closed = 1; +nodes = ( +(918,1,l), +(1079,1,l), +(1023,-265,l), +(1203,-265,l), +(1292,161,l), +(952,161,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (929,1); +ref = "bottom-hook"; +} +); +width = 1390; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (577,0); +}, +{ +name = top; +pos = (853,1443); +}, +{ +name = topbar; +pos = (422,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(768,521,l), +(1577,1443,l), +(1090,1443,l), +(600,859,l), +(492,859,l), +(420,521,l) +); +}, +{ +closed = 1; +nodes = ( +(384,0,l), +(690,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1236,1,l), +(873,798,l), +(576,592,l), +(813,1,l) +); +}, +{ +closed = 1; +nodes = ( +(982,0,l), +(1025,0,l), +(974,-240,l), +(1364,-240,l), +(1488,340,l), +(1055,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (999,1); +ref = "bottom-hook"; +} +); +width = 1553; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (577,0); +}, +{ +name = top; +pos = (853,1443); +}, +{ +name = topbar; +pos = (422,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(768,521,l), +(1577,1443,l), +(1090,1443,l), +(600,859,l), +(492,859,l), +(420,521,l) +); +}, +{ +closed = 1; +nodes = ( +(384,0,l), +(690,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1236,1,l), +(873,798,l), +(576,592,l), +(813,1,l) +); +}, +{ +closed = 1; +nodes = ( +(982,0,l), +(1025,0,l), +(974,-240,l), +(1364,-240,l), +(1488,340,l), +(1055,340,l) +); +} +); +}; +layerId = "6AE22C2C-3BB9-4BE4-B63F-94C8D431BA3E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (999,1); +ref = "bottom-hook"; +} +); +width = 1553; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (476,0); +}, +{ +name = top; +pos = (734,1403); +}, +{ +name = topbar; +pos = (322,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(504,591,l), +(1349,1443,l), +(1123,1443,l), +(445,761,l), +(293,761,l), +(257,591,l) +); +}, +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,0,l), +(514,787,l), +(418,632,l), +(863,0,l) +); +}, +{ +closed = 1; +nodes = ( +(918,1,l), +(1079,1,l), +(1023,-265,l), +(1203,-265,l), +(1292,161,l), +(952,161,l) +); +} +); +}; +layerId = "FB47A0EA-53EC-4295-AF8B-EFE9326F796C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (929,1); +ref = "bottom-hook"; +} +); +width = 1390; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (693,0); +}, +{ +name = top; +pos = (663,1443); +}, +{ +name = topbar; +pos = (300,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(734,521,l), +(1367,1443,l), +(900,1443,l), +(534,871,l), +(426,871,l), +(426,521,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1392,1,l), +(860,798,l), +(537,592,l), +(919,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1099,0,l), +(1142,0,l), +(1142,-240,l), +(1532,-240,l), +(1532,340,l), +(1099,340,l) +); +} +); +}; +layerId = "9B89D5D4-13E9-47D8-9D7A-F139B942F977"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (999,1); +ref = "bottom-hook"; +} +); +width = 1552; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (492,0); +}, +{ +name = top; +pos = (719,1403); +}, +{ +name = topbar; +pos = (285,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(382,678,l), +(1256,1443,l), +(1189,1443,l), +(369,726,l), +(190,726,l), +(180,678,l) +); +}, +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1008,1,l), +(387,721,l), +(343,689,l), +(937,1,l) +); +}, +{ +closed = 1; +nodes = ( +(949,1,l), +(1110,1,l), +(1052,-275,l), +(1103,-275,l), +(1170,49,l), +(959,49,l) +); +} +); +}; +layerId = "A8BF5BB4-EDDA-438C-B0B3-A8518C4011CB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (959,1); +ref = "bottom-hook"; +} +); +width = 1292; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (586,0); +}, +{ +name = top; +pos = (566,1403); +}, +{ +name = topbar; +pos = (200,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,631,l), +(1158,1443,l), +(927,1443,l), +(330,801,l), +(242,801,l), +(242,631,l) +); +}, +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1202,0,l), +(403,827,l), +(324,672,l), +(973,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1029,1,l), +(1190,1,l), +(1190,-265,l), +(1370,-265,l), +(1369,161,l), +(1029,161,l) +); +} +); +}; +layerId = "DCBCFEA9-346B-4102-94CC-D71A2EA31860"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (929,1); +ref = "bottom-hook"; +} +); +width = 1390; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (602,0); +}, +{ +name = top; +pos = (561,1403); +}, +{ +name = topbar; +pos = (140,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(308,678,l), +(1060,1443,l), +(993,1443,l), +(285,726,l), +(146,726,l), +(146,678,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1118,1,l), +(304,721,l), +(267,689,l), +(1047,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1059,1,l), +(1220,1,l), +(1220,-275,l), +(1271,-275,l), +(1270,49,l), +(1059,49,l) +); +} +); +}; +layerId = "DA4F9D6E-63E4-4F98-8913-43DCFBC64B41"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = K; +}, +{ +alignment = -1; +pos = (959,1); +ref = "bottom-hook"; +} +); +width = 1291; +} +); +metricLeft = K; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1178; +}, +{ +color = 6; +glyphname = "Kaverticalstroke-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (626,0); +}, +{ +name = top; +pos = (626,1523); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(478,678,l), +(1190,1443,l), +(1123,1443,l), +(455,726,l), +(146,726,l), +(146,678,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1248,1,l), +(474,721,l), +(437,689,l), +(1177,1,l) +); +}, +{ +closed = 1; +nodes = ( +(298,304,l), +(348,304,l), +(348,1074,l), +(298,1074,l) +); +} +); +width = 1248; +}, +{ +anchors = ( +{ +name = bottom; +pos = (556,0); +}, +{ +name = top; +pos = (556,1523); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(654,591,l), +(1298,1443,l), +(1087,1443,l), +(568,761,l), +(242,761,l), +(242,591,l) +); +}, +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1342,0,l), +(673,787,l), +(584,632,l), +(1113,0,l) +); +}, +{ +closed = 1; +nodes = ( +(378,304,l), +(528,304,l), +(528,1074,l), +(378,1074,l) +); +} +); +width = 1342; +}, +{ +anchors = ( +{ +name = bottom; +pos = (757,0); +}, +{ +name = top; +pos = (715,1523); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(954,521,l), +(1587,1443,l), +(1120,1443,l), +(764,859,l), +(436,859,l), +(436,521,l) +); +}, +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1612,1,l), +(1080,798,l), +(787,592,l), +(1139,1,l) +); +}, +{ +closed = 1; +nodes = ( +(567,278,l), +(747,278,l), +(747,1100,l), +(567,1100,l) +); +} +); +width = 1612; +}, +{ +anchors = ( +{ +name = bottom; +pos = (822,0); +}, +{ +name = top; +pos = (822,1523); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(674,678,l), +(1386,1443,l), +(1319,1443,l), +(651,726,l), +(342,726,l), +(342,678,l) +); +}, +{ +closed = 1; +nodes = ( +(346,0,l), +(346,1443,l), +(296,1443,l), +(296,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1444,1,l), +(670,721,l), +(633,689,l), +(1373,1,l) +); +}, +{ +closed = 1; +nodes = ( +(494,304,l), +(544,304,l), +(544,1074,l), +(494,1074,l) +); +} +); +width = 1554; +}, +{ +anchors = ( +{ +name = bottom; +pos = (752,0); +}, +{ +name = top; +pos = (752,1523); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(850,591,l), +(1494,1443,l), +(1283,1443,l), +(764,761,l), +(438,761,l), +(438,591,l) +); +}, +{ +closed = 1; +nodes = ( +(476,0,l), +(476,1443,l), +(296,1443,l), +(296,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1538,0,l), +(869,787,l), +(780,632,l), +(1309,0,l) +); +}, +{ +closed = 1; +nodes = ( +(574,304,l), +(724,304,l), +(724,1074,l), +(574,1074,l) +); +} +); +width = 1649; +}, +{ +anchors = ( +{ +name = bottom; +pos = (947,0); +}, +{ +name = top; +pos = (905,1523); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1144,521,l), +(1777,1443,l), +(1310,1443,l), +(954,859,l), +(626,859,l), +(626,521,l) +); +}, +{ +closed = 1; +nodes = ( +(700,0,l), +(700,1443,l), +(290,1443,l), +(290,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1802,1,l), +(1270,798,l), +(977,592,l), +(1329,1,l) +); +}, +{ +closed = 1; +nodes = ( +(757,278,l), +(937,278,l), +(937,1100,l), +(757,1100,l) +); +} +); +width = 1919; +} +); +metricLeft = K; +metricRight = K; +unicode = 1180; +}, +{ +color = 10; +glyphname = "Kastroke-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (748,0); +}, +{ +name = top; +pos = (707,1403); +}, +{ +name = topbar; +pos = (286,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(454,678,l), +(1206,1443,l), +(1139,1443,l), +(431,726,l), +(292,726,l), +(292,678,l) +); +}, +{ +closed = 1; +nodes = ( +(296,0,l), +(296,1443,l), +(246,1443,l), +(246,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1264,1,l), +(450,721,l), +(413,689,l), +(1193,1,l) +); +}, +{ +closed = 1; +nodes = ( +(58,1200,l), +(541,1200,l), +(541,1248,l), +(58,1248,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (146,0); +ref = K; +}, +{ +pos = (-42,11); +ref = topbar; +} +); +width = 1264; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (710,0); +}, +{ +name = top; +pos = (690,1403); +}, +{ +name = topbar; +pos = (324,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(518,631,l), +(1282,1443,l), +(1051,1443,l), +(454,801,l), +(366,801,l), +(366,631,l) +); +}, +{ +closed = 1; +nodes = ( +(404,0,l), +(404,1443,l), +(224,1443,l), +(224,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1326,0,l), +(527,827,l), +(448,672,l), +(1097,0,l) +); +}, +{ +closed = 1; +nodes = ( +(37,1091,l), +(630,1091,l), +(630,1231,l), +(37,1231,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (124,0); +ref = K; +}, +{ +pos = (-63,-48); +ref = topbar; +} +); +width = 1326; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (710,0); +}, +{ +name = top; +pos = (680,1443); +}, +{ +name = topbar; +pos = (317,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(751,521,l), +(1384,1443,l), +(917,1443,l), +(551,871,l), +(443,871,l), +(443,521,l) +); +}, +{ +closed = 1; +nodes = ( +(517,0,l), +(517,1443,l), +(117,1443,l), +(117,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1409,1,l), +(877,798,l), +(554,592,l), +(936,1,l) +); +}, +{ +closed = 1; +nodes = ( +(10,1120,l), +(683,1120,l), +(683,1360,l), +(10,1360,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (17,0); +ref = K; +}, +{ +pos = (-90,-29); +ref = topbar; +} +); +width = 1409; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (716,0); +}, +{ +name = top; +pos = (943,1403); +}, +{ +name = topbar; +pos = (509,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(606,678,l), +(1480,1443,l), +(1413,1443,l), +(593,726,l), +(414,726,l), +(404,678,l) +); +}, +{ +closed = 1; +nodes = ( +(264,0,l), +(570,1443,l), +(520,1443,l), +(214,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1232,1,l), +(611,721,l), +(567,689,l), +(1161,1,l) +); +}, +{ +closed = 1; +nodes = ( +(276,1200,l), +(759,1200,l), +(769,1248,l), +(286,1248,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (224,0); +ref = K; +}, +{ +pos = (34,11); +ref = topbar; +} +); +width = 1342; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (687,0); +}, +{ +name = top; +pos = (945,1403); +}, +{ +name = topbar; +pos = (533,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(715,591,l), +(1560,1443,l), +(1334,1443,l), +(656,761,l), +(504,761,l), +(468,591,l) +); +}, +{ +closed = 1; +nodes = ( +(381,0,l), +(687,1443,l), +(507,1443,l), +(201,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1277,0,l), +(725,787,l), +(629,632,l), +(1074,0,l) +); +}, +{ +closed = 1; +nodes = ( +(231,1091,l), +(824,1091,l), +(854,1231,l), +(261,1231,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (211,0); +ref = K; +}, +{ +pos = (-1,-48); +ref = topbar; +} +); +width = 1388; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (699,0); +}, +{ +name = top; +pos = (975,1443); +}, +{ +name = topbar; +pos = (544,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(890,521,l), +(1699,1443,l), +(1212,1443,l), +(722,859,l), +(614,859,l), +(542,521,l) +); +}, +{ +closed = 1; +nodes = ( +(506,0,l), +(812,1443,l), +(412,1443,l), +(106,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1358,1,l), +(995,798,l), +(698,592,l), +(935,1,l) +); +}, +{ +closed = 1; +nodes = ( +(211,1120,l), +(884,1120,l), +(936,1360,l), +(263,1360,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (122,0); +ref = K; +}, +{ +pos = (-16,-29); +ref = topbar; +} +); +width = 1509; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = top; +pos = (945,1443); +}, +{ +name = topbar; +pos = (514,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(860,521,l), +(1669,1443,l), +(1182,1443,l), +(692,859,l), +(584,859,l), +(512,521,l) +); +}, +{ +closed = 1; +nodes = ( +(476,0,l), +(782,1443,l), +(382,1443,l), +(76,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1328,1,l), +(965,798,l), +(668,592,l), +(905,1,l) +); +}, +{ +closed = 1; +nodes = ( +(181,1120,l), +(854,1120,l), +(906,1360,l), +(233,1360,l) +); +} +); +}; +layerId = "1D91BF01-10B8-4DDA-821E-06FCDE00BF1F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (92,0); +ref = K; +}, +{ +pos = (-46,-29); +ref = topbar; +} +); +width = 1479; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (637,0); +}, +{ +name = top; +pos = (895,1403); +}, +{ +name = topbar; +pos = (483,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(665,591,l), +(1510,1443,l), +(1284,1443,l), +(606,761,l), +(454,761,l), +(418,591,l) +); +}, +{ +closed = 1; +nodes = ( +(331,0,l), +(637,1443,l), +(457,1443,l), +(151,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1227,0,l), +(675,787,l), +(579,632,l), +(1024,0,l) +); +}, +{ +closed = 1; +nodes = ( +(181,1091,l), +(774,1091,l), +(804,1231,l), +(211,1231,l) +); +} +); +}; +layerId = "014D1EFF-5DE1-421A-A0BD-7BFE4185699B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (161,0); +ref = K; +}, +{ +pos = (-51,-48); +ref = topbar; +} +); +width = 1338; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = top; +pos = (650,1443); +}, +{ +name = topbar; +pos = (287,1120); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(721,521,l), +(1354,1443,l), +(887,1443,l), +(521,871,l), +(413,871,l), +(413,521,l) +); +}, +{ +closed = 1; +nodes = ( +(487,0,l), +(487,1443,l), +(87,1443,l), +(87,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1379,1,l), +(847,798,l), +(524,592,l), +(906,1,l) +); +}, +{ +closed = 1; +nodes = ( +(-20,1120,l), +(653,1120,l), +(653,1360,l), +(-20,1360,l) +); +} +); +}; +layerId = "DF9D56CD-C0F7-4FC4-84C2-1C622C6C0357"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (-13,0); +ref = K; +}, +{ +pos = (-120,-29); +ref = topbar; +} +); +width = 1379; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = top; +pos = (873,1403); +}, +{ +name = topbar; +pos = (439,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(536,678,l), +(1410,1443,l), +(1343,1443,l), +(523,726,l), +(344,726,l), +(334,678,l) +); +}, +{ +closed = 1; +nodes = ( +(194,0,l), +(500,1443,l), +(450,1443,l), +(144,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1162,1,l), +(541,721,l), +(497,689,l), +(1091,1,l) +); +}, +{ +closed = 1; +nodes = ( +(206,1200,l), +(689,1200,l), +(699,1248,l), +(216,1248,l) +); +} +); +}; +layerId = "9AC0D1B1-6C3B-4142-BFDE-E59873553566"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (154,0); +ref = K; +}, +{ +pos = (-36,11); +ref = topbar; +} +); +width = 1272; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (653,0); +}, +{ +name = top; +pos = (633,1403); +}, +{ +name = topbar; +pos = (267,1091); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(461,631,l), +(1225,1443,l), +(994,1443,l), +(397,801,l), +(309,801,l), +(309,631,l) +); +}, +{ +closed = 1; +nodes = ( +(347,0,l), +(347,1443,l), +(167,1443,l), +(167,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1269,0,l), +(470,827,l), +(391,672,l), +(1040,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-20,1091,l), +(573,1091,l), +(573,1231,l), +(-20,1231,l) +); +} +); +}; +layerId = "4B15A6BD-BA5F-4B0C-83D5-CCFF6FE98A16"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (67,0); +ref = K; +}, +{ +pos = (-120,-48); +ref = topbar; +} +); +width = 1269; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (680,0); +}, +{ +name = top; +pos = (639,1403); +}, +{ +name = topbar; +pos = (218,1200); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(386,678,l), +(1138,1443,l), +(1071,1443,l), +(363,726,l), +(224,726,l), +(224,678,l) +); +}, +{ +closed = 1; +nodes = ( +(228,0,l), +(228,1443,l), +(178,1443,l), +(178,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1196,1,l), +(382,721,l), +(345,689,l), +(1125,1,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,1200,l), +(473,1200,l), +(473,1248,l), +(-10,1248,l) +); +} +); +}; +layerId = "4316D765-36C8-49A9-8927-5EA76206C839"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (78,0); +ref = K; +}, +{ +pos = (-110,11); +ref = topbar; +} +); +width = 1196; +} +); +metricLeft = hbar; +metricRight = K; +tags = ( +topbar +); +unicode = 1182; +}, +{ +color = 3; +glyphname = "Kabashkir-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,1395,l), +(304,1395,l), +(304,1443,l), +(58,1443,l) +); +}, +{ +pos = (180,0); +ref = K; +} +); +width = 1298; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,1283,l), +(344,1283,l), +(344,1443,l), +(37,1443,l) +); +}, +{ +pos = (134,0); +ref = K; +} +); +width = 1336; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,1143,l), +(463,1143,l), +(463,1443,l), +(10,1443,l) +); +}, +{ +pos = (138,0); +ref = K; +} +); +width = 1530; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(317,1395,l), +(563,1395,l), +(573,1443,l), +(327,1443,l) +); +}, +{ +pos = (194,0); +ref = K; +} +); +width = 1312; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,1283,l), +(579,1283,l), +(613,1443,l), +(306,1443,l) +); +}, +{ +pos = (146,0); +ref = K; +} +); +width = 1323; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,1143,l), +(669,1143,l), +(733,1443,l), +(280,1443,l) +); +}, +{ +pos = (156,0); +ref = K; +} +); +width = 1543; +} +); +metricLeft = hbar; +metricRight = K; +tags = ( +topbar +); +unicode = 1184; +}, +{ +color = 10; +glyphname = "Endescender-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1109,1,l), +(1270,1,l), +(1270,-275,l), +(1321,-275,l), +(1320,49,l), +(1109,49,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1009,1); +ref = "bottom-hook"; +} +); +width = 1341; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1129,1,l), +(1290,1,l), +(1290,-265,l), +(1470,-265,l), +(1469,161,l), +(1129,161,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1029,1); +ref = "bottom-hook"; +} +); +width = 1490; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1236,0,l), +(1279,0,l), +(1279,-240,l), +(1669,-240,l), +(1669,340,l), +(1236,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1136,1); +ref = "bottom-hook"; +} +); +width = 1689; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(999,1,l), +(1160,1,l), +(1102,-275,l), +(1153,-275,l), +(1220,49,l), +(1009,49,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1009,1); +ref = "bottom-hook"; +} +); +width = 1342; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1018,1,l), +(1179,1,l), +(1123,-265,l), +(1303,-265,l), +(1392,161,l), +(1052,161,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1029,1); +ref = "bottom-hook"; +} +); +width = 1490; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1119,0,l), +(1162,0,l), +(1111,-240,l), +(1501,-240,l), +(1625,340,l), +(1192,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1136,1); +ref = "bottom-hook"; +} +); +width = 1690; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1119,0,l), +(1162,0,l), +(1111,-240,l), +(1501,-240,l), +(1625,340,l), +(1192,340,l) +); +} +); +}; +layerId = "C5FFC120-61E5-4BA3-8746-002D4484FDDC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1136,1); +ref = "bottom-hook"; +} +); +width = 1690; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1018,1,l), +(1179,1,l), +(1123,-265,l), +(1303,-265,l), +(1392,161,l), +(1052,161,l) +); +} +); +}; +layerId = "DD15832E-937E-4D9A-99FE-C544F6EC070E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1029,1); +ref = "bottom-hook"; +} +); +width = 1490; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1236,0,l), +(1279,0,l), +(1279,-240,l), +(1669,-240,l), +(1669,340,l), +(1236,340,l) +); +} +); +}; +layerId = "AE149D09-14DF-49DC-B2FB-25A425812D7D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1136,1); +ref = "bottom-hook"; +} +); +width = 1689; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(999,1,l), +(1160,1,l), +(1102,-275,l), +(1153,-275,l), +(1220,49,l), +(1009,49,l) +); +} +); +}; +layerId = "7B250030-E2F1-4820-B360-870BEF06A796"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1009,1); +ref = "bottom-hook"; +} +); +width = 1342; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1129,1,l), +(1290,1,l), +(1290,-265,l), +(1470,-265,l), +(1469,161,l), +(1129,161,l) +); +} +); +}; +layerId = "80F0920D-C4AC-48BA-AECD-8939A6FBD6C1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1029,1); +ref = "bottom-hook"; +} +); +width = 1490; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1109,1,l), +(1270,1,l), +(1270,-275,l), +(1321,-275,l), +(1320,49,l), +(1109,49,l) +); +} +); +}; +layerId = "2D241B13-E7C5-4619-86B9-44DF5C339C1B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (1009,1); +ref = "bottom-hook"; +} +); +width = 1341; +} +); +metricLeft = H; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1186; +}, +{ +color = 3; +glyphname = "EnGe-cy"; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +closed = 1; +nodes = ( +(1120,1395,l), +(2023,1395,l), +(2023,1443,l), +(1120,1443,l) +); +} +); +width = 2043; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +closed = 1; +nodes = ( +(1120,1283,l), +(2023,1283,l), +(2023,1443,l), +(1120,1443,l) +); +} +); +width = 2043; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +closed = 1; +nodes = ( +(1230,1143,l), +(2183,1143,l), +(2183,1443,l), +(1230,1443,l) +); +} +); +width = 2203; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +closed = 1; +nodes = ( +(1305,1395,l), +(2208,1395,l), +(2218,1443,l), +(1315,1443,l) +); +} +); +width = 2042; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +closed = 1; +nodes = ( +(1293,1283,l), +(2196,1283,l), +(2230,1443,l), +(1327,1443,l) +); +} +); +width = 2054; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +closed = 1; +nodes = ( +(1338,1143,l), +(2291,1143,l), +(2355,1443,l), +(1402,1443,l) +); +} +); +width = 2185; +} +); +metricRight = "Tse-cy"; +unicode = 1188; +}, +{ +color = 6; +glyphname = "Pemiddlehook-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(150,0,l), +(150,1394,l), +(995,1394,l), +(995,0,l), +(1045,0,l), +(1045,1443,l), +(100,1441,l) +); +}, +{ +closed = 1; +nodes = ( +(1021,773,l), +(1110,833,o), +(1251,871,o), +(1387,871,cs), +(1666,871,o), +(1841,698,o), +(1841,423,cs), +(1841,151,o), +(1667,-20,o), +(1389,-20,cs), +(1325,-20,o), +(1244,-11,o), +(1177,3,c), +(1166,-44,l), +(1218,-60,o), +(1304,-70,o), +(1389,-70,cs), +(1697,-70,o), +(1891,121,o), +(1891,424,cs), +(1891,728,o), +(1697,919,o), +(1387,919,cs), +(1251,919,o), +(1108,884,o), +(1018,829,c) +); +} +); +width = 1991; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(280,0,l), +(280,1272,l), +(995,1272,l), +(995,0,l), +(1175,0,l), +(1175,1443,l), +(100,1441,l) +); +}, +{ +closed = 1; +nodes = ( +(1158,699,l), +(1217,734,o), +(1341,759,o), +(1458,759,cs), +(1676,759,o), +(1830,608,o), +(1830,393,cs), +(1830,162,o), +(1689,0,o), +(1488,0,cs), +(1424,0,o), +(1341,9,o), +(1287,23,c), +(1257,-127,l), +(1323,-146,o), +(1427,-160,o), +(1510,-160,cs), +(1804,-160,o), +(2011,69,o), +(2011,394,cs), +(2011,702,o), +(1788,919,o), +(1470,919,cs), +(1353,919,o), +(1225,894,o), +(1158,859,c) +); +} +); +width = 2111; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(520,0,l), +(520,1103,l), +(925,1103,l), +(925,0,l), +(1345,0,l), +(1345,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1331,579,l), +(1377,622,o), +(1454,649,o), +(1531,649,cs), +(1662,649,o), +(1744,566,o), +(1744,433,cs), +(1744,302,o), +(1673,220,o), +(1561,220,cs), +(1511,220,o), +(1461,225,o), +(1430,233,c), +(1400,-107,l), +(1463,-127,o), +(1545,-140,o), +(1613,-140,cs), +(1951,-140,o), +(2164,81,o), +(2164,434,cs), +(2164,781,o), +(1944,999,o), +(1593,999,cs), +(1500,999,o), +(1399,972,o), +(1331,929,c) +); +} +); +width = 2264; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,-2,l), +(40,0,l), +(336,1394,l), +(1181,1394,l), +(885,0,l), +(935,0,l), +(1242,1443,l), +(296,1441,l) +); +}, +{ +closed = 1; +nodes = ( +(1075,773,l), +(1177,833,o), +(1326,871,o), +(1462,871,cs), +(1741,871,o), +(1879,698,o), +(1821,423,cs), +(1763,151,o), +(1553,-20,o), +(1275,-20,cs), +(1211,-20,o), +(1132,-11,o), +(1068,3,c), +(1047,-44,l), +(1095,-60,o), +(1179,-70,o), +(1264,-70,cs), +(1572,-70,o), +(1807,121,o), +(1871,424,cs), +(1936,728,o), +(1782,919,o), +(1472,919,cs), +(1336,919,o), +(1186,884,o), +(1084,829,c) +); +} +); +width = 1991; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(170,0,l), +(440,1272,l), +(1155,1272,l), +(885,0,l), +(1065,0,l), +(1371,1443,l), +(296,1441,l) +); +}, +{ +closed = 1; +nodes = ( +(1196,699,l), +(1263,734,o), +(1392,759,o), +(1509,759,cs), +(1727,759,o), +(1849,608,o), +(1803,393,cs), +(1754,162,o), +(1579,0,o), +(1378,0,cs), +(1314,0,o), +(1233,9,o), +(1182,23,c), +(1120,-127,l), +(1182,-146,o), +(1283,-160,o), +(1366,-160,cs), +(1660,-160,o), +(1915,69,o), +(1984,394,cs), +(2050,702,o), +(1873,919,o), +(1555,919,cs), +(1438,919,o), +(1305,894,o), +(1230,859,c) +); +} +); +width = 2111; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(404,0,l), +(638,1103,l), +(1043,1103,l), +(809,0,l), +(1229,0,l), +(1535,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1338,579,l), +(1393,622,o), +(1475,649,o), +(1552,649,cs), +(1683,649,o), +(1748,566,o), +(1720,433,cs), +(1692,302,o), +(1603,220,o), +(1491,220,cs), +(1441,220,o), +(1392,225,o), +(1363,233,c), +(1261,-107,l), +(1320,-127,o), +(1399,-140,o), +(1467,-140,cs), +(1805,-140,o), +(2065,81,o), +(2140,434,cs), +(2214,781,o), +(2040,999,o), +(1689,999,cs), +(1596,999,o), +(1489,972,o), +(1412,929,c) +); +} +); +width = 2265; +} +); +metricLeft = H; +metricRight = H; +unicode = 1190; +}, +{ +color = 10; +glyphname = "Pedescender-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(150,0,l), +(150,1394,l), +(1105,1394,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(100,1441,l) +); +}, +{ +closed = 1; +nodes = ( +(1125,1,l), +(1286,1,l), +(1286,-275,l), +(1337,-275,l), +(1336,49,l), +(1125,49,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1025,1); +ref = "bottom-hook"; +} +); +width = 1357; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(280,0,l), +(280,1282,l), +(1035,1282,l), +(1035,0,l), +(1215,0,l), +(1215,1443,l), +(100,1441,l) +); +}, +{ +closed = 1; +nodes = ( +(1125,1,l), +(1286,1,l), +(1286,-265,l), +(1466,-265,l), +(1465,161,l), +(1125,161,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1025,1); +ref = "bottom-hook"; +} +); +width = 1486; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,1103,l), +(985,1103,l), +(985,0,l), +(1385,0,l), +(1385,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1195,0,l), +(1238,0,l), +(1238,-240,l), +(1628,-240,l), +(1628,340,l), +(1195,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1095,1); +ref = "bottom-hook"; +} +); +width = 1648; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(40,0,l), +(336,1396,l), +(1291,1394,l), +(995,0,l), +(1045,0,l), +(1352,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1015,1,l), +(1176,1,l), +(1118,-275,l), +(1169,-275,l), +(1236,49,l), +(1025,49,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1025,1); +ref = "bottom-hook"; +} +); +width = 1358; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-1,l), +(170,-1,l), +(442,1284,l), +(1197,1282,l), +(925,0,l), +(1105,0,l), +(1412,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1014,1,l), +(1175,1,l), +(1119,-265,l), +(1299,-265,l), +(1388,161,l), +(1048,161,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1025,1); +ref = "bottom-hook"; +} +); +width = 1486; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(384,0,l), +(618,1103,l), +(1103,1103,l), +(869,0,l), +(1269,0,l), +(1575,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1078,0,l), +(1121,0,l), +(1070,-240,l), +(1460,-240,l), +(1584,340,l), +(1151,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1095,1); +ref = "bottom-hook"; +} +); +width = 1649; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(384,0,l), +(618,1103,l), +(1103,1103,l), +(869,0,l), +(1269,0,l), +(1575,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1078,0,l), +(1121,0,l), +(1070,-240,l), +(1460,-240,l), +(1584,340,l), +(1151,340,l) +); +} +); +}; +layerId = "293FCBDD-3FAB-472A-AE27-4D6144281B51"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1095,1); +ref = "bottom-hook"; +} +); +width = 1649; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-1,l), +(170,-1,l), +(442,1284,l), +(1197,1282,l), +(925,0,l), +(1105,0,l), +(1412,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1014,1,l), +(1175,1,l), +(1119,-265,l), +(1299,-265,l), +(1388,161,l), +(1048,161,l) +); +} +); +}; +layerId = "077F1152-5794-48A0-984B-3D04F14E9270"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1025,1); +ref = "bottom-hook"; +} +); +width = 1486; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,1103,l), +(985,1103,l), +(985,0,l), +(1385,0,l), +(1385,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1195,0,l), +(1238,0,l), +(1238,-240,l), +(1628,-240,l), +(1628,340,l), +(1195,340,l) +); +} +); +}; +layerId = "8F298BFC-2D34-4C3F-AEAB-B38DD20FD46C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1095,1); +ref = "bottom-hook"; +} +); +width = 1648; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(40,0,l), +(336,1396,l), +(1291,1394,l), +(995,0,l), +(1045,0,l), +(1352,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1015,1,l), +(1176,1,l), +(1118,-275,l), +(1169,-275,l), +(1236,49,l), +(1025,49,l) +); +} +); +}; +layerId = "E0A40F1F-EA8C-48B2-9688-3F9C59ED3F9C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1025,1); +ref = "bottom-hook"; +} +); +width = 1358; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(280,0,l), +(280,1282,l), +(1035,1282,l), +(1035,0,l), +(1215,0,l), +(1215,1443,l), +(100,1441,l) +); +}, +{ +closed = 1; +nodes = ( +(1125,1,l), +(1286,1,l), +(1286,-265,l), +(1466,-265,l), +(1465,161,l), +(1125,161,l) +); +} +); +}; +layerId = "46839B92-CCA1-445F-A330-CA7A62CA8EDB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1025,1); +ref = "bottom-hook"; +} +); +width = 1486; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(150,0,l), +(150,1394,l), +(1105,1394,l), +(1105,0,l), +(1155,0,l), +(1155,1443,l), +(100,1441,l) +); +}, +{ +closed = 1; +nodes = ( +(1125,1,l), +(1286,1,l), +(1286,-275,l), +(1337,-275,l), +(1336,49,l), +(1125,49,l) +); +} +); +}; +layerId = "2E52EBE4-727F-4A78-9660-45568A95013F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +}, +{ +alignment = -1; +pos = (1025,1); +ref = "bottom-hook"; +} +); +width = 1357; +} +); +metricLeft = H; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1316; +}, +{ +color = 6; +glyphname = "Haabkhasian-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,1463,o), +(60,1193,o), +(60,810,cs), +(60,324,o), +(416,-18,o), +(923,-18,cs), +(1571,-18,o), +(2027,324,o), +(2027,810,cs), +(2027,1193,o), +(1785,1463,o), +(1441,1463,cs), +(1095,1463,o), +(852,1193,o), +(852,810,cs), +(852,323,o), +(1379,-18,o), +(2128,-17,c), +(2128,31,l), +(1408,31,o), +(902,353,o), +(902,810,cs), +(902,1165,o), +(1127,1415,o), +(1446,1415,cs), +(1758,1415,o), +(1977,1165,o), +(1977,810,cs), +(1977,352,o), +(1542,30,o), +(923,30,cs), +(446,30,o), +(110,352,o), +(110,810,cs), +(110,1165,o), +(361,1414,o), +(719,1414,c), +(719,1463,l) +); +} +); +width = 2188; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,1463,o), +(60,1185,o), +(60,790,cs), +(60,316,o), +(416,-18,o), +(923,-18,cs), +(1577,-18,o), +(2037,324,o), +(2037,810,cs), +(2037,1193,o), +(1791,1463,o), +(1441,1463,cs), +(1089,1463,o), +(842,1193,o), +(842,810,cs), +(842,323,o), +(1373,-18,o), +(2128,-17,c), +(2128,143,l), +(1479,143,o), +(1022,418,o), +(1022,810,cs), +(1022,1100,o), +(1197,1304,o), +(1446,1304,cs), +(1687,1304,o), +(1857,1100,o), +(1857,810,cs), +(1857,418,o), +(1471,142,o), +(923,142,cs), +(522,142,o), +(240,410,o), +(240,790,cs), +(240,1092,o), +(438,1304,o), +(719,1304,c), +(719,1463,l) +); +} +); +width = 2188; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(361,1480,o), +(60,1183,o), +(60,760,cs), +(60,293,o), +(445,-36,o), +(993,-36,cs), +(1668,-36,o), +(2143,317,o), +(2143,820,cs), +(2143,1206,o), +(1882,1478,o), +(1511,1478,cs), +(1119,1478,o), +(843,1206,o), +(843,820,cs), +(843,316,o), +(1402,-37,o), +(2198,-36,c), +(2198,294,l), +(1637,294,o), +(1242,511,o), +(1242,820,cs), +(1242,1013,o), +(1350,1148,o), +(1504,1148,cs), +(1635,1148,o), +(1727,1013,o), +(1727,820,cs), +(1727,488,o), +(1424,254,o), +(993,254,cs), +(683,254,o), +(471,463,o), +(480,760,cs), +(486,984,o), +(614,1142,o), +(789,1142,c), +(789,1480,l) +); +} +); +width = 2258; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(532,1463,o), +(203,1193,o), +(122,810,cs), +(18,324,o), +(302,-18,o), +(809,-18,cs), +(1457,-18,o), +(1985,324,o), +(2089,810,cs), +(2170,1193,o), +(1985,1463,o), +(1641,1463,cs), +(1295,1463,o), +(995,1193,o), +(914,810,cs), +(810,323,o), +(1265,-18,o), +(2014,-17,c), +(2024,31,l), +(1304,31,o), +(866,353,o), +(964,810,cs), +(1039,1165,o), +(1317,1415,o), +(1636,1415,cs), +(1948,1415,o), +(2114,1165,o), +(2039,810,cs), +(1941,352,o), +(1438,30,o), +(819,30,cs), +(342,30,o), +(74,352,o), +(172,810,cs), +(247,1165,o), +(551,1414,o), +(909,1414,c), +(919,1463,l) +); +} +); +width = 2188; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(532,1463,o), +(201,1185,o), +(117,790,cs), +(17,316,o), +(302,-18,o), +(809,-18,cs), +(1463,-18,o), +(1995,324,o), +(2099,810,cs), +(2180,1193,o), +(1991,1463,o), +(1641,1463,cs), +(1289,1463,o), +(985,1193,o), +(904,810,cs), +(800,323,o), +(1259,-18,o), +(2014,-17,c), +(2048,143,l), +(1399,143,o), +(1000,418,o), +(1084,810,cs), +(1145,1100,o), +(1364,1304,o), +(1613,1304,cs), +(1854,1304,o), +(1980,1100,o), +(1919,810,cs), +(1835,418,o), +(1391,142,o), +(843,142,cs), +(442,142,o), +(217,410,o), +(297,790,cs), +(362,1092,o), +(605,1304,o), +(886,1304,c), +(919,1463,l) +); +} +); +width = 2188; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(559,1480,o), +(195,1183,o), +(105,760,cs), +(6,293,o), +(321,-36,o), +(869,-36,cs), +(1544,-36,o), +(2094,317,o), +(2201,820,cs), +(2283,1206,o), +(2080,1478,o), +(1709,1478,cs), +(1317,1478,o), +(983,1206,o), +(901,820,cs), +(794,316,o), +(1278,-37,o), +(2074,-36,c), +(2144,294,l), +(1583,294,o), +(1234,511,o), +(1300,820,cs), +(1341,1013,o), +(1478,1148,o), +(1632,1148,cs), +(1763,1148,o), +(1826,1013,o), +(1785,820,cs), +(1714,488,o), +(1362,254,o), +(931,254,cs), +(621,254,o), +(453,463,o), +(525,760,cs), +(579,984,o), +(740,1142,o), +(915,1142,c), +(987,1480,l) +); +} +); +width = 2259; +} +); +metricLeft = O; +metricRight = O; +unicode = 1192; +}, +{ +color = 10; +glyphname = "Esdescender-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1474; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1484; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1582; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Ccedilla; +} +); +width = 1474; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = Ccedilla; +} +); +width = 1633; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Ccedilla; +} +); +width = 1713; +} +); +unicode = 1194; +}, +{ +color = 10; +glyphname = "Tedescender-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (615,2); +}, +{ +name = center; +pos = (613,722); +}, +{ +name = top; +pos = (613,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1395,l), +(588,1395,l), +(588,0,l), +(638,0,l), +(638,1395,l), +(1165,1395,l), +(1165,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(614,0,l), +(775,0,l), +(775,-276,l), +(826,-276,l), +(825,48,l), +(614,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (514,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (623,1); +}, +{ +name = center; +pos = (623,722); +}, +{ +name = top; +pos = (623,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1273,l), +(533,1273,l), +(533,0,l), +(713,0,l), +(713,1273,l), +(1185,1273,l), +(1185,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(616,0,l), +(777,0,l), +(777,-266,l), +(957,-266,l), +(956,160,l), +(616,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (516,0); +ref = "bottom-hook"; +} +); +width = 1245; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (693,10); +}, +{ +name = center; +pos = (693,722); +}, +{ +name = top; +pos = (693,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1092,l), +(488,1092,l), +(488,0,l), +(898,0,l), +(898,1092,l), +(1325,1092,l), +(1325,1442,l), +(60,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(683,0,l), +(726,0,l), +(726,-240,l), +(1116,-240,l), +(1116,340,l), +(683,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (583,1); +ref = "bottom-hook"; +} +); +width = 1385; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (505,2); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(246,1395,l), +(774,1395,l), +(478,0,l), +(528,0,l), +(824,1395,l), +(1351,1395,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(454,0,l), +(615,0,l), +(557,-276,l), +(608,-276,l), +(675,48,l), +(464,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (464,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (503,1); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,1273,l), +(683,1273,l), +(413,0,l), +(593,0,l), +(863,1273,l), +(1325,1273,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(445,0,l), +(606,0,l), +(550,-266,l), +(730,-266,l), +(819,160,l), +(479,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (456,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (579,10); +}, +{ +name = center; +pos = (730,722); +}, +{ +name = top; +pos = (883,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(176,1092,l), +(605,1092,l), +(371,0,l), +(782,0,l), +(1015,1092,l), +(1441,1092,l), +(1515,1442,l), +(250,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(526,0,l), +(569,0,l), +(518,-240,l), +(908,-240,l), +(1032,340,l), +(599,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (543,1); +ref = "bottom-hook"; +} +); +width = 1386; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (579,10); +}, +{ +name = center; +pos = (730,722); +}, +{ +name = top; +pos = (883,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(176,1092,l), +(605,1092,l), +(371,0,l), +(782,0,l), +(1015,1092,l), +(1441,1092,l), +(1515,1442,l), +(250,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(526,0,l), +(569,0,l), +(518,-240,l), +(908,-240,l), +(1032,340,l), +(599,340,l) +); +} +); +}; +layerId = "3B344D8F-D466-489E-B0A9-9DF64C7D058B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (543,1); +ref = "bottom-hook"; +} +); +width = 1386; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (503,1); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(220,1273,l), +(683,1273,l), +(413,0,l), +(593,0,l), +(863,1273,l), +(1325,1273,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(445,0,l), +(606,0,l), +(550,-266,l), +(730,-266,l), +(819,160,l), +(479,160,l) +); +} +); +}; +layerId = "7027C65E-23EF-45A1-807B-8C446673E24F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (456,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (693,10); +}, +{ +name = center; +pos = (693,722); +}, +{ +name = top; +pos = (693,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1092,l), +(488,1092,l), +(488,0,l), +(898,0,l), +(898,1092,l), +(1325,1092,l), +(1325,1442,l), +(60,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(683,0,l), +(726,0,l), +(726,-240,l), +(1116,-240,l), +(1116,340,l), +(683,340,l) +); +} +); +}; +layerId = "A7905DD8-9883-4897-967B-91962CC785A6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (583,1); +ref = "bottom-hook"; +} +); +width = 1385; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (505,2); +}, +{ +name = center; +pos = (656,722); +}, +{ +name = top; +pos = (809,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(246,1395,l), +(774,1395,l), +(478,0,l), +(528,0,l), +(824,1395,l), +(1351,1395,l), +(1361,1443,l), +(256,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(454,0,l), +(615,0,l), +(557,-276,l), +(608,-276,l), +(675,48,l), +(464,48,l) +); +} +); +}; +layerId = "FFA089D2-02AE-4AF1-9F0E-5DCA5916786E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (464,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (623,1); +}, +{ +name = center; +pos = (623,722); +}, +{ +name = top; +pos = (623,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1273,l), +(533,1273,l), +(533,0,l), +(713,0,l), +(713,1273,l), +(1185,1273,l), +(1185,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(616,0,l), +(777,0,l), +(777,-266,l), +(957,-266,l), +(956,160,l), +(616,160,l) +); +} +); +}; +layerId = "C451938A-2181-487F-846A-DA555507A5E8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (516,0); +ref = "bottom-hook"; +} +); +width = 1245; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (615,2); +}, +{ +name = center; +pos = (613,722); +}, +{ +name = top; +pos = (613,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(60,1395,l), +(588,1395,l), +(588,0,l), +(638,0,l), +(638,1395,l), +(1165,1395,l), +(1165,1443,l), +(60,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(614,0,l), +(775,0,l), +(775,-276,l), +(826,-276,l), +(825,48,l), +(614,48,l) +); +} +); +}; +layerId = "4A393435-A21F-49FA-9F9A-102BDD7323C3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = T; +}, +{ +alignment = -1; +pos = (514,0); +ref = "bottom-hook"; +} +); +width = 1225; +} +); +metricLeft = T; +metricRight = T; +tags = ( +"descender-square" +); +unicode = 1196; +}, +{ +color = 10; +glyphname = "Ustraight-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Y; +} +); +width = 1212; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Y; +} +); +width = 1332; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Y; +} +); +width = 1494; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Y; +} +); +width = 1212; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = Y; +} +); +width = 1432; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Y; +} +); +width = 1594; +} +); +unicode = 1198; +}, +{ +color = 3; +glyphname = "Ustraightstroke-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(154,448,l), +(1059,448,l), +(1059,498,l), +(154,498,l) +); +}, +{ +ref = Y; +} +); +width = 1212; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,457,l), +(1144,457,l), +(1144,617,l), +(189,617,l) +); +}, +{ +ref = Y; +} +); +width = 1332; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(236,367,l), +(1259,367,l), +(1259,627,l), +(236,627,l) +); +}, +{ +ref = Y; +} +); +width = 1494; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,448,l), +(1034,448,l), +(1044,498,l), +(139,498,l) +); +}, +{ +ref = Y; +} +); +width = 1212; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,467,l), +(1107,467,l), +(1141,627,l), +(186,627,l) +); +}, +{ +ref = Y; +} +); +width = 1332; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,367,l), +(1241,367,l), +(1297,627,l), +(274,627,l) +); +}, +{ +ref = Y; +} +); +width = 1514; +} +); +metricLeft = Y; +metricRight = Y; +unicode = 1200; +}, +{ +color = 10; +glyphname = "Hadescender-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (640,0); +}, +{ +name = top; +pos = (640,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(604,727,l), +(20,0,l), +(82,0,l), +(640,692,l), +(642,692,l), +(1201,0,l), +(1263,0,l), +(678,727,l), +(1242,1443,l), +(1180,1443,l), +(642,762,l), +(640,762,l), +(101,1443,l), +(39,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1211,1,l), +(1372,1,l), +(1372,-275,l), +(1423,-275,l), +(1422,49,l), +(1211,49,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1111,1); +ref = "bottom-hook"; +} +); +width = 1443; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (692,0); +}, +{ +name = top; +pos = (692,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(572,731,l), +(20,0,l), +(252,0,l), +(697,606,l), +(703,606,l), +(1136,0,l), +(1368,0,l), +(827,731,l), +(1368,1443,l), +(1136,1443,l), +(703,846,l), +(697,846,l), +(272,1443,l), +(40,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1191,1,l), +(1352,1,l), +(1352,-265,l), +(1532,-265,l), +(1531,161,l), +(1191,161,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1091,1); +ref = "bottom-hook"; +} +); +width = 1552; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (816,0); +}, +{ +name = top; +pos = (816,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(504,736,l), +(20,0,l), +(535,0,l), +(808,463,l), +(820,463,l), +(1093,0,l), +(1608,0,l), +(1125,736,l), +(1574,1443,l), +(1062,1443,l), +(821,985,l), +(807,985,l), +(566,1443,l), +(54,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1281,0,l), +(1324,0,l), +(1324,-240,l), +(1714,-240,l), +(1714,340,l), +(1281,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1181,1); +ref = "bottom-hook"; +} +); +width = 1734; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = top; +pos = (813,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(653,729,l), +(-64,0,l), +(5,0,l), +(685,692,l), +(691,692,l), +(1124,0,l), +(1182,0,l), +(729,727,l), +(1419,1443,l), +(1353,1443,l), +(695,762,l), +(693,762,l), +(274,1443,l), +(216,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1121,1,l), +(1282,1,l), +(1224,-275,l), +(1275,-275,l), +(1342,49,l), +(1131,49,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1131,1); +ref = "bottom-hook"; +} +); +width = 1464; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (597,0); +}, +{ +name = top; +pos = (851,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(613,731,l), +(-65,0,l), +(187,0,l), +(729,606,l), +(745,606,l), +(1041,0,l), +(1260,0,l), +(878,731,l), +(1537,1443,l), +(1285,1443,l), +(757,846,l), +(741,846,l), +(431,1443,l), +(216,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1060,1,l), +(1221,1,l), +(1165,-265,l), +(1345,-265,l), +(1434,161,l), +(1094,161,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1071,1); +ref = "bottom-hook"; +} +); +width = 1532; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (718,0); +}, +{ +name = top; +pos = (972,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,736,l), +(-78,0,l), +(487,0,l), +(841,463,l), +(853,463,l), +(1015,0,l), +(1510,0,l), +(1167,736,l), +(1780,1443,l), +(1218,1443,l), +(896,985,l), +(882,985,l), +(722,1443,l), +(210,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1194,0,l), +(1237,0,l), +(1186,-240,l), +(1576,-240,l), +(1700,340,l), +(1267,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1211,1); +ref = "bottom-hook"; +} +); +width = 1765; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (718,0); +}, +{ +name = top; +pos = (972,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,736,l), +(-78,0,l), +(487,0,l), +(841,463,l), +(853,463,l), +(1015,0,l), +(1510,0,l), +(1167,736,l), +(1780,1443,l), +(1218,1443,l), +(896,985,l), +(882,985,l), +(722,1443,l), +(210,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1194,0,l), +(1237,0,l), +(1186,-240,l), +(1576,-240,l), +(1700,340,l), +(1267,340,l) +); +} +); +}; +layerId = "DBBD55D1-1BCA-48C6-B8F8-1B3ACBDCE282"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1211,1); +ref = "bottom-hook"; +} +); +width = 1765; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (597,0); +}, +{ +name = top; +pos = (851,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(613,731,l), +(-65,0,l), +(187,0,l), +(729,606,l), +(745,606,l), +(1041,0,l), +(1260,0,l), +(878,731,l), +(1537,1443,l), +(1285,1443,l), +(757,846,l), +(741,846,l), +(431,1443,l), +(216,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1060,1,l), +(1221,1,l), +(1165,-265,l), +(1345,-265,l), +(1434,161,l), +(1094,161,l) +); +} +); +}; +layerId = "A941606B-0330-48FC-9164-9F609178BCF7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1071,1); +ref = "bottom-hook"; +} +); +width = 1532; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (816,0); +}, +{ +name = top; +pos = (816,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(504,736,l), +(20,0,l), +(535,0,l), +(808,463,l), +(820,463,l), +(1093,0,l), +(1608,0,l), +(1125,736,l), +(1574,1443,l), +(1062,1443,l), +(821,985,l), +(807,985,l), +(566,1443,l), +(54,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1281,0,l), +(1324,0,l), +(1324,-240,l), +(1714,-240,l), +(1714,340,l), +(1281,340,l) +); +} +); +}; +layerId = "6A032256-DF5C-4371-8D1B-47BEFDF9A868"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1181,1); +ref = "bottom-hook"; +} +); +width = 1734; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = top; +pos = (813,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(653,729,l), +(-64,0,l), +(5,0,l), +(685,692,l), +(691,692,l), +(1124,0,l), +(1182,0,l), +(729,727,l), +(1419,1443,l), +(1353,1443,l), +(695,762,l), +(693,762,l), +(274,1443,l), +(216,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1121,1,l), +(1282,1,l), +(1224,-275,l), +(1275,-275,l), +(1342,49,l), +(1131,49,l) +); +} +); +}; +layerId = "D514CFC4-FBCD-4344-8EFB-BC3D7E4D193F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1131,1); +ref = "bottom-hook"; +} +); +width = 1464; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (692,0); +}, +{ +name = top; +pos = (692,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(572,731,l), +(20,0,l), +(252,0,l), +(697,606,l), +(703,606,l), +(1136,0,l), +(1368,0,l), +(827,731,l), +(1368,1443,l), +(1136,1443,l), +(703,846,l), +(697,846,l), +(272,1443,l), +(40,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1191,1,l), +(1352,1,l), +(1352,-265,l), +(1532,-265,l), +(1531,161,l), +(1191,161,l) +); +} +); +}; +layerId = "1A6FAD08-8018-4284-96DA-8421268565F5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1091,1); +ref = "bottom-hook"; +} +); +width = 1552; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (640,0); +}, +{ +name = top; +pos = (640,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(604,727,l), +(20,0,l), +(82,0,l), +(640,692,l), +(642,692,l), +(1201,0,l), +(1263,0,l), +(678,727,l), +(1242,1443,l), +(1180,1443,l), +(642,762,l), +(640,762,l), +(101,1443,l), +(39,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1211,1,l), +(1372,1,l), +(1372,-275,l), +(1423,-275,l), +(1422,49,l), +(1211,49,l) +); +} +); +}; +layerId = "ECB0D72D-C19A-418C-8D0E-767867C1DECC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = X; +}, +{ +alignment = -1; +pos = (1111,1); +ref = "bottom-hook"; +} +); +width = 1443; +} +); +metricLeft = X; +metricRight = "Tse-cy"; +unicode = 1202; +}, +{ +color = 3; +glyphname = "Tetse-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (248,0); +ref = "Tse-cy"; +}, +{ +closed = 1; +nodes = ( +(58,1395,l), +(701,1395,l), +(701,1443,l), +(58,1443,l) +); +} +); +width = 1604; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (197,0); +ref = "Tse-cy"; +}, +{ +closed = 1; +nodes = ( +(37,1283,l), +(742,1283,l), +(742,1443,l), +(37,1443,l) +); +} +); +width = 1682; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (164,0); +ref = "Tse-cy"; +}, +{ +closed = 1; +nodes = ( +(10,1143,l), +(899,1143,l), +(899,1443,l), +(10,1443,l) +); +} +); +width = 1801; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (253,0); +ref = "Tse-cy"; +}, +{ +closed = 1; +nodes = ( +(317,1396,l), +(960,1396,l), +(970,1444,l), +(327,1444,l) +); +} +); +width = 1598; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (179,0); +ref = "Tse-cy"; +}, +{ +closed = 1; +nodes = ( +(272,1284,l), +(977,1284,l), +(1011,1444,l), +(306,1444,l) +); +} +); +width = 1664; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (162,0); +ref = "Tse-cy"; +}, +{ +closed = 1; +nodes = ( +(216,1143,l), +(1105,1143,l), +(1169,1443,l), +(280,1443,l) +); +} +); +width = 1832; +} +); +metricLeft = hbar; +metricRight = "Tse-cy"; +tags = ( +"descender-square", +topbar +); +unicode = 1204; +}, +{ +color = 10; +glyphname = "Chedescender-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(955,738,o), +(776,596,o), +(552,596,cs), +(316,596,o), +(150,742,o), +(150,950,cs), +(150,1443,l), +(100,1443,l), +(100,950,ls), +(100,714,o), +(287,548,o), +(552,548,cs), +(742,548,o), +(920,650,o), +(983,795,c), +(986,795,l), +(986,0,l), +(1036,0,l), +(1036,1443,l), +(986,1443,l), +(986,939,l) +); +}, +{ +closed = 1; +nodes = ( +(1006,1,l), +(1167,1,l), +(1167,-275,l), +(1218,-275,l), +(1217,49,l), +(1006,49,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1126,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (906,1); +ref = "bottom-hook"; +} +); +width = 1238; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(926,796,o), +(799,698,o), +(609,698,cs), +(407,698,o), +(280,798,o), +(280,956,cs), +(280,1443,l), +(100,1443,l), +(100,945,ls), +(100,695,o), +(285,538,o), +(580,538,cs), +(735,538,o), +(869,596,o), +(928,688,c), +(940,688,l), +(940,0,l), +(1120,0,l), +(1120,1443,l), +(940,1443,l), +(940,951,l) +); +}, +{ +closed = 1; +nodes = ( +(980,1,l), +(1141,1,l), +(1141,-265,l), +(1321,-265,l), +(1320,161,l), +(980,161,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1210,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (880,1); +ref = "bottom-hook"; +} +); +width = 1341; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(970,872,o), +(879,794,o), +(734,795,cs), +(596,795,o), +(510,873,o), +(510,997,cs), +(510,1443,l), +(100,1443,l), +(100,919,ls), +(100,667,o), +(287,509,o), +(586,509,cs), +(747,509,o), +(888,562,o), +(952,646,c), +(970,646,l), +(970,0,l), +(1380,0,l), +(1380,1443,l), +(970,1443,l), +(970,997,ls) +); +}, +{ +closed = 1; +nodes = ( +(1135,0,l), +(1178,0,l), +(1178,-240,l), +(1568,-240,l), +(1568,340,l), +(1135,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1470,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1035,1); +ref = "bottom-hook"; +} +); +width = 1588; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,738,o), +(792,596,o), +(568,596,cs), +(332,596,o), +(197,742,o), +(242,950,cs), +(346,1443,l), +(296,1443,l), +(192,950,ls), +(141,714,o), +(293,548,o), +(558,548,cs), +(748,548,o), +(948,650,o), +(1042,795,c), +(1045,795,l), +(876,0,l), +(926,0,l), +(1232,1443,l), +(1182,1443,l), +(1075,939,l) +); +}, +{ +closed = 1; +nodes = ( +(902,1,l), +(1063,1,l), +(1005,-275,l), +(1056,-275,l), +(1123,49,l), +(912,49,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1262,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (912,1); +ref = "bottom-hook"; +} +); +width = 1245; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(985,796,o), +(837,698,o), +(647,698,cs), +(445,698,o), +(339,798,o), +(373,956,cs), +(476,1443,l), +(296,1443,l), +(191,945,ls), +(137,695,o), +(289,538,o), +(584,538,cs), +(739,538,o), +(885,596,o), +(964,688,c), +(976,688,l), +(830,0,l), +(1010,0,l), +(1316,1443,l), +(1136,1443,l), +(1032,951,l) +); +}, +{ +closed = 1; +nodes = ( +(905,1,l), +(1066,1,l), +(1010,-265,l), +(1190,-265,l), +(1279,161,l), +(939,161,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1346,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (916,1); +ref = "bottom-hook"; +} +); +width = 1377; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1039,872,o), +(931,794,o), +(787,795,cs), +(649,795,o), +(579,873,o), +(606,997,cs), +(700,1443,l), +(290,1443,l), +(179,919,ls), +(125,667,o), +(279,509,o), +(578,509,cs), +(739,509,o), +(891,562,o), +(973,646,c), +(991,646,l), +(854,0,l), +(1264,0,l), +(1570,1443,l), +(1160,1443,l), +(1066,997,ls) +); +}, +{ +closed = 1; +nodes = ( +(1052,0,l), +(1095,0,l), +(1044,-240,l), +(1434,-240,l), +(1558,340,l), +(1125,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1594,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1069,1); +ref = "bottom-hook"; +} +); +width = 1623; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1039,872,o), +(931,794,o), +(787,795,cs), +(649,795,o), +(579,873,o), +(606,997,cs), +(700,1443,l), +(290,1443,l), +(179,919,ls), +(125,667,o), +(279,509,o), +(578,509,cs), +(739,509,o), +(891,562,o), +(973,646,c), +(991,646,l), +(854,0,l), +(1264,0,l), +(1570,1443,l), +(1160,1443,l), +(1066,997,ls) +); +}, +{ +closed = 1; +nodes = ( +(1052,0,l), +(1095,0,l), +(1044,-240,l), +(1434,-240,l), +(1558,340,l), +(1125,340,l) +); +} +); +}; +layerId = "2AB75364-0C12-4FFF-B9C4-A3241BADC09A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1594,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1069,1); +ref = "bottom-hook"; +} +); +width = 1623; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(985,796,o), +(837,698,o), +(647,698,cs), +(445,698,o), +(339,798,o), +(373,956,cs), +(476,1443,l), +(296,1443,l), +(191,945,ls), +(137,695,o), +(289,538,o), +(584,538,cs), +(739,538,o), +(885,596,o), +(964,688,c), +(976,688,l), +(830,0,l), +(1010,0,l), +(1316,1443,l), +(1136,1443,l), +(1032,951,l) +); +}, +{ +closed = 1; +nodes = ( +(905,1,l), +(1066,1,l), +(1010,-265,l), +(1190,-265,l), +(1279,161,l), +(939,161,l) +); +} +); +}; +layerId = "CF879924-AD7D-4642-A0DF-91B2DA6736DB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1346,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (916,1); +ref = "bottom-hook"; +} +); +width = 1377; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(970,872,o), +(879,794,o), +(734,795,cs), +(596,795,o), +(510,873,o), +(510,997,cs), +(510,1443,l), +(100,1443,l), +(100,919,ls), +(100,667,o), +(287,509,o), +(586,509,cs), +(747,509,o), +(888,562,o), +(952,646,c), +(970,646,l), +(970,0,l), +(1380,0,l), +(1380,1443,l), +(970,1443,l), +(970,997,ls) +); +}, +{ +closed = 1; +nodes = ( +(1135,0,l), +(1178,0,l), +(1178,-240,l), +(1568,-240,l), +(1568,340,l), +(1135,340,l) +); +} +); +}; +layerId = "4D2729B4-4040-4688-967A-4D60C8D0A32E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1470,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1035,1); +ref = "bottom-hook"; +} +); +width = 1588; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,738,o), +(792,596,o), +(568,596,cs), +(332,596,o), +(197,742,o), +(242,950,cs), +(346,1443,l), +(296,1443,l), +(192,950,ls), +(141,714,o), +(293,548,o), +(558,548,cs), +(748,548,o), +(948,650,o), +(1042,795,c), +(1045,795,l), +(876,0,l), +(926,0,l), +(1232,1443,l), +(1182,1443,l), +(1075,939,l) +); +}, +{ +closed = 1; +nodes = ( +(902,1,l), +(1063,1,l), +(1005,-275,l), +(1056,-275,l), +(1123,49,l), +(912,49,l) +); +} +); +}; +layerId = "8E0EF20A-A7D9-4D35-807F-C864027CCC55"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1262,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (912,1); +ref = "bottom-hook"; +} +); +width = 1245; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(926,796,o), +(799,698,o), +(609,698,cs), +(407,698,o), +(280,798,o), +(280,956,cs), +(280,1443,l), +(100,1443,l), +(100,945,ls), +(100,695,o), +(285,538,o), +(580,538,cs), +(735,538,o), +(869,596,o), +(928,688,c), +(940,688,l), +(940,0,l), +(1120,0,l), +(1120,1443,l), +(940,1443,l), +(940,951,l) +); +}, +{ +closed = 1; +nodes = ( +(980,1,l), +(1141,1,l), +(1141,-265,l), +(1321,-265,l), +(1320,161,l), +(980,161,l) +); +} +); +}; +layerId = "FC122488-ADE2-4530-9F17-0980A1655705"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1210,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (880,1); +ref = "bottom-hook"; +} +); +width = 1341; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(955,738,o), +(776,596,o), +(552,596,cs), +(316,596,o), +(150,742,o), +(150,950,cs), +(150,1443,l), +(100,1443,l), +(100,950,ls), +(100,714,o), +(287,548,o), +(552,548,cs), +(742,548,o), +(920,650,o), +(983,795,c), +(986,795,l), +(986,0,l), +(1036,0,l), +(1036,1443,l), +(986,1443,l), +(986,939,l) +); +}, +{ +closed = 1; +nodes = ( +(1006,1,l), +(1167,1,l), +(1167,-275,l), +(1218,-275,l), +(1217,49,l), +(1006,49,l) +); +} +); +}; +layerId = "1EEAFE5E-48A3-428D-8DBB-E0F391821D69"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1126,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (906,1); +ref = "bottom-hook"; +} +); +width = 1238; +} +); +metricLeft = H; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1206; +}, +{ +color = 3; +glyphname = "Cheverticalstroke-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(482,224,l), +(530,224,l), +(530,929,l), +(482,929,l) +); +}, +{ +angle = 180; +pos = (1116,1443); +ref = "Shha-cy"; +} +); +width = 1106; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(484,238,l), +(644,238,l), +(644,1005,l), +(484,1005,l) +); +}, +{ +angle = 180; +pos = (1200,1443); +ref = "Shha-cy"; +} +); +width = 1190; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(596,244,l), +(814,244,l), +(814,1109,l), +(596,1109,l) +); +}, +{ +angle = 180; +pos = (1460,1443); +ref = "Shha-cy"; +} +); +width = 1450; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,224,l), +(571,224,l), +(721,929,l), +(673,929,l) +); +}, +{ +angle = 180; +pos = (1302,1443); +ref = "Shha-cy"; +} +); +width = 1207; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(508,238,l), +(668,238,l), +(832,1005,l), +(672,1005,l) +); +}, +{ +angle = 180; +pos = (1386,1443); +ref = "Shha-cy"; +} +); +width = 1291; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(608,244,l), +(826,244,l), +(1010,1109,l), +(792,1109,l) +); +}, +{ +angle = 180; +pos = (1634,1443); +ref = "Shha-cy"; +} +); +width = 1541; +} +); +metricLeft = h; +metricRight = h; +unicode = 1208; +}, +{ +color = 6; +glyphname = "Shha-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,705,o), +(350,847,o), +(574,847,cs), +(810,847,o), +(976,701,o), +(976,493,cs), +(976,0,l), +(1026,0,l), +(1026,493,ls), +(1026,729,o), +(839,895,o), +(574,895,cs), +(384,895,o), +(206,793,o), +(143,648,c), +(140,648,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,504,l) +); +} +); +width = 1106; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(284,647,o), +(411,745,o), +(601,745,cs), +(803,745,o), +(930,645,o), +(930,487,cs), +(930,0,l), +(1110,0,l), +(1110,498,ls), +(1110,748,o), +(925,905,o), +(630,905,cs), +(475,905,o), +(341,847,o), +(282,755,c), +(270,755,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,492,l) +); +} +); +width = 1190; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(500,571,o), +(591,649,o), +(736,648,cs), +(874,648,o), +(960,570,o), +(960,446,cs), +(960,0,l), +(1370,0,l), +(1370,524,ls), +(1370,776,o), +(1183,934,o), +(884,934,cs), +(723,934,o), +(582,881,o), +(518,797,c), +(500,797,l), +(500,1443,l), +(90,1443,l), +(90,0,l), +(500,0,l), +(500,446,ls) +); +} +); +width = 1450; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,705,o), +(470,847,o), +(694,847,cs), +(930,847,o), +(1065,701,o), +(1020,493,cs), +(916,0,l), +(966,0,l), +(1070,493,ls), +(1121,729,o), +(969,895,o), +(704,895,cs), +(514,895,o), +(314,793,o), +(220,648,c), +(217,648,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(187,504,l) +); +} +); +width = 1207; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(361,647,o), +(509,745,o), +(699,745,cs), +(901,745,o), +(1007,645,o), +(973,487,cs), +(870,0,l), +(1050,0,l), +(1155,498,ls), +(1209,748,o), +(1057,905,o), +(762,905,cs), +(607,905,o), +(461,847,o), +(382,755,c), +(370,755,l), +(516,1443,l), +(336,1443,l), +(30,0,l), +(210,0,l), +(314,492,l) +); +} +); +width = 1291; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,571,o), +(663,649,o), +(807,648,cs), +(945,648,o), +(1015,570,o), +(988,446,cs), +(894,0,l), +(1304,0,l), +(1415,524,ls), +(1469,776,o), +(1315,934,o), +(1016,934,cs), +(855,934,o), +(703,881,o), +(621,797,c), +(603,797,l), +(740,1443,l), +(330,1443,l), +(24,0,l), +(434,0,l), +(528,446,ls) +); +} +); +width = 1541; +} +); +metricLeft = h; +metricRight = h; +unicode = 1210; +}, +{ +color = 10; +glyphname = "Shhadescender-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(171,705,o), +(350,847,o), +(574,847,cs), +(810,847,o), +(976,701,o), +(976,493,cs), +(976,0,l), +(1026,0,l), +(1026,493,ls), +(1026,729,o), +(839,895,o), +(574,895,cs), +(384,895,o), +(206,793,o), +(143,648,c), +(140,648,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,504,l) +); +}, +{ +closed = 1; +nodes = ( +(987,0,l), +(1148,0,l), +(1148,-276,l), +(1199,-276,l), +(1198,48,l), +(987,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (887,0); +ref = "bottom-hook"; +} +); +width = 1219; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(284,647,o), +(411,745,o), +(601,745,cs), +(803,745,o), +(930,645,o), +(930,487,cs), +(930,0,l), +(1110,0,l), +(1110,498,ls), +(1110,748,o), +(925,905,o), +(630,905,cs), +(475,905,o), +(341,847,o), +(282,755,c), +(270,755,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,492,l) +); +}, +{ +closed = 1; +nodes = ( +(994,0,l), +(1155,0,l), +(1155,-266,l), +(1335,-266,l), +(1334,160,l), +(994,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (894,0); +ref = "bottom-hook"; +} +); +width = 1355; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(500,571,o), +(591,649,o), +(736,648,cs), +(874,648,o), +(960,570,o), +(960,446,cs), +(960,0,l), +(1370,0,l), +(1370,524,ls), +(1370,776,o), +(1183,934,o), +(884,934,cs), +(723,934,o), +(582,881,o), +(518,797,c), +(500,797,l), +(500,1443,l), +(90,1443,l), +(90,0,l), +(500,0,l), +(500,446,ls) +); +}, +{ +closed = 1; +nodes = ( +(1146,-1,l), +(1189,-1,l), +(1189,-241,l), +(1579,-241,l), +(1579,339,l), +(1146,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1046,0); +ref = "bottom-hook"; +} +); +width = 1599; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(260,705,o), +(470,847,o), +(694,847,cs), +(930,847,o), +(1065,701,o), +(1020,493,cs), +(916,0,l), +(966,0,l), +(1070,493,ls), +(1121,729,o), +(969,895,o), +(704,895,cs), +(514,895,o), +(314,793,o), +(220,648,c), +(217,648,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(187,504,l) +); +}, +{ +closed = 1; +nodes = ( +(877,0,l), +(1038,0,l), +(980,-276,l), +(1031,-276,l), +(1098,48,l), +(887,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (887,0); +ref = "bottom-hook"; +} +); +width = 1220; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(361,647,o), +(509,745,o), +(699,745,cs), +(901,745,o), +(1007,645,o), +(973,487,cs), +(870,0,l), +(1050,0,l), +(1155,498,ls), +(1209,748,o), +(1057,905,o), +(762,905,cs), +(607,905,o), +(461,847,o), +(382,755,c), +(370,755,l), +(516,1443,l), +(336,1443,l), +(30,0,l), +(210,0,l), +(314,492,l) +); +}, +{ +closed = 1; +nodes = ( +(883,0,l), +(1044,0,l), +(988,-266,l), +(1168,-266,l), +(1257,160,l), +(917,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (894,0); +ref = "bottom-hook"; +} +); +width = 1355; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(555,571,o), +(663,649,o), +(807,648,cs), +(945,648,o), +(1015,570,o), +(988,446,cs), +(894,0,l), +(1304,0,l), +(1415,524,ls), +(1469,776,o), +(1315,934,o), +(1016,934,cs), +(855,934,o), +(703,881,o), +(621,797,c), +(603,797,l), +(740,1443,l), +(330,1443,l), +(24,0,l), +(434,0,l), +(528,446,ls) +); +}, +{ +closed = 1; +nodes = ( +(1029,-1,l), +(1072,-1,l), +(1021,-241,l), +(1411,-241,l), +(1535,339,l), +(1102,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1046,0); +ref = "bottom-hook"; +} +); +width = 1600; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(555,571,o), +(663,649,o), +(807,648,cs), +(945,648,o), +(1015,570,o), +(988,446,cs), +(894,0,l), +(1304,0,l), +(1415,524,ls), +(1469,776,o), +(1315,934,o), +(1016,934,cs), +(855,934,o), +(703,881,o), +(621,797,c), +(603,797,l), +(740,1443,l), +(330,1443,l), +(24,0,l), +(434,0,l), +(528,446,ls) +); +}, +{ +closed = 1; +nodes = ( +(1029,-1,l), +(1072,-1,l), +(1021,-241,l), +(1411,-241,l), +(1535,339,l), +(1102,339,l) +); +} +); +}; +layerId = "980F1E99-CB0F-404B-A485-24BA1ECABABE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1046,0); +ref = "bottom-hook"; +} +); +width = 1600; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(361,647,o), +(509,745,o), +(699,745,cs), +(901,745,o), +(1007,645,o), +(973,487,cs), +(870,0,l), +(1050,0,l), +(1155,498,ls), +(1209,748,o), +(1057,905,o), +(762,905,cs), +(607,905,o), +(461,847,o), +(382,755,c), +(370,755,l), +(516,1443,l), +(336,1443,l), +(30,0,l), +(210,0,l), +(314,492,l) +); +}, +{ +closed = 1; +nodes = ( +(883,0,l), +(1044,0,l), +(988,-266,l), +(1168,-266,l), +(1257,160,l), +(917,160,l) +); +} +); +}; +layerId = "B7137517-1911-42B1-BD10-C19B282BEEA8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (894,0); +ref = "bottom-hook"; +} +); +width = 1355; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(500,571,o), +(591,649,o), +(736,648,cs), +(874,648,o), +(960,570,o), +(960,446,cs), +(960,0,l), +(1370,0,l), +(1370,524,ls), +(1370,776,o), +(1183,934,o), +(884,934,cs), +(723,934,o), +(582,881,o), +(518,797,c), +(500,797,l), +(500,1443,l), +(90,1443,l), +(90,0,l), +(500,0,l), +(500,446,ls) +); +}, +{ +closed = 1; +nodes = ( +(1146,-1,l), +(1189,-1,l), +(1189,-241,l), +(1579,-241,l), +(1579,339,l), +(1146,339,l) +); +} +); +}; +layerId = "45F28349-2E89-4703-AA96-9E9B3BBE528A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1046,0); +ref = "bottom-hook"; +} +); +width = 1599; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(260,705,o), +(470,847,o), +(694,847,cs), +(930,847,o), +(1065,701,o), +(1020,493,cs), +(916,0,l), +(966,0,l), +(1070,493,ls), +(1121,729,o), +(969,895,o), +(704,895,cs), +(514,895,o), +(314,793,o), +(220,648,c), +(217,648,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(187,504,l) +); +}, +{ +closed = 1; +nodes = ( +(877,0,l), +(1038,0,l), +(980,-276,l), +(1031,-276,l), +(1098,48,l), +(887,48,l) +); +} +); +}; +layerId = "46AA25D6-798A-4509-ADB4-E29A97BE5A13"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (887,0); +ref = "bottom-hook"; +} +); +width = 1220; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(284,647,o), +(411,745,o), +(601,745,cs), +(803,745,o), +(930,645,o), +(930,487,cs), +(930,0,l), +(1110,0,l), +(1110,498,ls), +(1110,748,o), +(925,905,o), +(630,905,cs), +(475,905,o), +(341,847,o), +(282,755,c), +(270,755,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,492,l) +); +}, +{ +closed = 1; +nodes = ( +(994,0,l), +(1155,0,l), +(1155,-266,l), +(1335,-266,l), +(1334,160,l), +(994,160,l) +); +} +); +}; +layerId = "554ECCC5-17E9-486B-9370-7400B534BD5A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (894,0); +ref = "bottom-hook"; +} +); +width = 1355; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(171,705,o), +(350,847,o), +(574,847,cs), +(810,847,o), +(976,701,o), +(976,493,cs), +(976,0,l), +(1026,0,l), +(1026,493,ls), +(1026,729,o), +(839,895,o), +(574,895,cs), +(384,895,o), +(206,793,o), +(143,648,c), +(140,648,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,504,l) +); +}, +{ +closed = 1; +nodes = ( +(987,0,l), +(1148,0,l), +(1148,-276,l), +(1199,-276,l), +(1198,48,l), +(987,48,l) +); +} +); +}; +layerId = "F7F33819-0EF4-4A9D-BA7A-8E9BD34C9FA7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (887,0); +ref = "bottom-hook"; +} +); +width = 1219; +} +); +metricLeft = h; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1318; +}, +{ +color = 3; +glyphname = "Cheabkhasian-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +angle = 180; +pos = (1683,1443); +ref = "Schwa-cy"; +}, +{ +closed = 1; +nodes = ( +(236,748,ls), +(171,748,o), +(130,795,o), +(130,869,c), +(130,949,l), +(80,949,l), +(80,869,l), +(80,765,o), +(140,700,o), +(236,700,cs), +(322,700,l), +(322,748,l) +); +} +); +width = 1683; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +angle = 180; +pos = (1805,1443); +ref = "Schwa-cy"; +}, +{ +closed = 1; +nodes = ( +(348,809,ls), +(285,809,o), +(250,842,o), +(250,901,c), +(250,987,l), +(70,987,l), +(70,912,l), +(70,743,o), +(175,648,o), +(364,648,cs), +(472,648,l), +(472,809,l) +); +} +); +width = 1805; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +angle = 180; +pos = (2057,1443); +ref = "Schwa-cy"; +}, +{ +closed = 1; +nodes = ( +(498,846,ls), +(435,846,o), +(400,879,o), +(400,938,c), +(400,1024,l), +(80,1024,l), +(80,949,l), +(80,705,o), +(211,561,o), +(464,561,cs), +(622,561,l), +(622,846,l) +); +} +); +width = 2057; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +angle = 180; +pos = (1748,1443); +ref = "Schwa-cy"; +}, +{ +closed = 1; +nodes = ( +(275,748,ls), +(210,748,o), +(179,795,o), +(194,869,c), +(211,949,l), +(161,949,l), +(144,869,l), +(122,765,o), +(169,702,o), +(265,702,cs), +(351,702,l), +(361,748,l) +); +} +); +width = 1663; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +angle = 180; +pos = (1868,1443); +ref = "Schwa-cy"; +}, +{ +closed = 1; +nodes = ( +(409,809,ls), +(346,809,o), +(318,842,o), +(331,901,c), +(349,987,l), +(169,987,l), +(153,912,l), +(117,743,o), +(202,648,o), +(391,648,cs), +(499,648,l), +(533,809,l) +); +} +); +width = 1783; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +angle = 180; +pos = (2109,1443); +ref = "Schwa-cy"; +}, +{ +closed = 1; +nodes = ( +(541,846,ls), +(478,846,o), +(450,879,o), +(463,938,c), +(481,1024,l), +(161,1024,l), +(145,949,l), +(93,705,o), +(194,561,o), +(447,561,cs), +(605,561,l), +(665,846,l) +); +} +); +width = 2037; +} +); +metricRight = O; +unicode = 1212; +}, +{ +color = 3; +glyphname = "Chedescenderabkhasian-cy"; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(980,-251,l), +(1029,-251,l), +(1029,10,l), +(980,10,l) +); +}, +{ +ref = "Cheabkhasian-cy"; +} +); +width = 1683; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1036,-251,l), +(1216,-251,l), +(1216,90,l), +(1036,90,l) +); +}, +{ +ref = "Cheabkhasian-cy"; +} +); +width = 1805; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1141,-251,l), +(1531,-251,l), +(1531,210,l), +(1141,210,l) +); +}, +{ +ref = "Cheabkhasian-cy"; +} +); +width = 2057; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(672,-251,l), +(721,-251,l), +(777,10,l), +(728,10,l) +); +}, +{ +ref = "Cheabkhasian-cy"; +} +); +width = 1663; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(740,-251,l), +(920,-251,l), +(992,90,l), +(812,90,l) +); +}, +{ +ref = "Cheabkhasian-cy"; +} +); +width = 1783; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(832,-251,l), +(1222,-251,l), +(1320,210,l), +(930,210,l) +); +}, +{ +ref = "Cheabkhasian-cy"; +} +); +width = 2037; +} +); +metricLeft = "Cheabkhasian-cy"; +metricRight = "Cheabkhasian-cy"; +tags = ( +"descender-square" +); +unicode = 1214; +}, +{ +color = 10; +glyphname = "Palochka-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +} +); +width = 541; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +} +); +width = 731; +} +); +unicode = 1216; +}, +{ +color = 10; +glyphname = "Zhebreve-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1766,0); +}, +{ +name = top; +pos = (888,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,767,l), +(775,767,l), +(135,1443,l), +(72,1443,l), +(733,743,l), +(30,0,l), +(93,0,l), +(775,719,l), +(865,719,l), +(865,0,l), +(915,0,l), +(915,719,l), +(1005,719,l), +(1682,0,l), +(1746,0,l), +(1047,743,l), +(1703,1443,l), +(1640,1443,l), +(1005,767,l), +(915,767,l), +(915,1443,l), +(865,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1005,1587,o), +(1078,1661,o), +(1078,1778,c), +(1030,1778,l), +(1029,1689,o), +(975,1631,o), +(889,1631,cs), +(803,1631,o), +(749,1689,o), +(748,1778,c), +(700,1778,l), +(700,1661,o), +(773,1587,o), +(889,1587,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (590,503); +ref = brevecomb; +} +); +width = 1776; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1892,0); +}, +{ +name = top; +pos = (946,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,807,l), +(791,807,l), +(267,1443,l), +(52,1443,l), +(645,736,l), +(30,0,l), +(262,0,l), +(791,647,l), +(861,647,l), +(861,0,l), +(1031,0,l), +(1031,647,l), +(1101,647,l), +(1620,0,l), +(1862,0,l), +(1247,736,l), +(1835,1443,l), +(1610,1443,l), +(1101,807,l), +(1031,807,l), +(1031,1443,l), +(861,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1093,1538,o), +(1185,1623,o), +(1185,1759,c), +(1018,1759,l), +(1017,1701,o), +(989,1665,o), +(946,1665,cs), +(903,1665,o), +(875,1701,o), +(874,1759,c), +(707,1759,l), +(707,1623,o), +(799,1538,o), +(946,1538,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (597,503); +ref = brevecomb; +} +); +width = 1892; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (2132,0); +}, +{ +name = top; +pos = (1066,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(871,895,l), +(821,895,l), +(497,1443,l), +(42,1443,l), +(525,741,l), +(30,0,l), +(502,0,l), +(821,547,l), +(871,547,l), +(871,0,l), +(1261,0,l), +(1261,547,l), +(1311,547,l), +(1630,0,l), +(2102,0,l), +(1607,741,l), +(2085,1443,l), +(1630,1443,l), +(1311,895,l), +(1261,895,l), +(1261,1443,l), +(871,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1290,1545,o), +(1431,1669,o), +(1431,1866,c), +(1162,1866,l), +(1161,1790,o), +(1124,1742,o), +(1066,1742,cs), +(1008,1742,o), +(971,1790,o), +(970,1866,c), +(701,1866,l), +(701,1669,o), +(842,1545,o), +(1066,1545,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (591,443); +ref = brevecomb; +} +); +width = 2132; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1808,0); +}, +{ +name = top; +pos = (953,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(917,767,l), +(823,767,l), +(326,1443,l), +(267,1443,l), +(780,743,l), +(-81,0,l), +(-8,0,l), +(826,719,l), +(906,719,l), +(754,0,l), +(804,0,l), +(956,719,l), +(1061,719,l), +(1576,0,l), +(1635,0,l), +(1103,743,l), +(1907,1443,l), +(1835,1443,l), +(1057,767,l), +(967,767,l), +(1110,1443,l), +(1060,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1043,1587,o), +(1129,1661,o), +(1150,1778,c), +(1102,1778,l), +(1085,1689,o), +(1021,1631,o), +(935,1631,cs), +(849,1631,o), +(805,1689,o), +(820,1778,c), +(772,1778,l), +(751,1661,o), +(811,1587,o), +(927,1587,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (501,503); +ref = brevecomb; +} +); +width = 1776; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1781,0); +}, +{ +name = top; +pos = (1144,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(921,807,l), +(841,807,l), +(452,1443,l), +(247,1443,l), +(690,740,l), +(-81,0,l), +(171,0,l), +(837,647,l), +(887,647,l), +(750,0,l), +(920,0,l), +(1057,647,l), +(1157,647,l), +(1549,0,l), +(1751,0,l), +(1302,736,l), +(2040,1443,l), +(1795,1443,l), +(1141,807,l), +(1091,807,l), +(1226,1443,l), +(1056,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1260,1538,o), +(1367,1623,o), +(1390,1759,c), +(1223,1759,l), +(1212,1701,o), +(1178,1665,o), +(1135,1665,cs), +(1092,1665,o), +(1070,1701,o), +(1079,1759,c), +(912,1759,l), +(889,1623,o), +(966,1538,o), +(1113,1538,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (651,503); +ref = brevecomb; +} +); +width = 1892; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1979,0); +}, +{ +name = top; +pos = (1254,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(908,895,l), +(828,895,l), +(620,1443,l), +(195,1443,l), +(509,741,l), +(-123,0,l), +(349,0,l), +(784,547,l), +(834,547,l), +(718,0,l), +(1108,0,l), +(1224,547,l), +(1334,547,l), +(1537,0,l), +(1949,0,l), +(1651,741,l), +(2238,1443,l), +(1753,1443,l), +(1348,895,l), +(1298,895,l), +(1414,1443,l), +(1024,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1431,1545,o), +(1594,1669,o), +(1628,1866,c), +(1359,1866,l), +(1345,1790,o), +(1299,1742,o), +(1241,1742,cs), +(1183,1742,o), +(1155,1790,o), +(1167,1866,c), +(898,1866,l), +(864,1669,o), +(983,1545,o), +(1207,1545,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (602,443); +ref = brevecomb; +} +); +width = 2132; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1979,0); +}, +{ +name = top; +pos = (1254,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(908,895,l), +(828,895,l), +(620,1443,l), +(195,1443,l), +(509,741,l), +(-123,0,l), +(349,0,l), +(784,547,l), +(834,547,l), +(718,0,l), +(1108,0,l), +(1224,547,l), +(1334,547,l), +(1537,0,l), +(1949,0,l), +(1651,741,l), +(2238,1443,l), +(1753,1443,l), +(1348,895,l), +(1298,895,l), +(1414,1443,l), +(1024,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1431,1545,o), +(1594,1669,o), +(1628,1866,c), +(1359,1866,l), +(1345,1790,o), +(1299,1742,o), +(1241,1742,cs), +(1183,1742,o), +(1155,1790,o), +(1167,1866,c), +(898,1866,l), +(864,1669,o), +(983,1545,o), +(1207,1545,cs) +); +} +); +}; +layerId = "9ADC927F-2C20-4C61-87A1-2244C8D71E4D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (602,443); +ref = brevecomb; +} +); +width = 2132; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1781,0); +}, +{ +name = top; +pos = (1144,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(921,807,l), +(841,807,l), +(452,1443,l), +(247,1443,l), +(690,740,l), +(-81,0,l), +(171,0,l), +(837,647,l), +(887,647,l), +(750,0,l), +(920,0,l), +(1057,647,l), +(1157,647,l), +(1549,0,l), +(1751,0,l), +(1302,736,l), +(2040,1443,l), +(1795,1443,l), +(1141,807,l), +(1091,807,l), +(1226,1443,l), +(1056,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1260,1538,o), +(1367,1623,o), +(1390,1759,c), +(1223,1759,l), +(1212,1701,o), +(1178,1665,o), +(1135,1665,cs), +(1092,1665,o), +(1070,1701,o), +(1079,1759,c), +(912,1759,l), +(889,1623,o), +(966,1538,o), +(1113,1538,cs) +); +} +); +}; +layerId = "AEF594E9-A0EA-4F24-AF49-E10DFFD8B6AD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (651,503); +ref = brevecomb; +} +); +width = 1892; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (2132,0); +}, +{ +name = top; +pos = (1066,1816); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(871,895,l), +(821,895,l), +(497,1443,l), +(42,1443,l), +(525,741,l), +(30,0,l), +(502,0,l), +(821,547,l), +(871,547,l), +(871,0,l), +(1261,0,l), +(1261,547,l), +(1311,547,l), +(1630,0,l), +(2102,0,l), +(1607,741,l), +(2085,1443,l), +(1630,1443,l), +(1311,895,l), +(1261,895,l), +(1261,1443,l), +(871,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1290,1545,o), +(1431,1669,o), +(1431,1866,c), +(1162,1866,l), +(1161,1790,o), +(1124,1742,o), +(1066,1742,cs), +(1008,1742,o), +(971,1790,o), +(970,1866,c), +(701,1866,l), +(701,1669,o), +(842,1545,o), +(1066,1545,cs) +); +} +); +}; +layerId = "F4D9BD57-17D0-466D-9964-ABB538980588"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (591,443); +ref = brevecomb; +} +); +width = 2132; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1808,0); +}, +{ +name = top; +pos = (953,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(917,767,l), +(823,767,l), +(326,1443,l), +(267,1443,l), +(780,743,l), +(-81,0,l), +(-8,0,l), +(826,719,l), +(906,719,l), +(754,0,l), +(804,0,l), +(956,719,l), +(1061,719,l), +(1576,0,l), +(1635,0,l), +(1103,743,l), +(1907,1443,l), +(1835,1443,l), +(1057,767,l), +(967,767,l), +(1110,1443,l), +(1060,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1043,1587,o), +(1129,1661,o), +(1150,1778,c), +(1102,1778,l), +(1085,1689,o), +(1021,1631,o), +(935,1631,cs), +(849,1631,o), +(805,1689,o), +(820,1778,c), +(772,1778,l), +(751,1661,o), +(811,1587,o), +(927,1587,cs) +); +} +); +}; +layerId = "D1A929DC-24AA-4C31-A9C2-5CE9FF327AE7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (501,503); +ref = brevecomb; +} +); +width = 1776; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1892,0); +}, +{ +name = top; +pos = (946,1716); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,807,l), +(791,807,l), +(267,1443,l), +(52,1443,l), +(645,736,l), +(30,0,l), +(262,0,l), +(791,647,l), +(861,647,l), +(861,0,l), +(1031,0,l), +(1031,647,l), +(1101,647,l), +(1620,0,l), +(1862,0,l), +(1247,736,l), +(1835,1443,l), +(1610,1443,l), +(1101,807,l), +(1031,807,l), +(1031,1443,l), +(861,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1093,1538,o), +(1185,1623,o), +(1185,1759,c), +(1018,1759,l), +(1017,1701,o), +(989,1665,o), +(946,1665,cs), +(903,1665,o), +(875,1701,o), +(874,1759,c), +(707,1759,l), +(707,1623,o), +(799,1538,o), +(946,1538,cs) +); +} +); +}; +layerId = "FE40FFBD-E89B-4413-BC32-6995F57314DF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (597,503); +ref = brevecomb; +} +); +width = 1892; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1766,0); +}, +{ +name = top; +pos = (888,1738); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,767,l), +(775,767,l), +(135,1443,l), +(72,1443,l), +(733,743,l), +(30,0,l), +(93,0,l), +(775,719,l), +(865,719,l), +(865,0,l), +(915,0,l), +(915,719,l), +(1005,719,l), +(1682,0,l), +(1746,0,l), +(1047,743,l), +(1703,1443,l), +(1640,1443,l), +(1005,767,l), +(915,767,l), +(915,1443,l), +(865,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1005,1587,o), +(1078,1661,o), +(1078,1778,c), +(1030,1778,l), +(1029,1689,o), +(975,1631,o), +(889,1631,cs), +(803,1631,o), +(749,1689,o), +(748,1778,c), +(700,1778,l), +(700,1661,o), +(773,1587,o), +(889,1587,cs) +); +} +); +}; +layerId = "24FEE296-670D-4FD7-AC68-60752D6E775F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (590,503); +ref = brevecomb; +} +); +width = 1776; +} +); +unicode = 1217; +}, +{ +color = 6; +glyphname = "Kahook-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,728,l), +(860,1443,l), +(793,1443,l), +(265,776,l), +(146,776,l), +(146,728,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(855,134,o), +(677,-10,o), +(393,-10,cs), +(351,-10,l), +(351,-58,l), +(392,-58,ls), +(707,-58,o), +(905,102,o), +(905,358,cs), +(905,615,o), +(671,776,o), +(298,776,c), +(287,728,l), +(636,728,o), +(855,588,o), +(855,364,c) +); +} +); +width = 905; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(464,621,l), +(1108,1443,l), +(887,1443,l), +(384,791,l), +(242,791,l), +(242,621,l) +); +}, +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(907,99,o), +(766,-22,o), +(552,-22,cs), +(510,-22,l), +(510,-182,l), +(568,-182,ls), +(886,-182,o), +(1090,2,o), +(1097,295,cs), +(1097,569,o), +(883,757,o), +(542,782,c), +(457,621,l), +(740,611,o), +(918,484,o), +(918,291,cs) +); +} +); +width = 1108; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(734,521,l), +(1337,1443,l), +(870,1443,l), +(544,859,l), +(436,859,l), +(436,521,l) +); +}, +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(910,72,o), +(825,-22,o), +(682,-22,cs), +(640,-22,l), +(640,-342,l), +(698,-342,ls), +(1094,-342,o), +(1320,-140,o), +(1329,221,cs), +(1329,465,o), +(1161,672,o), +(860,798,c), +(647,533,l), +(821,493,o), +(919,388,o), +(919,241,cs) +); +} +); +width = 1337; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,728,l), +(1056,1443,l), +(989,1443,l), +(319,776,l), +(200,776,l), +(190,728,l) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(346,1443,l), +(296,1443,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(772,134,o), +(564,-10,o), +(280,-10,cs), +(238,-10,l), +(227,-58,l), +(268,-58,ls), +(583,-58,o), +(815,102,o), +(870,358,cs), +(925,615,o), +(725,776,o), +(352,776,c), +(331,728,l), +(680,728,o), +(869,588,o), +(821,364,c) +); +} +); +width = 904; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(485,621,l), +(1304,1443,l), +(1083,1443,l), +(441,791,l), +(299,791,l), +(263,621,l) +); +}, +{ +closed = 1; +nodes = ( +(169,0,l), +(476,1443,l), +(296,1443,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(817,99,o), +(650,-22,o), +(436,-22,cs), +(394,-22,l), +(360,-182,l), +(418,-182,ls), +(736,-182,o), +(979,2,o), +(1049,295,cs), +(1107,569,o), +(933,757,o), +(597,782,c), +(478,621,l), +(759,611,o), +(910,484,o), +(869,291,cs) +); +} +); +width = 1108; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(728,521,l), +(1527,1443,l), +(1060,1443,l), +(610,859,l), +(502,859,l), +(430,521,l) +); +}, +{ +closed = 1; +nodes = ( +(393,0,l), +(700,1443,l), +(290,1443,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(808,72,o), +(703,-22,o), +(560,-22,cs), +(518,-22,l), +(450,-342,l), +(508,-342,ls), +(904,-342,o), +(1173,-140,o), +(1259,221,cs), +(1311,465,o), +(1187,672,o), +(913,798,c), +(643,533,l), +(809,493,o), +(884,388,o), +(853,241,cs) +); +} +); +width = 1337; +} +); +metricLeft = K; +metricRight = K; +unicode = 1219; +}, +{ +color = 10; +glyphname = "Eltail-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = hook; +pos = (1422,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(404,1443,l), +(393,789,o), +(380,349,o), +(368,217,cs), +(359,103,o), +(314,38,o), +(244,36,cs), +(192,36,o), +(136,42,o), +(88,52,c), +(80,2,l), +(149,-9,o), +(208,-14,o), +(245,-12,cs), +(343,-12,o), +(405,68,o), +(418,210,cs), +(434,410,o), +(447,834,o), +(453,1395,c), +(1397,1395,l), +(1397,0,l), +(1447,0,l), +(1447,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1419,0,l), +(1565,0,l), +(1483,-244,l), +(1535,-244,l), +(1626,28,l), +(1626,48,l), +(1419,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1319,0); +ref = "bottom-hook-angle"; +} +); +width = 1646; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1336,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(326,1443,l), +(318,727,o), +(310,410,o), +(298,297,cs), +(287,190,o), +(261,148,o), +(203,147,cs), +(174,147,o), +(146,151,o), +(102,160,c), +(80,-8,l), +(154,-20,o), +(200,-24,o), +(245,-22,cs), +(395,-21,o), +(460,72,o), +(480,314,cs), +(489,410,o), +(495,686,o), +(502,1283,c), +(1246,1283,l), +(1246,0,l), +(1426,0,l), +(1426,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1319,0,l), +(1449,0,l), +(1369,-256,l), +(1545,-256,l), +(1652,79,l), +(1652,160,l), +(1319,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1219,0); +ref = "bottom-hook-angle"; +} +); +width = 1672; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1424,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(365,1443,l), +(337,912,o), +(314,541,o), +(301,409,cs), +(294,351,o), +(259,318,o), +(204,317,cs), +(171,317,o), +(138,320,o), +(111,326,c), +(80,-18,l), +(154,-29,o), +(238,-34,o), +(315,-32,cs), +(531,-29,o), +(667,115,o), +(693,370,cs), +(699,434,o), +(715,690,o), +(736,1103,c), +(1218,1103,l), +(1218,0,l), +(1628,0,l), +(1628,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1369,1,l), +(1452,1,l), +(1402,-240,l), +(1792,-240,l), +(1874,94,l), +(1874,237,l), +(1369,237,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1269,0); +ref = "bottom-hook-angle"; +} +); +width = 1894; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1312,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(601,1443,l), +(451,789,o), +(344,349,o), +(304,217,cs), +(271,103,o), +(212,38,o), +(142,36,cs), +(90,36,o), +(35,42,o), +(-11,52,c), +(-30,2,l), +(37,-9,o), +(95,-14,o), +(132,-12,cs), +(230,-12,o), +(309,68,o), +(353,210,cs), +(411,410,o), +(514,834,o), +(639,1395,c), +(1583,1395,l), +(1287,0,l), +(1337,0,l), +(1644,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1259,0,l), +(1405,0,l), +(1323,-244,l), +(1375,-244,l), +(1466,28,l), +(1466,48,l), +(1259,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1259,0); +ref = "bottom-hook-angle"; +} +); +width = 1591; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1226,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(523,1443,l), +(363,727,o), +(287,410,o), +(251,297,cs), +(217,190,o), +(182,148,o), +(124,147,cs), +(95,147,o), +(68,151,o), +(26,160,c), +(-32,-8,l), +(40,-20,o), +(85,-24,o), +(130,-22,cs), +(281,-21,o), +(365,72,o), +(437,314,cs), +(466,410,o), +(531,686,o), +(665,1283,c), +(1409,1283,l), +(1136,0,l), +(1316,0,l), +(1623,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1182,0,l), +(1312,0,l), +(1232,-256,l), +(1408,-256,l), +(1515,79,l), +(1515,160,l), +(1182,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1159,0); +ref = "bottom-hook-angle"; +} +); +width = 1629; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1307,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(555,1443,l), +(414,912,o), +(312,541,o), +(271,409,cs), +(252,351,o), +(210,318,o), +(154,317,cs), +(121,317,o), +(89,320,o), +(63,326,c), +(-41,-18,l), +(31,-29,o), +(114,-34,o), +(191,-32,cs), +(408,-29,o), +(575,115,o), +(655,370,cs), +(674,434,o), +(745,690,o), +(854,1103,c), +(1336,1103,l), +(1101,0,l), +(1511,0,l), +(1818,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1252,1,l), +(1335,1,l), +(1285,-240,l), +(1675,-240,l), +(1757,94,l), +(1757,237,l), +(1252,237,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1219,0); +ref = "bottom-hook-angle"; +} +); +width = 1874; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = hook; +pos = (1307,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(555,1443,l), +(414,912,o), +(312,541,o), +(271,409,cs), +(252,351,o), +(210,318,o), +(154,317,cs), +(121,317,o), +(89,320,o), +(63,326,c), +(-41,-18,l), +(31,-29,o), +(114,-34,o), +(191,-32,cs), +(408,-29,o), +(575,115,o), +(655,370,cs), +(674,434,o), +(745,690,o), +(854,1103,c), +(1336,1103,l), +(1101,0,l), +(1511,0,l), +(1818,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1252,1,l), +(1335,1,l), +(1285,-240,l), +(1675,-240,l), +(1757,94,l), +(1757,237,l), +(1252,237,l) +); +} +); +}; +layerId = "80C167E1-556A-4042-8F7F-042602D5644E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1219,0); +ref = "bottom-hook-angle"; +} +); +width = 1874; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = hook; +pos = (1226,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(523,1443,l), +(363,727,o), +(287,410,o), +(251,297,cs), +(217,190,o), +(182,148,o), +(124,147,cs), +(95,147,o), +(68,151,o), +(26,160,c), +(-32,-8,l), +(40,-20,o), +(85,-24,o), +(130,-22,cs), +(281,-21,o), +(365,72,o), +(437,314,cs), +(466,410,o), +(531,686,o), +(665,1283,c), +(1409,1283,l), +(1136,0,l), +(1316,0,l), +(1623,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1182,0,l), +(1312,0,l), +(1232,-256,l), +(1408,-256,l), +(1515,79,l), +(1515,160,l), +(1182,160,l) +); +} +); +}; +layerId = "9FD259DD-7BE5-4C2F-97A3-68A7590B90CF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1159,0); +ref = "bottom-hook-angle"; +} +); +width = 1629; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = hook; +pos = (1424,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(365,1443,l), +(337,912,o), +(314,541,o), +(301,409,cs), +(294,351,o), +(259,318,o), +(204,317,cs), +(171,317,o), +(138,320,o), +(111,326,c), +(80,-18,l), +(154,-29,o), +(238,-34,o), +(315,-32,cs), +(531,-29,o), +(667,115,o), +(693,370,cs), +(699,434,o), +(715,690,o), +(736,1103,c), +(1218,1103,l), +(1218,0,l), +(1628,0,l), +(1628,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1369,1,l), +(1452,1,l), +(1402,-240,l), +(1792,-240,l), +(1874,94,l), +(1874,237,l), +(1369,237,l) +); +} +); +}; +layerId = "4859275D-D84D-4236-8BAC-6FEB4403A08A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1269,0); +ref = "bottom-hook-angle"; +} +); +width = 1894; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = hook; +pos = (1312,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(601,1443,l), +(451,789,o), +(344,349,o), +(304,217,cs), +(271,103,o), +(212,38,o), +(142,36,cs), +(90,36,o), +(35,42,o), +(-11,52,c), +(-30,2,l), +(37,-9,o), +(95,-14,o), +(132,-12,cs), +(230,-12,o), +(309,68,o), +(353,210,cs), +(411,410,o), +(514,834,o), +(639,1395,c), +(1583,1395,l), +(1287,0,l), +(1337,0,l), +(1644,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1259,0,l), +(1405,0,l), +(1323,-244,l), +(1375,-244,l), +(1466,28,l), +(1466,48,l), +(1259,48,l) +); +} +); +}; +layerId = "F7A13ED0-5424-4756-A7EF-71E837A76EFE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1259,0); +ref = "bottom-hook-angle"; +} +); +width = 1591; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = hook; +pos = (1336,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(326,1443,l), +(318,727,o), +(310,410,o), +(298,297,cs), +(287,190,o), +(261,148,o), +(203,147,cs), +(174,147,o), +(146,151,o), +(102,160,c), +(80,-8,l), +(154,-20,o), +(200,-24,o), +(245,-22,cs), +(395,-21,o), +(460,72,o), +(480,314,cs), +(489,410,o), +(495,686,o), +(502,1283,c), +(1246,1283,l), +(1246,0,l), +(1426,0,l), +(1426,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1319,0,l), +(1449,0,l), +(1369,-256,l), +(1545,-256,l), +(1652,79,l), +(1652,160,l), +(1319,160,l) +); +} +); +}; +layerId = "F7C11C0B-66E2-4E35-B686-F45E6F6FA054"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1219,0); +ref = "bottom-hook-angle"; +} +); +width = 1672; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = hook; +pos = (1422,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(404,1443,l), +(393,789,o), +(380,349,o), +(368,217,cs), +(359,103,o), +(314,38,o), +(244,36,cs), +(192,36,o), +(136,42,o), +(88,52,c), +(80,2,l), +(149,-9,o), +(208,-14,o), +(245,-12,cs), +(343,-12,o), +(405,68,o), +(418,210,cs), +(434,410,o), +(447,834,o), +(453,1395,c), +(1397,1395,l), +(1397,0,l), +(1447,0,l), +(1447,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1419,0,l), +(1565,0,l), +(1483,-244,l), +(1535,-244,l), +(1626,28,l), +(1626,48,l), +(1419,48,l) +); +} +); +}; +layerId = "1CED4A4D-B12C-4CB3-88EB-58EC84F0D8DD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "El-cy"; +}, +{ +pos = (1319,0); +ref = "bottom-hook-angle"; +} +); +width = 1646; +} +); +metricLeft = "El-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1221; +}, +{ +color = 10; +glyphname = "Enhook-cy"; +lastChange = "2025-12-11 14:08:13 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1059,-275,o), +(1130,-208,o), +(1134,-87,c), +(1135,0,l), +(1085,0,l), +(1084,-90,l), +(1079,-178,o), +(1027,-227,o), +(938,-227,cs), +(886,-227,l), +(886,-275,l), +(936,-275,ls) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,-90,ls), +(1085,-178,o), +(1027,-227,o), +(938,-227,cs), +(886,-227,l), +(886,-275,l), +(936,-275,ls), +(1059,-275,o), +(1135,-208,o), +(1135,-87,cs), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +} +); +width = 1235; +}, +{ +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1115,-335,o), +(1218,-235,o), +(1224,-57,c), +(1225,0,l), +(1045,0,l), +(1044,-70,l), +(1040,-137,o), +(998,-175,o), +(928,-175,cs), +(886,-175,l), +(886,-335,l), +(936,-335,ls) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,-70,ls), +(1045,-137,o), +(998,-175,o), +(928,-175,cs), +(886,-175,l), +(886,-335,l), +(936,-335,ls), +(1115,-335,o), +(1225,-235,o), +(1225,-57,cs), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +} +); +width = 1325; +}, +{ +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1287,-407,o), +(1420,-287,o), +(1428,-37,c), +(1429,100,l), +(1019,100,l), +(1018,-20,l), +(1013,-92,o), +(971,-113,o), +(902,-113,cs), +(860,-113,l), +(860,-407,l), +(1038,-407,ls) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-20,ls), +(1019,-92,o), +(971,-113,o), +(902,-113,cs), +(860,-113,l), +(860,-407,l), +(1038,-407,ls), +(1287,-407,o), +(1429,-287,o), +(1429,-37,cs), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +} +); +width = 1529; +}, +{ +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(891,-275,o), +(976,-208,o), +(1006,-87,c), +(1025,0,l), +(975,0,l), +(955,-90,l), +(931,-178,o), +(869,-227,o), +(780,-227,cs), +(728,-227,l), +(718,-275,l), +(768,-275,ls) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(955,-90,ls), +(936,-179,o), +(869,-227,o), +(780,-227,cs), +(728,-227,l), +(718,-275,l), +(768,-275,ls), +(891,-275,o), +(980,-209,o), +(1006,-87,cs), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +} +); +width = 1236; +}, +{ +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(933,-335,o), +(1058,-235,o), +(1101,-57,c), +(1115,0,l), +(935,0,l), +(919,-70,l), +(900,-137,o), +(850,-175,o), +(780,-175,cs), +(738,-175,l), +(704,-335,l), +(754,-335,ls) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(919,-70,ls), +(904,-138,o), +(850,-175,o), +(780,-175,cs), +(738,-175,l), +(704,-335,l), +(754,-335,ls), +(933,-335,o), +(1063,-236,o), +(1101,-57,cs), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +} +); +width = 1486; +}, +{ +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1097,-407,o), +(1256,-287,o), +(1317,-37,c), +(1347,100,l), +(937,100,l), +(910,-20,l), +(890,-92,o), +(844,-113,o), +(775,-113,cs), +(733,-113,l), +(670,-407,l), +(848,-407,ls) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(897,-20,ls), +(881,-93,o), +(831,-113,o), +(762,-113,cs), +(720,-113,l), +(657,-407,l), +(835,-407,ls), +(1084,-407,o), +(1250,-289,o), +(1304,-37,cs), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +} +); +width = 1650; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1097,-407,o), +(1256,-287,o), +(1317,-37,c), +(1347,100,l), +(937,100,l), +(910,-20,l), +(890,-92,o), +(844,-113,o), +(775,-113,cs), +(733,-113,l), +(670,-407,l), +(848,-407,ls) +); +} +); +}; +layerId = "E7F6ED98-CA90-4F77-B4E3-66C55A30BA20"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (773,0); +ref = hook; +} +); +width = 1650; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(933,-335,o), +(1058,-235,o), +(1101,-57,c), +(1115,0,l), +(935,0,l), +(919,-70,l), +(900,-137,o), +(850,-175,o), +(780,-175,cs), +(738,-175,l), +(704,-335,l), +(754,-335,ls) +); +} +); +}; +layerId = "1F0D6DB8-2F04-4221-9345-6A65C09FC3C7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +alignment = -1; +pos = (786,0); +ref = hook; +} +); +width = 1486; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1287,-407,o), +(1420,-287,o), +(1428,-37,c), +(1429,100,l), +(1019,100,l), +(1018,-20,l), +(1013,-92,o), +(971,-113,o), +(902,-113,cs), +(860,-113,l), +(860,-407,l), +(1038,-407,ls) +); +} +); +}; +layerId = "9C6E1647-A96B-4AD9-9EB1-B0052A4670A8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +alignment = 1; +pos = (760,0); +ref = hook; +} +); +width = 1529; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(891,-275,o), +(976,-208,o), +(1006,-87,c), +(1025,0,l), +(975,0,l), +(955,-90,l), +(931,-178,o), +(869,-227,o), +(780,-227,cs), +(728,-227,l), +(718,-275,l), +(768,-275,ls) +); +} +); +}; +layerId = "B808D630-0DCA-4492-B3D7-E21C0333D0D1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +alignment = 1; +pos = (787,0); +ref = hook; +} +); +width = 1236; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1115,-335,o), +(1218,-235,o), +(1224,-57,c), +(1225,0,l), +(1045,0,l), +(1044,-70,l), +(1040,-137,o), +(998,-175,o), +(928,-175,cs), +(886,-175,l), +(886,-335,l), +(936,-335,ls) +); +} +); +}; +layerId = "E2E0D086-2248-41B0-AF12-899610C474D0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +alignment = 1; +pos = (786,0); +ref = hook; +} +); +width = 1325; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1059,-275,o), +(1130,-208,o), +(1134,-87,c), +(1135,0,l), +(1085,0,l), +(1084,-90,l), +(1079,-178,o), +(1027,-227,o), +(938,-227,cs), +(886,-227,l), +(886,-275,l), +(936,-275,ls) +); +} +); +}; +layerId = "BEF7B9C0-2A5E-41F9-8E78-75E08A34F1FA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = H; +}, +{ +alignment = 1; +pos = (786,0); +ref = hook; +} +); +width = 1235; +} +); +tags = ( +hook +); +unicode = 1223; +}, +{ +color = 10; +glyphname = "Entail-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1112,0,l), +(1258,0,l), +(1176,-244,l), +(1228,-244,l), +(1319,28,l), +(1319,48,l), +(1112,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1012,0); +ref = "bottom-hook-angle"; +} +); +width = 1339; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1142,0,l), +(1272,0,l), +(1192,-256,l), +(1368,-256,l), +(1475,79,l), +(1475,160,l), +(1142,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1042,0); +ref = "bottom-hook-angle"; +} +); +width = 1495; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1182,1,l), +(1265,1,l), +(1215,-240,l), +(1605,-240,l), +(1687,94,l), +(1687,237,l), +(1182,237,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1082,0); +ref = "bottom-hook-angle"; +} +); +width = 1707; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1012,0,l), +(1158,0,l), +(1076,-244,l), +(1128,-244,l), +(1219,28,l), +(1219,48,l), +(1012,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1012,0); +ref = "bottom-hook-angle"; +} +); +width = 1344; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1065,0,l), +(1195,0,l), +(1115,-256,l), +(1291,-256,l), +(1398,79,l), +(1398,160,l), +(1065,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1042,0); +ref = "bottom-hook-angle"; +} +); +width = 1512; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1115,1,l), +(1198,1,l), +(1148,-240,l), +(1538,-240,l), +(1620,94,l), +(1620,237,l), +(1115,237,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1082,0); +ref = "bottom-hook-angle"; +} +); +width = 1737; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (652,-1); +}, +{ +name = center; +pos = (802,722); +}, +{ +name = hook; +pos = (1109,0); +}, +{ +name = top; +pos = (958,1443); +}, +{ +name = topleft; +pos = (-22,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-16,0,l), +(394,0,l), +(510,546,l), +(1019,546,l), +(903,-1,l), +(1313,-1,l), +(1619,1442,l), +(1209,1442,l), +(1093,896,l), +(584,896,l), +(700,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1115,1,l), +(1198,1,l), +(1148,-240,l), +(1538,-240,l), +(1620,94,l), +(1620,237,l), +(1115,237,l) +); +} +); +}; +layerId = "4CB9D1B7-17E7-41BC-87D4-2DC63450E937"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1082,0); +ref = "bottom-hook-angle"; +} +); +width = 1737; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = center; +pos = (646,722); +}, +{ +name = hook; +pos = (1025,0); +}, +{ +name = top; +pos = (865,1443); +}, +{ +name = topleft; +pos = (45,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(309,655,l), +(1074,655,l), +(935,0,l), +(1115,0,l), +(1421,1443,l), +(1241,1443,l), +(1108,815,l), +(343,815,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1065,0,l), +(1195,0,l), +(1115,-256,l), +(1291,-256,l), +(1398,79,l), +(1398,160,l), +(1065,160,l) +); +} +); +}; +layerId = "5D346D8F-62B7-45B1-A6F7-B354FBB31A83"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1042,0); +ref = "bottom-hook-angle"; +} +); +width = 1512; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (768,-1); +}, +{ +name = center; +pos = (765,722); +}, +{ +name = hook; +pos = (1225,0); +}, +{ +name = top; +pos = (768,1443); +}, +{ +name = topleft; +pos = (-212,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(510,0,l), +(510,546,l), +(1019,546,l), +(1019,-1,l), +(1429,-1,l), +(1429,1442,l), +(1019,1442,l), +(1019,896,l), +(510,896,l), +(510,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1182,1,l), +(1265,1,l), +(1215,-240,l), +(1605,-240,l), +(1687,94,l), +(1687,237,l), +(1182,237,l) +); +} +); +}; +layerId = "90456C44-5FCE-41DC-9215-15F469D2FC1B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1082,0); +ref = "bottom-hook-angle"; +} +); +width = 1707; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (676,722); +}, +{ +name = hook; +pos = (1000,0); +}, +{ +name = top; +pos = (816,1443); +}, +{ +name = topleft; +pos = (126,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(192,716,l), +(1127,716,l), +(975,0,l), +(1025,0,l), +(1331,1443,l), +(1281,1443,l), +(1137,764,l), +(202,764,l), +(346,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1012,0,l), +(1158,0,l), +(1076,-244,l), +(1128,-244,l), +(1219,28,l), +(1219,48,l), +(1012,48,l) +); +} +); +}; +layerId = "CFFCA7BF-BD25-4556-ABAB-000DF999FE79"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1012,0); +ref = "bottom-hook-angle"; +} +); +width = 1344; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = center; +pos = (603,722); +}, +{ +name = hook; +pos = (1135,0); +}, +{ +name = top; +pos = (669,1443); +}, +{ +name = topleft; +pos = (-151,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,655,l), +(1045,655,l), +(1045,0,l), +(1225,0,l), +(1225,1443,l), +(1045,1443,l), +(1045,815,l), +(280,815,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1142,0,l), +(1272,0,l), +(1192,-256,l), +(1368,-256,l), +(1475,79,l), +(1475,160,l), +(1142,160,l) +); +} +); +}; +layerId = "CD6C914D-7C31-43EB-BDA8-2C05496259A5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1042,0); +ref = "bottom-hook-angle"; +} +); +width = 1495; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (620,0); +}, +{ +name = center; +pos = (633,722); +}, +{ +name = hook; +pos = (1110,0); +}, +{ +name = top; +pos = (620,1443); +}, +{ +name = topleft; +pos = (-70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,716,l), +(1085,716,l), +(1085,0,l), +(1135,0,l), +(1135,1443,l), +(1085,1443,l), +(1085,764,l), +(150,764,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1112,0,l), +(1258,0,l), +(1176,-244,l), +(1228,-244,l), +(1319,28,l), +(1319,48,l), +(1112,48,l) +); +} +); +}; +layerId = "2A80528D-64FB-48D3-9664-9B2230776383"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = H; +}, +{ +pos = (1012,0); +ref = "bottom-hook-angle"; +} +); +width = 1339; +} +); +metricLeft = H; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1225; +}, +{ +color = 10; +glyphname = "Chekhakassian-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(955,738,o), +(776,596,o), +(552,596,cs), +(316,596,o), +(150,742,o), +(150,950,cs), +(150,1443,l), +(100,1443,l), +(100,950,ls), +(100,714,o), +(287,548,o), +(552,548,cs), +(742,548,o), +(920,650,o), +(983,795,c), +(986,795,l), +(986,0,l), +(1036,0,l), +(1036,1443,l), +(986,1443,l), +(986,939,l) +); +}, +{ +closed = 1; +nodes = ( +(812,49,l), +(811,-275,l), +(862,-275,l), +(862,1,l), +(1023,1,l), +(1023,49,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1126,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1123,1); +ref = "bottom-hook"; +scale = (-1,1); +} +); +width = 1136; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(926,796,o), +(799,698,o), +(609,698,cs), +(407,698,o), +(280,798,o), +(280,956,cs), +(280,1443,l), +(100,1443,l), +(100,945,ls), +(100,695,o), +(285,538,o), +(580,538,cs), +(735,538,o), +(869,596,o), +(928,688,c), +(940,688,l), +(940,0,l), +(1120,0,l), +(1120,1443,l), +(940,1443,l), +(940,951,l) +); +}, +{ +closed = 1; +nodes = ( +(721,161,l), +(720,-265,l), +(900,-265,l), +(900,1,l), +(1061,1,l), +(1061,161,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1210,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1161,1); +ref = "bottom-hook"; +scale = (-1,1); +} +); +width = 1220; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(970,872,o), +(879,794,o), +(734,795,cs), +(596,795,o), +(510,873,o), +(510,997,cs), +(510,1443,l), +(100,1443,l), +(100,919,ls), +(100,667,o), +(287,509,o), +(586,509,cs), +(747,509,o), +(888,562,o), +(952,646,c), +(970,646,l), +(970,0,l), +(1380,0,l), +(1380,1443,l), +(970,1443,l), +(970,997,ls) +); +}, +{ +closed = 1; +nodes = ( +(764,340,l), +(764,-240,l), +(1154,-240,l), +(1154,0,l), +(1197,0,l), +(1197,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1470,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1297,1); +ref = "bottom-hook"; +scale = (-1,1); +} +); +width = 1480; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,738,o), +(792,596,o), +(568,596,cs), +(332,596,o), +(197,742,o), +(242,950,cs), +(346,1443,l), +(296,1443,l), +(192,950,ls), +(141,714,o), +(293,548,o), +(558,548,cs), +(748,548,o), +(948,650,o), +(1042,795,c), +(1045,795,l), +(876,0,l), +(926,0,l), +(1232,1443,l), +(1182,1443,l), +(1075,939,l) +); +}, +{ +closed = 1; +nodes = ( +(772,49,l), +(695,-275,l), +(746,-275,l), +(811,1,l), +(972,1,l), +(983,49,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1262,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (962,1); +ref = "bottom-hook"; +scale = (-1,1); +slant = (24,0); +} +); +width = 1183; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(985,796,o), +(837,698,o), +(647,698,cs), +(445,698,o), +(339,798,o), +(373,956,cs), +(476,1443,l), +(296,1443,l), +(191,945,ls), +(137,695,o), +(289,538,o), +(584,538,cs), +(739,538,o), +(885,596,o), +(964,688,c), +(976,688,l), +(830,0,l), +(1010,0,l), +(1316,1443,l), +(1136,1443,l), +(1032,951,l) +); +}, +{ +closed = 1; +nodes = ( +(719,161,l), +(619,-265,l), +(799,-265,l), +(861,1,l), +(1022,1,l), +(1059,161,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1346,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1011,1); +ref = "bottom-hook"; +scale = (-1,1); +slant = (24,0); +} +); +width = 1236; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1039,872,o), +(931,794,o), +(787,795,cs), +(649,795,o), +(579,873,o), +(606,997,cs), +(700,1443,l), +(290,1443,l), +(179,919,ls), +(125,667,o), +(279,509,o), +(578,509,cs), +(739,509,o), +(891,562,o), +(973,646,c), +(991,646,l), +(854,0,l), +(1264,0,l), +(1570,1443,l), +(1160,1443,l), +(1066,997,ls) +); +}, +{ +closed = 1; +nodes = ( +(795,340,l), +(661,-240,l), +(1051,-240,l), +(1107,0,l), +(1150,0,l), +(1228,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1594,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1133,1); +ref = "bottom-hook"; +scale = (-1,1); +slant = (24,0); +} +); +width = 1481; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1039,872,o), +(931,794,o), +(787,795,cs), +(649,795,o), +(579,873,o), +(606,997,cs), +(700,1443,l), +(290,1443,l), +(179,919,ls), +(125,667,o), +(279,509,o), +(578,509,cs), +(739,509,o), +(891,562,o), +(973,646,c), +(991,646,l), +(854,0,l), +(1264,0,l), +(1570,1443,l), +(1160,1443,l), +(1066,997,ls) +); +}, +{ +closed = 1; +nodes = ( +(795,340,l), +(661,-240,l), +(1051,-240,l), +(1107,0,l), +(1150,0,l), +(1228,340,l) +); +} +); +}; +layerId = "5555459F-E484-413C-97BC-8AE72FBFED3D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1594,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1133,1); +ref = "bottom-hook"; +scale = (-1,1); +slant = (24,0); +} +); +width = 1481; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(985,796,o), +(837,698,o), +(647,698,cs), +(445,698,o), +(339,798,o), +(373,956,cs), +(476,1443,l), +(296,1443,l), +(191,945,ls), +(137,695,o), +(289,538,o), +(584,538,cs), +(739,538,o), +(885,596,o), +(964,688,c), +(976,688,l), +(830,0,l), +(1010,0,l), +(1316,1443,l), +(1136,1443,l), +(1032,951,l) +); +}, +{ +closed = 1; +nodes = ( +(719,161,l), +(619,-265,l), +(799,-265,l), +(861,1,l), +(1022,1,l), +(1059,161,l) +); +} +); +}; +layerId = "8C6148C5-FFEE-4B1A-84C3-D13BD047D0D8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1346,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1011,1); +ref = "bottom-hook"; +scale = (-1,1); +slant = (24,0); +} +); +width = 1236; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(970,872,o), +(879,794,o), +(734,795,cs), +(596,795,o), +(510,873,o), +(510,997,cs), +(510,1443,l), +(100,1443,l), +(100,919,ls), +(100,667,o), +(287,509,o), +(586,509,cs), +(747,509,o), +(888,562,o), +(952,646,c), +(970,646,l), +(970,0,l), +(1380,0,l), +(1380,1443,l), +(970,1443,l), +(970,997,ls) +); +}, +{ +closed = 1; +nodes = ( +(764,340,l), +(764,-240,l), +(1154,-240,l), +(1154,0,l), +(1197,0,l), +(1197,340,l) +); +} +); +}; +layerId = "C8F45DC2-C2C6-4144-A4EF-EE1D8A9A3B8F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1470,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1297,1); +ref = "bottom-hook"; +scale = (-1,1); +} +); +width = 1480; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,738,o), +(792,596,o), +(568,596,cs), +(332,596,o), +(197,742,o), +(242,950,cs), +(346,1443,l), +(296,1443,l), +(192,950,ls), +(141,714,o), +(293,548,o), +(558,548,cs), +(748,548,o), +(948,650,o), +(1042,795,c), +(1045,795,l), +(876,0,l), +(926,0,l), +(1232,1443,l), +(1182,1443,l), +(1075,939,l) +); +}, +{ +closed = 1; +nodes = ( +(772,49,l), +(695,-275,l), +(746,-275,l), +(811,1,l), +(972,1,l), +(983,49,l) +); +} +); +}; +layerId = "7767ECB8-3B18-467F-A579-8ECFBA992554"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1262,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (962,1); +ref = "bottom-hook"; +scale = (-1,1); +slant = (24,0); +} +); +width = 1183; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(926,796,o), +(799,698,o), +(609,698,cs), +(407,698,o), +(280,798,o), +(280,956,cs), +(280,1443,l), +(100,1443,l), +(100,945,ls), +(100,695,o), +(285,538,o), +(580,538,cs), +(735,538,o), +(869,596,o), +(928,688,c), +(940,688,l), +(940,0,l), +(1120,0,l), +(1120,1443,l), +(940,1443,l), +(940,951,l) +); +}, +{ +closed = 1; +nodes = ( +(721,161,l), +(720,-265,l), +(900,-265,l), +(900,1,l), +(1061,1,l), +(1061,161,l) +); +} +); +}; +layerId = "04F817C4-10B7-4ED7-8180-96607A0C3C72"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1210,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1161,1); +ref = "bottom-hook"; +scale = (-1,1); +} +); +width = 1220; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(955,738,o), +(776,596,o), +(552,596,cs), +(316,596,o), +(150,742,o), +(150,950,cs), +(150,1443,l), +(100,1443,l), +(100,950,ls), +(100,714,o), +(287,548,o), +(552,548,cs), +(742,548,o), +(920,650,o), +(983,795,c), +(986,795,l), +(986,0,l), +(1036,0,l), +(1036,1443,l), +(986,1443,l), +(986,939,l) +); +}, +{ +closed = 1; +nodes = ( +(812,49,l), +(811,-275,l), +(862,-275,l), +(862,1,l), +(1023,1,l), +(1023,49,l) +); +} +); +}; +layerId = "91A9326D-8190-42D3-A242-42FBF8304AA6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1126,1443); +ref = "Shha-cy"; +}, +{ +alignment = -1; +pos = (1123,1); +ref = "bottom-hook"; +scale = (-1,1); +} +); +width = 1136; +} +); +metricLeft = H; +metricRight = H; +tags = ( +"descender-square" +); +unicode = 1227; +}, +{ +color = 10; +glyphname = "Emtail-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (815,0); +}, +{ +name = top; +pos = (815,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1385,l), +(169,1385,l), +(137,1412,l), +(802,385,l), +(822,385,l), +(1492,1412,l), +(1452,1385,l), +(1480,1385,l), +(1480,0,l), +(1530,0,l), +(1530,1443,l), +(1454,1443,l), +(813,461,l), +(811,461,l), +(175,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1507,0,l), +(1653,0,l), +(1571,-244,l), +(1623,-244,l), +(1714,28,l), +(1714,48,l), +(1507,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1407,0); +ref = "bottom-hook-angle"; +} +); +width = 1734; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (835,0); +}, +{ +name = top; +pos = (835,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1108,l), +(329,1108,l), +(137,1322,l), +(825,355,l), +(845,355,l), +(1532,1322,l), +(1332,1108,l), +(1391,1108,l), +(1391,0,l), +(1570,0,l), +(1570,1443,l), +(1391,1443,l), +(839,646,l), +(832,646,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1477,0,l), +(1607,0,l), +(1527,-256,l), +(1703,-256,l), +(1810,79,l), +(1810,160,l), +(1477,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1377,0); +ref = "bottom-hook-angle"; +} +); +width = 1830; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (918,0); +}, +{ +name = top; +pos = (918,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,914,l), +(636,914,l), +(251,1278,l), +(878,405,l), +(958,405,l), +(1585,1278,l), +(1208,910,l), +(1336,910,l), +(1336,0,l), +(1736,0,l), +(1736,1443,l), +(1311,1443,l), +(920,916,l), +(916,916,l), +(520,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1487,1,l), +(1570,1,l), +(1520,-240,l), +(1910,-240,l), +(1992,94,l), +(1992,237,l), +(1487,237,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1387,0); +ref = "bottom-hook-angle"; +} +); +width = 2012; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (704,0); +}, +{ +name = top; +pos = (1011,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(333,1385,l), +(352,1385,l), +(326,1412,l), +(773,385,l), +(793,385,l), +(1681,1412,l), +(1635,1385,l), +(1663,1385,l), +(1369,0,l), +(1419,0,l), +(1726,1443,l), +(1650,1443,l), +(800,461,l), +(798,461,l), +(371,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1407,0,l), +(1553,0,l), +(1471,-244,l), +(1523,-244,l), +(1614,28,l), +(1614,48,l), +(1407,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1407,0); +ref = "bottom-hook-angle"; +} +); +width = 1739; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (724,0); +}, +{ +name = top; +pos = (1031,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(405,1108,l), +(454,1108,l), +(307,1322,l), +(789,355,l), +(809,355,l), +(1702,1322,l), +(1457,1108,l), +(1516,1108,l), +(1280,0,l), +(1459,0,l), +(1766,1443,l), +(1587,1443,l), +(865,646,l), +(858,646,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1400,0,l), +(1530,0,l), +(1450,-256,l), +(1626,-256,l), +(1733,79,l), +(1733,160,l), +(1400,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1377,0); +ref = "bottom-hook-angle"; +} +); +width = 1847; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (801,0); +}, +{ +name = top; +pos = (1108,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(577,914,l), +(713,914,l), +(406,1278,l), +(847,405,l), +(927,405,l), +(1740,1278,l), +(1284,910,l), +(1412,910,l), +(1219,0,l), +(1619,0,l), +(1926,1443,l), +(1501,1443,l), +(998,916,l), +(994,916,l), +(710,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1420,1,l), +(1503,1,l), +(1453,-240,l), +(1843,-240,l), +(1925,94,l), +(1925,237,l), +(1420,237,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1387,0); +ref = "bottom-hook-angle"; +} +); +width = 2042; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (801,0); +}, +{ +name = top; +pos = (1108,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(577,914,l), +(713,914,l), +(406,1278,l), +(847,405,l), +(927,405,l), +(1740,1278,l), +(1284,910,l), +(1412,910,l), +(1219,0,l), +(1619,0,l), +(1926,1443,l), +(1501,1443,l), +(998,916,l), +(994,916,l), +(710,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1420,1,l), +(1503,1,l), +(1453,-240,l), +(1843,-240,l), +(1925,94,l), +(1925,237,l), +(1420,237,l) +); +} +); +}; +layerId = "1363896A-7A60-456A-9613-E1A672F3C285"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1387,0); +ref = "bottom-hook-angle"; +} +); +width = 2042; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (724,0); +}, +{ +name = top; +pos = (1031,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(405,1108,l), +(454,1108,l), +(307,1322,l), +(789,355,l), +(809,355,l), +(1702,1322,l), +(1457,1108,l), +(1516,1108,l), +(1280,0,l), +(1459,0,l), +(1766,1443,l), +(1587,1443,l), +(865,646,l), +(858,646,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1400,0,l), +(1530,0,l), +(1450,-256,l), +(1626,-256,l), +(1733,79,l), +(1733,160,l), +(1400,160,l) +); +} +); +}; +layerId = "4BEC5F0F-412E-44FA-B734-ABB4D8100E7E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1377,0); +ref = "bottom-hook-angle"; +} +); +width = 1847; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (918,0); +}, +{ +name = top; +pos = (918,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,914,l), +(636,914,l), +(251,1278,l), +(878,405,l), +(958,405,l), +(1585,1278,l), +(1208,910,l), +(1336,910,l), +(1336,0,l), +(1736,0,l), +(1736,1443,l), +(1311,1443,l), +(920,916,l), +(916,916,l), +(520,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1487,1,l), +(1570,1,l), +(1520,-240,l), +(1910,-240,l), +(1992,94,l), +(1992,237,l), +(1487,237,l) +); +} +); +}; +layerId = "8F2B7F7F-B331-45B0-A329-767EE0DC291E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1387,0); +ref = "bottom-hook-angle"; +} +); +width = 2012; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (704,0); +}, +{ +name = top; +pos = (1011,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(333,1385,l), +(352,1385,l), +(326,1412,l), +(773,385,l), +(793,385,l), +(1681,1412,l), +(1635,1385,l), +(1663,1385,l), +(1369,0,l), +(1419,0,l), +(1726,1443,l), +(1650,1443,l), +(800,461,l), +(798,461,l), +(371,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1407,0,l), +(1553,0,l), +(1471,-244,l), +(1523,-244,l), +(1614,28,l), +(1614,48,l), +(1407,48,l) +); +} +); +}; +layerId = "23339B9E-1AFB-49CC-86E9-2B5E02E4F38B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1407,0); +ref = "bottom-hook-angle"; +} +); +width = 1739; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (835,0); +}, +{ +name = top; +pos = (835,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1108,l), +(329,1108,l), +(137,1322,l), +(825,355,l), +(845,355,l), +(1532,1322,l), +(1332,1108,l), +(1391,1108,l), +(1391,0,l), +(1570,0,l), +(1570,1443,l), +(1391,1443,l), +(839,646,l), +(832,646,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1477,0,l), +(1607,0,l), +(1527,-256,l), +(1703,-256,l), +(1810,79,l), +(1810,160,l), +(1477,160,l) +); +} +); +}; +layerId = "530E6A26-131B-4E40-96CE-263B30BBA558"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1377,0); +ref = "bottom-hook-angle"; +} +); +width = 1830; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (815,0); +}, +{ +name = top; +pos = (815,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1385,l), +(169,1385,l), +(137,1412,l), +(802,385,l), +(822,385,l), +(1492,1412,l), +(1452,1385,l), +(1480,1385,l), +(1480,0,l), +(1530,0,l), +(1530,1443,l), +(1454,1443,l), +(813,461,l), +(811,461,l), +(175,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1507,0,l), +(1653,0,l), +(1571,-244,l), +(1623,-244,l), +(1714,28,l), +(1714,48,l), +(1507,48,l) +); +} +); +}; +layerId = "FF4D484B-6EBB-4094-BF75-1A5BD075DF09"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = M; +}, +{ +pos = (1407,0); +ref = "bottom-hook-angle"; +} +); +width = 1734; +} +); +metricLeft = M; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1229; +}, +{ +color = 10; +glyphname = "Abreve-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (347,503); +ref = brevecomb; +} +); +width = 1289; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (353,504); +ref = brevecomb; +} +); +width = 1408; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (309,443); +ref = brevecomb; +} +); +width = 1567; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (440,503); +ref = brevecomb; +} +); +width = 1289; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = A; +}, +{ +pos = (452,504); +ref = brevecomb; +} +); +width = 1408; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = A; +}, +{ +pos = (346,443); +ref = brevecomb; +} +); +width = 1487; +} +); +unicode = 1232; +}, +{ +color = 10; +glyphname = "Adieresis-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (359,503); +ref = dieresiscomb; +} +); +width = 1289; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (349,504); +ref = dieresiscomb; +} +); +width = 1408; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (325,443); +ref = dieresiscomb; +} +); +width = 1567; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (452,503); +ref = dieresiscomb; +} +); +width = 1289; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = A; +}, +{ +pos = (446,504); +ref = dieresiscomb; +} +); +width = 1408; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = A; +}, +{ +pos = (378,443); +ref = dieresiscomb; +} +); +width = 1487; +} +); +unicode = 1234; +}, +{ +color = 10; +glyphname = "Aie-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = AE; +} +); +width = 1816; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = AE; +} +); +width = 1863; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = AE; +} +); +width = 1994; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = AE; +} +); +width = 1896; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = AE; +} +); +width = 1983; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = AE; +} +); +width = 2144; +} +); +unicode = 1236; +}, +{ +color = 10; +glyphname = "Iebreve-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +}, +{ +pos = (270,503); +ref = brevecomb; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +}, +{ +pos = (237,503); +ref = brevecomb; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +}, +{ +pos = (160,443); +ref = brevecomb; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +}, +{ +pos = (364,503); +ref = brevecomb; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = E; +}, +{ +pos = (337,503); +ref = brevecomb; +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = E; +}, +{ +pos = (277,443); +ref = brevecomb; +} +); +width = 1305; +} +); +unicode = 1238; +}, +{ +color = 6; +glyphname = "Schwa-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (819,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1330,741,l), +(60,741,l), +(60,695,l), +(60,267,o), +(322,-19,o), +(716,-19,cs), +(1107,-19,o), +(1366,276,o), +(1363,718,cs), +(1360,1165,o), +(1093,1463,o), +(696,1463,cs), +(481,1463,o), +(261,1377,o), +(147,1247,c), +(180,1210,l), +(282,1333,o), +(489,1415,o), +(696,1415,cs), +(1066,1415,o), +(1313,1139,o), +(1313,726,c), +(1313,711,l), +(1313,302,o), +(1074,29,o), +(716,29,cs), +(352,29,o), +(110,294,o), +(110,691,c), +(110,733,l), +(87,693,l), +(1330,693,l) +); +} +); +width = 1423; +}, +{ +anchors = ( +{ +name = top; +pos = (694,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1259,792,l), +(60,792,l), +(60,696,l), +(60,282,o), +(336,-18,o), +(716,-18,cs), +(1124,-18,o), +(1418,287,o), +(1415,709,cs), +(1412,1146,o), +(1110,1463,o), +(696,1463,cs), +(487,1463,o), +(257,1373,o), +(147,1248,c), +(241,1114,l), +(333,1224,o), +(524,1303,o), +(696,1303,cs), +(1007,1303,o), +(1233,1077,o), +(1233,766,c), +(1233,641,l), +(1233,352,o), +(1016,142,o), +(716,142,cs), +(440,142,o), +(241,355,o), +(241,649,c), +(241,754,l), +(158,632,l), +(1261,632,l) +); +} +); +width = 1475; +}, +{ +anchors = ( +{ +name = top; +pos = (754,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1112,844,l), +(60,844,l), +(60,664,l), +(60,259,o), +(357,-35,o), +(766,-35,cs), +(1210,-35,o), +(1530,273,o), +(1527,698,cs), +(1524,1151,o), +(1192,1479,o), +(736,1479,cs), +(513,1479,o), +(262,1387,o), +(137,1259,c), +(329,987,l), +(418,1087,o), +(589,1160,o), +(736,1160,cs), +(938,1160,o), +(1085,1016,o), +(1085,818,c), +(1085,557,l), +(1085,399,o), +(951,285,o), +(766,285,cs), +(583,285,o), +(450,403,o), +(450,565,c), +(450,734,l), +(283,559,l), +(1114,559,l) +); +} +); +width = 1587; +}, +{ +anchors = ( +{ +name = top; +pos = (1015,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1377,741,l), +(107,741,l), +(97,695,l), +(6,267,o), +(207,-19,o), +(601,-19,cs), +(992,-19,o), +(1314,276,o), +(1405,718,cs), +(1497,1165,o), +(1294,1463,o), +(897,1463,cs), +(682,1463,o), +(443,1377,o), +(302,1247,c), +(327,1210,l), +(455,1333,o), +(679,1415,o), +(886,1415,cs), +(1256,1415,o), +(1445,1139,o), +(1357,726,c), +(1354,711,l), +(1267,302,o), +(970,29,o), +(612,29,cs), +(248,29,o), +(62,294,o), +(146,691,c), +(155,733,l), +(124,693,l), +(1367,693,l) +); +} +); +width = 1423; +}, +{ +anchors = ( +{ +name = top; +pos = (890,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1317,792,l), +(118,792,l), +(97,696,l), +(9,282,o), +(222,-18,o), +(602,-18,cs), +(1010,-18,o), +(1368,287,o), +(1455,709,cs), +(1545,1146,o), +(1310,1463,o), +(896,1463,cs), +(687,1463,o), +(438,1373,o), +(302,1248,c), +(367,1114,l), +(483,1224,o), +(690,1303,o), +(862,1303,cs), +(1173,1303,o), +(1351,1077,o), +(1285,766,c), +(1259,641,l), +(1197,352,o), +(936,142,o), +(636,142,cs), +(360,142,o), +(206,355,o), +(268,649,c), +(291,754,l), +(182,632,l), +(1285,632,l) +); +} +); +width = 1475; +}, +{ +anchors = ( +{ +name = top; +pos = (943,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1174,844,l), +(122,844,l), +(84,664,l), +(-2,259,o), +(232,-35,o), +(641,-35,cs), +(1085,-35,o), +(1471,273,o), +(1558,698,cs), +(1651,1151,o), +(1389,1479,o), +(933,1479,cs), +(710,1479,o), +(439,1387,o), +(287,1259,c), +(421,987,l), +(532,1087,o), +(718,1160,o), +(865,1160,cs), +(1067,1160,o), +(1183,1016,o), +(1141,818,c), +(1086,557,l), +(1052,399,o), +(894,285,o), +(709,285,cs), +(526,285,o), +(418,403,o), +(453,565,c), +(489,734,l), +(284,559,l), +(1115,559,l) +); +} +); +width = 1587; +} +); +metricLeft = O; +metricRight = O; +unicode = 1240; +}, +{ +color = 10; +glyphname = "Schwadieresis-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (819,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1330,741,l), +(60,741,l), +(60,695,l), +(60,267,o), +(322,-19,o), +(716,-19,cs), +(1107,-19,o), +(1366,276,o), +(1363,718,cs), +(1360,1165,o), +(1093,1463,o), +(696,1463,cs), +(481,1463,o), +(261,1377,o), +(147,1247,c), +(180,1210,l), +(282,1333,o), +(489,1415,o), +(696,1415,cs), +(1066,1415,o), +(1313,1139,o), +(1313,726,c), +(1313,711,l), +(1313,302,o), +(1074,29,o), +(716,29,cs), +(352,29,o), +(110,294,o), +(110,691,c), +(110,733,l), +(87,693,l), +(1330,693,l) +); +}, +{ +closed = 1; +nodes = ( +(643,1638,l), +(713,1638,l), +(713,1708,l), +(643,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(926,1638,l), +(996,1638,l), +(996,1708,l), +(926,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Schwa-cy"; +}, +{ +pos = (533,503); +ref = dieresiscomb; +} +); +width = 1423; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (694,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1259,792,l), +(60,792,l), +(60,696,l), +(60,282,o), +(336,-18,o), +(716,-18,cs), +(1124,-18,o), +(1418,287,o), +(1415,709,cs), +(1412,1146,o), +(1110,1463,o), +(696,1463,cs), +(487,1463,o), +(257,1373,o), +(147,1248,c), +(241,1114,l), +(333,1224,o), +(524,1303,o), +(696,1303,cs), +(1007,1303,o), +(1233,1077,o), +(1233,766,c), +(1233,641,l), +(1233,352,o), +(1016,142,o), +(716,142,cs), +(440,142,o), +(241,355,o), +(241,649,c), +(241,754,l), +(158,632,l), +(1261,632,l) +); +}, +{ +closed = 1; +nodes = ( +(451,1564,l), +(631,1564,l), +(631,1743,l), +(451,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(758,1564,l), +(938,1564,l), +(938,1743,l), +(758,1743,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Schwa-cy"; +}, +{ +pos = (341,503); +ref = dieresiscomb; +} +); +width = 1475; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (754,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1112,844,l), +(60,844,l), +(60,664,l), +(60,259,o), +(357,-35,o), +(766,-35,cs), +(1210,-35,o), +(1530,273,o), +(1527,698,cs), +(1524,1151,o), +(1192,1479,o), +(736,1479,cs), +(513,1479,o), +(262,1387,o), +(137,1259,c), +(329,987,l), +(418,1087,o), +(589,1160,o), +(736,1160,cs), +(938,1160,o), +(1085,1016,o), +(1085,818,c), +(1085,557,l), +(1085,399,o), +(951,285,o), +(766,285,cs), +(583,285,o), +(450,403,o), +(450,565,c), +(450,734,l), +(283,559,l), +(1114,559,l) +); +}, +{ +closed = 1; +nodes = ( +(405,1605,l), +(683,1605,l), +(683,1848,l), +(405,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(820,1605,l), +(1098,1605,l), +(1098,1848,l), +(820,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Schwa-cy"; +}, +{ +pos = (295,443); +ref = dieresiscomb; +} +); +width = 1587; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (1015,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1377,741,l), +(107,741,l), +(97,695,l), +(6,267,o), +(207,-19,o), +(601,-19,cs), +(992,-19,o), +(1314,276,o), +(1405,718,cs), +(1497,1165,o), +(1294,1463,o), +(897,1463,cs), +(682,1463,o), +(443,1377,o), +(302,1247,c), +(327,1210,l), +(455,1333,o), +(679,1415,o), +(886,1415,cs), +(1256,1415,o), +(1445,1139,o), +(1357,726,c), +(1354,711,l), +(1267,302,o), +(970,29,o), +(612,29,cs), +(248,29,o), +(62,294,o), +(146,691,c), +(155,733,l), +(124,693,l), +(1367,693,l) +); +}, +{ +closed = 1; +nodes = ( +(755,1628,l), +(825,1628,l), +(839,1698,l), +(769,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(1038,1628,l), +(1108,1628,l), +(1122,1698,l), +(1052,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Schwa-cy"; +}, +{ +alignment = -1; +pos = (515,503); +ref = dieresiscomb; +} +); +width = 1513; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (890,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1317,792,l), +(118,792,l), +(97,696,l), +(9,282,o), +(222,-18,o), +(602,-18,cs), +(1010,-18,o), +(1368,287,o), +(1455,709,cs), +(1545,1146,o), +(1310,1463,o), +(896,1463,cs), +(687,1463,o), +(438,1373,o), +(302,1248,c), +(367,1114,l), +(483,1224,o), +(690,1303,o), +(862,1303,cs), +(1173,1303,o), +(1351,1077,o), +(1285,766,c), +(1259,641,l), +(1197,352,o), +(936,142,o), +(636,142,cs), +(360,142,o), +(206,355,o), +(268,649,c), +(291,754,l), +(182,632,l), +(1285,632,l) +); +}, +{ +closed = 1; +nodes = ( +(639,1554,l), +(819,1554,l), +(856,1733,l), +(677,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(946,1554,l), +(1126,1554,l), +(1163,1733,l), +(984,1733,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Schwa-cy"; +}, +{ +alignment = -1; +pos = (421,503); +ref = dieresiscomb; +} +); +width = 1580; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (943,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1174,844,l), +(122,844,l), +(84,664,l), +(-2,259,o), +(232,-35,o), +(641,-35,cs), +(1085,-35,o), +(1471,273,o), +(1558,698,cs), +(1651,1151,o), +(1389,1479,o), +(933,1479,cs), +(710,1479,o), +(439,1387,o), +(287,1259,c), +(421,987,l), +(532,1087,o), +(718,1160,o), +(865,1160,cs), +(1067,1160,o), +(1183,1016,o), +(1141,818,c), +(1086,557,l), +(1052,399,o), +(894,285,o), +(709,285,cs), +(526,285,o), +(418,403,o), +(453,565,c), +(489,734,l), +(284,559,l), +(1115,559,l) +); +}, +{ +closed = 1; +nodes = ( +(621,1605,l), +(899,1605,l), +(951,1848,l), +(673,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1036,1605,l), +(1314,1605,l), +(1366,1848,l), +(1088,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Schwa-cy"; +}, +{ +alignment = -1; +pos = (381,443); +ref = dieresiscomb; +} +); +width = 1693; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (943,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1174,844,l), +(122,844,l), +(84,664,l), +(-2,259,o), +(232,-35,o), +(641,-35,cs), +(1085,-35,o), +(1471,273,o), +(1558,698,cs), +(1651,1151,o), +(1389,1479,o), +(933,1479,cs), +(710,1479,o), +(439,1387,o), +(287,1259,c), +(421,987,l), +(532,1087,o), +(718,1160,o), +(865,1160,cs), +(1067,1160,o), +(1183,1016,o), +(1141,818,c), +(1086,557,l), +(1052,399,o), +(894,285,o), +(709,285,cs), +(526,285,o), +(418,403,o), +(453,565,c), +(489,734,l), +(284,559,l), +(1115,559,l) +); +}, +{ +closed = 1; +nodes = ( +(621,1605,l), +(899,1605,l), +(951,1848,l), +(673,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1036,1605,l), +(1314,1605,l), +(1366,1848,l), +(1088,1848,l) +); +} +); +}; +layerId = "476AD622-185D-426F-84EC-AA24B3E685F6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Schwa-cy"; +}, +{ +alignment = -1; +pos = (381,443); +ref = dieresiscomb; +} +); +width = 1693; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (890,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1317,792,l), +(118,792,l), +(97,696,l), +(9,282,o), +(222,-18,o), +(602,-18,cs), +(1010,-18,o), +(1368,287,o), +(1455,709,cs), +(1545,1146,o), +(1310,1463,o), +(896,1463,cs), +(687,1463,o), +(438,1373,o), +(302,1248,c), +(367,1114,l), +(483,1224,o), +(690,1303,o), +(862,1303,cs), +(1173,1303,o), +(1351,1077,o), +(1285,766,c), +(1259,641,l), +(1197,352,o), +(936,142,o), +(636,142,cs), +(360,142,o), +(206,355,o), +(268,649,c), +(291,754,l), +(182,632,l), +(1285,632,l) +); +}, +{ +closed = 1; +nodes = ( +(639,1554,l), +(819,1554,l), +(856,1733,l), +(677,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(946,1554,l), +(1126,1554,l), +(1163,1733,l), +(984,1733,l) +); +} +); +}; +layerId = "8C37FEE0-140C-4072-A509-A55369355C43"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Schwa-cy"; +}, +{ +alignment = -1; +pos = (421,503); +ref = dieresiscomb; +} +); +width = 1580; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (754,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1112,844,l), +(60,844,l), +(60,664,l), +(60,259,o), +(357,-35,o), +(766,-35,cs), +(1210,-35,o), +(1530,273,o), +(1527,698,cs), +(1524,1151,o), +(1192,1479,o), +(736,1479,cs), +(513,1479,o), +(262,1387,o), +(137,1259,c), +(329,987,l), +(418,1087,o), +(589,1160,o), +(736,1160,cs), +(938,1160,o), +(1085,1016,o), +(1085,818,c), +(1085,557,l), +(1085,399,o), +(951,285,o), +(766,285,cs), +(583,285,o), +(450,403,o), +(450,565,c), +(450,734,l), +(283,559,l), +(1114,559,l) +); +}, +{ +closed = 1; +nodes = ( +(405,1605,l), +(683,1605,l), +(683,1848,l), +(405,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(820,1605,l), +(1098,1605,l), +(1098,1848,l), +(820,1848,l) +); +} +); +}; +layerId = "9696644B-0A31-4FF6-A39A-6195E834E4AF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Schwa-cy"; +}, +{ +pos = (295,443); +ref = dieresiscomb; +} +); +width = 1587; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (1015,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1377,741,l), +(107,741,l), +(97,695,l), +(6,267,o), +(207,-19,o), +(601,-19,cs), +(992,-19,o), +(1314,276,o), +(1405,718,cs), +(1497,1165,o), +(1294,1463,o), +(897,1463,cs), +(682,1463,o), +(443,1377,o), +(302,1247,c), +(327,1210,l), +(455,1333,o), +(679,1415,o), +(886,1415,cs), +(1256,1415,o), +(1445,1139,o), +(1357,726,c), +(1354,711,l), +(1267,302,o), +(970,29,o), +(612,29,cs), +(248,29,o), +(62,294,o), +(146,691,c), +(155,733,l), +(124,693,l), +(1367,693,l) +); +}, +{ +closed = 1; +nodes = ( +(755,1628,l), +(825,1628,l), +(839,1698,l), +(769,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(1038,1628,l), +(1108,1628,l), +(1122,1698,l), +(1052,1698,l) +); +} +); +}; +layerId = "7A82BD95-66DC-4023-B292-CC77A5685F37"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Schwa-cy"; +}, +{ +alignment = -1; +pos = (515,503); +ref = dieresiscomb; +} +); +width = 1513; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (694,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1259,792,l), +(60,792,l), +(60,696,l), +(60,282,o), +(336,-18,o), +(716,-18,cs), +(1124,-18,o), +(1418,287,o), +(1415,709,cs), +(1412,1146,o), +(1110,1463,o), +(696,1463,cs), +(487,1463,o), +(257,1373,o), +(147,1248,c), +(241,1114,l), +(333,1224,o), +(524,1303,o), +(696,1303,cs), +(1007,1303,o), +(1233,1077,o), +(1233,766,c), +(1233,641,l), +(1233,352,o), +(1016,142,o), +(716,142,cs), +(440,142,o), +(241,355,o), +(241,649,c), +(241,754,l), +(158,632,l), +(1261,632,l) +); +}, +{ +closed = 1; +nodes = ( +(451,1564,l), +(631,1564,l), +(631,1743,l), +(451,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(758,1564,l), +(938,1564,l), +(938,1743,l), +(758,1743,l) +); +} +); +}; +layerId = "064061DD-FD2A-4315-BEB6-ED9796A491AB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Schwa-cy"; +}, +{ +pos = (341,503); +ref = dieresiscomb; +} +); +width = 1475; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (819,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1330,741,l), +(60,741,l), +(60,695,l), +(60,267,o), +(322,-19,o), +(716,-19,cs), +(1107,-19,o), +(1366,276,o), +(1363,718,cs), +(1360,1165,o), +(1093,1463,o), +(696,1463,cs), +(481,1463,o), +(261,1377,o), +(147,1247,c), +(180,1210,l), +(282,1333,o), +(489,1415,o), +(696,1415,cs), +(1066,1415,o), +(1313,1139,o), +(1313,726,c), +(1313,711,l), +(1313,302,o), +(1074,29,o), +(716,29,cs), +(352,29,o), +(110,294,o), +(110,691,c), +(110,733,l), +(87,693,l), +(1330,693,l) +); +}, +{ +closed = 1; +nodes = ( +(643,1638,l), +(713,1638,l), +(713,1708,l), +(643,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(926,1638,l), +(996,1638,l), +(996,1708,l), +(926,1708,l) +); +} +); +}; +layerId = "BB0D2ECA-EDA6-48B2-96E2-907A37E63C77"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Schwa-cy"; +}, +{ +pos = (533,503); +ref = dieresiscomb; +} +); +width = 1423; +} +); +unicode = 1242; +}, +{ +color = 10; +glyphname = "Zhedieresis-cy"; +kernLeft = X; +kernRight = X; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1766,0); +}, +{ +name = top; +pos = (888,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,767,l), +(775,767,l), +(135,1443,l), +(72,1443,l), +(733,743,l), +(30,0,l), +(93,0,l), +(775,719,l), +(865,719,l), +(865,0,l), +(915,0,l), +(915,719,l), +(1005,719,l), +(1682,0,l), +(1746,0,l), +(1047,743,l), +(1703,1443,l), +(1640,1443,l), +(1005,767,l), +(915,767,l), +(915,1443,l), +(865,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(712,1638,l), +(782,1638,l), +(782,1708,l), +(712,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(995,1638,l), +(1065,1638,l), +(1065,1708,l), +(995,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (602,503); +ref = dieresiscomb; +} +); +width = 1776; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1892,0); +}, +{ +name = top; +pos = (946,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,807,l), +(791,807,l), +(267,1443,l), +(52,1443,l), +(645,736,l), +(30,0,l), +(262,0,l), +(791,647,l), +(861,647,l), +(861,0,l), +(1031,0,l), +(1031,647,l), +(1101,647,l), +(1620,0,l), +(1862,0,l), +(1247,736,l), +(1835,1443,l), +(1610,1443,l), +(1101,807,l), +(1031,807,l), +(1031,1443,l), +(861,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(703,1564,l), +(883,1564,l), +(883,1743,l), +(703,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(1010,1564,l), +(1190,1564,l), +(1190,1743,l), +(1010,1743,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (593,503); +ref = dieresiscomb; +} +); +width = 1892; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (2132,0); +}, +{ +name = top; +pos = (1066,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(871,895,l), +(821,895,l), +(497,1443,l), +(42,1443,l), +(525,741,l), +(30,0,l), +(502,0,l), +(821,547,l), +(871,547,l), +(871,0,l), +(1261,0,l), +(1261,547,l), +(1311,547,l), +(1630,0,l), +(2102,0,l), +(1607,741,l), +(2085,1443,l), +(1630,1443,l), +(1311,895,l), +(1261,895,l), +(1261,1443,l), +(871,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(717,1605,l), +(995,1605,l), +(995,1848,l), +(717,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1132,1605,l), +(1410,1605,l), +(1410,1848,l), +(1132,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (607,443); +ref = dieresiscomb; +} +); +width = 2132; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1808,0); +}, +{ +name = top; +pos = (930,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(917,767,l), +(823,767,l), +(326,1443,l), +(267,1443,l), +(780,743,l), +(-81,0,l), +(-8,0,l), +(826,719,l), +(906,719,l), +(754,0,l), +(804,0,l), +(956,719,l), +(1061,719,l), +(1576,0,l), +(1635,0,l), +(1103,743,l), +(1907,1443,l), +(1835,1443,l), +(1057,767,l), +(967,767,l), +(1110,1443,l), +(1060,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(757,1628,l), +(827,1628,l), +(841,1698,l), +(771,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(1040,1628,l), +(1110,1628,l), +(1124,1698,l), +(1054,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (517,503); +ref = dieresiscomb; +} +); +width = 1776; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1781,0); +}, +{ +name = top; +pos = (1141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(921,807,l), +(841,807,l), +(452,1443,l), +(247,1443,l), +(690,740,l), +(-81,0,l), +(171,0,l), +(837,647,l), +(887,647,l), +(750,0,l), +(920,0,l), +(1057,647,l), +(1157,647,l), +(1549,0,l), +(1751,0,l), +(1302,736,l), +(2040,1443,l), +(1795,1443,l), +(1141,807,l), +(1091,807,l), +(1226,1443,l), +(1056,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(863,1554,l), +(1043,1554,l), +(1080,1733,l), +(901,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(1170,1554,l), +(1350,1554,l), +(1387,1733,l), +(1208,1733,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (645,503); +ref = dieresiscomb; +} +); +width = 1892; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1979,0); +}, +{ +name = top; +pos = (1219,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(908,895,l), +(828,895,l), +(620,1443,l), +(195,1443,l), +(509,741,l), +(-123,0,l), +(349,0,l), +(784,547,l), +(834,547,l), +(718,0,l), +(1108,0,l), +(1224,547,l), +(1334,547,l), +(1537,0,l), +(1949,0,l), +(1651,741,l), +(2238,1443,l), +(1753,1443,l), +(1348,895,l), +(1298,895,l), +(1414,1443,l), +(1024,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(874,1605,l), +(1152,1605,l), +(1204,1848,l), +(926,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,1605,l), +(1567,1605,l), +(1619,1848,l), +(1341,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (634,443); +ref = dieresiscomb; +} +); +width = 2132; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1979,0); +}, +{ +name = top; +pos = (1219,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(908,895,l), +(828,895,l), +(620,1443,l), +(195,1443,l), +(509,741,l), +(-123,0,l), +(349,0,l), +(784,547,l), +(834,547,l), +(718,0,l), +(1108,0,l), +(1224,547,l), +(1334,547,l), +(1537,0,l), +(1949,0,l), +(1651,741,l), +(2238,1443,l), +(1753,1443,l), +(1348,895,l), +(1298,895,l), +(1414,1443,l), +(1024,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(874,1605,l), +(1152,1605,l), +(1204,1848,l), +(926,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,1605,l), +(1567,1605,l), +(1619,1848,l), +(1341,1848,l) +); +} +); +}; +layerId = "B65CE846-D695-4630-90CE-8D5F0BDD5DBA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (634,443); +ref = dieresiscomb; +} +); +width = 2132; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1781,0); +}, +{ +name = top; +pos = (1141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(921,807,l), +(841,807,l), +(452,1443,l), +(247,1443,l), +(690,740,l), +(-81,0,l), +(171,0,l), +(837,647,l), +(887,647,l), +(750,0,l), +(920,0,l), +(1057,647,l), +(1157,647,l), +(1549,0,l), +(1751,0,l), +(1302,736,l), +(2040,1443,l), +(1795,1443,l), +(1141,807,l), +(1091,807,l), +(1226,1443,l), +(1056,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(863,1554,l), +(1043,1554,l), +(1080,1733,l), +(901,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(1170,1554,l), +(1350,1554,l), +(1387,1733,l), +(1208,1733,l) +); +} +); +}; +layerId = "736121EB-7704-4EDB-8385-6C2E2019AD01"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (645,503); +ref = dieresiscomb; +} +); +width = 1892; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (2132,0); +}, +{ +name = top; +pos = (1066,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(871,895,l), +(821,895,l), +(497,1443,l), +(42,1443,l), +(525,741,l), +(30,0,l), +(502,0,l), +(821,547,l), +(871,547,l), +(871,0,l), +(1261,0,l), +(1261,547,l), +(1311,547,l), +(1630,0,l), +(2102,0,l), +(1607,741,l), +(2085,1443,l), +(1630,1443,l), +(1311,895,l), +(1261,895,l), +(1261,1443,l), +(871,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(717,1605,l), +(995,1605,l), +(995,1848,l), +(717,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1132,1605,l), +(1410,1605,l), +(1410,1848,l), +(1132,1848,l) +); +} +); +}; +layerId = "7378CF1A-A8E1-4276-A715-BB3DCE9C201A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (607,443); +ref = dieresiscomb; +} +); +width = 2132; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1808,0); +}, +{ +name = top; +pos = (930,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(917,767,l), +(823,767,l), +(326,1443,l), +(267,1443,l), +(780,743,l), +(-81,0,l), +(-8,0,l), +(826,719,l), +(906,719,l), +(754,0,l), +(804,0,l), +(956,719,l), +(1061,719,l), +(1576,0,l), +(1635,0,l), +(1103,743,l), +(1907,1443,l), +(1835,1443,l), +(1057,767,l), +(967,767,l), +(1110,1443,l), +(1060,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(757,1628,l), +(827,1628,l), +(841,1698,l), +(771,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(1040,1628,l), +(1110,1628,l), +(1124,1698,l), +(1054,1698,l) +); +} +); +}; +layerId = "F0E5A0E7-914D-4AF0-886D-A27B1B055780"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Zhe-cy"; +}, +{ +alignment = -1; +pos = (517,503); +ref = dieresiscomb; +} +); +width = 1776; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1892,0); +}, +{ +name = top; +pos = (946,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,807,l), +(791,807,l), +(267,1443,l), +(52,1443,l), +(645,736,l), +(30,0,l), +(262,0,l), +(791,647,l), +(861,647,l), +(861,0,l), +(1031,0,l), +(1031,647,l), +(1101,647,l), +(1620,0,l), +(1862,0,l), +(1247,736,l), +(1835,1443,l), +(1610,1443,l), +(1101,807,l), +(1031,807,l), +(1031,1443,l), +(861,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(703,1564,l), +(883,1564,l), +(883,1743,l), +(703,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(1010,1564,l), +(1190,1564,l), +(1190,1743,l), +(1010,1743,l) +); +} +); +}; +layerId = "F9F32495-B416-44EE-978F-BA1BAA17AD86"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (593,503); +ref = dieresiscomb; +} +); +width = 1892; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1766,0); +}, +{ +name = top; +pos = (888,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,767,l), +(775,767,l), +(135,1443,l), +(72,1443,l), +(733,743,l), +(30,0,l), +(93,0,l), +(775,719,l), +(865,719,l), +(865,0,l), +(915,0,l), +(915,719,l), +(1005,719,l), +(1682,0,l), +(1746,0,l), +(1047,743,l), +(1703,1443,l), +(1640,1443,l), +(1005,767,l), +(915,767,l), +(915,1443,l), +(865,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(712,1638,l), +(782,1638,l), +(782,1708,l), +(712,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(995,1638,l), +(1065,1638,l), +(1065,1708,l), +(995,1708,l) +); +} +); +}; +layerId = "AC00C958-F836-4DF7-AFBA-1AB4FD5BAAD5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Zhe-cy"; +}, +{ +pos = (602,503); +ref = dieresiscomb; +} +); +width = 1776; +} +); +unicode = 1244; +}, +{ +color = 10; +glyphname = "Zedieresis-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (566,0); +}, +{ +name = top; +pos = (577,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,712,l), +(606,712,ls), +(849,712,o), +(1001,587,o), +(1001,387,cs), +(1001,166,o), +(831,28,o), +(559,28,cs), +(290,28,o), +(117,177,o), +(111,415,cs), +(110,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(863,-20,o), +(1051,137,o), +(1051,387,cs), +(1051,576,o), +(931,710,o), +(741,734,c), +(741,737,l), +(915,780,o), +(1024,906,o), +(1024,1064,cs), +(1024,1309,o), +(852,1463,o), +(577,1463,cs), +(284,1463,o), +(93,1296,o), +(82,1031,cs), +(81,1008,l), +(131,1008,l), +(132,1032,ls), +(141,1267,o), +(312,1415,o), +(573,1415,cs), +(819,1415,o), +(974,1280,o), +(974,1064,cs), +(974,877,o), +(832,760,o), +(606,760,cs), +(420,760,l) +); +}, +{ +closed = 1; +nodes = ( +(401,1658,l), +(471,1658,l), +(471,1728,l), +(401,1728,l) +); +}, +{ +closed = 1; +nodes = ( +(684,1658,l), +(754,1658,l), +(754,1728,l), +(684,1728,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (291,523); +ref = dieresiscomb; +} +); +width = 1111; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (581,0); +}, +{ +name = top; +pos = (587,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(410,655,l), +(586,655,ls), +(774,655,o), +(892,549,o), +(892,387,cs), +(892,235,o), +(761,140,o), +(552,140,cs), +(366,140,o), +(246,246,o), +(241,415,cs), +(240,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(875,-20,o), +(1071,137,o), +(1071,387,cs), +(1071,574,o), +(953,705,o), +(764,728,c), +(764,740,l), +(936,782,o), +(1044,907,o), +(1044,1064,cs), +(1044,1309,o), +(864,1463,o), +(577,1463,cs), +(279,1463,o), +(84,1296,o), +(72,1031,cs), +(71,1008,l), +(250,1008,l), +(252,1032,ls), +(266,1198,o), +(390,1303,o), +(573,1303,cs), +(752,1303,o), +(864,1211,o), +(864,1064,cs), +(864,914,o), +(757,815,o), +(586,815,cs), +(410,815,l) +); +}, +{ +closed = 1; +nodes = ( +(344,1584,l), +(524,1584,l), +(524,1763,l), +(344,1763,l) +); +}, +{ +closed = 1; +nodes = ( +(651,1584,l), +(831,1584,l), +(831,1763,l), +(651,1763,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (234,523); +ref = dieresiscomb; +} +); +width = 1131; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (676,-10); +}, +{ +name = top; +pos = (677,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,596,l), +(685,596,ls), +(786,596,o), +(849,534,o), +(849,436,cs), +(849,329,o), +(777,262,o), +(662,262,cs), +(545,262,o), +(470,334,o), +(467,448,cs), +(466,486,l), +(60,486,l), +(61,443,ls), +(68,148,o), +(304,-37,o), +(674,-37,cs), +(1039,-37,o), +(1268,128,o), +(1268,390,cs), +(1268,568,o), +(1153,694,o), +(970,718,c), +(970,736,l), +(1140,778,o), +(1246,907,o), +(1246,1072,cs), +(1246,1322,o), +(1027,1479,o), +(677,1479,cs), +(335,1479,o), +(112,1301,o), +(100,1017,cs), +(99,993,l), +(477,993,l), +(479,1018,ls), +(487,1117,o), +(557,1179,o), +(660,1179,cs), +(769,1179,o), +(837,1115,o), +(837,1014,cs), +(837,917,o), +(771,856,o), +(667,856,cs), +(496,856,l) +); +}, +{ +closed = 1; +nodes = ( +(328,1641,l), +(606,1641,l), +(606,1884,l), +(328,1884,l) +); +}, +{ +closed = 1; +nodes = ( +(743,1641,l), +(1021,1641,l), +(1021,1884,l), +(743,1884,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (218,479); +ref = dieresiscomb; +} +); +width = 1328; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (472,0); +}, +{ +name = top; +pos = (741,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(451,712,l), +(637,712,ls), +(880,712,o), +(1010,587,o), +(975,387,cs), +(936,166,o), +(742,28,o), +(470,28,cs), +(201,28,o), +(54,177,o), +(90,415,cs), +(95,451,l), +(45,451,l), +(39,410,ls), +(-1,146,o), +(163,-20,o), +(466,-20,cs), +(765,-20,o), +(981,137,o), +(1025,387,cs), +(1058,576,o), +(962,710,o), +(776,734,c), +(777,737,l), +(958,780,o), +(1090,906,o), +(1117,1064,cs), +(1161,1309,o), +(1016,1463,o), +(741,1463,cs), +(448,1463,o), +(227,1296,o), +(170,1031,cs), +(165,1008,l), +(215,1008,l), +(220,1032,ls), +(270,1267,o), +(467,1415,o), +(728,1415,cs), +(974,1415,o), +(1105,1280,o), +(1067,1064,cs), +(1034,877,o), +(872,760,o), +(646,760,cs), +(460,760,l) +); +}, +{ +closed = 1; +nodes = ( +(638,1648,l), +(708,1648,l), +(722,1718,l), +(652,1718,l) +); +}, +{ +closed = 1; +nodes = ( +(921,1648,l), +(991,1648,l), +(1005,1718,l), +(935,1718,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (398,523); +ref = dieresiscomb; +} +); +width = 1254; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (496,0); +}, +{ +name = top; +pos = (760,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(440,655,l), +(616,655,ls), +(804,655,o), +(904,549,o), +(875,387,cs), +(848,235,o), +(700,140,o), +(491,140,cs), +(305,140,o), +(204,246,o), +(229,415,cs), +(234,451,l), +(54,451,l), +(48,410,ls), +(8,146,o), +(172,-20,o), +(475,-20,cs), +(786,-20,o), +(1010,137,o), +(1054,387,cs), +(1087,574,o), +(992,705,o), +(807,728,c), +(809,740,l), +(989,782,o), +(1119,907,o), +(1146,1064,cs), +(1190,1309,o), +(1037,1463,o), +(750,1463,cs), +(452,1463,o), +(227,1296,o), +(169,1031,cs), +(164,1008,l), +(343,1008,l), +(349,1032,ls), +(392,1198,o), +(535,1303,o), +(718,1303,cs), +(897,1303,o), +(992,1211,o), +(966,1064,cs), +(940,914,o), +(815,815,o), +(644,815,cs), +(468,815,l) +); +}, +{ +closed = 1; +nodes = ( +(542,1574,l), +(722,1574,l), +(759,1753,l), +(580,1753,l) +); +}, +{ +closed = 1; +nodes = ( +(849,1574,l), +(1029,1574,l), +(1066,1753,l), +(887,1753,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (324,523); +ref = dieresiscomb; +} +); +width = 1283; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (419,-10); +}, +{ +name = top; +pos = (999,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(501,596,l), +(690,596,ls), +(791,596,o), +(843,534,o), +(826,436,cs), +(807,329,o), +(723,262,o), +(608,262,cs), +(491,262,o), +(429,334,o), +(446,448,cs), +(452,486,l), +(46,486,l), +(39,443,ls), +(-6,148,o), +(197,-37,o), +(567,-37,cs), +(932,-37,o), +(1190,128,o), +(1237,390,cs), +(1268,568,o), +(1175,694,o), +(996,718,c), +(1000,736,l), +(1177,778,o), +(1306,907,o), +(1335,1072,cs), +(1379,1322,o), +(1188,1479,o), +(838,1479,cs), +(496,1479,o), +(241,1301,o), +(179,1017,cs), +(174,993,l), +(552,993,l), +(558,1018,ls), +(584,1117,o), +(665,1179,o), +(768,1179,cs), +(877,1179,o), +(933,1115,o), +(916,1014,cs), +(899,917,o), +(822,856,o), +(718,856,cs), +(547,856,l) +); +}, +{ +closed = 1; +nodes = ( +(724,1641,l), +(1002,1641,l), +(1054,1884,l), +(776,1884,l) +); +}, +{ +closed = 1; +nodes = ( +(1139,1641,l), +(1417,1641,l), +(1469,1884,l), +(1191,1884,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (484,479); +ref = dieresiscomb; +} +); +width = 1471; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (419,-10); +}, +{ +name = top; +pos = (999,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(501,596,l), +(690,596,ls), +(791,596,o), +(843,534,o), +(826,436,cs), +(807,329,o), +(723,262,o), +(608,262,cs), +(491,262,o), +(429,334,o), +(446,448,cs), +(452,486,l), +(46,486,l), +(39,443,ls), +(-6,148,o), +(197,-37,o), +(567,-37,cs), +(932,-37,o), +(1190,128,o), +(1237,390,cs), +(1268,568,o), +(1175,694,o), +(996,718,c), +(1000,736,l), +(1177,778,o), +(1306,907,o), +(1335,1072,cs), +(1379,1322,o), +(1188,1479,o), +(838,1479,cs), +(496,1479,o), +(241,1301,o), +(179,1017,cs), +(174,993,l), +(552,993,l), +(558,1018,ls), +(584,1117,o), +(665,1179,o), +(768,1179,cs), +(877,1179,o), +(933,1115,o), +(916,1014,cs), +(899,917,o), +(822,856,o), +(718,856,cs), +(547,856,l) +); +}, +{ +closed = 1; +nodes = ( +(724,1641,l), +(1002,1641,l), +(1054,1884,l), +(776,1884,l) +); +}, +{ +closed = 1; +nodes = ( +(1139,1641,l), +(1417,1641,l), +(1469,1884,l), +(1191,1884,l) +); +} +); +}; +layerId = "6C378EE0-BEEF-407B-8699-6796AE5E61E3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (484,479); +ref = dieresiscomb; +} +); +width = 1471; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (496,0); +}, +{ +name = top; +pos = (760,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(440,655,l), +(616,655,ls), +(804,655,o), +(904,549,o), +(875,387,cs), +(848,235,o), +(700,140,o), +(491,140,cs), +(305,140,o), +(204,246,o), +(229,415,cs), +(234,451,l), +(54,451,l), +(48,410,ls), +(8,146,o), +(172,-20,o), +(475,-20,cs), +(786,-20,o), +(1010,137,o), +(1054,387,cs), +(1087,574,o), +(992,705,o), +(807,728,c), +(809,740,l), +(989,782,o), +(1119,907,o), +(1146,1064,cs), +(1190,1309,o), +(1037,1463,o), +(750,1463,cs), +(452,1463,o), +(227,1296,o), +(169,1031,cs), +(164,1008,l), +(343,1008,l), +(349,1032,ls), +(392,1198,o), +(535,1303,o), +(718,1303,cs), +(897,1303,o), +(992,1211,o), +(966,1064,cs), +(940,914,o), +(815,815,o), +(644,815,cs), +(468,815,l) +); +}, +{ +closed = 1; +nodes = ( +(542,1574,l), +(722,1574,l), +(759,1753,l), +(580,1753,l) +); +}, +{ +closed = 1; +nodes = ( +(849,1574,l), +(1029,1574,l), +(1066,1753,l), +(887,1753,l) +); +} +); +}; +layerId = "708D71A7-86FB-476B-A358-D8A7B461F326"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (324,523); +ref = dieresiscomb; +} +); +width = 1283; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (676,-10); +}, +{ +name = top; +pos = (677,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(496,596,l), +(685,596,ls), +(786,596,o), +(849,534,o), +(849,436,cs), +(849,329,o), +(777,262,o), +(662,262,cs), +(545,262,o), +(470,334,o), +(467,448,cs), +(466,486,l), +(60,486,l), +(61,443,ls), +(68,148,o), +(304,-37,o), +(674,-37,cs), +(1039,-37,o), +(1268,128,o), +(1268,390,cs), +(1268,568,o), +(1153,694,o), +(970,718,c), +(970,736,l), +(1140,778,o), +(1246,907,o), +(1246,1072,cs), +(1246,1322,o), +(1027,1479,o), +(677,1479,cs), +(335,1479,o), +(112,1301,o), +(100,1017,cs), +(99,993,l), +(477,993,l), +(479,1018,ls), +(487,1117,o), +(557,1179,o), +(660,1179,cs), +(769,1179,o), +(837,1115,o), +(837,1014,cs), +(837,917,o), +(771,856,o), +(667,856,cs), +(496,856,l) +); +}, +{ +closed = 1; +nodes = ( +(328,1641,l), +(606,1641,l), +(606,1884,l), +(328,1884,l) +); +}, +{ +closed = 1; +nodes = ( +(743,1641,l), +(1021,1641,l), +(1021,1884,l), +(743,1884,l) +); +} +); +}; +layerId = "EE4CEE13-2023-40AB-A4AA-02FF4DE556CC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (218,479); +ref = dieresiscomb; +} +); +width = 1328; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (472,0); +}, +{ +name = top; +pos = (741,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(451,712,l), +(637,712,ls), +(880,712,o), +(1010,587,o), +(975,387,cs), +(936,166,o), +(742,28,o), +(470,28,cs), +(201,28,o), +(54,177,o), +(90,415,cs), +(95,451,l), +(45,451,l), +(39,410,ls), +(-1,146,o), +(163,-20,o), +(466,-20,cs), +(765,-20,o), +(981,137,o), +(1025,387,cs), +(1058,576,o), +(962,710,o), +(776,734,c), +(777,737,l), +(958,780,o), +(1090,906,o), +(1117,1064,cs), +(1161,1309,o), +(1016,1463,o), +(741,1463,cs), +(448,1463,o), +(227,1296,o), +(170,1031,cs), +(165,1008,l), +(215,1008,l), +(220,1032,ls), +(270,1267,o), +(467,1415,o), +(728,1415,cs), +(974,1415,o), +(1105,1280,o), +(1067,1064,cs), +(1034,877,o), +(872,760,o), +(646,760,cs), +(460,760,l) +); +}, +{ +closed = 1; +nodes = ( +(638,1648,l), +(708,1648,l), +(722,1718,l), +(652,1718,l) +); +}, +{ +closed = 1; +nodes = ( +(921,1648,l), +(991,1648,l), +(1005,1718,l), +(935,1718,l) +); +} +); +}; +layerId = "50AFB851-696F-4D0F-BBA9-6EF64CA50761"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ze-cy"; +}, +{ +alignment = -1; +pos = (398,523); +ref = dieresiscomb; +} +); +width = 1254; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (581,0); +}, +{ +name = top; +pos = (587,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(410,655,l), +(586,655,ls), +(774,655,o), +(892,549,o), +(892,387,cs), +(892,235,o), +(761,140,o), +(552,140,cs), +(366,140,o), +(246,246,o), +(241,415,cs), +(240,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(875,-20,o), +(1071,137,o), +(1071,387,cs), +(1071,574,o), +(953,705,o), +(764,728,c), +(764,740,l), +(936,782,o), +(1044,907,o), +(1044,1064,cs), +(1044,1309,o), +(864,1463,o), +(577,1463,cs), +(279,1463,o), +(84,1296,o), +(72,1031,cs), +(71,1008,l), +(250,1008,l), +(252,1032,ls), +(266,1198,o), +(390,1303,o), +(573,1303,cs), +(752,1303,o), +(864,1211,o), +(864,1064,cs), +(864,914,o), +(757,815,o), +(586,815,cs), +(410,815,l) +); +}, +{ +closed = 1; +nodes = ( +(344,1584,l), +(524,1584,l), +(524,1763,l), +(344,1763,l) +); +}, +{ +closed = 1; +nodes = ( +(651,1584,l), +(831,1584,l), +(831,1763,l), +(651,1763,l) +); +} +); +}; +layerId = "CD0A2AD1-E1F4-482C-BB07-3E8356EA2208"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (234,523); +ref = dieresiscomb; +} +); +width = 1131; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (566,0); +}, +{ +name = top; +pos = (577,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(420,712,l), +(606,712,ls), +(849,712,o), +(1001,587,o), +(1001,387,cs), +(1001,166,o), +(831,28,o), +(559,28,cs), +(290,28,o), +(117,177,o), +(111,415,cs), +(110,451,l), +(60,451,l), +(61,410,ls), +(67,146,o), +(261,-20,o), +(564,-20,cs), +(863,-20,o), +(1051,137,o), +(1051,387,cs), +(1051,576,o), +(931,710,o), +(741,734,c), +(741,737,l), +(915,780,o), +(1024,906,o), +(1024,1064,cs), +(1024,1309,o), +(852,1463,o), +(577,1463,cs), +(284,1463,o), +(93,1296,o), +(82,1031,cs), +(81,1008,l), +(131,1008,l), +(132,1032,ls), +(141,1267,o), +(312,1415,o), +(573,1415,cs), +(819,1415,o), +(974,1280,o), +(974,1064,cs), +(974,877,o), +(832,760,o), +(606,760,cs), +(420,760,l) +); +}, +{ +closed = 1; +nodes = ( +(401,1658,l), +(471,1658,l), +(471,1728,l), +(401,1728,l) +); +}, +{ +closed = 1; +nodes = ( +(684,1658,l), +(754,1658,l), +(754,1728,l), +(684,1728,l) +); +} +); +}; +layerId = "E2139C75-7122-44BD-AF6A-04C49F12A22C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ze-cy"; +}, +{ +pos = (291,523); +ref = dieresiscomb; +} +); +width = 1111; +} +); +unicode = 1246; +}, +{ +color = 10; +glyphname = "Dzeabkhasian-cy"; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = three; +} +); +width = 1033; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = three; +} +); +width = 1103; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = three; +} +); +width = 1270; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = three; +} +); +width = 1034; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = three; +} +); +width = 1248; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = three; +} +); +width = 1396; +} +); +unicode = 1248; +}, +{ +color = 10; +glyphname = "Imacron-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (348,503); +ref = macroncomb; +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (341,503); +ref = macroncomb; +} +); +width = 1355; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (323,443); +ref = macroncomb; +} +); +width = 1500; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (502,503); +ref = macroncomb; +} +); +width = 1284; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (500,503); +ref = macroncomb; +} +); +width = 1345; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (498,443); +ref = macroncomb; +} +); +width = 1529; +} +); +unicode = 1250; +}, +{ +color = 10; +glyphname = "Idieresis-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (372,503); +ref = dieresiscomb; +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (335,503); +ref = dieresiscomb; +} +); +width = 1355; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (301,443); +ref = dieresiscomb; +} +); +width = 1500; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (520,503); +ref = dieresiscomb; +} +); +width = 1284; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (487,503); +ref = dieresiscomb; +} +); +width = 1345; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "Ii-cy"; +}, +{ +pos = (468,443); +ref = dieresiscomb; +} +); +width = 1529; +} +); +unicode = 1252; +}, +{ +color = 10; +glyphname = "Odieresis-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +pos = (483,523); +ref = dieresiscomb; +} +); +width = 1526; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +pos = (439,523); +ref = dieresiscomb; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +pos = (383,480); +ref = dieresiscomb; +} +); +width = 1681; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = O; +}, +{ +pos = (601,523); +ref = dieresiscomb; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = O; +}, +{ +pos = (541,523); +ref = dieresiscomb; +} +); +width = 1592; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = O; +}, +{ +pos = (485,480); +ref = dieresiscomb; +} +); +width = 1681; +} +); +unicode = 1254; +}, +{ +color = 3; +glyphname = "Obarred-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,703,l), +(1489,703,l), +(1489,751,l), +(137,751,l) +); +}, +{ +ref = "O-cy"; +} +); +width = 1549; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(205,646,l), +(1458,646,l), +(1458,806,l), +(205,806,l) +); +}, +{ +ref = "O-cy"; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(327,579,l), +(1373,579,l), +(1373,875,l), +(327,875,l) +); +}, +{ +ref = "O-cy"; +} +); +width = 1681; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(197,703,l), +(1519,703,l), +(1519,751,l), +(197,751,l) +); +}, +{ +ref = "O-cy"; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(265,646,l), +(1518,646,l), +(1518,806,l), +(265,806,l) +); +}, +{ +ref = "O-cy"; +} +); +width = 1592; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(427,579,l), +(1473,579,l), +(1473,875,l), +(427,875,l) +); +}, +{ +ref = "O-cy"; +} +); +width = 1681; +} +); +metricLeft = O; +metricRight = O; +unicode = 1256; +}, +{ +color = 10; +glyphname = "Obarreddieresis-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Obarred-cy"; +}, +{ +pos = (483,523); +ref = dieresiscomb; +} +); +width = 1549; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Obarred-cy"; +}, +{ +pos = (439,523); +ref = dieresiscomb; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Obarred-cy"; +}, +{ +pos = (383,480); +ref = dieresiscomb; +} +); +width = 1681; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Obarred-cy"; +}, +{ +pos = (601,523); +ref = dieresiscomb; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "Obarred-cy"; +}, +{ +pos = (541,523); +ref = dieresiscomb; +} +); +width = 1592; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "Obarred-cy"; +}, +{ +pos = (485,480); +ref = dieresiscomb; +} +); +width = 1681; +} +); +unicode = 1258; +}, +{ +color = 10; +glyphname = "Edieresis-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (738,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1406,1152,o), +(1118,1463,o), +(728,1463,cs), +(391,1463,o), +(110,1262,o), +(60,985,c), +(108,972,l), +(157,1229,o), +(417,1415,o), +(728,1415,cs), +(1089,1415,o), +(1356,1124,o), +(1364,722,c), +(1356,320,o), +(1089,29,o), +(728,29,cs), +(416,29,o), +(156,210,o), +(108,461,c), +(60,449,l), +(109,178,o), +(390,-19,o), +(728,-19,cs), +(1118,-19,o), +(1406,292,o), +(1414,722,c) +); +}, +{ +closed = 1; +nodes = ( +(454,698,l), +(1378,698,l), +(1378,746,l), +(454,746,l) +); +}, +{ +closed = 1; +nodes = ( +(562,1658,l), +(632,1658,l), +(632,1728,l), +(562,1728,l) +); +}, +{ +closed = 1; +nodes = ( +(845,1658,l), +(915,1658,l), +(915,1728,l), +(845,1728,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (452,523); +ref = dieresiscomb; +} +); +width = 1474; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (708,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1407,1152,o), +(1110,1463,o), +(708,1463,cs), +(378,1463,o), +(111,1261,o), +(60,981,c), +(238,932,l), +(284,1147,o), +(481,1303,o), +(708,1303,cs), +(1000,1303,o), +(1217,1059,o), +(1223,722,c), +(1217,385,o), +(1000,141,o), +(708,141,cs), +(480,141,o), +(282,301,o), +(235,522,c), +(60,463,l), +(111,183,o), +(378,-19,o), +(708,-19,cs), +(1110,-19,o), +(1407,292,o), +(1414,722,c) +); +}, +{ +closed = 1; +nodes = ( +(511,637,l), +(1348,637,l), +(1348,807,l), +(511,807,l) +); +}, +{ +closed = 1; +nodes = ( +(465,1584,l), +(645,1584,l), +(645,1763,l), +(465,1763,l) +); +}, +{ +closed = 1; +nodes = ( +(772,1584,l), +(952,1584,l), +(952,1763,l), +(772,1763,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (355,523); +ref = dieresiscomb; +} +); +width = 1474; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (709,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1466,1161,o), +(1150,1479,o), +(719,1479,cs), +(413,1479,o), +(137,1309,o), +(60,1075,c), +(404,928,l), +(455,1050,o), +(587,1139,o), +(719,1139,cs), +(918,1139,o), +(1062,964,o), +(1062,722,cs), +(1062,480,o), +(918,304,o), +(719,304,cs), +(586,304,o), +(454,393,o), +(404,515,c), +(60,388,l), +(144,142,o), +(421,-36,o), +(719,-36,cs), +(1150,-36,o), +(1466,282,o), +(1473,721,c) +); +}, +{ +closed = 1; +nodes = ( +(503,572,l), +(1104,572,l), +(1104,872,l), +(503,872,l) +); +}, +{ +closed = 1; +nodes = ( +(360,1641,l), +(638,1641,l), +(638,1884,l), +(360,1884,l) +); +}, +{ +closed = 1; +nodes = ( +(775,1641,l), +(1053,1641,l), +(1053,1884,l), +(775,1884,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (250,479); +ref = dieresiscomb; +} +); +width = 1533; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (912,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1525,1152,o), +(1292,1463,o), +(902,1463,cs), +(570,1463,o), +(258,1262,o), +(159,985,c), +(205,972,l), +(299,1229,o), +(588,1415,o), +(893,1415,cs), +(1254,1415,o), +(1470,1124,o), +(1407,722,c), +(1329,320,o), +(1011,29,o), +(649,29,cs), +(343,29,o), +(119,210,o), +(115,461,c), +(65,449,l), +(66,178,o), +(308,-19,o), +(640,-19,cs), +(1031,-19,o), +(1374,292,o), +(1457,722,c) +); +}, +{ +closed = 1; +nodes = ( +(493,698,l), +(1417,698,l), +(1425,746,l), +(501,746,l) +); +}, +{ +closed = 1; +nodes = ( +(769,1648,l), +(839,1648,l), +(853,1718,l), +(783,1718,l) +); +}, +{ +closed = 1; +nodes = ( +(1052,1648,l), +(1122,1648,l), +(1136,1718,l), +(1066,1718,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Ereversed-cy"; +}, +{ +alignment = -1; +pos = (529,523); +ref = dieresiscomb; +} +); +width = 1454; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (901,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1544,1152,o), +(1302,1463,o), +(901,1463,cs), +(570,1463,o), +(258,1261,o), +(158,981,c), +(337,932,l), +(418,1141,o), +(642,1293,o), +(871,1293,cs), +(1163,1293,o), +(1337,1053,o), +(1285,722,c), +(1220,391,o), +(961,151,o), +(669,151,cs), +(435,151,o), +(260,307,o), +(252,522,c), +(66,463,l), +(68,183,o), +(309,-19,o), +(639,-19,cs), +(1042,-19,o), +(1393,292,o), +(1476,722,c) +); +}, +{ +closed = 1; +nodes = ( +(558,637,l), +(1395,637,l), +(1425,807,l), +(588,807,l) +); +}, +{ +closed = 1; +nodes = ( +(683,1574,l), +(863,1574,l), +(900,1753,l), +(721,1753,l) +); +}, +{ +closed = 1; +nodes = ( +(990,1574,l), +(1170,1574,l), +(1207,1753,l), +(1028,1753,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Ereversed-cy"; +}, +{ +alignment = -1; +pos = (465,523); +ref = dieresiscomb; +} +); +width = 1633; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (1054,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1594,1161,o), +(1333,1479,o), +(903,1479,cs), +(597,1479,o), +(290,1309,o), +(172,1075,c), +(490,928,l), +(562,1050,o), +(711,1139,o), +(843,1139,cs), +(1042,1139,o), +(1155,964,o), +(1112,722,cs), +(1070,480,o), +(894,304,o), +(695,304,cs), +(563,304,o), +(446,393,o), +(418,515,c), +(51,388,l), +(92,142,o), +(337,-36,o), +(635,-36,cs), +(1066,-36,o), +(1439,282,o), +(1523,721,c) +); +}, +{ +closed = 1; +nodes = ( +(527,572,l), +(1128,572,l), +(1181,872,l), +(580,872,l) +); +}, +{ +closed = 1; +nodes = ( +(779,1641,l), +(1057,1641,l), +(1109,1884,l), +(831,1884,l) +); +}, +{ +closed = 1; +nodes = ( +(1194,1641,l), +(1472,1641,l), +(1524,1884,l), +(1246,1884,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Ereversed-cy"; +}, +{ +alignment = -1; +pos = (539,479); +ref = dieresiscomb; +} +); +width = 1687; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (1054,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1594,1161,o), +(1333,1479,o), +(903,1479,cs), +(597,1479,o), +(290,1309,o), +(172,1075,c), +(490,928,l), +(562,1050,o), +(711,1139,o), +(843,1139,cs), +(1042,1139,o), +(1155,964,o), +(1112,722,cs), +(1070,480,o), +(894,304,o), +(695,304,cs), +(563,304,o), +(446,393,o), +(418,515,c), +(51,388,l), +(92,142,o), +(337,-36,o), +(635,-36,cs), +(1066,-36,o), +(1439,282,o), +(1523,721,c) +); +}, +{ +closed = 1; +nodes = ( +(527,572,l), +(1128,572,l), +(1181,872,l), +(580,872,l) +); +}, +{ +closed = 1; +nodes = ( +(779,1641,l), +(1057,1641,l), +(1109,1884,l), +(831,1884,l) +); +}, +{ +closed = 1; +nodes = ( +(1194,1641,l), +(1472,1641,l), +(1524,1884,l), +(1246,1884,l) +); +} +); +}; +layerId = "BACDCAAE-D00F-4217-A24D-19AB9D40C200"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ereversed-cy"; +}, +{ +alignment = -1; +pos = (539,479); +ref = dieresiscomb; +} +); +width = 1687; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (901,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1544,1152,o), +(1302,1463,o), +(901,1463,cs), +(570,1463,o), +(258,1261,o), +(158,981,c), +(337,932,l), +(418,1141,o), +(642,1293,o), +(871,1293,cs), +(1163,1293,o), +(1337,1053,o), +(1285,722,c), +(1220,391,o), +(961,151,o), +(669,151,cs), +(435,151,o), +(260,307,o), +(252,522,c), +(66,463,l), +(68,183,o), +(309,-19,o), +(639,-19,cs), +(1042,-19,o), +(1393,292,o), +(1476,722,c) +); +}, +{ +closed = 1; +nodes = ( +(558,637,l), +(1395,637,l), +(1425,807,l), +(588,807,l) +); +}, +{ +closed = 1; +nodes = ( +(683,1574,l), +(863,1574,l), +(900,1753,l), +(721,1753,l) +); +}, +{ +closed = 1; +nodes = ( +(990,1574,l), +(1170,1574,l), +(1207,1753,l), +(1028,1753,l) +); +} +); +}; +layerId = "1AC5FCC5-7CA4-4BD9-AD20-5683CE320A01"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ereversed-cy"; +}, +{ +alignment = -1; +pos = (465,523); +ref = dieresiscomb; +} +); +width = 1633; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (709,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1466,1161,o), +(1150,1479,o), +(719,1479,cs), +(413,1479,o), +(137,1309,o), +(60,1075,c), +(404,928,l), +(455,1050,o), +(587,1139,o), +(719,1139,cs), +(918,1139,o), +(1062,964,o), +(1062,722,cs), +(1062,480,o), +(918,304,o), +(719,304,cs), +(586,304,o), +(454,393,o), +(404,515,c), +(60,388,l), +(144,142,o), +(421,-36,o), +(719,-36,cs), +(1150,-36,o), +(1466,282,o), +(1473,721,c) +); +}, +{ +closed = 1; +nodes = ( +(503,572,l), +(1104,572,l), +(1104,872,l), +(503,872,l) +); +}, +{ +closed = 1; +nodes = ( +(360,1641,l), +(638,1641,l), +(638,1884,l), +(360,1884,l) +); +}, +{ +closed = 1; +nodes = ( +(775,1641,l), +(1053,1641,l), +(1053,1884,l), +(775,1884,l) +); +} +); +}; +layerId = "A21C4102-21B6-4A28-9B0F-A871878FAF08"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (250,479); +ref = dieresiscomb; +} +); +width = 1533; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (912,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1525,1152,o), +(1292,1463,o), +(902,1463,cs), +(570,1463,o), +(258,1262,o), +(159,985,c), +(205,972,l), +(299,1229,o), +(588,1415,o), +(893,1415,cs), +(1254,1415,o), +(1470,1124,o), +(1407,722,c), +(1329,320,o), +(1011,29,o), +(649,29,cs), +(343,29,o), +(119,210,o), +(115,461,c), +(65,449,l), +(66,178,o), +(308,-19,o), +(640,-19,cs), +(1031,-19,o), +(1374,292,o), +(1457,722,c) +); +}, +{ +closed = 1; +nodes = ( +(493,698,l), +(1417,698,l), +(1425,746,l), +(501,746,l) +); +}, +{ +closed = 1; +nodes = ( +(769,1648,l), +(839,1648,l), +(853,1718,l), +(783,1718,l) +); +}, +{ +closed = 1; +nodes = ( +(1052,1648,l), +(1122,1648,l), +(1136,1718,l), +(1066,1718,l) +); +} +); +}; +layerId = "60B1039E-E5AC-45C5-80B5-8E48741F5B7E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Ereversed-cy"; +}, +{ +alignment = -1; +pos = (529,523); +ref = dieresiscomb; +} +); +width = 1454; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (708,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1407,1152,o), +(1110,1463,o), +(708,1463,cs), +(378,1463,o), +(111,1261,o), +(60,981,c), +(238,932,l), +(284,1147,o), +(481,1303,o), +(708,1303,cs), +(1000,1303,o), +(1217,1059,o), +(1223,722,c), +(1217,385,o), +(1000,141,o), +(708,141,cs), +(480,141,o), +(282,301,o), +(235,522,c), +(60,463,l), +(111,183,o), +(378,-19,o), +(708,-19,cs), +(1110,-19,o), +(1407,292,o), +(1414,722,c) +); +}, +{ +closed = 1; +nodes = ( +(511,637,l), +(1348,637,l), +(1348,807,l), +(511,807,l) +); +}, +{ +closed = 1; +nodes = ( +(465,1584,l), +(645,1584,l), +(645,1763,l), +(465,1763,l) +); +}, +{ +closed = 1; +nodes = ( +(772,1584,l), +(952,1584,l), +(952,1763,l), +(772,1763,l) +); +} +); +}; +layerId = "E78759C1-B917-4228-81E4-9A76FDB7F477"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (355,523); +ref = dieresiscomb; +} +); +width = 1474; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (738,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1406,1152,o), +(1118,1463,o), +(728,1463,cs), +(391,1463,o), +(110,1262,o), +(60,985,c), +(108,972,l), +(157,1229,o), +(417,1415,o), +(728,1415,cs), +(1089,1415,o), +(1356,1124,o), +(1364,722,c), +(1356,320,o), +(1089,29,o), +(728,29,cs), +(416,29,o), +(156,210,o), +(108,461,c), +(60,449,l), +(109,178,o), +(390,-19,o), +(728,-19,cs), +(1118,-19,o), +(1406,292,o), +(1414,722,c) +); +}, +{ +closed = 1; +nodes = ( +(454,698,l), +(1378,698,l), +(1378,746,l), +(454,746,l) +); +}, +{ +closed = 1; +nodes = ( +(562,1658,l), +(632,1658,l), +(632,1728,l), +(562,1728,l) +); +}, +{ +closed = 1; +nodes = ( +(845,1658,l), +(915,1658,l), +(915,1728,l), +(845,1728,l) +); +} +); +}; +layerId = "340B8B75-20CC-46B2-9A77-6CFAEC1AAA66"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Ereversed-cy"; +}, +{ +pos = (452,523); +ref = dieresiscomb; +} +); +width = 1474; +} +); +unicode = 1260; +}, +{ +color = 10; +glyphname = "Umacron-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (547,1666); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,301,l), +(507,228,o), +(477,162,o), +(455,118,cs), +(427,61,o), +(385,29,o), +(339,29,cs), +(292,29,o), +(252,32,o), +(226,37,c), +(215,-11,l), +(247,-17,o), +(292,-20,o), +(341,-20,cs), +(408,-20,o), +(465,23,o), +(501,101,cs), +(544,193,o), +(550,210,o), +(593,302,c), +(1094,1443,l), +(1039,1443,l), +(568,369,l), +(562,369,l), +(74,1444,l), +(20,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(357,1634,l), +(738,1634,l), +(738,1682,l), +(357,1682,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (247,503); +ref = macroncomb; +} +); +width = 1114; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (555,1731); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(490,311,o), +(477,274,o), +(463,240,cs), +(439,180,o), +(398,142,o), +(357,142,cs), +(315,142,o), +(254,150,o), +(198,162,c), +(167,8,l), +(232,-9,o), +(312,-19,o), +(376,-19,cs), +(461,-19,o), +(542,26,o), +(585,98,cs), +(601,120,o), +(641,210,o), +(690,331,c), +(1100,1443,l), +(906,1443,l), +(590,562,l), +(578,562,l), +(206,1444,l), +(10,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(318,1591,l), +(789,1591,l), +(789,1731,l), +(318,1731,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (208,503); +ref = macroncomb; +} +); +width = 1110; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (666,1831); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(481,348,l), +(479,335,o), +(476,322,o), +(472,313,cs), +(458,280,o), +(431,261,o), +(397,261,cs), +(357,261,o), +(308,268,o), +(258,281,c), +(208,-2,l), +(303,-23,o), +(417,-35,o), +(525,-35,cs), +(638,-35,o), +(729,10,o), +(779,91,cs), +(789,107,o), +(829,198,o), +(893,345,c), +(1322,1444,l), +(885,1444,l), +(685,733,l), +(672,733,l), +(449,1445,l), +(10,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(339,1616,l), +(992,1616,l), +(992,1856,l), +(339,1856,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (229,443); +ref = macroncomb; +} +); +width = 1332; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (773,1666); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(522,301,l), +(479,228,o), +(437,162,o), +(407,118,cs), +(369,61,o), +(322,29,o), +(276,29,cs), +(229,29,o), +(189,32,o), +(164,37,c), +(145,-11,l), +(175,-17,o), +(220,-20,o), +(269,-20,cs), +(336,-20,o), +(401,23,o), +(450,101,cs), +(509,193,o), +(518,210,o), +(578,302,c), +(1280,1443,l), +(1225,1443,l), +(565,369,l), +(559,369,l), +(260,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(578,1634,l), +(959,1634,l), +(969,1682,l), +(588,1682,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (337,503); +ref = macroncomb; +} +); +width = 1094; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (836,1731); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(486,311,o), +(467,274,o), +(447,240,cs), +(412,180,o), +(364,142,o), +(323,142,cs), +(281,142,o), +(222,150,o), +(168,162,c), +(110,8,l), +(172,-9,o), +(250,-19,o), +(314,-19,cs), +(399,-19,o), +(488,26,o), +(544,98,cs), +(564,120,o), +(619,210,o), +(690,331,c), +(1296,1443,l), +(1102,1443,l), +(630,562,l), +(618,562,l), +(402,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(554,1591,l), +(1025,1591,l), +(1055,1731,l), +(584,1731,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (328,503); +ref = macroncomb; +} +); +width = 1210; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (946,1831); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(478,348,l), +(474,335,o), +(468,322,o), +(463,313,cs), +(443,280,o), +(413,261,o), +(379,261,cs), +(339,261,o), +(291,268,o), +(243,281,c), +(143,-2,l), +(235,-23,o), +(347,-35,o), +(455,-35,cs), +(568,-35,o), +(666,10,o), +(731,91,cs), +(744,107,o), +(800,198,o), +(890,345,c), +(1512,1444,l), +(1075,1444,l), +(750,733,l), +(737,733,l), +(639,1445,l), +(200,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(573,1616,l), +(1226,1616,l), +(1278,1856,l), +(625,1856,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (331,443); +ref = macroncomb; +} +); +width = 1392; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (946,1831); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(478,348,l), +(474,335,o), +(468,322,o), +(463,313,cs), +(443,280,o), +(413,261,o), +(379,261,cs), +(339,261,o), +(291,268,o), +(243,281,c), +(143,-2,l), +(235,-23,o), +(347,-35,o), +(455,-35,cs), +(568,-35,o), +(666,10,o), +(731,91,cs), +(744,107,o), +(800,198,o), +(890,345,c), +(1512,1444,l), +(1075,1444,l), +(750,733,l), +(737,733,l), +(639,1445,l), +(200,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(573,1616,l), +(1226,1616,l), +(1278,1856,l), +(625,1856,l) +); +} +); +}; +layerId = "F26EA4DF-2920-45FC-9D8D-AC15ADB91430"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (331,443); +ref = macroncomb; +} +); +width = 1392; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (836,1731); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(486,311,o), +(467,274,o), +(447,240,cs), +(412,180,o), +(364,142,o), +(323,142,cs), +(281,142,o), +(222,150,o), +(168,162,c), +(110,8,l), +(172,-9,o), +(250,-19,o), +(314,-19,cs), +(399,-19,o), +(488,26,o), +(544,98,cs), +(564,120,o), +(619,210,o), +(690,331,c), +(1296,1443,l), +(1102,1443,l), +(630,562,l), +(618,562,l), +(402,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(554,1591,l), +(1025,1591,l), +(1055,1731,l), +(584,1731,l) +); +} +); +}; +layerId = "F1415090-8110-4C8E-854F-B5B430D30AC2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (328,503); +ref = macroncomb; +} +); +width = 1210; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (666,1831); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(481,348,l), +(479,335,o), +(476,322,o), +(472,313,cs), +(458,280,o), +(431,261,o), +(397,261,cs), +(357,261,o), +(308,268,o), +(258,281,c), +(208,-2,l), +(303,-23,o), +(417,-35,o), +(525,-35,cs), +(638,-35,o), +(729,10,o), +(779,91,cs), +(789,107,o), +(829,198,o), +(893,345,c), +(1322,1444,l), +(885,1444,l), +(685,733,l), +(672,733,l), +(449,1445,l), +(10,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(339,1616,l), +(992,1616,l), +(992,1856,l), +(339,1856,l) +); +} +); +}; +layerId = "61135EAD-8177-4AFA-8065-5CF486090426"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (229,443); +ref = macroncomb; +} +); +width = 1332; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (773,1666); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(522,301,l), +(479,228,o), +(437,162,o), +(407,118,cs), +(369,61,o), +(322,29,o), +(276,29,cs), +(229,29,o), +(189,32,o), +(164,37,c), +(145,-11,l), +(175,-17,o), +(220,-20,o), +(269,-20,cs), +(336,-20,o), +(401,23,o), +(450,101,cs), +(509,193,o), +(518,210,o), +(578,302,c), +(1280,1443,l), +(1225,1443,l), +(565,369,l), +(559,369,l), +(260,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(578,1634,l), +(959,1634,l), +(969,1682,l), +(588,1682,l) +); +} +); +}; +layerId = "A0B59ACA-F1AA-4DD0-B70F-3ECE67F36FA7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (337,503); +ref = macroncomb; +} +); +width = 1094; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (555,1731); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(490,311,o), +(477,274,o), +(463,240,cs), +(439,180,o), +(398,142,o), +(357,142,cs), +(315,142,o), +(254,150,o), +(198,162,c), +(167,8,l), +(232,-9,o), +(312,-19,o), +(376,-19,cs), +(461,-19,o), +(542,26,o), +(585,98,cs), +(601,120,o), +(641,210,o), +(690,331,c), +(1100,1443,l), +(906,1443,l), +(590,562,l), +(578,562,l), +(206,1444,l), +(10,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(318,1591,l), +(789,1591,l), +(789,1731,l), +(318,1731,l) +); +} +); +}; +layerId = "70AC6585-FFAE-405D-A625-76844EFE3CAD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (208,503); +ref = macroncomb; +} +); +width = 1110; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (547,1666); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,301,l), +(507,228,o), +(477,162,o), +(455,118,cs), +(427,61,o), +(385,29,o), +(339,29,cs), +(292,29,o), +(252,32,o), +(226,37,c), +(215,-11,l), +(247,-17,o), +(292,-20,o), +(341,-20,cs), +(408,-20,o), +(465,23,o), +(501,101,cs), +(544,193,o), +(550,210,o), +(593,302,c), +(1094,1443,l), +(1039,1443,l), +(568,369,l), +(562,369,l), +(74,1444,l), +(20,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(357,1634,l), +(738,1634,l), +(738,1682,l), +(357,1682,l) +); +} +); +}; +layerId = "8C0E7B5C-6418-4A3B-894C-D7E5E62D37AF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (247,503); +ref = macroncomb; +} +); +width = 1114; +} +); +unicode = 1262; +}, +{ +color = 10; +glyphname = "Udieresis-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (557,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,301,l), +(507,228,o), +(477,162,o), +(455,118,cs), +(427,61,o), +(385,29,o), +(339,29,cs), +(292,29,o), +(252,32,o), +(226,37,c), +(215,-11,l), +(247,-17,o), +(292,-20,o), +(341,-20,cs), +(408,-20,o), +(465,23,o), +(501,101,cs), +(544,193,o), +(550,210,o), +(593,302,c), +(1094,1443,l), +(1039,1443,l), +(568,369,l), +(562,369,l), +(74,1444,l), +(20,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(381,1638,l), +(451,1638,l), +(451,1708,l), +(381,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(664,1638,l), +(734,1638,l), +(734,1708,l), +(664,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (271,503); +ref = dieresiscomb; +} +); +width = 1114; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (555,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(490,311,o), +(477,274,o), +(463,240,cs), +(439,180,o), +(398,142,o), +(357,142,cs), +(315,142,o), +(254,150,o), +(198,162,c), +(167,8,l), +(232,-9,o), +(312,-19,o), +(376,-19,cs), +(461,-19,o), +(542,26,o), +(585,98,cs), +(601,120,o), +(641,210,o), +(690,331,c), +(1100,1443,l), +(906,1443,l), +(590,562,l), +(578,562,l), +(206,1444,l), +(10,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(312,1564,l), +(492,1564,l), +(492,1743,l), +(312,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(619,1564,l), +(799,1564,l), +(799,1743,l), +(619,1743,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (202,503); +ref = dieresiscomb; +} +); +width = 1110; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (666,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(481,348,l), +(479,335,o), +(476,322,o), +(472,313,cs), +(458,280,o), +(431,261,o), +(397,261,cs), +(357,261,o), +(308,268,o), +(258,281,c), +(208,-2,l), +(303,-23,o), +(417,-35,o), +(525,-35,cs), +(638,-35,o), +(729,10,o), +(779,91,cs), +(789,107,o), +(829,198,o), +(893,345,c), +(1322,1444,l), +(885,1444,l), +(685,733,l), +(672,733,l), +(449,1445,l), +(10,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(317,1605,l), +(595,1605,l), +(595,1848,l), +(317,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(732,1605,l), +(1010,1605,l), +(1010,1848,l), +(732,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (207,443); +ref = dieresiscomb; +} +); +width = 1332; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (743,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(522,301,l), +(479,228,o), +(437,162,o), +(407,118,cs), +(369,61,o), +(322,29,o), +(276,29,cs), +(229,29,o), +(189,32,o), +(164,37,c), +(145,-11,l), +(175,-17,o), +(220,-20,o), +(269,-20,cs), +(336,-20,o), +(401,23,o), +(450,101,cs), +(509,193,o), +(518,210,o), +(578,302,c), +(1280,1443,l), +(1225,1443,l), +(565,369,l), +(559,369,l), +(260,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(595,1628,l), +(665,1628,l), +(679,1698,l), +(609,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(878,1628,l), +(948,1628,l), +(962,1698,l), +(892,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (355,503); +ref = dieresiscomb; +} +); +width = 1094; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (751,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(486,311,o), +(467,274,o), +(447,240,cs), +(412,180,o), +(364,142,o), +(323,142,cs), +(281,142,o), +(222,150,o), +(168,162,c), +(110,8,l), +(172,-9,o), +(250,-19,o), +(314,-19,cs), +(399,-19,o), +(488,26,o), +(544,98,cs), +(564,120,o), +(619,210,o), +(690,331,c), +(1296,1443,l), +(1102,1443,l), +(630,562,l), +(618,562,l), +(402,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(533,1554,l), +(713,1554,l), +(750,1733,l), +(571,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(840,1554,l), +(1020,1554,l), +(1057,1733,l), +(878,1733,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (315,503); +ref = dieresiscomb; +} +); +width = 1210; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (856,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(478,348,l), +(474,335,o), +(468,322,o), +(463,313,cs), +(443,280,o), +(413,261,o), +(379,261,cs), +(339,261,o), +(291,268,o), +(243,281,c), +(143,-2,l), +(235,-23,o), +(347,-35,o), +(455,-35,cs), +(568,-35,o), +(666,10,o), +(731,91,cs), +(744,107,o), +(800,198,o), +(890,345,c), +(1512,1444,l), +(1075,1444,l), +(750,733,l), +(737,733,l), +(639,1445,l), +(200,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(541,1605,l), +(819,1605,l), +(871,1848,l), +(593,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(956,1605,l), +(1234,1605,l), +(1286,1848,l), +(1008,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (301,443); +ref = dieresiscomb; +} +); +width = 1392; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (856,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(478,348,l), +(474,335,o), +(468,322,o), +(463,313,cs), +(443,280,o), +(413,261,o), +(379,261,cs), +(339,261,o), +(291,268,o), +(243,281,c), +(143,-2,l), +(235,-23,o), +(347,-35,o), +(455,-35,cs), +(568,-35,o), +(666,10,o), +(731,91,cs), +(744,107,o), +(800,198,o), +(890,345,c), +(1512,1444,l), +(1075,1444,l), +(750,733,l), +(737,733,l), +(639,1445,l), +(200,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(541,1605,l), +(819,1605,l), +(871,1848,l), +(593,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(956,1605,l), +(1234,1605,l), +(1286,1848,l), +(1008,1848,l) +); +} +); +}; +layerId = "68A4DEDB-EC95-43C4-90A0-75577A8C5D68"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (301,443); +ref = dieresiscomb; +} +); +width = 1392; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (751,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(486,311,o), +(467,274,o), +(447,240,cs), +(412,180,o), +(364,142,o), +(323,142,cs), +(281,142,o), +(222,150,o), +(168,162,c), +(110,8,l), +(172,-9,o), +(250,-19,o), +(314,-19,cs), +(399,-19,o), +(488,26,o), +(544,98,cs), +(564,120,o), +(619,210,o), +(690,331,c), +(1296,1443,l), +(1102,1443,l), +(630,562,l), +(618,562,l), +(402,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(533,1554,l), +(713,1554,l), +(750,1733,l), +(571,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(840,1554,l), +(1020,1554,l), +(1057,1733,l), +(878,1733,l) +); +} +); +}; +layerId = "9448DA2E-05BF-47DD-9EC8-C88E9955F0BE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "U-cy"; +}, +{ +alignment = -1; +pos = (315,503); +ref = dieresiscomb; +} +); +width = 1210; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (666,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(481,348,l), +(479,335,o), +(476,322,o), +(472,313,cs), +(458,280,o), +(431,261,o), +(397,261,cs), +(357,261,o), +(308,268,o), +(258,281,c), +(208,-2,l), +(303,-23,o), +(417,-35,o), +(525,-35,cs), +(638,-35,o), +(729,10,o), +(779,91,cs), +(789,107,o), +(829,198,o), +(893,345,c), +(1322,1444,l), +(885,1444,l), +(685,733,l), +(672,733,l), +(449,1445,l), +(10,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(317,1605,l), +(595,1605,l), +(595,1848,l), +(317,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(732,1605,l), +(1010,1605,l), +(1010,1848,l), +(732,1848,l) +); +} +); +}; +layerId = "4B14E89A-9A87-419B-B7C5-68C7BB6DCCFE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (207,443); +ref = dieresiscomb; +} +); +width = 1332; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (743,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(522,301,l), +(479,228,o), +(437,162,o), +(407,118,cs), +(369,61,o), +(322,29,o), +(276,29,cs), +(229,29,o), +(189,32,o), +(164,37,c), +(145,-11,l), +(175,-17,o), +(220,-20,o), +(269,-20,cs), +(336,-20,o), +(401,23,o), +(450,101,cs), +(509,193,o), +(518,210,o), +(578,302,c), +(1280,1443,l), +(1225,1443,l), +(565,369,l), +(559,369,l), +(260,1444,l), +(206,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(595,1628,l), +(665,1628,l), +(679,1698,l), +(609,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(878,1628,l), +(948,1628,l), +(962,1698,l), +(892,1698,l) +); +} +); +}; +layerId = "230982B5-A025-480A-9D29-710020591D17"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (355,503); +ref = dieresiscomb; +} +); +width = 1094; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (555,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(495,334,l), +(490,311,o), +(477,274,o), +(463,240,cs), +(439,180,o), +(398,142,o), +(357,142,cs), +(315,142,o), +(254,150,o), +(198,162,c), +(167,8,l), +(232,-9,o), +(312,-19,o), +(376,-19,cs), +(461,-19,o), +(542,26,o), +(585,98,cs), +(601,120,o), +(641,210,o), +(690,331,c), +(1100,1443,l), +(906,1443,l), +(590,562,l), +(578,562,l), +(206,1444,l), +(10,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(312,1564,l), +(492,1564,l), +(492,1743,l), +(312,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(619,1564,l), +(799,1564,l), +(799,1743,l), +(619,1743,l) +); +} +); +}; +layerId = "6456923B-2B67-48F6-AD54-4F8E60C3DCE9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (202,503); +ref = dieresiscomb; +} +); +width = 1110; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (557,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,301,l), +(507,228,o), +(477,162,o), +(455,118,cs), +(427,61,o), +(385,29,o), +(339,29,cs), +(292,29,o), +(252,32,o), +(226,37,c), +(215,-11,l), +(247,-17,o), +(292,-20,o), +(341,-20,cs), +(408,-20,o), +(465,23,o), +(501,101,cs), +(544,193,o), +(550,210,o), +(593,302,c), +(1094,1443,l), +(1039,1443,l), +(568,369,l), +(562,369,l), +(74,1444,l), +(20,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(381,1638,l), +(451,1638,l), +(451,1708,l), +(381,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(664,1638,l), +(734,1638,l), +(734,1708,l), +(664,1708,l) +); +} +); +}; +layerId = "DBA30B2C-20C0-4DED-BF22-1D7C319D5E92"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (271,503); +ref = dieresiscomb; +} +); +width = 1114; +} +); +unicode = 1264; +}, +{ +color = 10; +glyphname = "Uhungarumlaut-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (277,503); +ref = hungarumlautcomb; +} +); +width = 1114; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (243,503); +ref = hungarumlautcomb; +} +); +width = 1110; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (186,443); +ref = hungarumlautcomb; +} +); +width = 1332; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (373,503); +ref = hungarumlautcomb; +} +); +width = 1094; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (355,503); +ref = hungarumlautcomb; +} +); +width = 1110; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "U-cy"; +}, +{ +pos = (281,443); +ref = hungarumlautcomb; +} +); +width = 1332; +} +); +unicode = 1266; +}, +{ +color = 10; +glyphname = "Chedieresis-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1126,0); +}, +{ +name = top; +pos = (593,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(994,678,o), +(818,546,o), +(572,546,cs), +(313,546,o), +(150,683,o), +(150,900,cs), +(150,1443,l), +(100,1443,l), +(100,900,ls), +(100,653,o), +(282,498,o), +(572,498,cs), +(783,498,o), +(957,593,o), +(1023,745,c), +(1026,745,l), +(1026,0,l), +(1076,0,l), +(1076,1443,l), +(1026,1443,l), +(1026,889,l) +); +}, +{ +closed = 1; +nodes = ( +(417,1638,l), +(487,1638,l), +(487,1708,l), +(417,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(700,1638,l), +(770,1638,l), +(770,1708,l), +(700,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (307,503); +ref = dieresiscomb; +} +); +width = 1176; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1210,0); +}, +{ +name = top; +pos = (635,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(966,726,o), +(831,628,o), +(629,628,cs), +(415,628,o), +(280,728,o), +(280,886,cs), +(280,1443,l), +(100,1443,l), +(100,875,ls), +(100,625,o), +(293,468,o), +(600,468,cs), +(763,468,o), +(905,530,o), +(968,628,c), +(980,628,l), +(980,0,l), +(1160,0,l), +(1160,1443,l), +(980,1443,l), +(980,881,l) +); +}, +{ +closed = 1; +nodes = ( +(392,1564,l), +(572,1564,l), +(572,1743,l), +(392,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(699,1564,l), +(879,1564,l), +(879,1743,l), +(699,1743,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (282,503); +ref = dieresiscomb; +} +); +width = 1260; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1470,0); +}, +{ +name = top; +pos = (765,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1010,772,o), +(911,694,o), +(754,695,cs), +(604,695,o), +(510,773,o), +(510,897,cs), +(510,1443,l), +(100,1443,l), +(100,819,ls), +(100,567,o), +(295,409,o), +(606,409,cs), +(781,409,o), +(930,470,o), +(992,566,c), +(1010,566,l), +(1010,0,l), +(1420,0,l), +(1420,1443,l), +(1010,1443,l), +(1010,897,ls) +); +}, +{ +closed = 1; +nodes = ( +(416,1605,l), +(694,1605,l), +(694,1848,l), +(416,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(831,1605,l), +(1109,1605,l), +(1109,1848,l), +(831,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (306,443); +ref = dieresiscomb; +} +); +width = 1520; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1016,0); +}, +{ +name = top; +pos = (789,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1028,678,o), +(824,546,o), +(578,546,cs), +(319,546,o), +(185,683,o), +(231,900,cs), +(346,1443,l), +(296,1443,l), +(181,900,ls), +(128,653,o), +(277,498,o), +(567,498,cs), +(778,498,o), +(973,593,o), +(1071,745,c), +(1074,745,l), +(916,0,l), +(966,0,l), +(1272,1443,l), +(1222,1443,l), +(1105,889,l) +); +}, +{ +closed = 1; +nodes = ( +(616,1628,l), +(686,1628,l), +(700,1698,l), +(630,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(899,1628,l), +(969,1628,l), +(983,1698,l), +(913,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "Che-cy"; +}, +{ +alignment = -1; +pos = (376,503); +ref = dieresiscomb; +} +); +width = 1237; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1100,0); +}, +{ +name = top; +pos = (831,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1010,726,o), +(854,628,o), +(652,628,cs), +(438,628,o), +(324,728,o), +(358,886,cs), +(476,1443,l), +(296,1443,l), +(176,875,ls), +(122,625,o), +(282,468,o), +(589,468,cs), +(752,468,o), +(907,530,o), +(991,628,c), +(1003,628,l), +(870,0,l), +(1050,0,l), +(1356,1443,l), +(1176,1443,l), +(1057,881,l) +); +}, +{ +closed = 1; +nodes = ( +(553,1554,l), +(733,1554,l), +(770,1733,l), +(591,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(860,1554,l), +(1040,1554,l), +(1077,1733,l), +(898,1733,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Che-cy"; +}, +{ +alignment = -1; +pos = (335,503); +ref = dieresiscomb; +} +); +width = 1341; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1354,0); +}, +{ +name = top; +pos = (955,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1058,772,o), +(942,694,o), +(785,695,cs), +(635,695,o), +(558,773,o), +(584,897,cs), +(700,1443,l), +(290,1443,l), +(158,819,ls), +(104,567,o), +(266,409,o), +(577,409,cs), +(752,409,o), +(914,470,o), +(996,566,c), +(1014,566,l), +(894,0,l), +(1304,0,l), +(1610,1443,l), +(1200,1443,l), +(1084,897,ls) +); +}, +{ +closed = 1; +nodes = ( +(610,1605,l), +(888,1605,l), +(940,1848,l), +(662,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1025,1605,l), +(1303,1605,l), +(1355,1848,l), +(1077,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Che-cy"; +}, +{ +alignment = -1; +pos = (370,443); +ref = dieresiscomb; +} +); +width = 1581; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1354,0); +}, +{ +name = top; +pos = (955,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1058,772,o), +(942,694,o), +(785,695,cs), +(635,695,o), +(558,773,o), +(584,897,cs), +(700,1443,l), +(290,1443,l), +(158,819,ls), +(104,567,o), +(266,409,o), +(577,409,cs), +(752,409,o), +(914,470,o), +(996,566,c), +(1014,566,l), +(894,0,l), +(1304,0,l), +(1610,1443,l), +(1200,1443,l), +(1084,897,ls) +); +}, +{ +closed = 1; +nodes = ( +(610,1605,l), +(888,1605,l), +(940,1848,l), +(662,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1025,1605,l), +(1303,1605,l), +(1355,1848,l), +(1077,1848,l) +); +} +); +}; +layerId = "55190D69-F197-4500-AAE1-20BFA9F09D8C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Che-cy"; +}, +{ +alignment = -1; +pos = (370,443); +ref = dieresiscomb; +} +); +width = 1581; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1100,0); +}, +{ +name = top; +pos = (831,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1010,726,o), +(854,628,o), +(652,628,cs), +(438,628,o), +(324,728,o), +(358,886,cs), +(476,1443,l), +(296,1443,l), +(176,875,ls), +(122,625,o), +(282,468,o), +(589,468,cs), +(752,468,o), +(907,530,o), +(991,628,c), +(1003,628,l), +(870,0,l), +(1050,0,l), +(1356,1443,l), +(1176,1443,l), +(1057,881,l) +); +}, +{ +closed = 1; +nodes = ( +(553,1554,l), +(733,1554,l), +(770,1733,l), +(591,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(860,1554,l), +(1040,1554,l), +(1077,1733,l), +(898,1733,l) +); +} +); +}; +layerId = "B87F99F2-EACE-4022-9F43-B5C12212264F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Che-cy"; +}, +{ +alignment = -1; +pos = (335,503); +ref = dieresiscomb; +} +); +width = 1341; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1470,0); +}, +{ +name = top; +pos = (765,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1010,772,o), +(911,694,o), +(754,695,cs), +(604,695,o), +(510,773,o), +(510,897,cs), +(510,1443,l), +(100,1443,l), +(100,819,ls), +(100,567,o), +(295,409,o), +(606,409,cs), +(781,409,o), +(930,470,o), +(992,566,c), +(1010,566,l), +(1010,0,l), +(1420,0,l), +(1420,1443,l), +(1010,1443,l), +(1010,897,ls) +); +}, +{ +closed = 1; +nodes = ( +(416,1605,l), +(694,1605,l), +(694,1848,l), +(416,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(831,1605,l), +(1109,1605,l), +(1109,1848,l), +(831,1848,l) +); +} +); +}; +layerId = "811AB6BC-BA21-4F06-9D8C-5875A85FB852"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (306,443); +ref = dieresiscomb; +} +); +width = 1520; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1016,0); +}, +{ +name = top; +pos = (789,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1028,678,o), +(824,546,o), +(578,546,cs), +(319,546,o), +(185,683,o), +(231,900,cs), +(346,1443,l), +(296,1443,l), +(181,900,ls), +(128,653,o), +(277,498,o), +(567,498,cs), +(778,498,o), +(973,593,o), +(1071,745,c), +(1074,745,l), +(916,0,l), +(966,0,l), +(1272,1443,l), +(1222,1443,l), +(1105,889,l) +); +}, +{ +closed = 1; +nodes = ( +(616,1628,l), +(686,1628,l), +(700,1698,l), +(630,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(899,1628,l), +(969,1628,l), +(983,1698,l), +(913,1698,l) +); +} +); +}; +layerId = "60DCFBA9-AF53-4043-830E-A2B66660F5CC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "Che-cy"; +}, +{ +alignment = -1; +pos = (376,503); +ref = dieresiscomb; +} +); +width = 1237; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1210,0); +}, +{ +name = top; +pos = (635,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(966,726,o), +(831,628,o), +(629,628,cs), +(415,628,o), +(280,728,o), +(280,886,cs), +(280,1443,l), +(100,1443,l), +(100,875,ls), +(100,625,o), +(293,468,o), +(600,468,cs), +(763,468,o), +(905,530,o), +(968,628,c), +(980,628,l), +(980,0,l), +(1160,0,l), +(1160,1443,l), +(980,1443,l), +(980,881,l) +); +}, +{ +closed = 1; +nodes = ( +(392,1564,l), +(572,1564,l), +(572,1743,l), +(392,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(699,1564,l), +(879,1564,l), +(879,1743,l), +(699,1743,l) +); +} +); +}; +layerId = "9E483CF8-E467-45E5-9D78-748C240BA7C6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (282,503); +ref = dieresiscomb; +} +); +width = 1260; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1126,0); +}, +{ +name = top; +pos = (593,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(994,678,o), +(818,546,o), +(572,546,cs), +(313,546,o), +(150,683,o), +(150,900,cs), +(150,1443,l), +(100,1443,l), +(100,900,ls), +(100,653,o), +(282,498,o), +(572,498,cs), +(783,498,o), +(957,593,o), +(1023,745,c), +(1026,745,l), +(1026,0,l), +(1076,0,l), +(1076,1443,l), +(1026,1443,l), +(1026,889,l) +); +}, +{ +closed = 1; +nodes = ( +(417,1638,l), +(487,1638,l), +(487,1708,l), +(417,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(700,1638,l), +(770,1638,l), +(770,1708,l), +(700,1708,l) +); +} +); +}; +layerId = "B05E62CE-0112-4257-ADE7-8686DCE54130"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "Che-cy"; +}, +{ +pos = (307,503); +ref = dieresiscomb; +} +); +width = 1176; +} +); +unicode = 1268; +}, +{ +color = 10; +glyphname = "Yerudieresis-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (493,503); +ref = dieresiscomb; +} +); +width = 1710; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (501,503); +ref = dieresiscomb; +} +); +width = 1739; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (541,443); +ref = dieresiscomb; +} +); +width = 2137; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (391,503); +ref = dieresiscomb; +} +); +width = 1710; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (403,503); +ref = dieresiscomb; +} +); +width = 1740; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "Yeru-cy"; +}, +{ +pos = (445,443); +ref = dieresiscomb; +} +); +width = 2137; +} +); +unicode = 1272; +}, +{ +color = 6; +glyphname = "Hahook-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(624,727,l), +(20,0,l), +(82,0,l), +(664,697,l), +(694,723,l), +(1282,1443,l), +(1220,1443,l), +(662,762,l), +(660,762,l), +(101,1443,l), +(39,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1165,-78,o), +(1100,-140,o), +(983,-140,cs), +(941,-140,l), +(941,-188,l), +(982,-188,ls), +(1131,-188,o), +(1215,-111,o), +(1215,28,cs), +(1215,126,o), +(1027,379,o), +(690,734,c), +(658,696,l), +(983,354,o), +(1165,117,o), +(1165,34,c) +); +} +); +width = 1302; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(602,731,l), +(20,0,l), +(252,0,l), +(753,631,l), +(857,731,l), +(1408,1443,l), +(1176,1443,l), +(733,846,l), +(727,846,l), +(272,1443,l), +(40,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1183,-84,o), +(1113,-132,o), +(992,-132,cs), +(950,-132,l), +(950,-292,l), +(1008,-292,ls), +(1233,-292,o), +(1362,-186,o), +(1367,5,cs), +(1367,147,o), +(1181,417,o), +(847,758,c), +(741,631,l), +(1028,339,o), +(1188,113,o), +(1188,1,cs) +); +} +); +width = 1428; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(594,736,l), +(20,0,l), +(555,0,l), +(978,541,l), +(1188,805,l), +(1724,1443,l), +(1192,1443,l), +(891,995,l), +(877,995,l), +(556,1443,l), +(54,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1195,-2,o), +(1153,-32,o), +(1082,-32,cs), +(1040,-32,l), +(1040,-352,l), +(1108,-352,ls), +(1434,-352,o), +(1620,-207,o), +(1626,51,cs), +(1626,206,o), +(1455,471,o), +(1150,788,c), +(917,493,l), +(1098,277,o), +(1199,119,o), +(1199,51,cs) +); +} +); +width = 1744; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(667,727,l), +(-91,0,l), +(-29,0,l), +(701,697,l), +(736,723,l), +(1477,1443,l), +(1415,1443,l), +(713,762,l), +(711,762,l), +(296,1443,l), +(234,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1037,-78,o), +(959,-140,o), +(842,-140,cs), +(800,-140,l), +(790,-188,l), +(831,-188,ls), +(980,-188,o), +(1080,-111,o), +(1110,28,cs), +(1130,126,o), +(996,379,o), +(735,734,c), +(695,696,l), +(947,354,o), +(1078,117,o), +(1061,34,c) +); +} +); +width = 1301; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(646,731,l), +(-91,0,l), +(141,0,l), +(776,631,l), +(901,731,l), +(1603,1443,l), +(1371,1443,l), +(801,846,l), +(795,846,l), +(467,1443,l), +(235,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1054,-84,o), +(974,-132,o), +(853,-132,cs), +(811,-132,l), +(777,-292,l), +(835,-292,ls), +(1060,-292,o), +(1211,-186,o), +(1257,5,cs), +(1287,147,o), +(1158,417,o), +(897,758,c), +(764,631,l), +(989,339,o), +(1101,113,o), +(1077,1,cs) +); +} +); +width = 1427; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(633,736,l), +(-97,0,l), +(438,0,l), +(976,541,l), +(1242,805,l), +(1914,1443,l), +(1382,1443,l), +(986,995,l), +(972,995,l), +(746,1443,l), +(244,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1078,-2,o), +(1029,-32,o), +(958,-32,cs), +(916,-32,l), +(848,-352,l), +(916,-352,ls), +(1242,-352,o), +(1459,-207,o), +(1520,51,cs), +(1553,206,o), +(1438,471,o), +(1201,788,c), +(905,493,l), +(1040,277,o), +(1107,119,o), +(1093,51,cs) +); +} +); +width = 1744; +} +); +metricLeft = X; +metricRight = X; +tags = ( +hook +); +unicode = 1276; +}, +{ +color = 10; +glyphname = "Reversedze-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (1111,0); +ref = "Ze-cy"; +scale = (-1,1); +} +); +width = 1111; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (1131,0); +ref = "Ze-cy"; +scale = (-1,1); +} +); +width = 1131; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (1328,0); +ref = "Ze-cy"; +scale = (-1,1); +} +); +width = 1328; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (916,0); +ref = "Ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1110; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (945,0); +ref = "Ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1130; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1121,0); +ref = "Ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1326; +} +); +metricLeft = O; +metricRight = O; +unicode = 1296; +}, +{ +color = 10; +glyphname = "Elhook-cy"; +lastChange = "2025-12-11 14:07:03 +0000"; +layers = ( +{ +anchors = ( +{ +name = hook; +pos = (1422,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,1443,l), +(393,789,o), +(380,349,o), +(368,217,cs), +(359,103,o), +(314,38,o), +(244,36,cs), +(192,36,o), +(136,42,o), +(88,52,c), +(80,2,l), +(149,-9,o), +(208,-14,o), +(245,-12,cs), +(343,-12,o), +(405,68,o), +(418,210,cs), +(434,410,o), +(447,834,o), +(453,1395,c), +(1397,1395,l), +(1397,-90,ls), +(1397,-178,o), +(1339,-227,o), +(1250,-227,cs), +(1198,-227,l), +(1198,-275,l), +(1248,-275,ls), +(1371,-275,o), +(1447,-208,o), +(1447,-87,cs), +(1447,1443,l) +); +} +); +width = 1547; +}, +{ +anchors = ( +{ +name = hook; +pos = (1336,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(326,1443,l), +(318,727,o), +(310,410,o), +(298,297,cs), +(287,190,o), +(261,148,o), +(203,147,cs), +(174,147,o), +(146,151,o), +(102,160,c), +(80,-8,l), +(154,-20,o), +(200,-24,o), +(245,-22,cs), +(395,-21,o), +(460,72,o), +(480,314,cs), +(489,410,o), +(495,686,o), +(502,1283,c), +(1246,1283,l), +(1246,-70,ls), +(1246,-137,o), +(1199,-175,o), +(1129,-175,cs), +(1087,-175,l), +(1087,-335,l), +(1137,-335,ls), +(1316,-335,o), +(1426,-235,o), +(1426,-57,cs), +(1426,1443,l) +); +} +); +width = 1526; +}, +{ +anchors = ( +{ +name = hook; +pos = (1424,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(365,1443,l), +(337,912,o), +(314,541,o), +(301,409,cs), +(294,351,o), +(259,318,o), +(204,317,cs), +(171,317,o), +(138,320,o), +(111,326,c), +(80,-18,l), +(154,-29,o), +(238,-34,o), +(315,-32,cs), +(531,-29,o), +(667,115,o), +(693,370,cs), +(699,434,o), +(715,690,o), +(736,1103,c), +(1218,1103,l), +(1218,-20,ls), +(1218,-92,o), +(1170,-113,o), +(1101,-113,cs), +(1059,-113,l), +(1059,-407,l), +(1237,-407,ls), +(1486,-407,o), +(1628,-287,o), +(1628,-37,cs), +(1628,1443,l) +); +} +); +width = 1728; +}, +{ +anchors = ( +{ +name = hook; +pos = (1312,0); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,1443,l), +(451,789,o), +(344,349,o), +(304,217,cs), +(271,103,o), +(212,38,o), +(142,36,cs), +(90,36,o), +(35,42,o), +(-11,52,c), +(-30,2,l), +(37,-9,o), +(95,-14,o), +(132,-12,cs), +(230,-12,o), +(309,68,o), +(353,210,cs), +(411,410,o), +(514,834,o), +(639,1395,c), +(1583,1395,l), +(1267,-90,ls), +(1248,-179,o), +(1181,-227,o), +(1092,-227,cs), +(1040,-227,l), +(1030,-275,l), +(1080,-275,ls), +(1203,-275,o), +(1292,-209,o), +(1318,-87,cs), +(1644,1443,l) +); +} +); +width = 1548; +}, +{ +anchors = ( +{ +name = hook; +pos = (1226,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(523,1443,l), +(363,727,o), +(287,410,o), +(251,297,cs), +(217,190,o), +(182,148,o), +(124,147,cs), +(95,147,o), +(68,151,o), +(26,160,c), +(-32,-8,l), +(40,-20,o), +(85,-24,o), +(130,-22,cs), +(281,-21,o), +(365,72,o), +(437,314,cs), +(466,410,o), +(531,686,o), +(665,1283,c), +(1409,1283,l), +(1120,-70,ls), +(1105,-138,o), +(1051,-175,o), +(981,-175,cs), +(939,-175,l), +(905,-335,l), +(955,-335,ls), +(1134,-335,o), +(1264,-236,o), +(1302,-57,cs), +(1623,1443,l) +); +} +); +width = 1527; +}, +{ +anchors = ( +{ +name = hook; +pos = (1307,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(555,1443,l), +(414,912,o), +(312,541,o), +(271,409,cs), +(252,351,o), +(210,318,o), +(154,317,cs), +(121,317,o), +(89,320,o), +(63,326,c), +(-41,-18,l), +(31,-29,o), +(114,-34,o), +(191,-32,cs), +(408,-29,o), +(575,115,o), +(655,370,cs), +(674,434,o), +(745,690,o), +(854,1103,c), +(1336,1103,l), +(1095,-20,ls), +(1079,-93,o), +(1029,-113,o), +(960,-113,cs), +(918,-113,l), +(855,-407,l), +(1033,-407,ls), +(1282,-407,o), +(1448,-289,o), +(1502,-37,cs), +(1818,1443,l) +); +} +); +width = 1728; +} +); +metricRight = H; +tags = ( +hook +); +unicode = 1298; +}, +{ +color = 10; +glyphname = "We-cy"; +kernLeft = W; +kernRight = W; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = W; +} +); +width = 1801; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = W; +} +); +width = 1986; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = W; +} +); +width = 2287; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = W; +} +); +width = 1971; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = W; +} +); +width = 2006; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = W; +} +); +width = 2257; +} +); +unicode = 1308; +}, +{ +color = 10; +glyphname = "a-cy"; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +} +); +width = 1007; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +} +); +width = 1087; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +} +); +width = 1249; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +} +); +width = 1006; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = a; +} +); +width = 1082; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = a; +} +); +width = 1249; +} +); +unicode = 1072; +}, +{ +color = 6; +glyphname = "be-cy"; +kernLeft = round; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(860,-19,o), +(1045,174,o), +(1045,481,cs), +(1045,799,o), +(860,998,o), +(566,998,cs), +(336,998,o), +(167,896,o), +(128,734,c), +(123,735,l), +(127,864,o), +(150,1004,o), +(183,1099,cs), +(236,1255,o), +(370,1360,o), +(531,1372,cs), +(708,1387,o), +(872,1420,o), +(957,1458,c), +(947,1508,l), +(874,1470,o), +(712,1436,o), +(526,1421,cs), +(345,1406,o), +(194,1286,o), +(135,1111,cs), +(89,972,o), +(60,741,o), +(60,513,cs), +(60,186,o), +(255,-19,o), +(566,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,776,o), +(286,950,o), +(566,950,cs), +(830,950,o), +(995,769,o), +(995,480,cs), +(995,203,o), +(830,29,o), +(566,29,cs), +(286,29,o), +(110,211,o), +(110,500,cs) +); +} +); +width = 1105; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(887,-19,o), +(1085,174,o), +(1085,481,cs), +(1085,784,o), +(899,975,o), +(604,975,cs), +(436,975,o), +(303,894,o), +(259,766,c), +(250,767,l), +(252,920,o), +(270,1057,o), +(297,1123,cs), +(338,1232,o), +(436,1300,o), +(551,1300,cs), +(687,1300,o), +(828,1319,o), +(917,1350,c), +(907,1518,l), +(818,1485,o), +(671,1463,o), +(526,1461,cs), +(336,1457,o), +(178,1337,o), +(116,1150,cs), +(82,1041,o), +(60,787,o), +(60,493,cs), +(60,178,o), +(257,-19,o), +(571,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,683,o), +(371,816,o), +(577,816,cs), +(778,816,o), +(905,683,o), +(905,470,cs), +(905,268,o), +(778,141,o), +(577,141,cs), +(371,141,o), +(241,268,o), +(241,470,cs) +); +} +); +width = 1145; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1042,-36,o), +(1280,171,o), +(1280,501,cs), +(1280,804,o), +(1084,994,o), +(773,994,cs), +(600,994,o), +(466,918,o), +(424,796,c), +(412,797,l), +(413,882,o), +(435,987,o), +(469,1068,cs), +(502,1149,o), +(593,1200,o), +(703,1200,cs), +(884,1200,o), +(1029,1212,o), +(1079,1230,c), +(1079,1548,l), +(1000,1528,o), +(826,1514,o), +(628,1511,cs), +(428,1507,o), +(244,1381,o), +(150,1185,cs), +(95,1068,o), +(60,847,o), +(60,611,cs), +(60,214,o), +(293,-36,o), +(663,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(460,644,o), +(538,734,o), +(663,734,cs), +(796,734,o), +(880,644,o), +(880,501,cs), +(880,349,o), +(796,254,o), +(663,254,cs), +(538,254,o), +(460,349,o), +(460,501,cs) +); +} +); +width = 1340; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(766,-19,o), +(985,174,o), +(1040,481,cs), +(1096,799,o), +(946,998,o), +(652,998,cs), +(422,998,o), +(235,896,o), +(167,734,c), +(162,735,l), +(189,864,o), +(237,1004,o), +(287,1099,cs), +(367,1255,o), +(520,1360,o), +(683,1372,cs), +(862,1387,o), +(1032,1420,o), +(1124,1458,c), +(1123,1508,l), +(1043,1470,o), +(875,1436,o), +(686,1421,cs), +(503,1406,o), +(330,1286,o), +(241,1111,cs), +(170,972,o), +(100,741,o), +(60,513,cs), +(3,186,o), +(161,-19,o), +(472,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(157,776,o), +(363,950,o), +(643,950,cs), +(907,950,o), +(1040,769,o), +(989,480,cs), +(941,203,o), +(745,29,o), +(481,29,cs), +(201,29,o), +(57,211,o), +(108,500,cs) +); +} +); +width = 1109; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(791,-19,o), +(1028,177,o), +(1081,481,cs), +(1133,781,o), +(978,975,o), +(687,975,cs), +(520,975,o), +(370,893,o), +(305,766,c), +(296,767,l), +(325,920,o), +(368,1060,o), +(406,1123,cs), +(465,1230,o), +(577,1300,o), +(691,1300,cs), +(825,1300,o), +(972,1320,o), +(1066,1350,c), +(1086,1518,l), +(993,1485,o), +(839,1463,o), +(694,1461,cs), +(506,1457,o), +(324,1335,o), +(230,1150,cs), +(178,1046,o), +(110,788,o), +(58,493,cs), +(3,182,o), +(168,-19,o), +(478,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,680,o), +(427,816,o), +(632,816,cs), +(830,816,o), +(935,680,o), +(899,470,cs), +(863,270,o), +(711,141,o), +(513,141,cs), +(308,141,o), +(199,270,o), +(235,470,cs) +); +} +); +width = 1150; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(942,-36,o), +(1217,171,o), +(1275,501,cs), +(1328,804,o), +(1166,994,o), +(855,994,cs), +(682,994,o), +(535,918,o), +(471,796,c), +(459,797,l), +(475,882,o), +(516,987,o), +(564,1068,cs), +(611,1149,o), +(711,1200,o), +(821,1200,cs), +(1002,1200,o), +(1149,1212,o), +(1203,1230,c), +(1259,1548,l), +(1176,1528,o), +(1000,1514,o), +(801,1511,cs), +(600,1507,o), +(394,1381,o), +(266,1185,cs), +(190,1068,o), +(116,847,o), +(74,611,cs), +(4,214,o), +(193,-36,o), +(563,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(480,644,o), +(574,734,o), +(699,734,cs), +(832,734,o), +(900,644,o), +(875,501,cs), +(848,349,o), +(747,254,o), +(614,254,cs), +(489,254,o), +(428,349,o), +(455,501,cs) +); +} +); +width = 1346; +} +); +metricLeft = o; +metricRight = b; +unicode = 1073; +}, +{ +color = 6; +glyphname = "ve-cy"; +kernLeft = ssflat; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1040,l), +(100,0,l), +(150,0,l), +(150,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(126,509,l), +(507,509,ls), +(709,509,o), +(824,421,o), +(824,267,cs), +(824,128,o), +(709,48,o), +(507,48,cs), +(126,48,l), +(126,0,l), +(530,0,ls), +(749,0,o), +(874,96,o), +(874,263,cs), +(874,429,o), +(776,529,o), +(604,536,c), +(604,538,l), +(741,553,o), +(820,641,o), +(820,780,cs), +(820,945,o), +(709,1040,o), +(516,1040,cs), +(126,1040,l), +(126,992,l), +(472,992,ls), +(661,992,o), +(769,916,o), +(769,783,cs), +(769,639,o), +(661,557,o), +(472,557,cs), +(126,557,l) +); +} +); +width = 934; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1040,l), +(100,0,l), +(280,0,l), +(280,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(179,445,l), +(560,445,ls), +(673,445,o), +(744,394,o), +(744,313,cs), +(744,218,o), +(673,159,o), +(560,159,cs), +(179,159,l), +(179,0,l), +(583,0,ls), +(796,0,o), +(930,101,o), +(930,263,cs), +(930,419,o), +(830,521,o), +(672,528,c), +(672,540,l), +(797,554,o), +(876,647,o), +(876,780,cs), +(876,940,o), +(757,1040,o), +(568,1040,cs), +(179,1040,l), +(179,880,l), +(524,880,ls), +(633,880,o), +(701,825,o), +(701,737,cs), +(701,656,o), +(633,605,o), +(524,605,cs), +(179,605,l) +); +} +); +width = 990; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1101,l), +(100,0,l), +(500,0,l), +(500,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(300,445,l), +(672,445,ls), +(745,445,o), +(797,407,o), +(797,353,cs), +(797,282,o), +(745,232,o), +(672,232,cs), +(300,232,l), +(300,0,l), +(773,0,ls), +(1000,0,o), +(1160,124,o), +(1160,300,cs), +(1160,449,o), +(1046,556,o), +(885,560,c), +(885,578,l), +(1019,584,o), +(1113,681,o), +(1113,814,cs), +(1113,983,o), +(966,1101,o), +(758,1101,cs), +(300,1101,l), +(300,869,l), +(635,869,ls), +(703,869,o), +(751,826,o), +(751,765,cs), +(751,706,o), +(703,665,o), +(635,665,cs), +(300,665,l) +); +} +); +width = 1220; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,1040,l), +(-11,0,l), +(39,0,l), +(261,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(124,509,l), +(505,509,ls), +(700,509,o), +(802,416,o), +(770,267,cs), +(742,132,o), +(602,48,o), +(407,48,cs), +(26,48,l), +(15,0,l), +(419,0,ls), +(633,0,o), +(790,101,o), +(824,263,cs), +(859,424,o), +(775,529,o), +(607,536,c), +(608,538,l), +(747,553,o), +(852,647,o), +(880,780,cs), +(914,940,o), +(817,1040,o), +(627,1040,cs), +(237,1040,l), +(226,992,l), +(572,992,ls), +(754,992,o), +(852,911,o), +(825,783,cs), +(795,644,o), +(662,557,o), +(480,557,cs), +(134,557,l) +); +} +); +width = 939; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,1040,l), +(-11,0,l), +(169,0,l), +(391,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(163,445,l), +(544,445,ls), +(657,445,o), +(717,394,o), +(700,313,cs), +(680,218,o), +(596,159,o), +(483,159,cs), +(102,159,l), +(68,0,l), +(472,0,ls), +(685,0,o), +(841,101,o), +(875,263,cs), +(909,419,o), +(830,521,o), +(674,528,c), +(676,540,l), +(804,554,o), +(903,647,o), +(931,780,cs), +(965,940,o), +(868,1040,o), +(679,1040,cs), +(290,1040,l), +(256,880,l), +(601,880,ls), +(710,880,o), +(766,825,o), +(747,737,cs), +(730,656,o), +(651,605,o), +(542,605,cs), +(197,605,l) +); +} +); +width = 990; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(217,1101,l), +(-17,0,l), +(383,0,l), +(617,1101,l) +); +}, +{ +closed = 1; +nodes = ( +(278,445,l), +(650,445,ls), +(723,445,o), +(766,407,o), +(755,353,cs), +(740,282,o), +(677,232,o), +(604,232,cs), +(232,232,l), +(183,0,l), +(656,0,ls), +(883,0,o), +(1069,124,o), +(1107,300,cs), +(1138,449,o), +(1047,556,o), +(887,560,c), +(891,578,l), +(1026,584,o), +(1141,681,o), +(1169,814,cs), +(1205,983,o), +(1083,1101,o), +(875,1101,cs), +(417,1101,l), +(368,869,l), +(703,869,ls), +(771,869,o), +(810,826,o), +(797,765,cs), +(784,706,o), +(727,665,o), +(659,665,cs), +(324,665,l) +); +} +); +width = 1220; +} +); +metricLeft = "en-cy"; +metricRight = b; +unicode = 1074; +}, +{ +color = 6; +glyphname = "ge-cy"; +kernLeft = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (434,0); +}, +{ +name = top; +pos = (454,1038); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(769,992,l), +(769,1040,l), +(100,1040,l) +); +} +); +width = 849; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (468,0); +}, +{ +name = top; +pos = (488,1039); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,879,l), +(836,879,l), +(836,1039,l), +(100,1039,l) +); +} +); +width = 916; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (987,0); +}, +{ +name = top; +pos = (539,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,800,l), +(988,800,l), +(988,1100,l), +(100,1100,l) +); +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (324,0); +}, +{ +name = top; +pos = (564,1038); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(250,990,l), +(869,990,l), +(879,1038,l), +(210,1038,l) +); +} +); +width = 849; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (358,0); +}, +{ +name = top; +pos = (598,1039); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(356,879,l), +(912,879,l), +(946,1039,l), +(210,1039,l) +); +} +); +width = 916; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (870,0); +}, +{ +name = top; +pos = (656,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(553,800,l), +(1041,800,l), +(1105,1100,l), +(217,1100,l) +); +} +); +width = 1068; +} +); +metricLeft = "en-cy"; +unicode = 1075; +}, +{ +color = 10; +glyphname = "gje-cy"; +kernLeft = "ge-cy"; +kernRight = "ge-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (434,0); +}, +{ +name = top; +pos = (544,1295); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(769,992,l), +(769,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(510,1397,l), +(435,1168,l), +(479,1168,l), +(570,1397,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (335,98); +ref = acute; +} +); +width = 849; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (468,0); +}, +{ +name = top; +pos = (612,1362); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,879,l), +(836,879,l), +(836,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(501,1413,l), +(411,1164,l), +(574,1164,l), +(714,1413,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (311,99); +ref = acute; +} +); +width = 916; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (987,0); +}, +{ +name = top; +pos = (659,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,800,l), +(988,800,l), +(988,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(492,1579,l), +(422,1240,l), +(665,1240,l), +(845,1579,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (322,100); +ref = acute; +} +); +width = 1068; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (324,0); +}, +{ +name = top; +pos = (767.939,1295); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(250,990,l), +(869,990,l), +(879,1038,l), +(210,1038,l) +); +}, +{ +closed = 1; +nodes = ( +(725,1397,l), +(596,1168,l), +(640,1168,l), +(785,1397,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (379,98); +ref = acute; +} +); +width = 849; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (358,0); +}, +{ +name = top; +pos = (845.324,1362); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(356,879,l), +(912,879,l), +(946,1039,l), +(210,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(701,1413,l), +(552,1164,l), +(715,1164,l), +(914,1413,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (336,99); +ref = acute; +} +); +width = 916; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (870,0); +}, +{ +name = top; +pos = (972,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(553,800,l), +(1041,800,l), +(1105,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(745,1579,l), +(597,1240,l), +(840,1240,l), +(1098,1579,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (372,100); +ref = acute; +} +); +width = 1098; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (870,0); +}, +{ +name = top; +pos = (972,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(553,800,l), +(1041,800,l), +(1105,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(745,1579,l), +(597,1240,l), +(840,1240,l), +(1098,1579,l) +); +} +); +}; +layerId = "7B6CB9F2-6471-4F5A-8965-3DB6E35E6EF8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (372,100); +ref = acute; +} +); +width = 1098; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (358,0); +}, +{ +name = top; +pos = (845.324,1362); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(356,879,l), +(912,879,l), +(946,1039,l), +(210,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(701,1413,l), +(552,1164,l), +(715,1164,l), +(914,1413,l) +); +} +); +}; +layerId = "DC36B06C-B734-4104-87F9-A780A7E37C31"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (336,99); +ref = acute; +} +); +width = 916; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (987,0); +}, +{ +name = top; +pos = (659,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,800,l), +(988,800,l), +(988,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(492,1579,l), +(422,1240,l), +(665,1240,l), +(845,1579,l) +); +} +); +}; +layerId = "EA6FD960-E971-438C-8B5A-3598946380D8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (322,100); +ref = acute; +} +); +width = 1068; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (324,0); +}, +{ +name = top; +pos = (767.939,1295); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(250,990,l), +(869,990,l), +(879,1038,l), +(210,1038,l) +); +}, +{ +closed = 1; +nodes = ( +(725,1397,l), +(596,1168,l), +(640,1168,l), +(785,1397,l) +); +} +); +}; +layerId = "51251B0B-32F3-4BE9-9DC5-B32016478F1C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (379,98); +ref = acute; +} +); +width = 849; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (468,0); +}, +{ +name = top; +pos = (612,1362); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,879,l), +(836,879,l), +(836,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(501,1413,l), +(411,1164,l), +(574,1164,l), +(714,1413,l) +); +} +); +}; +layerId = "68D46010-B83F-4F50-B9A6-D29A3FA298B7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (311,99); +ref = acute; +} +); +width = 916; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (434,0); +}, +{ +name = top; +pos = (544,1295); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(769,992,l), +(769,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(510,1397,l), +(435,1168,l), +(479,1168,l), +(570,1397,l) +); +} +); +}; +layerId = "986599EE-5644-4C7A-AD2A-AEBB1B2B8B3E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +pos = (335,98); +ref = acute; +} +); +width = 849; +} +); +unicode = 1107; +}, +{ +color = 3; +glyphname = "geupturn-cy"; +kernLeft = "ge-cy"; +kernRight = "ge-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(719,1014,l), +(769,1014,l), +(769,1306,l), +(719,1306,l) +); +}, +{ +ref = "ge-cy"; +} +); +width = 849; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(656,961,l), +(836,961,l), +(836,1323,l), +(656,1323,l) +); +}, +{ +ref = "ge-cy"; +} +); +width = 916; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(608,881,l), +(988,881,l), +(988,1323,l), +(608,1323,l) +); +}, +{ +ref = "ge-cy"; +} +); +width = 1068; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(854,1014,l), +(904,1014,l), +(966,1306,l), +(916,1306,l) +); +}, +{ +ref = "ge-cy"; +} +); +width = 879; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(790,961,l), +(970,961,l), +(1046,1323,l), +(866,1323,l) +); +}, +{ +ref = "ge-cy"; +} +); +width = 956; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(708,881,l), +(1088,881,l), +(1182,1323,l), +(802,1323,l) +); +}, +{ +ref = "ge-cy"; +} +); +width = 1098; +} +); +metricLeft = "ge-cy"; +metricRight = "ge-cy"; +unicode = 1169; +}, +{ +color = 10; +glyphname = "gedescender-cy"; +kernLeft = "ge-cy"; +kernRight = "ge-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (434,0); +}, +{ +name = top; +pos = (454,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(769,992,l), +(769,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(130,0,l), +(291,0,l), +(291,-276,l), +(342,-276,l), +(341,48,l), +(130,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (30,0); +ref = "bottom-hook"; +} +); +width = 849; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (468,0); +}, +{ +name = top; +pos = (488,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,879,l), +(836,879,l), +(836,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(153,1,l), +(314,1,l), +(314,-265,l), +(494,-265,l), +(493,161,l), +(153,161,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (53,1); +ref = "bottom-hook"; +} +); +width = 916; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (987,0); +}, +{ +name = top; +pos = (539,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,800,l), +(988,800,l), +(988,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(253,0,l), +(296,0,l), +(296,-240,l), +(686,-240,l), +(686,340,l), +(253,340,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (153,1); +ref = "bottom-hook"; +} +); +width = 1068; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (324,0); +}, +{ +name = top; +pos = (564,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(250,990,l), +(869,990,l), +(879,1038,l), +(210,1038,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(151,0,l), +(93,-276,l), +(144,-276,l), +(211,48,l), +(0,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +ref = "bottom-hook"; +} +); +width = 849; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (358,0); +}, +{ +name = top; +pos = (598,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(356,879,l), +(912,879,l), +(946,1039,l), +(210,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1,l), +(211,1,l), +(155,-265,l), +(335,-265,l), +(424,161,l), +(84,161,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (61,1); +ref = "bottom-hook"; +} +); +width = 916; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (870,0); +}, +{ +name = top; +pos = (656,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(553,800,l), +(1041,800,l), +(1105,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(156,0,l), +(199,0,l), +(148,-240,l), +(538,-240,l), +(662,340,l), +(229,340,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (173,1); +ref = "bottom-hook"; +} +); +width = 1068; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (870,0); +}, +{ +name = top; +pos = (656,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(553,800,l), +(1041,800,l), +(1105,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(156,0,l), +(199,0,l), +(148,-240,l), +(538,-240,l), +(662,340,l), +(229,340,l) +); +} +); +}; +layerId = "C1DD7B88-F642-4B86-A0A5-1139189BD022"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (173,1); +ref = "bottom-hook"; +} +); +width = 1068; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (358,0); +}, +{ +name = top; +pos = (598,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(356,879,l), +(912,879,l), +(946,1039,l), +(210,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1,l), +(211,1,l), +(155,-265,l), +(335,-265,l), +(424,161,l), +(84,161,l) +); +} +); +}; +layerId = "6F48C1FB-5714-4171-9745-5D5392429DE4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (61,1); +ref = "bottom-hook"; +} +); +width = 916; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (987,0); +}, +{ +name = top; +pos = (539,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,800,l), +(988,800,l), +(988,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(253,0,l), +(296,0,l), +(296,-240,l), +(686,-240,l), +(686,340,l), +(253,340,l) +); +} +); +}; +layerId = "5E868708-589D-46B8-99CB-FD5F7379CE01"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (153,1); +ref = "bottom-hook"; +} +); +width = 1068; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (324,0); +}, +{ +name = top; +pos = (564,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(250,990,l), +(869,990,l), +(879,1038,l), +(210,1038,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,0,l), +(151,0,l), +(93,-276,l), +(144,-276,l), +(211,48,l), +(0,48,l) +); +} +); +}; +layerId = "4017CF9F-C5CE-4905-8C60-B1F87F20793F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +ref = "bottom-hook"; +} +); +width = 849; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (468,0); +}, +{ +name = top; +pos = (488,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,879,l), +(836,879,l), +(836,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(153,1,l), +(314,1,l), +(314,-265,l), +(494,-265,l), +(493,161,l), +(153,161,l) +); +} +); +}; +layerId = "39D363DB-F7C8-4DB1-B132-45552347F906"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (53,1); +ref = "bottom-hook"; +} +); +width = 916; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (434,0); +}, +{ +name = top; +pos = (454,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(769,992,l), +(769,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(130,0,l), +(291,0,l), +(291,-276,l), +(342,-276,l), +(341,48,l), +(130,48,l) +); +} +); +}; +layerId = "1EE6F96D-FAB5-495C-A364-A173BE607E01"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (30,0); +ref = "bottom-hook"; +} +); +width = 849; +} +); +metricLeft = "ge-cy"; +metricRight = "ge-cy"; +tags = ( +"descender-square" +); +unicode = 1271; +}, +{ +color = 10; +glyphname = "gestroke-cy"; +kernLeft = "ge-cy"; +kernRight = "ge-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (502,0); +}, +{ +name = top; +pos = (522,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(168,0,l), +(218,0,l), +(218,992,l), +(837,992,l), +(837,1040,l), +(168,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(58,401,l), +(541,401,l), +(541,449,l), +(58,449,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-42,-788); +ref = topbar; +} +); +width = 849; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (525,0); +}, +{ +name = top; +pos = (545,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(157,0,l), +(337,0,l), +(337,879,l), +(893,879,l), +(893,1039,l), +(157,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(37,351,l), +(630,351,l), +(630,491,l), +(37,491,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-63,-788); +ref = topbar; +} +); +width = 916; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1017,0); +}, +{ +name = top; +pos = (569,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(130,0,l), +(530,0,l), +(530,800,l), +(1018,800,l), +(1018,1100,l), +(130,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(10,319,l), +(683,319,l), +(683,559,l), +(10,559,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-90,-830); +ref = topbar; +} +); +width = 1068; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (570,0); +}, +{ +name = top; +pos = (810,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(236,0,l), +(286,0,l), +(496,990,l), +(1115,990,l), +(1125,1038,l), +(456,1038,l) +); +}, +{ +closed = 1; +nodes = ( +(106,401,l), +(589,401,l), +(599,449,l), +(116,449,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (246,0); +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-136,-788); +ref = topbar; +} +); +width = 1095; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (609,0); +}, +{ +name = top; +pos = (849,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(241,0,l), +(421,0,l), +(607,879,l), +(1163,879,l), +(1197,1039,l), +(461,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(74,351,l), +(667,351,l), +(697,491,l), +(104,491,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (251,0); +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-158,-788); +ref = topbar; +} +); +width = 1167; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1077,0); +}, +{ +name = top; +pos = (863,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(590,0,l), +(760,800,l), +(1248,800,l), +(1312,1100,l), +(424,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(41,319,l), +(714,319,l), +(766,559,l), +(93,559,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (207,0); +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-186,-830); +ref = topbar; +} +); +width = 1275; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1047,0); +}, +{ +name = top; +pos = (833,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(560,0,l), +(730,800,l), +(1218,800,l), +(1282,1100,l), +(394,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(11,319,l), +(684,319,l), +(736,559,l), +(63,559,l) +); +} +); +}; +layerId = "DEBCE246-DDD0-43A7-9A2D-9B98224F42BA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (177,0); +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-216,-830); +ref = topbar; +} +); +width = 1245; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (559,0); +}, +{ +name = top; +pos = (799,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(191,0,l), +(371,0,l), +(557,879,l), +(1113,879,l), +(1147,1039,l), +(411,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(24,351,l), +(617,351,l), +(647,491,l), +(54,491,l) +); +} +); +}; +layerId = "785FFDDD-1298-4A64-98F2-B77113E47C29"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (201,0); +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-208,-788); +ref = topbar; +} +); +width = 1117; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (987,0); +}, +{ +name = top; +pos = (539,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,800,l), +(988,800,l), +(988,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(-20,319,l), +(653,319,l), +(653,559,l), +(-20,559,l) +); +} +); +}; +layerId = "1C9F515A-EE86-4B7E-8831-9C484B08C17A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-120,-830); +ref = topbar; +} +); +width = 1068; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (500,0); +}, +{ +name = top; +pos = (740,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(166,0,l), +(216,0,l), +(426,990,l), +(1045,990,l), +(1055,1038,l), +(386,1038,l) +); +}, +{ +closed = 1; +nodes = ( +(36,401,l), +(519,401,l), +(529,449,l), +(46,449,l) +); +} +); +}; +layerId = "2F9E7B7D-3A8C-4995-A1A3-78C86364FE12"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (176,0); +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-206,-788); +ref = topbar; +} +); +width = 1025; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (468,0); +}, +{ +name = top; +pos = (488,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,879,l), +(836,879,l), +(836,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(-20,351,l), +(573,351,l), +(573,491,l), +(-20,491,l) +); +} +); +}; +layerId = "74BAD84B-ACE4-4ADE-98B6-514E07C54DF6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-120,-788); +ref = topbar; +} +); +width = 916; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (434,0); +}, +{ +name = top; +pos = (454,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(769,992,l), +(769,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,401,l), +(473,401,l), +(473,449,l), +(-10,449,l) +); +} +); +}; +layerId = "17042578-3228-429B-827D-D870DCE6C83A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ge-cy"; +}, +{ +alignment = -1; +pos = (-110,-788); +ref = topbar; +} +); +width = 849; +} +); +metricLeft = hbar; +metricRight = "ge-cy"; +unicode = 1171; +}, +{ +color = 6; +glyphname = "gemiddlehook-cy"; +kernLeft = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(726,992,l), +(726,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(151,477,l), +(233,526,o), +(332,557,o), +(407,557,cs), +(645,557,o), +(795,417,o), +(795,193,cs), +(795,-36,o), +(652,-179,o), +(424,-179,cs), +(369,-179,o), +(306,-171,o), +(260,-159,c), +(247,-203,l), +(284,-218,o), +(353,-227,o), +(426,-227,cs), +(683,-227,o), +(845,-67,o), +(845,189,cs), +(845,445,o), +(678,605,o), +(411,605,cs), +(339,605,o), +(237,576,o), +(146,531,c) +); +} +); +width = 905; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,880,l), +(808,880,l), +(808,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(273,362,l), +(321,395,o), +(403,416,o), +(485,416,cs), +(653,416,o), +(758,316,o), +(758,158,cs), +(758,-13,o), +(661,-121,o), +(507,-121,cs), +(467,-121,o), +(412,-114,o), +(365,-104,c), +(343,-256,l), +(383,-271,o), +(452,-280,o), +(522,-280,cs), +(776,-280,o), +(936,-115,o), +(936,149,cs), +(936,409,o), +(766,573,o), +(494,573,cs), +(422,573,o), +(337,553,o), +(273,520,c) +); +} +); +width = 996; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,810,l), +(983,810,l), +(983,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(490,268,l), +(524,301,o), +(584,322,o), +(644,322,cs), +(778,322,o), +(862,253,o), +(862,143,cs), +(862,18,o), +(787,-61,o), +(667,-61,cs), +(609,-61,o), +(561,-58,o), +(543,-52,c), +(521,-306,l), +(567,-322,o), +(638,-332,o), +(706,-332,cs), +(1035,-332,o), +(1242,-148,o), +(1242,145,cs), +(1242,424,o), +(1042,599,o), +(724,599,cs), +(640,599,o), +(549,574,o), +(490,535,c) +); +} +); +width = 1302; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(40,0,l), +(250,992,l), +(826,992,l), +(837,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(142,477,l), +(233,526,o), +(344,557,o), +(425,557,cs), +(654,557,o), +(772,414,o), +(726,193,cs), +(678,-33,o), +(501,-179,o), +(276,-179,cs), +(222,-179,o), +(160,-171,o), +(116,-159,c), +(93,-203,l), +(126,-218,o), +(194,-227,o), +(267,-227,cs), +(521,-227,o), +(721,-64,o), +(775,189,cs), +(828,442,o), +(692,605,o), +(429,605,cs), +(359,605,o), +(249,576,o), +(148,531,c) +); +} +); +width = 905; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(170,0,l), +(357,880,l), +(885,880,l), +(919,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(240,362,l), +(295,395,o), +(390,416,o), +(484,416,cs), +(637,416,o), +(715,315,o), +(682,158,cs), +(645,-11,o), +(523,-121,o), +(372,-121,cs), +(335,-121,o), +(280,-114,o), +(233,-104,c), +(179,-256,l), +(214,-271,o), +(282,-280,o), +(353,-280,cs), +(605,-280,o), +(803,-111,o), +(858,149,cs), +(912,406,o), +(774,573,o), +(506,573,cs), +(435,573,o), +(343,552,o), +(274,520,c) +); +} +); +width = 997; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(556,810,l), +(1039,810,l), +(1100,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(430,268,l), +(471,301,o), +(536,322,o), +(596,322,cs), +(730,322,o), +(799,253,o), +(776,143,cs), +(749,18,o), +(657,-61,o), +(537,-61,cs), +(479,-61,o), +(432,-58,o), +(415,-52,c), +(339,-306,l), +(382,-322,o), +(451,-332,o), +(519,-332,cs), +(848,-332,o), +(1094,-148,o), +(1156,145,cs), +(1216,424,o), +(1053,599,o), +(735,599,cs), +(651,599,o), +(554,574,o), +(487,535,c) +); +} +); +width = 1302; +} +); +metricLeft = "ve-cy"; +metricRight = "ve-cy"; +unicode = 1173; +}, +{ +color = 6; +glyphname = "de-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,1040,l), +(246,854,o), +(241,639,o), +(233,392,cs), +(227,218,o), +(186,88,o), +(110,26,c), +(154,11,l), +(231,71,o), +(274,205,o), +(284,392,cs), +(285,442,o), +(289,632,o), +(297,992,c), +(951,992,l), +(951,23,l), +(1001,23,l), +(1001,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(58,-214,l), +(108,-214,l), +(108,2,l), +(1056,2,l), +(1056,-214,l), +(1106,-214,l), +(1106,50,l), +(58,50,l) +); +} +); +width = 1126; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,1040,l), +(220,869,o), +(217,664,o), +(214,548,cs), +(206,360,o), +(162,172,o), +(107,113,c), +(251,50,l), +(322,136,o), +(376,349,o), +(381,548,cs), +(385,695,o), +(388,809,o), +(389,880,c), +(863,880,l), +(863,64,l), +(1043,64,l), +(1043,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(37,-171,l), +(217,-171,l), +(217,1,l), +(1012,1,l), +(1012,-171,l), +(1192,-171,l), +(1192,161,l), +(37,161,l) +); +} +); +width = 1212; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,1100,l), +(225,948,o), +(208,746,o), +(186,578,cs), +(167,424,o), +(129,268,o), +(87,191,c), +(433,123,l), +(491,209,o), +(547,379,o), +(569,578,cs), +(575,630,o), +(584,751,o), +(590,819,c), +(873,819,l), +(873,131,l), +(1263,131,l), +(1263,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(10,-151,l), +(391,-151,l), +(391,3,l), +(1004,3,l), +(1004,-151,l), +(1384,-151,l), +(1384,283,l), +(10,283,l) +); +} +); +width = 1404; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,1040,l), +(390,854,o), +(339,639,o), +(279,392,cs), +(236,218,o), +(167,88,o), +(78,26,c), +(119,11,l), +(208,71,o), +(280,205,o), +(330,392,cs), +(341,442,o), +(386,632,o), +(470,992,c), +(1124,992,l), +(918,23,l), +(968,23,l), +(1184,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-25,-214,l), +(25,-214,l), +(71,2,l), +(1019,2,l), +(973,-214,l), +(1023,-214,l), +(1079,50,l), +(31,50,l) +); +} +); +width = 1199; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,1040,l), +(367,869,o), +(321,664,o), +(293,548,cs), +(245,360,o), +(161,172,o), +(94,113,c), +(224,50,l), +(314,136,o), +(413,349,o), +(460,548,cs), +(495,695,o), +(523,809,o), +(539,880,c), +(1013,880,l), +(839,64,l), +(1019,64,l), +(1227,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-37,-171,l), +(143,-171,l), +(180,1,l), +(975,1,l), +(938,-171,l), +(1118,-171,l), +(1189,161,l), +(34,161,l) +); +} +); +width = 1285; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,1100,l), +(390,948,o), +(330,746,o), +(272,578,cs), +(220,424,o), +(149,268,o), +(91,191,c), +(422,123,l), +(499,209,o), +(591,379,o), +(655,578,cs), +(672,630,o), +(707,751,o), +(727,819,c), +(1010,819,l), +(864,131,l), +(1254,131,l), +(1460,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(-59,-151,l), +(322,-151,l), +(355,3,l), +(968,3,l), +(935,-151,l), +(1315,-151,l), +(1407,283,l), +(33,283,l) +); +} +); +width = 1484; +} +); +metricLeft = hbar; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1076; +}, +{ +color = 10; +glyphname = "ie-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +} +); +width = 1250; +} +); +unicode = 1077; +}, +{ +color = 10; +glyphname = "iegrave-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (311,116); +ref = gravecomb; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (226,116); +ref = gravecomb; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (200,124); +ref = gravecomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (293,116); +ref = gravecomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (207,116); +ref = gravecomb; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (191,124); +ref = gravecomb; +} +); +width = 1250; +} +); +unicode = 1104; +}, +{ +color = 10; +glyphname = "io-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (251,116); +ref = dieresiscomb; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (209,116); +ref = dieresiscomb; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (157,124); +ref = dieresiscomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (244,116); +ref = dieresiscomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (180,116); +ref = dieresiscomb; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (143,124); +ref = dieresiscomb; +} +); +width = 1250; +} +); +unicode = 1105; +}, +{ +color = 6; +glyphname = "zhe-cy"; +kernLeft = x; +kernRight = x; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (1329,0); +}, +{ +name = top; +pos = (664,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,561,l), +(569,561,l), +(107,1040,l), +(40,1040,l), +(528,535,l), +(10,0,l), +(77,0,l), +(569,507,l), +(637,507,l), +(637,0,l), +(686,0,l), +(686,507,l), +(753,507,l), +(1241,0,l), +(1308,0,l), +(794,534,l), +(1278,1040,l), +(1211,1040,l), +(753,561,l), +(686,561,l), +(686,1040,l), +(637,1040,l) +); +} +); +width = 1318; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(621,609,l), +(583,609,l), +(260,1040,l), +(25,1040,l), +(443,530,l), +(10,0,l), +(257,0,l), +(583,449,l), +(621,449,l), +(621,0,l), +(800,0,l), +(800,449,l), +(839,449,l), +(1157,0,l), +(1411,0,l), +(979,530,l), +(1392,1040,l), +(1149,1040,l), +(839,609,l), +(800,609,l), +(800,1040,l), +(621,1040,l) +); +} +); +width = 1421; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1970,0); +}, +{ +name = top; +pos = (954,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(770,682,l), +(736,682,l), +(496,1100,l), +(19,1100,l), +(414,565,l), +(10,0,l), +(499,0,l), +(736,417,l), +(770,417,l), +(770,0,l), +(1119,0,l), +(1119,417,l), +(1154,417,l), +(1401,0,l), +(1897,0,l), +(1482,565,l), +(1884,1100,l), +(1401,1100,l), +(1154,682,l), +(1119,682,l), +(1119,1100,l), +(770,1100,l) +); +} +); +width = 1907; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1218,0); +}, +{ +name = top; +pos = (775,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(646,561,l), +(572,561,l), +(212,1040,l), +(151,1040,l), +(531,535,l), +(-101,0,l), +(-28,0,l), +(572,507,l), +(634,507,l), +(526,0,l), +(575,0,l), +(683,507,l), +(764,507,l), +(1137,0,l), +(1197,0,l), +(803,534,l), +(1395,1040,l), +(1322,1040,l), +(762,561,l), +(695,561,l), +(797,1040,l), +(748,1040,l) +); +} +); +width = 1318; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(640,609,l), +(592,609,l), +(351,1040,l), +(136,1040,l), +(445,550,l), +(-101,0,l), +(156,0,l), +(578,449,l), +(606,449,l), +(510,0,l), +(689,0,l), +(785,449,l), +(872,449,l), +(1104,0,l), +(1300,0,l), +(1011,530,l), +(1503,1040,l), +(1260,1040,l), +(858,609,l), +(819,609,l), +(911,1040,l), +(732,1040,l) +); +} +); +width = 1421; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1863,0); +}, +{ +name = top; +pos = (1081,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(808,682,l), +(754,682,l), +(623,1100,l), +(146,1100,l), +(387,585,l), +(-97,0,l), +(402,0,l), +(698,417,l), +(752,417,l), +(663,0,l), +(1012,0,l), +(1101,417,l), +(1176,417,l), +(1334,0,l), +(1790,0,l), +(1525,555,l), +(2011,1100,l), +(1498,1100,l), +(1192,682,l), +(1157,682,l), +(1246,1100,l), +(897,1100,l) +); +} +); +width = 1927; +} +); +metricLeft = x; +metricRight = x; +unicode = 1078; +}, +{ +color = 6; +glyphname = "ze-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (515,2); +}, +{ +name = top; +pos = (505,1037); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(415,498,l), +(551,498,ls), +(749,498,o), +(892,404,o), +(892,275,cs), +(892,132,o), +(725,28,o), +(494,28,cs), +(278,28,o), +(117,140,o), +(111,295,cs), +(110,321,l), +(60,321,l), +(61,291,ls), +(67,111,o), +(250,-20,o), +(498,-20,cs), +(756,-20,o), +(942,104,o), +(942,275,cs), +(942,399,o), +(842,503,o), +(705,522,c), +(705,526,l), +(825,546,o), +(912,646,o), +(912,765,cs), +(912,932,o), +(742,1053,o), +(508,1053,cs), +(268,1053,o), +(87,922,o), +(77,741,cs), +(76,724,l), +(126,724,l), +(127,742,ls), +(135,895,o), +(294,1005,o), +(504,1005,cs), +(712,1005,o), +(862,904,o), +(862,765,cs), +(862,638,o), +(731,546,o), +(551,546,cs), +(415,546,l) +); +} +); +width = 1002; +}, +{ +anchors = ( +{ +name = bottom; +pos = (510,2); +}, +{ +name = top; +pos = (510,1037); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(454,448,l), +(560,448,ls), +(681,448,o), +(769,385,o), +(769,297,cs), +(769,207,o), +(655,141,o), +(498,141,cs), +(347,141,o), +(238,210,o), +(238,305,cs), +(238,320,l), +(60,320,l), +(60,305,ls), +(60,116,o), +(248,-20,o), +(507,-20,cs), +(763,-20,o), +(948,104,o), +(948,275,cs), +(948,405,o), +(863,510,o), +(745,524,c), +(745,536,l), +(851,561,o), +(927,658,o), +(927,765,cs), +(927,933,o), +(750,1054,o), +(506,1054,cs), +(258,1054,o), +(78,923,o), +(78,741,cs), +(78,724,l), +(256,724,l), +(256,742,ls), +(256,830,o), +(360,893,o), +(503,893,cs), +(645,893,o), +(748,830,o), +(748,743,cs), +(748,661,o), +(669,602,o), +(560,602,cs), +(454,602,l) +); +} +); +width = 1008; +}, +{ +anchors = ( +{ +name = bottom; +pos = (636,-18); +}, +{ +name = top; +pos = (636,1098); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(572,448,l), +(673,448,ls), +(745,448,o), +(797,411,o), +(797,361,cs), +(797,304,o), +(729,263,o), +(634,263,cs), +(532,263,o), +(456,308,o), +(452,371,cs), +(451,387,l), +(60,387,l), +(61,368,ls), +(73,133,o), +(313,-37,o), +(632,-37,cs), +(961,-37,o), +(1199,100,o), +(1199,290,cs), +(1199,429,o), +(1089,538,o), +(936,548,c), +(936,566,l), +(1067,589,o), +(1161,692,o), +(1161,813,cs), +(1161,993,o), +(940,1124,o), +(634,1124,cs), +(341,1124,o), +(113,958,o), +(90,729,cs), +(89,719,l), +(460,719,l), +(461,729,ls), +(467,784,o), +(534,823,o), +(621,823,cs), +(706,823,o), +(767,787,o), +(767,738,cs), +(767,686,o), +(722,648,o), +(660,648,cs), +(572,648,l) +); +} +); +width = 1259; +}, +{ +anchors = ( +{ +name = bottom; +pos = (417,2); +}, +{ +name = top; +pos = (590,1037); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,498,l), +(541,498,ls), +(739,498,o), +(866,404,o), +(842,275,cs), +(817,132,o), +(632,28,o), +(401,28,cs), +(184,28,o), +(43,140,o), +(65,295,cs), +(69,321,l), +(18,321,l), +(13,291,ls), +(-12,111,o), +(148,-20,o), +(396,-20,cs), +(655,-20,o), +(864,104,o), +(893,275,cs), +(916,399,o), +(834,503,o), +(699,522,c), +(700,526,l), +(824,546,o), +(929,646,o), +(950,765,cs), +(979,932,o), +(831,1053,o), +(596,1053,cs), +(356,1053,o), +(151,922,o), +(109,741,cs), +(105,724,l), +(156,724,l), +(160,742,ls), +(195,895,o), +(372,1005,o), +(583,1005,cs), +(791,1005,o), +(924,904,o), +(899,765,cs), +(876,638,o), +(729,546,o), +(549,546,cs), +(413,546,l) +); +} +); +width = 1005; +}, +{ +anchors = ( +{ +name = bottom; +pos = (411,2); +}, +{ +name = top; +pos = (594,1037); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(434,448,l), +(540,448,ls), +(662,448,o), +(738,385,o), +(722,297,cs), +(706,207,o), +(581,141,o), +(424,141,cs), +(273,141,o), +(176,210,o), +(193,305,cs), +(195,320,l), +(17,320,l), +(15,305,ls), +(-19,116,o), +(144,-20,o), +(404,-20,cs), +(660,-20,o), +(867,104,o), +(897,275,cs), +(921,405,o), +(854,510,o), +(738,524,c), +(740,536,l), +(851,562,o), +(944,658,o), +(963,765,cs), +(992,933,o), +(837,1054,o), +(593,1054,cs), +(344,1054,o), +(141,923,o), +(109,741,cs), +(106,724,l), +(284,724,l), +(288,742,ls), +(303,830,o), +(418,893,o), +(561,893,cs), +(703,893,o), +(795,830,o), +(780,743,cs), +(766,661,o), +(676,602,o), +(567,602,cs), +(461,602,l) +); +} +); +width = 1009; +}, +{ +anchors = ( +{ +name = bottom; +pos = (629,-18); +}, +{ +name = top; +pos = (629,1098); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(548,448,l), +(649,448,ls), +(721,448,o), +(767,411,o), +(758,361,cs), +(748,304,o), +(672,263,o), +(578,263,cs), +(476,263,o), +(407,308,o), +(415,371,cs), +(416,387,l), +(25,387,l), +(23,368,ls), +(-6,133,o), +(204,-37,o), +(523,-37,cs), +(852,-37,o), +(1114,100,o), +(1147,290,cs), +(1171,429,o), +(1080,538,o), +(930,548,c), +(933,566,l), +(1067,589,o), +(1180,692,o), +(1202,813,cs), +(1233,993,o), +(1035,1124,o), +(729,1124,cs), +(437,1124,o), +(179,958,o), +(116,729,cs), +(113,719,l), +(484,719,l), +(487,729,ls), +(502,784,o), +(576,823,o), +(663,823,cs), +(748,823,o), +(803,787,o), +(794,738,cs), +(785,686,o), +(734,648,o), +(671,648,cs), +(583,648,l) +); +} +); +width = 1262; +} +); +metricLeft = o; +metricRight = o; +unicode = 1079; +}, +{ +color = 6; +glyphname = "ii-cy"; +kernLeft = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (529,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +} +); +width = 1058; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (552,1039); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +} +); +width = 1125; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (650,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +} +); +width = 1299; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (640,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +} +); +width = 1058; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (663,1039); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +} +); +width = 1126; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (767,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +} +); +width = 1299; +} +); +metricLeft = "en-cy"; +metricRight = "en-cy"; +unicode = 1080; +}, +{ +color = 10; +glyphname = "iishort-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (231,100); +ref = brevecomb; +} +); +width = 1058; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (203,99); +ref = brevecomb; +} +); +width = 1125; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (175,100); +ref = brevecomb; +} +); +width = 1299; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (240,100); +ref = brevecomb; +} +); +width = 1058; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (218,99); +ref = brevecomb; +} +); +width = 1126; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (180,100); +ref = brevecomb; +} +); +width = 1299; +} +); +unicode = 1081; +}, +{ +color = 10; +glyphname = "iigrave-cy"; +kernLeft = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (439,1297); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(504,1170,l), +(548,1170,l), +(473,1399,l), +(413,1399,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (303,100); +ref = gravecomb; +} +); +width = 1058; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (488,1362); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(526,1164,l), +(689,1164,l), +(599,1413,l), +(386,1413,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (276,99); +ref = gravecomb; +} +); +width = 1205; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (530,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(524,1240,l), +(767,1240,l), +(697,1579,l), +(344,1579,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (234,100); +ref = gravecomb; +} +); +width = 1299; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (551,1297); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(622,1170,l), +(666,1170,l), +(639,1399,l), +(579,1399,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (302,100); +ref = gravecomb; +} +); +width = 1118; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (554,1362); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(596,1164,l), +(759,1164,l), +(721,1413,l), +(508,1413,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (234,99); +ref = gravecomb; +} +); +width = 1206; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (677,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(675,1240,l), +(918,1240,l), +(920,1579,l), +(567,1579,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (260,100); +ref = gravecomb; +} +); +width = 1359; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (677,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(675,1240,l), +(918,1240,l), +(920,1579,l), +(567,1579,l) +); +} +); +}; +layerId = "0B0E9DA4-59FC-409E-BC36-FB2021D8EFE9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (260,100); +ref = gravecomb; +} +); +width = 1359; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (554,1362); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(596,1164,l), +(759,1164,l), +(721,1413,l), +(508,1413,l) +); +} +); +}; +layerId = "B8CA5DCE-4FB7-4D25-8159-544B7B22345C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (234,99); +ref = gravecomb; +} +); +width = 1206; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (530,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(524,1240,l), +(767,1240,l), +(697,1579,l), +(344,1579,l) +); +} +); +}; +layerId = "7C60C61C-579B-4A38-8FEB-271695E62E18"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (234,100); +ref = gravecomb; +} +); +width = 1299; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (551,1297); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(622,1170,l), +(666,1170,l), +(639,1399,l), +(579,1399,l) +); +} +); +}; +layerId = "8A371E34-8E4C-470A-973F-88F3FF3E57A6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (302,100); +ref = gravecomb; +} +); +width = 1118; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (488,1362); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(526,1164,l), +(689,1164,l), +(599,1413,l), +(386,1413,l) +); +} +); +}; +layerId = "9CC1452C-99A4-43C9-B7F9-3E915D11A8A2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (276,99); +ref = gravecomb; +} +); +width = 1205; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (439,1297); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(504,1170,l), +(548,1170,l), +(473,1399,l), +(413,1399,l) +); +} +); +}; +layerId = "4D1886F2-D590-414E-B845-8BC1D47F79FE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (303,100); +ref = gravecomb; +} +); +width = 1058; +} +); +unicode = 1117; +}, +{ +color = 6; +glyphname = "ka-cy"; +kernLeft = ssflat; +kernRight = "ka-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (897,0); +}, +{ +name = top; +pos = (409,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(321,492,l), +(866,1040,l), +(797,1040,l), +(302,542,l), +(146,542,l), +(146,492,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(900,0,l), +(327,529,l), +(290,497,l), +(823,0,l) +); +} +); +width = 920; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1075,0); +}, +{ +name = top; +pos = (497,1041); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(492,444,l), +(968,1041,l), +(746,1041,l), +(415,603,l), +(252,603,l), +(252,444,l) +); +}, +{ +closed = 1; +nodes = ( +(279,0,l), +(279,1041,l), +(100,1041,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(506,568,l), +(379,456,l), +(764,0,l) +); +} +); +width = 1020; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1359,0); +}, +{ +name = top; +pos = (656,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(774,384,l), +(1267,1100,l), +(797,1100,l), +(566,686,l), +(443,686,l), +(443,384,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1286,1,l), +(880,608,l), +(573,451,l), +(811,1,l) +); +} +); +width = 1306; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (786,0); +}, +{ +name = top; +pos = (520,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(320,492,l), +(977,1040,l), +(901,1040,l), +(307,542,l), +(151,542,l), +(140,492,l) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(261,1040,l), +(211,1040,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(789,0,l), +(329,529,l), +(295,497,l), +(722,0,l) +); +} +); +width = 920; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (964,0); +}, +{ +name = top; +pos = (608,1041); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(476,444,l), +(1079,1041,l), +(857,1041,l), +(433,603,l), +(270,603,l), +(236,444,l) +); +}, +{ +closed = 1; +nodes = ( +(168,0,l), +(390,1041,l), +(211,1041,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(889,0,l), +(516,568,l), +(365,456,l), +(653,0,l) +); +} +); +width = 1020; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1242,0); +}, +{ +name = top; +pos = (773,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(739,384,l), +(1384,1100,l), +(914,1100,l), +(595,686,l), +(472,686,l), +(408,384,l) +); +}, +{ +closed = 1; +nodes = ( +(383,0,l), +(617,1100,l), +(217,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1169,1,l), +(892,608,l), +(552,451,l), +(694,1,l) +); +} +); +width = 1306; +} +); +metricLeft = "en-cy"; +unicode = 1082; +}, +{ +color = 10; +glyphname = "kje-cy"; +kernLeft = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (897,0); +}, +{ +name = top; +pos = (499,1297); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(321,492,l), +(866,1040,l), +(797,1040,l), +(302,542,l), +(146,542,l), +(146,492,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(900,0,l), +(327,529,l), +(290,497,l), +(823,0,l) +); +}, +{ +closed = 1; +nodes = ( +(465,1399,l), +(390,1170,l), +(434,1170,l), +(525,1399,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (290,100); +ref = acute; +} +); +width = 920; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1075,0); +}, +{ +name = top; +pos = (621,1364); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(492,444,l), +(968,1041,l), +(746,1041,l), +(415,603,l), +(252,603,l), +(252,444,l) +); +}, +{ +closed = 1; +nodes = ( +(279,0,l), +(279,1041,l), +(100,1041,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(506,568,l), +(379,456,l), +(764,0,l) +); +}, +{ +closed = 1; +nodes = ( +(510,1415,l), +(420,1166,l), +(583,1166,l), +(723,1415,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (320,101); +ref = acute; +} +); +width = 1020; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1359,0); +}, +{ +name = top; +pos = (776,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,384,l), +(1267,1100,l), +(797,1100,l), +(566,686,l), +(443,686,l), +(443,384,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1286,1,l), +(880,608,l), +(573,451,l), +(811,1,l) +); +}, +{ +closed = 1; +nodes = ( +(609,1579,l), +(539,1240,l), +(782,1240,l), +(962,1579,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (439,100); +ref = acute; +} +); +width = 1306; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (786,0); +}, +{ +name = top; +pos = (723.939,1297); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(320,492,l), +(977,1040,l), +(901,1040,l), +(307,542,l), +(151,542,l), +(140,492,l) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(261,1040,l), +(211,1040,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(789,0,l), +(329,529,l), +(295,497,l), +(722,0,l) +); +}, +{ +closed = 1; +nodes = ( +(681,1399,l), +(552,1170,l), +(596,1170,l), +(741,1399,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (335,100); +ref = acute; +} +); +width = 920; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (964,0); +}, +{ +name = top; +pos = (855.324,1364); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(476,444,l), +(1079,1041,l), +(857,1041,l), +(433,603,l), +(270,603,l), +(236,444,l) +); +}, +{ +closed = 1; +nodes = ( +(168,0,l), +(390,1041,l), +(211,1041,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(889,0,l), +(516,568,l), +(365,456,l), +(653,0,l) +); +}, +{ +closed = 1; +nodes = ( +(711,1415,l), +(562,1166,l), +(725,1166,l), +(924,1415,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (346,101); +ref = acute; +} +); +width = 1020; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1242,0); +}, +{ +name = top; +pos = (1089,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(739,384,l), +(1384,1100,l), +(914,1100,l), +(595,686,l), +(472,686,l), +(408,384,l) +); +}, +{ +closed = 1; +nodes = ( +(383,0,l), +(617,1100,l), +(217,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1169,1,l), +(892,608,l), +(552,451,l), +(694,1,l) +); +}, +{ +closed = 1; +nodes = ( +(862,1579,l), +(714,1240,l), +(957,1240,l), +(1215,1579,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (489,100); +ref = acute; +} +); +width = 1336; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1242,0); +}, +{ +name = top; +pos = (1089,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(739,384,l), +(1384,1100,l), +(914,1100,l), +(595,686,l), +(472,686,l), +(408,384,l) +); +}, +{ +closed = 1; +nodes = ( +(383,0,l), +(617,1100,l), +(217,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1169,1,l), +(892,608,l), +(552,451,l), +(694,1,l) +); +}, +{ +closed = 1; +nodes = ( +(862,1579,l), +(714,1240,l), +(957,1240,l), +(1215,1579,l) +); +} +); +}; +layerId = "7063FAB8-1BB5-4DD8-A690-99FA812A5447"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (489,100); +ref = acute; +} +); +width = 1336; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (964,0); +}, +{ +name = top; +pos = (855.324,1364); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(476,444,l), +(1079,1041,l), +(857,1041,l), +(433,603,l), +(270,603,l), +(236,444,l) +); +}, +{ +closed = 1; +nodes = ( +(168,0,l), +(390,1041,l), +(211,1041,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(889,0,l), +(516,568,l), +(365,456,l), +(653,0,l) +); +}, +{ +closed = 1; +nodes = ( +(711,1415,l), +(562,1166,l), +(725,1166,l), +(924,1415,l) +); +} +); +}; +layerId = "CD93C2CE-A05C-4852-8342-FFBD8414456B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (346,101); +ref = acute; +} +); +width = 1020; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1359,0); +}, +{ +name = top; +pos = (776,1541); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,384,l), +(1267,1100,l), +(797,1100,l), +(566,686,l), +(443,686,l), +(443,384,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1286,1,l), +(880,608,l), +(573,451,l), +(811,1,l) +); +}, +{ +closed = 1; +nodes = ( +(609,1579,l), +(539,1240,l), +(782,1240,l), +(962,1579,l) +); +} +); +}; +layerId = "7C0D732D-B26B-4607-A06F-3213B3303A71"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (439,100); +ref = acute; +} +); +width = 1306; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (786,0); +}, +{ +name = top; +pos = (723.939,1297); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(320,492,l), +(977,1040,l), +(901,1040,l), +(307,542,l), +(151,542,l), +(140,492,l) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(261,1040,l), +(211,1040,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(789,0,l), +(329,529,l), +(295,497,l), +(722,0,l) +); +}, +{ +closed = 1; +nodes = ( +(681,1399,l), +(552,1170,l), +(596,1170,l), +(741,1399,l) +); +} +); +}; +layerId = "3E19319C-4703-4B0D-A5A9-4FA3E634393C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (335,100); +ref = acute; +} +); +width = 920; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1075,0); +}, +{ +name = top; +pos = (621,1364); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(492,444,l), +(968,1041,l), +(746,1041,l), +(415,603,l), +(252,603,l), +(252,444,l) +); +}, +{ +closed = 1; +nodes = ( +(279,0,l), +(279,1041,l), +(100,1041,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(506,568,l), +(379,456,l), +(764,0,l) +); +}, +{ +closed = 1; +nodes = ( +(510,1415,l), +(420,1166,l), +(583,1166,l), +(723,1415,l) +); +} +); +}; +layerId = "9891D3D0-624F-40B9-962E-58877A1370DC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (320,101); +ref = acute; +} +); +width = 1020; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (897,0); +}, +{ +name = top; +pos = (499,1297); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(321,492,l), +(866,1040,l), +(797,1040,l), +(302,542,l), +(146,542,l), +(146,492,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(900,0,l), +(327,529,l), +(290,497,l), +(823,0,l) +); +}, +{ +closed = 1; +nodes = ( +(465,1399,l), +(390,1170,l), +(434,1170,l), +(525,1399,l) +); +} +); +}; +layerId = "6B300BE8-9C2E-4ADE-8BBE-823522FDB6BD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +pos = (290,100); +ref = acute; +} +); +width = 920; +} +); +unicode = 1116; +}, +{ +color = 6; +glyphname = "el-cy"; +kernLeft = "el-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = hook; +pos = (1009,1); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,1040,l), +(282,645,o), +(276,306,o), +(270,160,cs), +(267,87,o), +(228,41,o), +(169,40,cs), +(126,40,o), +(78,44,o), +(45,51,c), +(40,1,l), +(83,-6,o), +(134,-10,o), +(174,-9,cs), +(259,-9,o), +(315,54,o), +(320,155,cs), +(328,306,o), +(333,629,o), +(333,992,c), +(984,992,l), +(984,0,l), +(1034,0,l), +(1034,1040,l) +); +} +); +width = 1134; +}, +{ +anchors = ( +{ +name = hook; +pos = (1013,1); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(256,1040,l), +(250,603,o), +(242,288,o), +(235,222,cs), +(230,181,o), +(202,155,o), +(163,154,cs), +(120,154,o), +(79,158,o), +(55,164,c), +(40,4,l), +(100,-5,o), +(167,-9,o), +(216,-7,cs), +(325,-6,o), +(401,81,o), +(414,218,cs), +(420,304,o), +(426,560,o), +(429,880,c), +(918,880,l), +(918,1,l), +(1098,1,l), +(1098,1040,l) +); +} +); +width = 1198; +}, +{ +anchors = ( +{ +name = hook; +pos = (1139,1); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,1100,l), +(220,685,o), +(205,400,o), +(200,361,cs), +(195,322,o), +(166,297,o), +(125,297,cs), +(107,297,o), +(80,300,o), +(54,304,c), +(30,2,l), +(87,-7,o), +(187,-11,o), +(290,-9,cs), +(460,-6,o), +(576,98,o), +(591,261,cs), +(595,310,o), +(604,518,o), +(613,800,c), +(928,800,l), +(928,1,l), +(1328,1,l), +(1328,1100,l) +); +} +); +width = 1428; +}, +{ +anchors = ( +{ +name = hook; +pos = (889,1); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(386,1040,l), +(299,645,o), +(220,306,o), +(183,160,cs), +(165,87,o), +(116,41,o), +(57,40,cs), +(14,40,o), +(-33,44,o), +(-65,51,c), +(-80,1,l), +(-39,-6,o), +(11,-10,o), +(52,-9,cs), +(137,-9,o), +(206,54,o), +(232,155,cs), +(272,306,o), +(346,629,o), +(423,992,c), +(1074,992,l), +(863,0,l), +(913,0,l), +(1135,1040,l) +); +} +); +width = 1124; +}, +{ +anchors = ( +{ +name = hook; +pos = (892,1); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(356,1040,l), +(257,603,o), +(182,288,o), +(161,222,cs), +(148,181,o), +(114,155,o), +(75,154,cs), +(32,154,o), +(-8,158,o), +(-31,164,c), +(-80,4,l), +(-22,-5,o), +(44,-9,o), +(94,-7,cs), +(203,-6,o), +(297,81,o), +(340,218,cs), +(364,304,o), +(424,560,o), +(495,880,c), +(984,880,l), +(797,1,l), +(977,1,l), +(1198,1040,l) +); +} +); +width = 1187; +}, +{ +anchors = ( +{ +name = hook; +pos = (995,1); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,1100,l), +(249,685,o), +(173,400,o), +(160,361,cs), +(147,322,o), +(112,297,o), +(71,297,cs), +(53,297,o), +(27,300,o), +(2,304,c), +(-86,2,l), +(-31,-7,o), +(68,-11,o), +(171,-9,cs), +(342,-6,o), +(480,98,o), +(530,261,cs), +(544,310,o), +(597,518,o), +(666,800,c), +(981,800,l), +(811,1,l), +(1211,1,l), +(1445,1100,l) +); +} +); +width = 1428; +} +); +metricRight = "en-cy"; +unicode = 1083; +}, +{ +color = 6; +glyphname = "em-cy"; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,976,l), +(163,976,l), +(130,1009,l), +(619,400,l), +(633,400,l), +(1117,996,l), +(1097,976,l), +(1108,976,l), +(1108,0,l), +(1158,0,l), +(1158,1040,l), +(1089,1040,l), +(627,469,l), +(626,469,l), +(168,1040,l), +(100,1040,l) +); +} +); +width = 1258; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,776,l), +(315,776,l), +(177,897,l), +(650,363,l), +(665,363,l), +(1138,897,l), +(994,776,l), +(1036,776,l), +(1036,0,l), +(1216,0,l), +(1216,1040,l), +(1036,1040,l), +(660,603,l), +(656,603,l), +(280,1040,l), +(100,1040,l) +); +} +); +width = 1316; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(480,0,l), +(480,536,l), +(583,536,l), +(231,898,l), +(746,181,l), +(808,181,l), +(1323,898,l), +(976,534,l), +(1074,534,l), +(1074,0,l), +(1454,0,l), +(1454,1100,l), +(1074,1100,l), +(778,635,l), +(775,635,l), +(475,1100,l), +(100,1100,l) +); +} +); +width = 1554; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(247,976,l), +(260,976,l), +(234,1009,l), +(593,400,l), +(607,400,l), +(1218,996,l), +(1194,976,l), +(1205,976,l), +(997,0,l), +(1047,0,l), +(1269,1040,l), +(1200,1040,l), +(616,469,l), +(615,469,l), +(279,1040,l), +(211,1040,l) +); +} +); +width = 1258; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(334,776,l), +(369,776,l), +(257,897,l), +(617,363,l), +(632,363,l), +(1218,897,l), +(1048,776,l), +(1090,776,l), +(925,0,l), +(1105,0,l), +(1327,1040,l), +(1147,1040,l), +(678,603,l), +(674,603,l), +(391,1040,l), +(211,1040,l) +); +} +); +width = 1316; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(363,0,l), +(477,536,l), +(580,536,l), +(305,898,l), +(668,181,l), +(730,181,l), +(1397,898,l), +(973,534,l), +(1071,534,l), +(957,0,l), +(1337,0,l), +(1571,1100,l), +(1191,1100,l), +(796,635,l), +(793,635,l), +(592,1100,l), +(217,1100,l) +); +} +); +width = 1554; +} +); +metricLeft = "en-cy"; +metricRight = "en-cy"; +unicode = 1084; +}, +{ +color = 6; +glyphname = "en-cy"; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,515,l), +(879,515,l), +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l) +); +} +); +width = 1029; +}, +{ +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(279,0,l), +(279,452,l), +(831,452,l), +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l) +); +} +); +width = 1111; +}, +{ +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,407,l), +(858,407,l), +(858,0,l), +(1258,0,l), +(1258,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l) +); +} +); +width = 1358; +}, +{ +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(149,515,l), +(878,515,l), +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l) +); +} +); +width = 1029; +}, +{ +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(168,0,l), +(265,452,l), +(817,452,l), +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l) +); +} +); +width = 1111; +}, +{ +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(470,407,l), +(828,407,l), +(741,0,l), +(1141,0,l), +(1375,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l) +); +} +); +width = 1358; +} +); +unicode = 1085; +}, +{ +color = 10; +glyphname = "o-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +} +); +width = 1121; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = o; +} +); +width = 1357; +} +); +unicode = 1086; +}, +{ +color = 6; +glyphname = "pe-cy"; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(900,992,l), +(900,0,l), +(950,0,l), +(950,1040,l), +(100,1040,l) +); +} +); +width = 1050; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,880,l), +(822,880,l), +(822,0,l), +(1002,0,l), +(1002,1040,l), +(100,1040,l) +); +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,790,l), +(860,790,l), +(860,0,l), +(1260,0,l), +(1260,1100,l), +(100,1100,l) +); +} +); +width = 1360; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(250,992,l), +(1000,992,l), +(789,0,l), +(839,0,l), +(1061,1040,l), +(211,1040,l) +); +} +); +width = 1050; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(357,890,l), +(899,890,l), +(711,0,l), +(891,0,l), +(1113,1040,l), +(211,1040,l) +); +} +); +width = 1102; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(551,790,l), +(911,790,l), +(743,0,l), +(1143,0,l), +(1377,1100,l), +(217,1100,l) +); +} +); +width = 1360; +} +); +metricLeft = "en-cy"; +metricRight = "en-cy"; +unicode = 1087; +}, +{ +color = 10; +glyphname = "er-cy"; +kernLeft = ssflat; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = p; +} +); +width = 1150; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = p; +} +); +width = 1219; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = p; +} +); +width = 1426; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = p; +} +); +width = 1151; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = p; +} +); +width = 1195; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = p; +} +); +width = 1407; +} +); +unicode = 1088; +}, +{ +color = 10; +glyphname = "es-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = c; +} +); +width = 1051; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = c; +} +); +width = 1128; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = c; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = c; +} +); +width = 1063; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = c; +} +); +width = 1097; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = c; +} +); +width = 1228; +} +); +unicode = 1089; +}, +{ +color = 6; +glyphname = "te-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,992,l), +(483,992,l), +(481,0,l), +(532,0,l), +(533,992,l), +(956,992,l), +(956,1040,l), +(60,1040,l) +); +} +); +width = 1016; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,881,l), +(449,881,l), +(446,0,l), +(628,0,l), +(629,881,l), +(1018,881,l), +(1018,1041,l), +(60,1041,l) +); +} +); +width = 1078; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,800,l), +(414,800,l), +(412,0,l), +(813,0,l), +(814,800,l), +(1165,800,l), +(1165,1100,l), +(60,1100,l) +); +} +); +width = 1225; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,992,l), +(583,992,l), +(370,0,l), +(421,0,l), +(633,992,l), +(1056,992,l), +(1067,1040,l), +(171,1040,l) +); +} +); +width = 1016; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,881,l), +(526,881,l), +(335,0,l), +(517,0,l), +(706,881,l), +(1095,881,l), +(1129,1041,l), +(171,1041,l) +); +} +); +width = 1078; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,800,l), +(467,800,l), +(295,0,l), +(696,0,l), +(867,800,l), +(1218,800,l), +(1282,1100,l), +(177,1100,l) +); +} +); +width = 1225; +} +); +unicode = 1090; +}, +{ +color = 10; +glyphname = "u-cy"; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +} +); +width = 864; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +} +); +width = 1010; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +} +); +width = 1222; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = y; +} +); +width = 975; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = y; +} +); +width = 1010; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = y; +} +); +width = 1222; +} +); +unicode = 1091; +}, +{ +color = 10; +glyphname = "ushort-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +}, +{ +pos = (159,100); +ref = brevecomb; +} +); +width = 864; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (153,100); +ref = brevecomb; +} +); +width = 1010; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (140,100); +ref = brevecomb; +} +); +width = 1222; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = y; +}, +{ +pos = (218,100); +ref = brevecomb; +} +); +width = 975; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = y; +}, +{ +pos = (168,100); +ref = brevecomb; +} +); +width = 1010; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = y; +}, +{ +pos = (145,100); +ref = brevecomb; +} +); +width = 1222; +} +); +unicode = 1118; +}, +{ +color = 6; +glyphname = "ef-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 14:00:23 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(714,-19,l), +(1095,-19,o), +(1334,193,o), +(1334,531,cs), +(1334,852,o), +(1095,1053,o), +(714,1053,c), +(678,1053,l), +(298,1053,o), +(60,852,o), +(60,531,cs), +(60,193,o), +(298,-19,o), +(678,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(720,-407,l), +(720,1443,l), +(670,1443,l), +(670,-407,l) +); +}, +{ +closed = 1; +nodes = ( +(329,31,o), +(110,224,o), +(110,531,cs), +(110,822,o), +(329,1005,o), +(678,1005,c), +(714,1005,l), +(1064,1005,o), +(1284,822,o), +(1284,531,cs), +(1284,224,o), +(1064,31,o), +(714,31,c), +(678,31,l) +); +} +); +width = 1394; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(763,-20,l), +(1116,-20,o), +(1338,189,o), +(1338,522,cs), +(1338,852,o), +(1116,1059,o), +(763,1059,c), +(637,1059,l), +(283,1059,o), +(60,852,o), +(60,522,cs), +(60,189,o), +(283,-20,o), +(637,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(789,-404,l), +(789,1443,l), +(609,1443,l), +(609,-404,l) +); +}, +{ +closed = 1; +nodes = ( +(393,141,o), +(240,288,o), +(240,522,cs), +(240,752,o), +(393,897,o), +(637,897,c), +(763,897,l), +(1006,897,o), +(1158,752,o), +(1158,522,cs), +(1158,288,o), +(1006,141,o), +(763,141,c), +(637,141,l) +); +} +); +width = 1398; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1093,-22,l), +(1487,-22,o), +(1734,194,o), +(1734,539,cs), +(1734,882,o), +(1487,1097,o), +(1093,1097,c), +(702,1097,l), +(308,1097,o), +(60,882,o), +(60,539,cs), +(60,194,o), +(308,-22,o), +(702,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(1092,-368,l), +(1092,1443,l), +(702,1443,l), +(702,-368,l) +); +}, +{ +closed = 1; +nodes = ( +(548,283,o), +(451,382,o), +(451,539,cs), +(451,694,o), +(548,792,o), +(702,792,c), +(1093,792,l), +(1247,792,o), +(1343,694,o), +(1343,539,cs), +(1343,382,o), +(1247,283,o), +(1093,283,c), +(702,283,l) +); +} +); +width = 1794; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(599,-19,l), +(980,-19,o), +(1264,193,o), +(1336,531,cs), +(1404,852,o), +(1208,1053,o), +(827,1053,c), +(791,1053,l), +(411,1053,o), +(130,852,o), +(62,531,cs), +(-10,193,o), +(183,-19,o), +(563,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(537,-360,l), +(935,1516,l), +(881,1516,l), +(483,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(225,31,o), +(47,224,o), +(112,531,cs), +(174,822,o), +(432,1005,o), +(781,1005,c), +(817,1005,l), +(1167,1005,o), +(1348,822,o), +(1286,531,cs), +(1221,224,o), +(960,31,o), +(610,31,c), +(574,31,l) +); +} +); +width = 1394; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(647,-20,l), +(1000,-20,o), +(1267,189,o), +(1338,522,cs), +(1408,852,o), +(1230,1059,o), +(877,1059,c), +(751,1059,l), +(397,1059,o), +(130,852,o), +(60,522,cs), +(-11,189,o), +(167,-20,o), +(521,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(601,-360,l), +(975,1399,l), +(795,1399,l), +(421,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(312,141,o), +(190,288,o), +(240,522,cs), +(288,752,o), +(472,897,o), +(716,897,c), +(842,897,l), +(1085,897,o), +(1206,752,o), +(1158,522,cs), +(1108,288,o), +(925,141,o), +(682,141,c), +(556,141,l) +); +} +); +width = 1398; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(972,-22,l), +(1366,-22,o), +(1659,194,o), +(1732,539,cs), +(1805,882,o), +(1604,1097,o), +(1210,1097,c), +(819,1097,l), +(425,1097,o), +(131,882,o), +(58,539,cs), +(-15,194,o), +(187,-22,o), +(581,-22,cs) +); +}, +{ +closed = 1; +nodes = ( +(896,-374,l), +(1284,1449,l), +(894,1449,l), +(506,-374,l) +); +}, +{ +closed = 1; +nodes = ( +(492,283,o), +(416,382,o), +(449,539,cs), +(482,694,o), +(600,792,o), +(754,792,c), +(1145,792,l), +(1299,792,o), +(1374,694,o), +(1341,539,cs), +(1308,382,o), +(1191,283,o), +(1037,283,c), +(646,283,l) +); +} +); +width = 1794; +} +); +metricLeft = o; +metricRight = o; +unicode = 1092; +}, +{ +color = 10; +glyphname = "ha-cy"; +kernLeft = x; +kernRight = x; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = x; +} +); +width = 990; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = x; +} +); +width = 1100; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = x; +} +); +width = 1356; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = x; +} +); +width = 990; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = x; +} +); +width = 1104; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = x; +} +); +width = 1400; +} +); +unicode = 1093; +}, +{ +color = 10; +glyphname = "tse-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(950,0,l), +(950,1040,l), +(900,1040,l), +(900,48,l), +(150,48,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(855,0,l), +(1016,0,l), +(1016,-276,l), +(1067,-276,l), +(1066,48,l), +(855,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (0,1040); +ref = "pe-cy"; +scale = (1,-1); +}, +{ +alignment = -1; +pos = (755,0); +ref = "bottom-hook"; +} +); +width = 1087; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,0,l), +(1002,1040,l), +(822,1040,l), +(822,160,l), +(280,160,l), +(280,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(813,0,l), +(974,0,l), +(974,-266,l), +(1154,-266,l), +(1153,160,l), +(813,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (0,1040); +ref = "pe-cy"; +scale = (1,-1); +}, +{ +alignment = -1; +pos = (713,0); +ref = "bottom-hook"; +} +); +width = 1174; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1260,0,l), +(1260,1100,l), +(860,1100,l), +(860,310,l), +(500,310,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1035,-1,l), +(1078,-1,l), +(1078,-241,l), +(1468,-241,l), +(1468,339,l), +(1035,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (0,1100); +ref = "pe-cy"; +scale = (1,-1); +}, +{ +alignment = -1; +pos = (935,0); +ref = "bottom-hook"; +} +); +width = 1488; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(840,0,l), +(1081,1040,l), +(1031,1040,l), +(800,48,l), +(50,48,l), +(281,1040,l), +(231,1040,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(746,0,l), +(907,0,l), +(849,-276,l), +(900,-276,l), +(967,48,l), +(756,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (242,1040); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +}, +{ +alignment = -1; +pos = (756,0); +ref = "bottom-hook"; +} +); +width = 1089; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(892,0,l), +(1133,1040,l), +(953,1040,l), +(745,150,l), +(203,150,l), +(411,1040,l), +(231,1040,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(717,0,l), +(878,0,l), +(822,-266,l), +(1002,-266,l), +(1091,160,l), +(751,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (242,1040); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +}, +{ +alignment = -1; +pos = (728,0); +ref = "bottom-hook"; +} +); +width = 1189; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1143,0,l), +(1399,1100,l), +(999,1100,l), +(815,310,l), +(455,310,l), +(639,1100,l), +(239,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(914,-1,l), +(957,-1,l), +(906,-241,l), +(1296,-241,l), +(1420,339,l), +(987,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (256,1100); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +}, +{ +alignment = -1; +pos = (931,0); +ref = "bottom-hook"; +} +); +width = 1485; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1143,0,l), +(1399,1100,l), +(999,1100,l), +(815,310,l), +(455,310,l), +(639,1100,l), +(239,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(914,-1,l), +(957,-1,l), +(906,-241,l), +(1296,-241,l), +(1420,339,l), +(987,339,l) +); +} +); +}; +layerId = "0C5B8AB8-C435-481F-836E-2CF7B1D17BE6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (256,1100); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +}, +{ +alignment = -1; +pos = (931,0); +ref = "bottom-hook"; +} +); +width = 1485; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(892,0,l), +(1133,1040,l), +(953,1040,l), +(745,150,l), +(203,150,l), +(411,1040,l), +(231,1040,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(717,0,l), +(878,0,l), +(822,-266,l), +(1002,-266,l), +(1091,160,l), +(751,160,l) +); +} +); +}; +layerId = "B7822E53-96E8-48A1-90DF-4871607EB516"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (242,1040); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +}, +{ +alignment = -1; +pos = (728,0); +ref = "bottom-hook"; +} +); +width = 1189; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1260,0,l), +(1260,1100,l), +(860,1100,l), +(860,310,l), +(500,310,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1035,-1,l), +(1078,-1,l), +(1078,-241,l), +(1468,-241,l), +(1468,339,l), +(1035,339,l) +); +} +); +}; +layerId = "20EE9C8E-5011-459D-88F4-7C35F6114F08"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (0,1100); +ref = "pe-cy"; +scale = (1,-1); +}, +{ +alignment = -1; +pos = (935,0); +ref = "bottom-hook"; +} +); +width = 1488; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(840,0,l), +(1081,1040,l), +(1031,1040,l), +(800,48,l), +(50,48,l), +(281,1040,l), +(231,1040,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(746,0,l), +(907,0,l), +(849,-276,l), +(900,-276,l), +(967,48,l), +(756,48,l) +); +} +); +}; +layerId = "1FF71FFD-8AED-48F9-A0A7-71A2E39045AB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (242,1040); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +}, +{ +alignment = -1; +pos = (756,0); +ref = "bottom-hook"; +} +); +width = 1089; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1002,0,l), +(1002,1040,l), +(822,1040,l), +(822,160,l), +(280,160,l), +(280,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(813,0,l), +(974,0,l), +(974,-266,l), +(1154,-266,l), +(1153,160,l), +(813,160,l) +); +} +); +}; +layerId = "BF152C6D-741B-40C7-9F29-CE2E7E2E0C0C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (0,1040); +ref = "pe-cy"; +scale = (1,-1); +}, +{ +alignment = -1; +pos = (713,0); +ref = "bottom-hook"; +} +); +width = 1174; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(950,0,l), +(950,1040,l), +(900,1040,l), +(900,48,l), +(150,48,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(855,0,l), +(1016,0,l), +(1016,-276,l), +(1067,-276,l), +(1066,48,l), +(855,48,l) +); +} +); +}; +layerId = "2B0172B0-A1A9-4C8E-B447-16C01CF56102"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (0,1040); +ref = "pe-cy"; +scale = (1,-1); +}, +{ +alignment = -1; +pos = (755,0); +ref = "bottom-hook"; +} +); +width = 1087; +} +); +metricLeft = "en-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1094; +}, +{ +color = 6; +glyphname = "che-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (924,0); +}, +{ +name = top; +pos = (465,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(801,472,o), +(645,370,o), +(447,370,cs), +(249,370,o), +(110,475,o), +(110,624,cs), +(110,1040,l), +(60,1040,l), +(60,624,ls), +(60,446,o), +(220,321,o), +(447,321,cs), +(621,321,o), +(776,398,o), +(823,507,c), +(825,507,l), +(825,0,l), +(875,0,l), +(875,1040,l), +(825,1040,l), +(825,616,l) +); +} +); +width = 935; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1024,0); +}, +{ +name = top; +pos = (498,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(749,534,o), +(648,464,o), +(498,464,cs), +(339,464,o), +(239,535,o), +(239,649,cs), +(239,1040,l), +(60,1040,l), +(60,642,ls), +(60,435,o), +(208,305,o), +(443,305,cs), +(579,305,o), +(697,355,o), +(747,434,c), +(759,434,l), +(759,0,l), +(938,0,l), +(938,1040,l), +(759,1040,l), +(759,646,l) +); +} +); +width = 998; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(786,699,o), +(722,640,o), +(620,640,cs), +(520,640,o), +(457,699,o), +(457,794,cs), +(457,1100,l), +(60,1100,l), +(60,691,ls), +(60,475,o), +(211,340,o), +(452,340,cs), +(601,340,o), +(723,393,o), +(768,478,c), +(786,478,l), +(786,0,l), +(1186,0,l), +(1186,1100,l), +(786,1100,l), +(786,794,ls) +); +} +); +width = 1246; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (813,0); +}, +{ +name = top; +pos = (576,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(791,472,o), +(613,370,o), +(415,370,cs), +(217,370,o), +(100,475,o), +(132,624,cs), +(221,1040,l), +(171,1040,l), +(82,624,ls), +(44,446,o), +(178,321,o), +(405,321,cs), +(579,321,o), +(750,398,o), +(820,507,c), +(822,507,l), +(714,0,l), +(764,0,l), +(986,1040,l), +(936,1040,l), +(845,616,l) +); +} +); +width = 935; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (913,0); +}, +{ +name = top; +pos = (609,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(752,534,o), +(636,464,o), +(486,464,cs), +(327,464,o), +(242,535,o), +(266,649,cs), +(350,1040,l), +(171,1040,l), +(86,642,ls), +(42,435,o), +(162,305,o), +(397,305,cs), +(533,305,o), +(662,355,o), +(729,434,c), +(741,434,l), +(648,0,l), +(827,0,l), +(1049,1040,l), +(870,1040,l), +(786,646,l) +); +} +); +width = 998; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(818,699,o), +(741,640,o), +(639,640,cs), +(539,640,o), +(489,699,o), +(509,794,cs), +(574,1100,l), +(177,1100,l), +(90,691,ls), +(44,475,o), +(166,340,o), +(407,340,cs), +(556,340,o), +(690,393,o), +(753,478,c), +(771,478,l), +(669,0,l), +(1069,0,l), +(1303,1100,l), +(903,1100,l), +(838,794,ls) +); +} +); +width = 1246; +} +); +metricLeft = o; +metricRight = o; +unicode = 1095; +}, +{ +color = 6; +glyphname = "sha-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1247,0,l), +(1247,1040,l), +(1197,1040,l), +(1197,48,l), +(677,48,l), +(677,1040,l), +(628,1040,l), +(628,48,l), +(110,48,l), +(110,1040,l), +(60,1040,l) +); +} +); +width = 1307; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1301,0,l), +(1301,1040,l), +(1121,1040,l), +(1121,160,l), +(769,160,l), +(769,1040,l), +(592,1040,l), +(592,160,l), +(240,160,l), +(240,1040,l), +(60,1040,l) +); +} +); +width = 1361; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1696,0,l), +(1696,1100,l), +(1296,1100,l), +(1296,310,l), +(1068,310,l), +(1068,1100,l), +(688,1100,l), +(688,310,l), +(460,310,l), +(460,1100,l), +(60,1100,l) +); +} +); +width = 1756; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-51,0,l), +(1136,0,l), +(1358,1040,l), +(1308,1040,l), +(1097,48,l), +(577,48,l), +(788,1040,l), +(739,1040,l), +(528,48,l), +(10,48,l), +(221,1040,l), +(171,1040,l) +); +} +); +width = 1307; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-51,0,l), +(1190,0,l), +(1412,1040,l), +(1232,1040,l), +(1044,160,l), +(692,160,l), +(880,1040,l), +(703,1040,l), +(515,160,l), +(163,160,l), +(351,1040,l), +(171,1040,l) +); +} +); +width = 1361; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-57,0,l), +(1579,0,l), +(1813,1100,l), +(1413,1100,l), +(1245,310,l), +(1017,310,l), +(1185,1100,l), +(805,1100,l), +(637,310,l), +(409,310,l), +(577,1100,l), +(177,1100,l) +); +} +); +width = 1756; +} +); +metricLeft = o; +metricRight = o; +unicode = 1096; +}, +{ +color = 10; +glyphname = "shcha-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1247,0,l), +(1247,1040,l), +(1197,1040,l), +(1197,48,l), +(677,48,l), +(677,1040,l), +(628,1040,l), +(628,48,l), +(110,48,l), +(110,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1195,0,l), +(1356,0,l), +(1356,-276,l), +(1407,-276,l), +(1406,48,l), +(1195,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1095,0); +ref = "bottom-hook"; +} +); +width = 1427; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1301,0,l), +(1301,1040,l), +(1121,1040,l), +(1121,160,l), +(769,160,l), +(769,1040,l), +(592,1040,l), +(592,160,l), +(240,160,l), +(240,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1158,0,l), +(1319,0,l), +(1319,-266,l), +(1499,-266,l), +(1498,160,l), +(1158,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1058,0); +ref = "bottom-hook"; +} +); +width = 1519; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1696,0,l), +(1696,1100,l), +(1296,1100,l), +(1296,310,l), +(1068,310,l), +(1068,1100,l), +(688,1100,l), +(688,310,l), +(460,310,l), +(460,1100,l), +(60,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1462,-1,l), +(1505,-1,l), +(1505,-241,l), +(1895,-241,l), +(1895,339,l), +(1462,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1362,0); +ref = "bottom-hook"; +} +); +width = 1915; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-51,0,l), +(1136,0,l), +(1358,1040,l), +(1308,1040,l), +(1097,48,l), +(577,48,l), +(788,1040,l), +(739,1040,l), +(528,48,l), +(10,48,l), +(221,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1094,0,l), +(1255,0,l), +(1197,-276,l), +(1248,-276,l), +(1315,48,l), +(1104,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1104,0); +ref = "bottom-hook"; +} +); +width = 1437; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-51,0,l), +(1190,0,l), +(1412,1040,l), +(1232,1040,l), +(1044,160,l), +(692,160,l), +(880,1040,l), +(703,1040,l), +(515,160,l), +(163,160,l), +(351,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1058,0,l), +(1219,0,l), +(1163,-266,l), +(1343,-266,l), +(1432,160,l), +(1092,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1069,0); +ref = "bottom-hook"; +} +); +width = 1530; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-57,0,l), +(1579,0,l), +(1813,1100,l), +(1413,1100,l), +(1245,310,l), +(1017,310,l), +(1185,1100,l), +(805,1100,l), +(637,310,l), +(409,310,l), +(577,1100,l), +(177,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1340,-1,l), +(1383,-1,l), +(1332,-241,l), +(1722,-241,l), +(1846,339,l), +(1413,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1357,0); +ref = "bottom-hook"; +} +); +width = 1911; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-57,0,l), +(1579,0,l), +(1813,1100,l), +(1413,1100,l), +(1245,310,l), +(1017,310,l), +(1185,1100,l), +(805,1100,l), +(637,310,l), +(409,310,l), +(577,1100,l), +(177,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1340,-1,l), +(1383,-1,l), +(1332,-241,l), +(1722,-241,l), +(1846,339,l), +(1413,339,l) +); +} +); +}; +layerId = "600FCFED-DD19-404E-820E-A9A6E2839D44"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1357,0); +ref = "bottom-hook"; +} +); +width = 1911; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-51,0,l), +(1190,0,l), +(1412,1040,l), +(1232,1040,l), +(1044,160,l), +(692,160,l), +(880,1040,l), +(703,1040,l), +(515,160,l), +(163,160,l), +(351,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1058,0,l), +(1219,0,l), +(1163,-266,l), +(1343,-266,l), +(1432,160,l), +(1092,160,l) +); +} +); +}; +layerId = "4B201DC9-BD6B-43A3-88BB-1695CED0EFB7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1069,0); +ref = "bottom-hook"; +} +); +width = 1530; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1696,0,l), +(1696,1100,l), +(1296,1100,l), +(1296,310,l), +(1068,310,l), +(1068,1100,l), +(688,1100,l), +(688,310,l), +(460,310,l), +(460,1100,l), +(60,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1462,-1,l), +(1505,-1,l), +(1505,-241,l), +(1895,-241,l), +(1895,339,l), +(1462,339,l) +); +} +); +}; +layerId = "7C95EE9A-EBE9-4E8B-B235-5F1DD95B6326"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1362,0); +ref = "bottom-hook"; +} +); +width = 1915; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-51,0,l), +(1136,0,l), +(1358,1040,l), +(1308,1040,l), +(1097,48,l), +(577,48,l), +(788,1040,l), +(739,1040,l), +(528,48,l), +(10,48,l), +(221,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1094,0,l), +(1255,0,l), +(1197,-276,l), +(1248,-276,l), +(1315,48,l), +(1104,48,l) +); +} +); +}; +layerId = "C2BD6BCE-F563-4946-ACC2-68ED16F5666F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1104,0); +ref = "bottom-hook"; +} +); +width = 1437; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1301,0,l), +(1301,1040,l), +(1121,1040,l), +(1121,160,l), +(769,160,l), +(769,1040,l), +(592,1040,l), +(592,160,l), +(240,160,l), +(240,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1158,0,l), +(1319,0,l), +(1319,-266,l), +(1499,-266,l), +(1498,160,l), +(1158,160,l) +); +} +); +}; +layerId = "F2F32CCF-1618-4B88-BD06-285D7789569A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1058,0); +ref = "bottom-hook"; +} +); +width = 1519; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(1247,0,l), +(1247,1040,l), +(1197,1040,l), +(1197,48,l), +(677,48,l), +(677,1040,l), +(628,1040,l), +(628,48,l), +(110,48,l), +(110,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1195,0,l), +(1356,0,l), +(1356,-276,l), +(1407,-276,l), +(1406,48,l), +(1195,48,l) +); +} +); +}; +layerId = "92E5B855-C7B0-4265-8AE5-D395874D1AAE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "sha-cy"; +}, +{ +alignment = -1; +pos = (1095,0); +ref = "bottom-hook"; +} +); +width = 1427; +} +); +metricLeft = o; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1097; +}, +{ +color = 3; +glyphname = "dzhe-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,-254,l), +(560,-254,l), +(560,0,l) +); +}, +{ +pos = (10,1040); +ref = "pe-cy"; +scale = (1,-1); +} +); +width = 1070; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(471,0,l), +(471,-251,l), +(651,-251,l), +(651,0,l) +); +}, +{ +pos = (10,1040); +ref = "pe-cy"; +scale = (1,-1); +} +); +width = 1122; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(495,0,l), +(495,-274,l), +(885,-274,l), +(885,0,l) +); +}, +{ +pos = (10,1099); +ref = "pe-cy"; +scale = (1,-1); +} +); +width = 1380; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,0,l), +(376,-254,l), +(426,-254,l), +(480,0,l) +); +}, +{ +pos = (253,1040); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1090; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(385,0,l), +(331,-251,l), +(511,-251,l), +(565,0,l) +); +}, +{ +pos = (247,1040); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1132; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(420,0,l), +(362,-274,l), +(752,-274,l), +(810,0,l) +); +}, +{ +pos = (266,1099); +ref = "pe-cy"; +scale = (1,-1); +slant = (24,0); +} +); +width = 1402; +} +); +metricLeft = i; +metricRight = i; +unicode = 1119; +}, +{ +color = 6; +glyphname = "softsign-cy"; +kernLeft = "softsign-cy"; +kernRight = "softsign-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(130,577,l), +(512,577,ls), +(694,577,o), +(808,475,o), +(808,312,cs), +(808,149,o), +(694,47,o), +(512,47,cs), +(130,47,l), +(130,0,l), +(512,0,ls), +(725,0,o), +(858,120,o), +(858,312,cs), +(858,504,o), +(725,625,o), +(512,625,cs), +(130,625,l) +); +} +); +width = 918; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(191,575,l), +(559,575,ls), +(699,575,o), +(787,494,o), +(787,366,cs), +(787,239,o), +(702,160,o), +(566,160,cs), +(191,160,l), +(191,0,l), +(565,0,ls), +(812,0,o), +(967,141,o), +(967,366,cs), +(967,593,o), +(812,735,o), +(565,735,cs), +(191,735,l) +); +} +); +width = 1027; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(308,564,l), +(634,564,ls), +(722,564,o), +(777,512,o), +(777,428,cs), +(777,343,o), +(722,290,o), +(634,290,cs), +(308,290,l), +(308,0,l), +(712,0,ls), +(998,0,o), +(1177,165,o), +(1177,429,cs), +(1177,690,o), +(998,854,o), +(712,854,cs), +(308,854,l) +); +} +); +width = 1237; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(142,577,l), +(524,577,ls), +(706,577,o), +(798,475,o), +(764,312,cs), +(729,149,o), +(593,47,o), +(411,47,cs), +(29,47,l), +(19,0,l), +(401,0,ls), +(614,0,o), +(773,120,o), +(814,312,cs), +(855,504,o), +(747,625,o), +(534,625,cs), +(152,625,l) +); +} +); +width = 918; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(391,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(203,575,l), +(571,575,ls), +(711,575,o), +(781,494,o), +(754,366,cs), +(727,239,o), +(625,160,o), +(489,160,cs), +(114,160,l), +(80,0,l), +(454,0,ls), +(701,0,o), +(886,141,o), +(934,366,cs), +(983,593,o), +(858,735,o), +(611,735,cs), +(237,735,l) +); +} +); +width = 1027; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(617,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(311,564,l), +(637,564,ls), +(725,564,o), +(769,512,o), +(751,428,cs), +(733,343,o), +(667,290,o), +(579,290,cs), +(253,290,l), +(191,0,l), +(595,0,ls), +(881,0,o), +(1095,165,o), +(1151,429,cs), +(1207,690,o), +(1063,854,o), +(777,854,cs), +(373,854,l) +); +} +); +width = 1237; +} +); +metricLeft = "en-cy"; +metricRight = o; +unicode = 1100; +}, +{ +color = 3; +glyphname = "yeru-cy"; +kernLeft = b; +kernRight = l; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (585,1010); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1008,120,ls), +(1008,35,o), +(1057,-19,o), +(1136,-19,cs), +(1173,-19,o), +(1222,-17,o), +(1257,-12,c), +(1248,36,l), +(1201,29,o), +(1162,28,o), +(1138,29,cs), +(1089,33,o), +(1058,68,o), +(1058,119,cs), +(1058,1040,l), +(1008,1040,l) +); +}, +{ +ref = "softsign-cy"; +} +); +width = 1337; +}, +{ +anchors = ( +{ +name = top; +pos = (725,1010); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1124,179,ls), +(1124,58,o), +(1196,-18,o), +(1311,-18,cs), +(1361,-18,o), +(1427,-13,o), +(1482,-6,c), +(1462,151,l), +(1428,144,o), +(1388,141,o), +(1359,143,cs), +(1325,145,o), +(1304,165,o), +(1304,195,cs), +(1304,1040,l), +(1124,1040,l) +); +}, +{ +ref = "softsign-cy"; +} +); +width = 1562; +}, +{ +anchors = ( +{ +name = top; +pos = (924,1070); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1319,329,ls), +(1319,114,o), +(1453,-21,o), +(1666,-21,cs), +(1758,-21,o), +(1843,-17,o), +(1887,-11,c), +(1852,286,l), +(1838,284,o), +(1813,283,o), +(1786,283,cs), +(1745,282,o), +(1719,306,o), +(1719,345,cs), +(1719,1100,l), +(1319,1100,l) +); +}, +{ +ref = "softsign-cy"; +} +); +width = 1967; +}, +{ +anchors = ( +{ +name = top; +pos = (585,1010); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(925,120,ls), +(907,35,o), +(944,-19,o), +(1023,-19,cs), +(1060,-19,o), +(1110,-17,o), +(1146,-12,c), +(1147,36,l), +(1099,29,o), +(1059,28,o), +(1036,29,cs), +(988,33,o), +(964,68,o), +(975,119,cs), +(1171,1040,l), +(1121,1040,l) +); +}, +{ +ref = "softsign-cy"; +} +); +width = 1339; +}, +{ +anchors = ( +{ +name = top; +pos = (725,1010); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1053,179,ls), +(1028,58,o), +(1084,-18,o), +(1199,-18,cs), +(1249,-18,o), +(1316,-13,o), +(1372,-6,c), +(1385,151,l), +(1350,144,o), +(1309,141,o), +(1281,143,cs), +(1247,145,o), +(1230,165,o), +(1237,195,cs), +(1416,1040,l), +(1236,1040,l) +); +}, +{ +ref = "softsign-cy"; +} +); +width = 1564; +}, +{ +anchors = ( +{ +name = top; +pos = (924,1070); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1274,329,ls), +(1229,114,o), +(1334,-21,o), +(1547,-21,cs), +(1639,-21,o), +(1725,-17,o), +(1770,-11,c), +(1798,286,l), +(1784,284,o), +(1758,283,o), +(1731,283,cs), +(1690,282,o), +(1669,306,o), +(1678,345,cs), +(1838,1100,l), +(1438,1100,l) +); +}, +{ +ref = "softsign-cy"; +} +); +width = 1969; +} +); +metricLeft = "softsign-cy"; +unicode = 1099; +}, +{ +color = 3; +glyphname = "hardsign-cy"; +kernRight = b; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,992,l), +(314,992,l), +(314,1040,l), +(58,1040,l) +); +}, +{ +pos = (159,0); +ref = "softsign-cy"; +} +); +width = 1077; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,880,l), +(304,880,l), +(304,1040,l), +(37,1040,l) +); +}, +{ +pos = (71,0); +ref = "softsign-cy"; +} +); +width = 1098; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,810,l), +(413,810,l), +(413,1100,l), +(10,1100,l) +); +}, +{ +pos = (78,0); +ref = "softsign-cy"; +} +); +width = 1315; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,992,l), +(488,992,l), +(498,1040,l), +(242,1040,l) +); +}, +{ +pos = (238,0); +ref = "softsign-cy"; +} +); +width = 1156; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,880,l), +(454,880,l), +(488,1040,l), +(221,1040,l) +); +}, +{ +pos = (148,0); +ref = "softsign-cy"; +} +); +width = 1175; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,810,l), +(548,810,l), +(610,1100,l), +(207,1100,l) +); +}, +{ +pos = (164,0); +ref = "softsign-cy"; +} +); +width = 1401; +} +); +metricLeft = hbar; +metricRight = o; +tags = ( +topbar +); +unicode = 1098; +}, +{ +color = 10; +glyphname = "lje-cy"; +kernLeft = "el-cy"; +kernRight = "softsign-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = hook; +pos = (1009,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(984,0,l), +(1034,0,l), +(1034,1040,l), +(984,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1014,577,l), +(1396,577,ls), +(1578,577,o), +(1692,475,o), +(1692,312,cs), +(1692,149,o), +(1578,47,o), +(1396,47,cs), +(1014,47,l), +(1014,0,l), +(1396,0,ls), +(1609,0,o), +(1742,120,o), +(1742,312,cs), +(1742,504,o), +(1609,625,o), +(1396,625,cs), +(1014,625,l) +); +}, +{ +closed = 1; +nodes = ( +(285,1040,l), +(282,645,o), +(276,306,o), +(270,160,cs), +(267,87,o), +(228,41,o), +(169,40,cs), +(126,40,o), +(78,44,o), +(45,51,c), +(40,1,l), +(83,-6,o), +(134,-10,o), +(174,-9,cs), +(259,-9,o), +(315,54,o), +(320,155,cs), +(328,306,o), +(333,629,o), +(333,992,c), +(984,992,l), +(984,0,l), +(1034,0,l), +(1034,1040,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (884,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 1802; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1013,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(918,0,l), +(1098,0,l), +(1098,1040,l), +(918,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1009,575,l), +(1377,575,ls), +(1517,575,o), +(1605,494,o), +(1605,366,cs), +(1605,239,o), +(1520,160,o), +(1384,160,cs), +(1009,160,l), +(1009,0,l), +(1383,0,ls), +(1630,0,o), +(1785,141,o), +(1785,366,cs), +(1785,593,o), +(1630,735,o), +(1383,735,cs), +(1009,735,l) +); +}, +{ +closed = 1; +nodes = ( +(256,1040,l), +(250,603,o), +(242,288,o), +(235,222,cs), +(230,181,o), +(202,155,o), +(163,154,cs), +(120,154,o), +(79,158,o), +(55,164,c), +(40,4,l), +(100,-5,o), +(167,-9,o), +(216,-7,cs), +(325,-6,o), +(401,81,o), +(414,218,cs), +(420,304,o), +(426,560,o), +(429,880,c), +(918,880,l), +(918,1,l), +(1098,1,l), +(1098,1040,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (818,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 1845; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1139,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(928,0,l), +(1328,0,l), +(1328,1100,l), +(928,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1136,564,l), +(1462,564,ls), +(1550,564,o), +(1605,512,o), +(1605,428,cs), +(1605,343,o), +(1550,290,o), +(1462,290,cs), +(1136,290,l), +(1136,0,l), +(1540,0,ls), +(1826,0,o), +(2005,165,o), +(2005,429,cs), +(2005,690,o), +(1826,854,o), +(1540,854,cs), +(1136,854,l) +); +}, +{ +closed = 1; +nodes = ( +(238,1100,l), +(220,685,o), +(205,400,o), +(200,361,cs), +(195,322,o), +(166,297,o), +(125,297,cs), +(107,297,o), +(80,300,o), +(54,304,c), +(30,2,l), +(87,-7,o), +(187,-11,o), +(290,-9,cs), +(460,-6,o), +(576,98,o), +(591,261,cs), +(595,310,o), +(604,518,o), +(613,800,c), +(928,800,l), +(928,1,l), +(1328,1,l), +(1328,1100,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (828,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 2065; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (889,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(817,0,l), +(867,0,l), +(1089,1040,l), +(1039,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(970,577,l), +(1352,577,ls), +(1534,577,o), +(1626,475,o), +(1592,312,cs), +(1557,149,o), +(1421,47,o), +(1239,47,cs), +(857,47,l), +(847,0,l), +(1229,0,ls), +(1442,0,o), +(1601,120,o), +(1642,312,cs), +(1683,504,o), +(1575,625,o), +(1362,625,cs), +(980,625,l) +); +}, +{ +closed = 1; +nodes = ( +(386,1040,l), +(299,645,o), +(220,306,o), +(183,160,cs), +(165,87,o), +(116,41,o), +(57,40,cs), +(14,40,o), +(-33,44,o), +(-65,51,c), +(-80,1,l), +(-39,-6,o), +(11,-10,o), +(52,-9,cs), +(137,-9,o), +(206,54,o), +(232,155,cs), +(272,306,o), +(346,629,o), +(423,992,c), +(1074,992,l), +(863,0,l), +(913,0,l), +(1135,1040,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (828,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 1746; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (892,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(757,0,l), +(937,0,l), +(1159,1040,l), +(979,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(971,575,l), +(1339,575,ls), +(1479,575,o), +(1549,494,o), +(1522,366,cs), +(1495,239,o), +(1393,160,o), +(1257,160,cs), +(882,160,l), +(848,0,l), +(1222,0,ls), +(1469,0,o), +(1654,141,o), +(1702,366,cs), +(1751,593,o), +(1626,735,o), +(1379,735,cs), +(1005,735,l) +); +}, +{ +closed = 1; +nodes = ( +(356,1040,l), +(257,603,o), +(182,288,o), +(161,222,cs), +(148,181,o), +(114,155,o), +(75,154,cs), +(32,154,o), +(-8,158,o), +(-31,164,c), +(-80,4,l), +(-22,-5,o), +(44,-9,o), +(94,-7,cs), +(203,-6,o), +(297,81,o), +(340,218,cs), +(364,304,o), +(424,560,o), +(495,880,c), +(984,880,l), +(797,1,l), +(977,1,l), +(1198,1040,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (768,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 1795; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (995,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(811,0,l), +(1211,0,l), +(1445,1100,l), +(1045,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1139,564,l), +(1465,564,ls), +(1553,564,o), +(1597,512,o), +(1579,428,cs), +(1561,343,o), +(1495,290,o), +(1407,290,cs), +(1081,290,l), +(1019,0,l), +(1423,0,ls), +(1709,0,o), +(1923,165,o), +(1979,429,cs), +(2035,690,o), +(1891,854,o), +(1605,854,cs), +(1201,854,l) +); +}, +{ +closed = 1; +nodes = ( +(355,1100,l), +(249,685,o), +(173,400,o), +(160,361,cs), +(147,322,o), +(112,297,o), +(71,297,cs), +(53,297,o), +(27,300,o), +(2,304,c), +(-86,2,l), +(-31,-7,o), +(68,-11,o), +(171,-9,cs), +(342,-6,o), +(480,98,o), +(530,261,cs), +(544,310,o), +(597,518,o), +(666,800,c), +(981,800,l), +(811,1,l), +(1211,1,l), +(1445,1100,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (828,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 2065; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = hook; +pos = (995,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(811,0,l), +(1211,0,l), +(1445,1100,l), +(1045,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1139,564,l), +(1465,564,ls), +(1553,564,o), +(1597,512,o), +(1579,428,cs), +(1561,343,o), +(1495,290,o), +(1407,290,cs), +(1081,290,l), +(1019,0,l), +(1423,0,ls), +(1709,0,o), +(1923,165,o), +(1979,429,cs), +(2035,690,o), +(1891,854,o), +(1605,854,cs), +(1201,854,l) +); +}, +{ +closed = 1; +nodes = ( +(355,1100,l), +(249,685,o), +(173,400,o), +(160,361,cs), +(147,322,o), +(112,297,o), +(71,297,cs), +(53,297,o), +(27,300,o), +(2,304,c), +(-86,2,l), +(-31,-7,o), +(68,-11,o), +(171,-9,cs), +(342,-6,o), +(480,98,o), +(530,261,cs), +(544,310,o), +(597,518,o), +(666,800,c), +(981,800,l), +(811,1,l), +(1211,1,l), +(1445,1100,l) +); +} +); +}; +layerId = "81C75A75-C192-45E8-8D4C-5CA270583BBB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (828,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 2065; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = hook; +pos = (892,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(757,0,l), +(937,0,l), +(1159,1040,l), +(979,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(971,575,l), +(1339,575,ls), +(1479,575,o), +(1549,494,o), +(1522,366,cs), +(1495,239,o), +(1393,160,o), +(1257,160,cs), +(882,160,l), +(848,0,l), +(1222,0,ls), +(1469,0,o), +(1654,141,o), +(1702,366,cs), +(1751,593,o), +(1626,735,o), +(1379,735,cs), +(1005,735,l) +); +}, +{ +closed = 1; +nodes = ( +(356,1040,l), +(257,603,o), +(182,288,o), +(161,222,cs), +(148,181,o), +(114,155,o), +(75,154,cs), +(32,154,o), +(-8,158,o), +(-31,164,c), +(-80,4,l), +(-22,-5,o), +(44,-9,o), +(94,-7,cs), +(203,-6,o), +(297,81,o), +(340,218,cs), +(364,304,o), +(424,560,o), +(495,880,c), +(984,880,l), +(797,1,l), +(977,1,l), +(1198,1040,l) +); +} +); +}; +layerId = "E4AC1ED8-7FCE-4727-818B-6125B9805EEB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (768,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 1795; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = hook; +pos = (1139,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(928,0,l), +(1328,0,l), +(1328,1100,l), +(928,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1136,564,l), +(1462,564,ls), +(1550,564,o), +(1605,512,o), +(1605,428,cs), +(1605,343,o), +(1550,290,o), +(1462,290,cs), +(1136,290,l), +(1136,0,l), +(1540,0,ls), +(1826,0,o), +(2005,165,o), +(2005,429,cs), +(2005,690,o), +(1826,854,o), +(1540,854,cs), +(1136,854,l) +); +}, +{ +closed = 1; +nodes = ( +(238,1100,l), +(220,685,o), +(205,400,o), +(200,361,cs), +(195,322,o), +(166,297,o), +(125,297,cs), +(107,297,o), +(80,300,o), +(54,304,c), +(30,2,l), +(87,-7,o), +(187,-11,o), +(290,-9,cs), +(460,-6,o), +(576,98,o), +(591,261,cs), +(595,310,o), +(604,518,o), +(613,800,c), +(928,800,l), +(928,1,l), +(1328,1,l), +(1328,1100,l) +); +} +); +}; +layerId = "49B9C6E6-7F90-41A3-831A-6AE618327A59"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (828,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 2065; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = hook; +pos = (889,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(817,0,l), +(867,0,l), +(1089,1040,l), +(1039,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(970,577,l), +(1352,577,ls), +(1534,577,o), +(1626,475,o), +(1592,312,cs), +(1557,149,o), +(1421,47,o), +(1239,47,cs), +(857,47,l), +(847,0,l), +(1229,0,ls), +(1442,0,o), +(1601,120,o), +(1642,312,cs), +(1683,504,o), +(1575,625,o), +(1362,625,cs), +(980,625,l) +); +}, +{ +closed = 1; +nodes = ( +(386,1040,l), +(299,645,o), +(220,306,o), +(183,160,cs), +(165,87,o), +(116,41,o), +(57,40,cs), +(14,40,o), +(-33,44,o), +(-65,51,c), +(-80,1,l), +(-39,-6,o), +(11,-10,o), +(52,-9,cs), +(137,-9,o), +(206,54,o), +(232,155,cs), +(272,306,o), +(346,629,o), +(423,992,c), +(1074,992,l), +(863,0,l), +(913,0,l), +(1135,1040,l) +); +} +); +}; +layerId = "5F64CA2F-FF66-43FC-B0EC-C8DAF5311EFD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (828,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 1746; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = hook; +pos = (1013,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(918,0,l), +(1098,0,l), +(1098,1040,l), +(918,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1009,575,l), +(1377,575,ls), +(1517,575,o), +(1605,494,o), +(1605,366,cs), +(1605,239,o), +(1520,160,o), +(1384,160,cs), +(1009,160,l), +(1009,0,l), +(1383,0,ls), +(1630,0,o), +(1785,141,o), +(1785,366,cs), +(1785,593,o), +(1630,735,o), +(1383,735,cs), +(1009,735,l) +); +}, +{ +closed = 1; +nodes = ( +(256,1040,l), +(250,603,o), +(242,288,o), +(235,222,cs), +(230,181,o), +(202,155,o), +(163,154,cs), +(120,154,o), +(79,158,o), +(55,164,c), +(40,4,l), +(100,-5,o), +(167,-9,o), +(216,-7,cs), +(325,-6,o), +(401,81,o), +(414,218,cs), +(420,304,o), +(426,560,o), +(429,880,c), +(918,880,l), +(918,1,l), +(1098,1,l), +(1098,1040,l) +); +} +); +}; +layerId = "6F3DB25E-03C5-41EB-AAA7-CA8CA0D71864"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (818,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 1845; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = hook; +pos = (1009,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(984,0,l), +(1034,0,l), +(1034,1040,l), +(984,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1014,577,l), +(1396,577,ls), +(1578,577,o), +(1692,475,o), +(1692,312,cs), +(1692,149,o), +(1578,47,o), +(1396,47,cs), +(1014,47,l), +(1014,0,l), +(1396,0,ls), +(1609,0,o), +(1742,120,o), +(1742,312,cs), +(1742,504,o), +(1609,625,o), +(1396,625,cs), +(1014,625,l) +); +}, +{ +closed = 1; +nodes = ( +(285,1040,l), +(282,645,o), +(276,306,o), +(270,160,cs), +(267,87,o), +(228,41,o), +(169,40,cs), +(126,40,o), +(78,44,o), +(45,51,c), +(40,1,l), +(83,-6,o), +(134,-10,o), +(174,-9,cs), +(259,-9,o), +(315,54,o), +(320,155,cs), +(328,306,o), +(333,629,o), +(333,992,c), +(984,992,l), +(984,0,l), +(1034,0,l), +(1034,1040,l) +); +} +); +}; +layerId = "D231CE30-E1C1-420E-97F9-9F254E626E6B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (884,0); +ref = "softsign-cy"; +}, +{ +ref = "el-cy"; +} +); +width = 1802; +} +); +metricLeft = "el-cy"; +metricRight = "softsign-cy"; +unicode = 1113; +}, +{ +color = 10; +glyphname = "nje-cy"; +kernLeft = "en-cy"; +kernRight = "softsign-cy"; +lastChange = "2025-12-11 14:05:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +background = { +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,515,l), +(879,515,l), +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(909,577,l), +(1291,577,ls), +(1473,577,o), +(1587,475,o), +(1587,312,cs), +(1587,149,o), +(1473,47,o), +(1291,47,cs), +(909,47,l), +(909,0,l), +(1291,0,ls), +(1504,0,o), +(1637,120,o), +(1637,312,cs), +(1637,504,o), +(1504,625,o), +(1291,625,cs), +(909,625,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,515,l), +(879,515,l), +(879,0,l), +(1291,0,ls), +(1504,0,o), +(1637,120,o), +(1637,312,cs), +(1637,504,o), +(1504,625,o), +(1291,625,cs), +(929,625,l), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(929,577,l), +(1291,577,ls), +(1473,577,o), +(1587,475,o), +(1587,312,cs), +(1587,149,o), +(1473,47,o), +(1291,47,cs), +(929,47,l) +); +} +); +width = 1697; +}, +{ +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +background = { +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(279,0,l), +(279,452,l), +(831,452,l), +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(922,575,l), +(1290,575,ls), +(1430,575,o), +(1518,494,o), +(1518,366,cs), +(1518,239,o), +(1433,160,o), +(1297,160,cs), +(922,160,l), +(922,0,l), +(1296,0,ls), +(1543,0,o), +(1698,141,o), +(1698,366,cs), +(1698,593,o), +(1543,735,o), +(1296,735,cs), +(922,735,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,0,l), +(279,452,l), +(831,452,l), +(831,0,l), +(1296,0,ls), +(1543,0,o), +(1698,141,o), +(1698,366,cs), +(1698,593,o), +(1543,735,o), +(1296,735,cs), +(1011,735,l), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1011,575,l), +(1290,575,ls), +(1430,575,o), +(1518,494,o), +(1518,366,cs), +(1518,239,o), +(1433,160,o), +(1297,160,cs), +(1011,160,l) +); +} +); +width = 1758; +}, +{ +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +background = { +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,407,l), +(858,407,l), +(858,0,l), +(1258,0,l), +(1258,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(859,0,l), +(1259,0,l), +(1259,1100,l), +(859,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1067,564,l), +(1393,564,ls), +(1481,564,o), +(1536,512,o), +(1536,428,cs), +(1536,343,o), +(1481,290,o), +(1393,290,cs), +(1067,290,l), +(1067,0,l), +(1471,0,ls), +(1757,0,o), +(1936,165,o), +(1936,429,cs), +(1936,690,o), +(1757,854,o), +(1471,854,cs), +(1067,854,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(500,0,l), +(500,407,l), +(858,407,l), +(858,0,l), +(1471,0,ls), +(1757,0,o), +(1936,165,o), +(1936,429,cs), +(1936,690,o), +(1757,854,o), +(1471,854,cs), +(1259,854,l), +(1259,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1259,564,l), +(1393,564,ls), +(1481,564,o), +(1536,512,o), +(1536,428,cs), +(1536,343,o), +(1481,290,o), +(1393,290,cs), +(1259,290,l) +); +} +); +width = 1996; +}, +{ +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +background = { +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(149,515,l), +(878,515,l), +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(921,577,l), +(1303,577,ls), +(1485,577,o), +(1577,475,o), +(1543,312,cs), +(1508,149,o), +(1372,47,o), +(1190,47,cs), +(808,47,l), +(798,0,l), +(1180,0,ls), +(1393,0,o), +(1552,120,o), +(1593,312,cs), +(1634,504,o), +(1526,625,o), +(1313,625,cs), +(931,625,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(39,0,l), +(149,515,l), +(878,515,l), +(768,0,l), +(1180,0,ls), +(1393,0,o), +(1552,120,o), +(1593,312,cs), +(1634,504,o), +(1526,625,o), +(1313,625,cs), +(951,625,l), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(941,577,l), +(1303,577,ls), +(1485,577,o), +(1577,475,o), +(1543,312,cs), +(1508,149,o), +(1372,47,o), +(1190,47,cs), +(828,47,l) +); +} +); +width = 1697; +}, +{ +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +background = { +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(168,0,l), +(265,452,l), +(817,452,l), +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(934,575,l), +(1302,575,ls), +(1442,575,o), +(1512,494,o), +(1485,366,cs), +(1458,239,o), +(1356,160,o), +(1220,160,cs), +(845,160,l), +(811,0,l), +(1185,0,ls), +(1432,0,o), +(1617,141,o), +(1665,366,cs), +(1714,593,o), +(1589,735,o), +(1342,735,cs), +(968,735,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,0,l), +(265,452,l), +(816,452,l), +(720,0,l), +(1185,0,ls), +(1432,0,o), +(1617,141,o), +(1665,366,cs), +(1714,593,o), +(1589,735,o), +(1342,735,cs), +(1057,735,l), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1023,575,l), +(1302,575,ls), +(1442,575,o), +(1512,494,o), +(1485,366,cs), +(1458,239,o), +(1356,160,o), +(1220,160,cs), +(934,160,l) +); +} +); +width = 1758; +}, +{ +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +background = { +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(470,407,l), +(828,407,l), +(741,0,l), +(1141,0,l), +(1375,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(742,0,l), +(1142,0,l), +(1376,1100,l), +(976,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1070,564,l), +(1396,564,ls), +(1484,564,o), +(1528,512,o), +(1510,428,cs), +(1492,343,o), +(1426,290,o), +(1338,290,cs), +(1012,290,l), +(950,0,l), +(1354,0,ls), +(1640,0,o), +(1854,165,o), +(1910,429,cs), +(1966,690,o), +(1822,854,o), +(1536,854,cs), +(1132,854,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(383,0,l), +(470,407,l), +(828,407,l), +(741,0,l), +(1354,0,ls), +(1640,0,o), +(1854,165,o), +(1910,429,cs), +(1966,690,o), +(1822,854,o), +(1536,854,cs), +(1324,854,l), +(1376,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1262,564,l), +(1396,564,ls), +(1484,564,o), +(1528,512,o), +(1510,428,cs), +(1492,343,o), +(1426,290,o), +(1338,290,cs), +(1204,290,l) +); +} +); +width = 1996; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(470,407,l), +(828,407,l), +(741,0,l), +(1141,0,l), +(1375,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(742,0,l), +(1142,0,l), +(1376,1100,l), +(976,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1070,564,l), +(1396,564,ls), +(1484,564,o), +(1528,512,o), +(1510,428,cs), +(1492,343,o), +(1426,290,o), +(1338,290,cs), +(1012,290,l), +(950,0,l), +(1354,0,ls), +(1640,0,o), +(1854,165,o), +(1910,429,cs), +(1966,690,o), +(1822,854,o), +(1536,854,cs), +(1132,854,l) +); +} +); +}; +layerId = "5EB7C571-5BB6-4892-813B-C3D8BF8B09BF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (759,0); +ref = "softsign-cy"; +} +); +width = 1996; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(168,0,l), +(265,452,l), +(817,452,l), +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(934,575,l), +(1302,575,ls), +(1442,575,o), +(1512,494,o), +(1485,366,cs), +(1458,239,o), +(1356,160,o), +(1220,160,cs), +(845,160,l), +(811,0,l), +(1185,0,ls), +(1432,0,o), +(1617,141,o), +(1665,366,cs), +(1714,593,o), +(1589,735,o), +(1342,735,cs), +(968,735,l) +); +} +); +}; +layerId = "A5A76CA8-EF7E-4356-A779-5C0C3E34124E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (731,0); +ref = "softsign-cy"; +} +); +width = 1758; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,407,l), +(858,407,l), +(858,0,l), +(1258,0,l), +(1258,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(859,0,l), +(1259,0,l), +(1259,1100,l), +(859,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1067,564,l), +(1393,564,ls), +(1481,564,o), +(1536,512,o), +(1536,428,cs), +(1536,343,o), +(1481,290,o), +(1393,290,cs), +(1067,290,l), +(1067,0,l), +(1471,0,ls), +(1757,0,o), +(1936,165,o), +(1936,429,cs), +(1936,690,o), +(1757,854,o), +(1471,854,cs), +(1067,854,l) +); +} +); +}; +layerId = "86186D97-1F11-40E7-8C7F-4DD1D330FDAE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (759,0); +ref = "softsign-cy"; +} +); +width = 1996; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(149,515,l), +(878,515,l), +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(921,577,l), +(1303,577,ls), +(1485,577,o), +(1577,475,o), +(1543,312,cs), +(1508,149,o), +(1372,47,o), +(1190,47,cs), +(808,47,l), +(798,0,l), +(1180,0,ls), +(1393,0,o), +(1552,120,o), +(1593,312,cs), +(1634,504,o), +(1526,625,o), +(1313,625,cs), +(931,625,l) +); +} +); +}; +layerId = "4ABC01E0-CA80-454B-9094-820A41156E7C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (779,0); +ref = "softsign-cy"; +} +); +width = 1697; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(279,0,l), +(279,452,l), +(831,452,l), +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(922,575,l), +(1290,575,ls), +(1430,575,o), +(1518,494,o), +(1518,366,cs), +(1518,239,o), +(1433,160,o), +(1297,160,cs), +(922,160,l), +(922,0,l), +(1296,0,ls), +(1543,0,o), +(1698,141,o), +(1698,366,cs), +(1698,593,o), +(1543,735,o), +(1296,735,cs), +(922,735,l) +); +} +); +}; +layerId = "E6B33F33-54CE-40D2-A91E-77DC90F1B515"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (731,0); +ref = "softsign-cy"; +} +); +width = 1758; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,515,l), +(879,515,l), +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(909,577,l), +(1291,577,ls), +(1473,577,o), +(1587,475,o), +(1587,312,cs), +(1587,149,o), +(1473,47,o), +(1291,47,cs), +(909,47,l), +(909,0,l), +(1291,0,ls), +(1504,0,o), +(1637,120,o), +(1637,312,cs), +(1637,504,o), +(1504,625,o), +(1291,625,cs), +(909,625,l) +); +} +); +}; +layerId = "E2586387-5E84-4106-AD28-99DFF915947F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (779,0); +ref = "softsign-cy"; +} +); +width = 1697; +} +); +metricLeft = "en-cy"; +metricRight = "softsign-cy"; +unicode = 1114; +}, +{ +color = 10; +glyphname = "dze-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = s; +} +); +width = 856; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = s; +} +); +width = 900; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = s; +} +); +width = 1016; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = s; +} +); +width = 876; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = s; +} +); +width = 991; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = s; +} +); +width = 1146; +} +); +unicode = 1109; +}, +{ +color = 10; +glyphname = "e-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (1057,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 1057; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (1111,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 1111; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (1201,0); +ref = "ereversed-cy"; +scale = (-1,1); +} +); +width = 1201; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (878,0); +ref = "ereversed-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1064; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (931,0); +ref = "ereversed-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1117; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1013,0); +ref = "ereversed-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1211; +} +); +metricLeft = o; +metricRight = o; +unicode = 1108; +}, +{ +color = 6; +glyphname = "ereversed-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (499,1039); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(993,846,o), +(802,1055,o), +(503,1055,cs), +(311,1055,o), +(140,959,o), +(60,807,c), +(100,782,l), +(173,920,o), +(329,1007,o), +(503,1007,cs), +(772,1007,o), +(944,815,o), +(948,509,cs), +(944,214,o), +(772,28,o), +(503,28,cs), +(325,28,o), +(171,117,o), +(104,259,c), +(60,230,l), +(133,76,o), +(304,-20,o), +(503,-20,cs), +(802,-20,o), +(993,186,o), +(997,514,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,487,l), +(966,487,l), +(966,535,l), +(246,535,l) +); +} +); +width = 1057; +}, +{ +anchors = ( +{ +name = top; +pos = (518,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1046,846,o), +(840,1055,o), +(518,1055,cs), +(304,1055,o), +(127,951,o), +(60,785,c), +(207,698,l), +(253,819,o), +(373,895,o), +(518,895,cs), +(732,895,o), +(869,748,o), +(872,513,cs), +(869,284,o), +(732,140,o), +(518,140,cs), +(372,140,o), +(252,214,o), +(207,333,c), +(60,254,l), +(127,86,o), +(304,-20,o), +(518,-20,cs), +(840,-20,o), +(1046,186,o), +(1051,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(309,432,l), +(955,432,l), +(955,589,l), +(309,589,l) +); +} +); +width = 1111; +}, +{ +anchors = ( +{ +name = top; +pos = (531,1098); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1141,899,o), +(906,1124,o), +(532,1124,cs), +(343,1124,o), +(161,1037,o), +(60,898,c), +(286,713,l), +(339,795,o), +(430,847,o), +(522,847,cs), +(684,847,o), +(786,725,o), +(786,531,cs), +(786,352,o), +(684,240,o), +(522,240,cs), +(421,240,o), +(326,285,o), +(276,356,c), +(60,158,l), +(161,38,o), +(343,-37,o), +(532,-37,cs), +(902,-37,o), +(1137,186,o), +(1141,541,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,424,l), +(1019,424,l), +(1019,657,l), +(370,657,l) +); +} +); +width = 1201; +}, +{ +anchors = ( +{ +name = top; +pos = (601,1039); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1061,846,o), +(907,1055,o), +(608,1055,cs), +(416,1055,o), +(228,959,o), +(121,807,c), +(157,782,l), +(254,920,o), +(425,1007,o), +(599,1007,cs), +(868,1007,o), +(1006,815,o), +(957,509,cs), +(900,214,o), +(696,28,o), +(427,28,cs), +(249,28,o), +(110,117,o), +(68,259,c), +(19,230,l), +(65,76,o), +(219,-20,o), +(418,-20,cs), +(717,-20,o), +(945,186,o), +(1006,514,cs) +); +}, +{ +closed = 1; +nodes = ( +(251,487,l), +(971,487,l), +(979,535,l), +(259,535,l) +); +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = top; +pos = (619,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1113,846,o), +(944,1055,o), +(622,1055,cs), +(408,1055,o), +(212,951,o), +(116,785,c), +(248,698,l), +(315,819,o), +(449,895,o), +(594,895,cs), +(808,895,o), +(919,748,o), +(880,513,cs), +(837,284,o), +(674,140,o), +(460,140,cs), +(314,140,o), +(207,214,o), +(183,333,c), +(23,254,l), +(60,86,o), +(218,-20,o), +(432,-20,cs), +(754,-20,o), +(997,186,o), +(1059,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(303,432,l), +(949,432,l), +(977,589,l), +(331,589,l) +); +} +); +width = 1121; +}, +{ +anchors = ( +{ +name = top; +pos = (640,1098); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1215,899,o), +(1019,1124,o), +(645,1124,cs), +(456,1124,o), +(259,1037,o), +(134,898,c), +(327,713,l), +(394,795,o), +(495,847,o), +(587,847,cs), +(749,847,o), +(829,725,o), +(795,531,cs), +(763,352,o), +(641,240,o), +(479,240,cs), +(378,240,o), +(291,285,o), +(254,356,c), +(3,158,l), +(83,38,o), +(252,-37,o), +(441,-37,cs), +(811,-37,o), +(1085,186,o), +(1152,541,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,424,l), +(1009,424,l), +(1050,657,l), +(401,657,l) +); +} +); +width = 1214; +} +); +metricLeft = o; +metricRight = o; +unicode = 1101; +}, +{ +color = 10; +glyphname = "i-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = i; +} +); +width = 290; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = i; +} +); +width = 432; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = i; +} +); +width = 620; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = i; +} +); +width = 350; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = i; +} +); +width = 502; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = i; +} +); +width = 681; +} +); +unicode = 1110; +}, +{ +color = 10; +glyphname = "yi-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (134,0); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (134,1147); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-42,1342,l), +(28,1342,l), +(28,1412,l), +(-42,1412,l) +); +}, +{ +closed = 1; +nodes = ( +(241,1342,l), +(311,1342,l), +(311,1412,l), +(241,1412,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-152,207); +ref = dieresiscomb; +} +); +width = 270; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1251,l), +(136,1251,l), +(136,1430,l), +(-44,1430,l) +); +}, +{ +closed = 1; +nodes = ( +(263,1251,l), +(443,1251,l), +(443,1430,l), +(263,1430,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-154,190); +ref = dieresiscomb; +} +); +width = 400; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320,1150); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-29,1312,l), +(249,1312,l), +(249,1555,l), +(-29,1555,l) +); +}, +{ +closed = 1; +nodes = ( +(386,1312,l), +(664,1312,l), +(664,1555,l), +(386,1555,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-139,150); +ref = dieresiscomb; +} +); +width = 630; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (24,0); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (268,1147); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(124,1332,l), +(194,1332,l), +(208,1402,l), +(138,1402,l) +); +}, +{ +closed = 1; +nodes = ( +(407,1332,l), +(477,1332,l), +(491,1402,l), +(421,1402,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-116,207); +ref = dieresiscomb; +} +); +width = 330; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (93,0); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (324,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(91,1241,l), +(271,1241,l), +(308,1420,l), +(129,1420,l) +); +}, +{ +closed = 1; +nodes = ( +(398,1241,l), +(578,1241,l), +(615,1420,l), +(436,1420,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-127,190); +ref = dieresiscomb; +} +); +width = 480; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (448,1150); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(133,1312,l), +(411,1312,l), +(463,1555,l), +(185,1555,l) +); +}, +{ +closed = 1; +nodes = ( +(548,1312,l), +(826,1312,l), +(878,1555,l), +(600,1555,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-107,150); +ref = dieresiscomb; +} +); +width = 690; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (203,0); +}, +{ +name = ogonek; +pos = (208,5); +}, +{ +name = top; +pos = (448,1150); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(403,0,l), +(637,1100,l), +(227,1100,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(133,1312,l), +(411,1312,l), +(463,1555,l), +(185,1555,l) +); +}, +{ +closed = 1; +nodes = ( +(548,1312,l), +(826,1312,l), +(878,1555,l), +(600,1555,l) +); +} +); +}; +layerId = "558A7EA6-150F-4F56-9814-32D79496A7A7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-107,150); +ref = dieresiscomb; +} +); +width = 690; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (93,0); +}, +{ +name = ogonek; +pos = (79,0); +}, +{ +name = top; +pos = (324,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(174,0,l), +(396,1040,l), +(216,1040,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(91,1241,l), +(271,1241,l), +(308,1420,l), +(129,1420,l) +); +}, +{ +closed = 1; +nodes = ( +(398,1241,l), +(578,1241,l), +(615,1420,l), +(436,1420,l) +); +} +); +}; +layerId = "AB564267-FE0A-430C-BB18-FCD644FBD767"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-127,190); +ref = dieresiscomb; +} +); +width = 480; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (320,0); +}, +{ +name = ogonek; +pos = (324,5); +}, +{ +name = top; +pos = (320,1150); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,1100,l), +(110,1100,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-29,1312,l), +(249,1312,l), +(249,1555,l), +(-29,1555,l) +); +}, +{ +closed = 1; +nodes = ( +(386,1312,l), +(664,1312,l), +(664,1555,l), +(386,1555,l) +); +} +); +}; +layerId = "47AE6336-EE71-472F-94B1-F24DCA09482F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-139,150); +ref = dieresiscomb; +} +); +width = 630; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (24,0); +}, +{ +name = ogonek; +pos = (20,0); +}, +{ +name = top; +pos = (268,1147); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(50,0,l), +(272,1040,l), +(222,1040,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(124,1332,l), +(194,1332,l), +(208,1402,l), +(138,1402,l) +); +}, +{ +closed = 1; +nodes = ( +(407,1332,l), +(477,1332,l), +(491,1402,l), +(421,1402,l) +); +} +); +}; +layerId = "D48906FD-4F61-4747-95DD-739E8A7CD08E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = idotless; +}, +{ +alignment = -1; +pos = (-116,207); +ref = dieresiscomb; +} +); +width = 330; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (209,0); +}, +{ +name = ogonek; +pos = (195,0); +}, +{ +name = top; +pos = (199,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1251,l), +(136,1251,l), +(136,1430,l), +(-44,1430,l) +); +}, +{ +closed = 1; +nodes = ( +(263,1251,l), +(443,1251,l), +(443,1430,l), +(263,1430,l) +); +} +); +}; +layerId = "8B684A00-56B3-436E-BB2C-144AE64B8E9B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-154,190); +ref = dieresiscomb; +} +); +width = 400; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (134,0); +}, +{ +name = ogonek; +pos = (130,0); +}, +{ +name = top; +pos = (134,1147); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-42,1342,l), +(28,1342,l), +(28,1412,l), +(-42,1412,l) +); +}, +{ +closed = 1; +nodes = ( +(241,1342,l), +(311,1342,l), +(311,1412,l), +(241,1412,l) +); +} +); +}; +layerId = "695E1D46-8134-4143-8338-4B329A034BD0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-152,207); +ref = dieresiscomb; +} +); +width = 270; +} +); +unicode = 1111; +}, +{ +color = 10; +glyphname = "je-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = j; +} +); +width = 316; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = j; +} +); +width = 443; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = j; +} +); +width = 638; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = j; +} +); +width = 385; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = j; +} +); +width = 518; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = j; +} +); +width = 738; +} +); +unicode = 1112; +}, +{ +color = 10; +glyphname = "tshe-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = hbar; +} +); +width = 1134; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = hbar; +} +); +width = 1187; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = hbar; +} +); +width = 1310; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = hbar; +} +); +width = 1241; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = hbar; +} +); +width = 1302; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = hbar; +} +); +width = 1487; +} +); +metricLeft = hbar; +metricRight = h; +tags = ( +topbar +); +unicode = 1115; +}, +{ +color = 3; +glyphname = "yu-cy"; +kernLeft = ssflat; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,492,l), +(370,492,l), +(370,540,l), +(150,540,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +pos = (246,0); +ref = o; +} +); +width = 1366; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,440,l), +(440,440,l), +(440,600,l), +(280,600,l), +(280,1040,l), +(100,1040,l) +); +}, +{ +pos = (277,0); +ref = o; +} +); +width = 1469; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,2,l), +(500,2,l), +(500,401,l), +(641,401,l), +(641,704,l), +(500,704,l), +(500,1100,l), +(100,1100,l) +); +}, +{ +pos = (455,0); +ref = o; +} +); +width = 1771; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(144,492,l), +(364,492,l), +(374,540,l), +(154,540,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +pos = (246,0); +ref = o; +} +); +width = 1367; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(263,440,l), +(423,440,l), +(457,600,l), +(297,600,l), +(391,1040,l), +(211,1040,l) +); +}, +{ +pos = (277,0); +ref = o; +} +); +width = 1430; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-16,2,l), +(384,2,l), +(469,401,l), +(610,401,l), +(675,704,l), +(534,704,l), +(618,1100,l), +(218,1100,l) +); +}, +{ +pos = (456,0); +ref = o; +} +); +width = 1813; +} +); +metricLeft = "en-cy"; +metricRight = o; +unicode = 1102; +}, +{ +color = 6; +glyphname = "ya-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(762,1,l), +(812,1,l), +(812,1041,l), +(762,1041,l) +); +}, +{ +closed = 1; +nodes = ( +(48,1,l), +(109,1,l), +(407,438,l), +(347,438,l) +); +}, +{ +closed = 1; +nodes = ( +(791,440,l), +(353,440,ls), +(195,440,o), +(80,558,o), +(80,720,cs), +(80,878,o), +(199,993,o), +(363,993,cs), +(791,993,l), +(791,1041,l), +(354,1041,ls), +(166,1041,o), +(30,906,o), +(30,720,cs), +(30,530,o), +(162,392,o), +(344,392,cs), +(791,392,l) +); +} +); +width = 912; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(734,0,l), +(914,0,l), +(914,1040,l), +(734,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(30,0,l), +(246,0,l), +(573,479,l), +(370,479,l) +); +}, +{ +closed = 1; +nodes = ( +(837,512,l), +(442,512,ls), +(318,512,o), +(238,584,o), +(238,695,cs), +(238,807,o), +(318,880,o), +(442,880,cs), +(837,880,l), +(837,1040,l), +(461,1040,ls), +(217,1040,o), +(59,904,o), +(59,695,cs), +(59,487,o), +(217,352,o), +(461,352,cs), +(837,352,l) +); +} +); +width = 1014; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(697,0,l), +(1087,0,l), +(1087,1100,l), +(697,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(52,0,l), +(436,0,l), +(672,408,l), +(309,408,l) +); +}, +{ +closed = 1; +nodes = ( +(890,523,l), +(563,523,ls), +(475,523,o), +(419,578,o), +(419,666,cs), +(419,754,o), +(475,810,o), +(563,810,cs), +(890,810,l), +(890,1100,l), +(498,1100,ls), +(211,1100,o), +(30,943,o), +(30,694,cs), +(30,429,o), +(211,263,o), +(498,263,cs), +(890,263,l) +); +} +); +width = 1187; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(652,1,l), +(702,1,l), +(924,1041,l), +(874,1041,l) +); +}, +{ +closed = 1; +nodes = ( +(-62,1,l), +(4,1,l), +(395,438,l), +(330,438,l) +); +}, +{ +closed = 1; +nodes = ( +(775,440,l), +(327,440,ls), +(175,440,o), +(89,558,o), +(123,720,cs), +(157,878,o), +(304,993,o), +(474,993,cs), +(892,993,l), +(903,1041,l), +(466,1041,ls), +(278,1041,o), +(113,906,o), +(73,720,cs), +(33,530,o), +(136,392,o), +(318,392,cs), +(765,392,l) +); +} +); +width = 913; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(623,0,l), +(803,0,l), +(1025,1040,l), +(845,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-81,0,l), +(135,0,l), +(564,479,l), +(361,479,l) +); +}, +{ +closed = 1; +nodes = ( +(835,512,l), +(440,512,ls), +(316,512,o), +(252,584,o), +(275,695,cs), +(299,807,o), +(395,880,o), +(519,880,cs), +(914,880,l), +(948,1040,l), +(572,1040,ls), +(328,1040,o), +(141,904,o), +(96,695,cs), +(52,487,o), +(181,352,o), +(425,352,cs), +(801,352,l) +); +} +); +width = 1014; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(608,0,l), +(998,0,l), +(1232,1100,l), +(842,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(-87,0,l), +(327,0,l), +(650,408,l), +(277,408,l) +); +}, +{ +closed = 1; +nodes = ( +(912,523,l), +(585,523,ls), +(497,523,o), +(453,578,o), +(472,666,cs), +(490,754,o), +(558,810,o), +(646,810,cs), +(973,810,l), +(1035,1100,l), +(643,1100,ls), +(356,1100,o), +(142,943,o), +(89,694,cs), +(32,429,o), +(178,263,o), +(465,263,cs), +(857,263,l) +); +} +); +width = 1215; +} +); +metricRight = "en-cy"; +unicode = 1103; +}, +{ +color = 10; +glyphname = "dje-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (707,0); +}, +{ +name = center; +pos = (707,975); +}, +{ +name = hook; +pos = (1097,0); +}, +{ +name = top; +pos = (292,1443); +}, +{ +name = topbar; +pos = (286,1231); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(903,-295,ls), +(1039,-295,o), +(1122,-228,o), +(1122,-107,cs), +(1122,633,ls), +(1122,892,o), +(960,1055,o), +(702,1055,cs), +(509,1055,o), +(362,966,o), +(320,825,c), +(316,825,l), +(316,1443,l), +(266,1443,l), +(266,0,l), +(316,0,l), +(316,624,ls), +(316,859,o), +(466,1007,o), +(702,1007,cs), +(929,1007,o), +(1072,863,o), +(1072,633,cs), +(1072,-110,ls), +(1072,-198,o), +(1006,-247,o), +(905,-247,cs), +(853,-247,l), +(853,-295,l) +); +}, +{ +closed = 1; +nodes = ( +(541,1231,l), +(541,1279,l), +(58,1279,l), +(58,1231,l) +); +} +); +width = 1202; +}, +{ +anchors = ( +{ +name = bottom; +pos = (701,0); +}, +{ +name = center; +pos = (701,975); +}, +{ +name = hook; +pos = (1080,0); +}, +{ +name = top; +pos = (335,1443); +}, +{ +name = topbar; +pos = (324,1161); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(906,-315,ls), +(1078,-315,o), +(1165,-229,o), +(1165,-57,cs), +(1165,648,ls), +(1165,892,o), +(1008,1055,o), +(774,1055,cs), +(623,1055,o), +(488,987,o), +(436,885,c), +(424,885,l), +(424,1443,l), +(244,1443,l), +(244,0,l), +(424,0,l), +(424,602,ls), +(424,777,o), +(550,895,o), +(725,895,cs), +(880,895,o), +(984,781,o), +(984,607,cs), +(984,-70,ls), +(984,-127,o), +(952,-155,o), +(898,-155,cs), +(856,-155,l), +(856,-315,l) +); +}, +{ +closed = 1; +nodes = ( +(630,1161,l), +(630,1301,l), +(37,1301,l), +(37,1161,l) +); +} +); +width = 1245; +}, +{ +anchors = ( +{ +name = bottom; +pos = (709,0); +}, +{ +name = center; +pos = (719,975); +}, +{ +name = hook; +pos = (1072,0); +}, +{ +name = top; +pos = (351,1443); +}, +{ +name = topbar; +pos = (317,1130); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(860,-457,ls), +(1109,-457,o), +(1260,-344,o), +(1260,-107,cs), +(1260,744,ls), +(1260,972,o), +(1116,1124,o), +(854,1124,cs), +(693,1124,o), +(593,1053,o), +(558,947,c), +(540,947,l), +(540,1443,l), +(140,1443,l), +(140,0,l), +(540,0,l), +(540,616,ls), +(540,726,o), +(586,798,o), +(700,798,cs), +(814,798,o), +(860,725,o), +(860,616,cs), +(860,-70,ls), +(860,-136,o), +(814,-173,o), +(744,-173,cs), +(682,-173,l), +(682,-457,l) +); +}, +{ +closed = 1; +nodes = ( +(683,1130,l), +(683,1370,l), +(10,1370,l), +(10,1130,l) +); +} +); +width = 1340; +}, +{ +anchors = ( +{ +name = bottom; +pos = (655,0); +}, +{ +name = center; +pos = (863,975); +}, +{ +name = hook; +pos = (1045,0); +}, +{ +name = top; +pos = (546,1443); +}, +{ +name = topbar; +pos = (520,1251); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(789,-295,ls), +(925,-295,o), +(1021,-229,o), +(1047,-107,c), +(1205,633,ls), +(1260,892,o), +(1133,1055,o), +(875,1055,cs), +(682,1055,o), +(516,966,o), +(444,825,c), +(440,825,l), +(570,1443,l), +(520,1443,l), +(214,0,l), +(264,0,l), +(397,624,ls), +(448,859,o), +(629,1007,o), +(865,1007,cs), +(1092,1007,o), +(1204,863,o), +(1155,633,cs), +(996,-110,l), +(977,-199,o), +(902,-247,o), +(801,-247,cs), +(749,-247,l), +(739,-295,l) +); +}, +{ +closed = 1; +nodes = ( +(770,1251,l), +(780,1299,l), +(297,1299,l), +(287,1251,l) +); +} +); +width = 1311; +}, +{ +anchors = ( +{ +name = bottom; +pos = (648,0); +}, +{ +name = center; +pos = (856,975); +}, +{ +name = hook; +pos = (1023,0); +}, +{ +name = top; +pos = (590,1443); +}, +{ +name = topbar; +pos = (550,1171); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(786,-315,ls), +(958,-315,o), +(1062,-229,o), +(1099,-57,cs), +(1249,648,ls), +(1302,898,o), +(1162,1055,o), +(886,1055,cs), +(751,1055,o), +(626,982,o), +(562,865,c), +(555,865,l), +(679,1443,l), +(499,1443,l), +(191,0,l), +(371,0,l), +(508,642,l), +(555,797,o), +(692,895,o), +(863,895,cs), +(1022,895,o), +(1101,795,o), +(1067,637,cs), +(916,-70,ls), +(904,-128,o), +(866,-155,o), +(812,-155,cs), +(770,-155,l), +(736,-315,l) +); +}, +{ +closed = 1; +nodes = ( +(841,1171,l), +(871,1311,l), +(278,1311,l), +(248,1171,l) +); +} +); +width = 1352; +}, +{ +anchors = ( +{ +name = bottom; +pos = (658,0); +}, +{ +name = center; +pos = (876,975); +}, +{ +name = hook; +pos = (1063,0); +}, +{ +name = top; +pos = (607,1443); +}, +{ +name = topbar; +pos = (553,1160); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(780,-457,ls), +(1029,-457,o), +(1196,-344,o), +(1255,-107,cs), +(1438,744,ls), +(1488,977,o), +(1339,1124,o), +(1052,1124,cs), +(903,1124,o), +(772,1056,o), +(713,947,c), +(701,947,l), +(806,1443,l), +(406,1443,l), +(99,0,l), +(499,0,l), +(641,666,ls), +(665,779,o), +(761,848,o), +(890,848,cs), +(994,848,o), +(1045,778,o), +(1021,666,cs), +(863,-70,ls), +(844,-136,o), +(795,-173,o), +(725,-173,cs), +(663,-173,l), +(602,-457,l) +); +}, +{ +closed = 1; +nodes = ( +(893,1160,l), +(945,1400,l), +(272,1400,l), +(220,1160,l) +); +} +); +width = 1517; +} +); +metricLeft = hbar; +metricRight = h; +tags = ( +hook, +topbar +); +unicode = 1106; +}, +{ +color = 3; +glyphname = "fita-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,510,l), +(184,481,o), +(303,462,o), +(423,462,cs), +(547,462,o), +(658,530,o), +(782,530,cs), +(880,530,o), +(991,508,o), +(1071,472,c), +(1085,518,l), +(989,555,o), +(869,578,o), +(773,578,cs), +(651,578,o), +(536,510,o), +(417,510,cs), +(288,510,o), +(173,529,o), +(118,558,c) +); +}, +{ +ref = o; +} +); +width = 1145; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,462,l), +(309,432,o), +(398,414,o), +(484,414,cs), +(579,414,o), +(679,472,o), +(775,472,cs), +(826,472,o), +(903,453,o), +(974,424,c), +(974,577,l), +(914,607,o), +(827,627,o), +(750,627,cs), +(656,627,o), +(560,569,o), +(469,569,cs), +(382,569,o), +(296,589,o), +(247,623,c) +); +}, +{ +ref = o; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +attr = { +strokePos = 0; +}; +closed = 1; +nodes = ( +(444,471,l), +(490,442,o), +(549,423,o), +(600,423,cs), +(675,423,o), +(729,461,o), +(804,461,cs), +(870,461,o), +(931,454,o), +(961,443,c), +(961,614,l), +(909,646,o), +(842,666,o), +(785,666,cs), +(713,666,o), +(660,628,o), +(590,628,cs), +(536,628,o), +(477,636,o), +(438,648,c) +); +}, +{ +ref = o; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,510,l), +(184,481,o), +(303,462,o), +(423,462,cs), +(547,462,o), +(658,530,o), +(782,530,cs), +(880,530,o), +(991,508,o), +(1071,472,c), +(1085,518,l), +(989,555,o), +(869,578,o), +(773,578,cs), +(651,578,o), +(536,510,o), +(417,510,cs), +(288,510,o), +(173,529,o), +(118,558,c) +); +}, +{ +ref = o; +} +); +width = 1145; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(255,462,l), +(309,432,o), +(398,414,o), +(484,414,cs), +(579,414,o), +(679,472,o), +(775,472,cs), +(826,472,o), +(903,453,o), +(974,424,c), +(974,577,l), +(914,607,o), +(827,627,o), +(750,627,cs), +(656,627,o), +(560,569,o), +(469,569,cs), +(382,569,o), +(296,589,o), +(247,623,c) +); +}, +{ +ref = o; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +attr = { +strokePos = 0; +}; +closed = 1; +nodes = ( +(444,471,l), +(490,442,o), +(549,423,o), +(600,423,cs), +(675,423,o), +(729,461,o), +(804,461,cs), +(870,461,o), +(931,454,o), +(961,443,c), +(961,614,l), +(909,646,o), +(842,666,o), +(785,666,cs), +(713,666,o), +(660,628,o), +(590,628,cs), +(536,628,o), +(477,636,o), +(438,648,c) +); +}, +{ +ref = o; +} +); +width = 1357; +} +); +metricLeft = o; +metricRight = o; +unicode = 1139; +}, +{ +color = 6; +glyphname = "izhitsa-cy"; +kernLeft = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(580,0,l), +(955,960,ls), +(966,989,o), +(994,1007,o), +(1026,1007,cs), +(1055,1007,o), +(1089,1003,o), +(1116,997,c), +(1122,1044,l), +(1098,1051,o), +(1060,1055,o), +(1025,1055,cs), +(974,1055,o), +(929,1023,o), +(909,973,cs), +(549,58,l), +(547,58,l), +(74,1040,l), +(20,1040,l), +(517,0,l) +); +} +); +width = 1142; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(708,0,l), +(1034,834,ls), +(1049,872,o), +(1073,894,o), +(1107,894,cs), +(1135,894,o), +(1169,889,o), +(1203,879,c), +(1214,1037,l), +(1174,1048,o), +(1130,1054,o), +(1090,1054,cs), +(982,1054,o), +(909,1004,o), +(875,916,cs), +(593,186,l), +(584,186,l), +(213,1041,l), +(10,1041,l), +(479,0,l) +); +} +); +width = 1224; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(932,0,l), +(1182,753,ls), +(1195,792,o), +(1231,817,o), +(1276,817,cs), +(1287,817,o), +(1320,811,o), +(1361,801,c), +(1401,1092,l), +(1334,1112,o), +(1238,1124,o), +(1152,1124,cs), +(1000,1124,o), +(889,1042,o), +(854,917,cs), +(698,364,l), +(680,364,l), +(456,1100,l), +(10,1100,l), +(469,0,l) +); +} +); +width = 1411; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(460,0,l), +(1039,960,ls), +(1056,989,o), +(1083,1007,o), +(1115,1007,cs), +(1144,1007,o), +(1177,1003,o), +(1203,997,c), +(1219,1044,l), +(1196,1051,o), +(1159,1055,o), +(1124,1055,cs), +(1073,1055,o), +(1021,1023,o), +(991,973,cs), +(436,58,l), +(434,58,l), +(170,1040,l), +(121,1040,l), +(397,0,l) +); +} +); +width = 1118; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(598,0,l), +(1101,834,ls), +(1124,872,o), +(1143,894,o), +(1177,894,cs), +(1205,894,o), +(1238,889,o), +(1270,879,c), +(1314,1037,l), +(1277,1048,o), +(1234,1054,o), +(1194,1054,cs), +(1086,1054,o), +(1003,1004,o), +(950,916,cs), +(513,186,l), +(504,186,l), +(314,1041,l), +(121,1041,l), +(369,0,l) +); +} +); +width = 1214; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(816,0,l), +(1226,753,ls), +(1248,794,o), +(1280,817,o), +(1313,817,cs), +(1325,817,o), +(1355,811,o), +(1395,801,c), +(1497,1092,l), +(1433,1112,o), +(1344,1124,o), +(1254,1124,cs), +(1102,1124,o), +(977,1049,o), +(912,917,cs), +(639,364,l), +(621,364,l), +(553,1100,l), +(127,1100,l), +(353,0,l) +); +} +); +width = 1392; +} +); +metricLeft = v; +metricRight = v; +unicode = 1141; +}, +{ +color = 10; +glyphname = "zhedescender-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1329,0); +}, +{ +name = top; +pos = (664,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(637,561,l), +(569,561,l), +(107,1040,l), +(40,1040,l), +(528,535,l), +(10,0,l), +(77,0,l), +(569,507,l), +(637,507,l), +(637,0,l), +(686,0,l), +(686,507,l), +(753,507,l), +(1241,0,l), +(1308,0,l), +(794,534,l), +(1278,1040,l), +(1211,1040,l), +(753,561,l), +(686,561,l), +(686,1040,l), +(637,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1240,0,l), +(1401,0,l), +(1401,-276,l), +(1452,-276,l), +(1451,48,l), +(1240,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1140,0); +ref = "bottom-hook"; +} +); +width = 1472; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(621,609,l), +(583,609,l), +(260,1040,l), +(25,1040,l), +(443,530,l), +(10,0,l), +(257,0,l), +(583,449,l), +(621,449,l), +(621,0,l), +(800,0,l), +(800,449,l), +(839,449,l), +(1157,0,l), +(1411,0,l), +(979,530,l), +(1392,1040,l), +(1149,1040,l), +(839,609,l), +(800,609,l), +(800,1040,l), +(621,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1161,0,l), +(1322,0,l), +(1322,-266,l), +(1502,-266,l), +(1501,160,l), +(1161,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1061,0); +ref = "bottom-hook"; +} +); +width = 1522; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1970,0); +}, +{ +name = top; +pos = (954,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(770,682,l), +(736,682,l), +(496,1100,l), +(19,1100,l), +(414,565,l), +(10,0,l), +(499,0,l), +(736,417,l), +(770,417,l), +(770,0,l), +(1119,0,l), +(1119,417,l), +(1154,417,l), +(1401,0,l), +(1897,0,l), +(1482,565,l), +(1884,1100,l), +(1401,1100,l), +(1154,682,l), +(1119,682,l), +(1119,1100,l), +(770,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,-1,l), +(1610,-1,l), +(1610,-241,l), +(2000,-241,l), +(2000,339,l), +(1567,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1467,0); +ref = "bottom-hook"; +} +); +width = 2020; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1218,0); +}, +{ +name = top; +pos = (775,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(646,561,l), +(572,561,l), +(212,1040,l), +(151,1040,l), +(531,535,l), +(-101,0,l), +(-28,0,l), +(572,507,l), +(634,507,l), +(526,0,l), +(575,0,l), +(683,507,l), +(764,507,l), +(1137,0,l), +(1197,0,l), +(803,534,l), +(1395,1040,l), +(1322,1040,l), +(762,561,l), +(695,561,l), +(797,1040,l), +(748,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1150,0,l), +(1311,0,l), +(1253,-276,l), +(1304,-276,l), +(1371,48,l), +(1160,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1160,0); +ref = "bottom-hook"; +} +); +width = 1493; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(640,609,l), +(592,609,l), +(351,1040,l), +(136,1040,l), +(445,550,l), +(-101,0,l), +(156,0,l), +(578,449,l), +(606,449,l), +(510,0,l), +(689,0,l), +(785,449,l), +(872,449,l), +(1104,0,l), +(1300,0,l), +(1011,530,l), +(1503,1040,l), +(1260,1040,l), +(858,609,l), +(819,609,l), +(911,1040,l), +(732,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1120,0,l), +(1281,0,l), +(1225,-266,l), +(1405,-266,l), +(1494,160,l), +(1154,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1131,0); +ref = "bottom-hook"; +} +); +width = 1592; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1863,0); +}, +{ +name = top; +pos = (1081,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(808,682,l), +(754,682,l), +(623,1100,l), +(146,1100,l), +(387,585,l), +(-97,0,l), +(402,0,l), +(698,417,l), +(752,417,l), +(663,0,l), +(1012,0,l), +(1101,417,l), +(1176,417,l), +(1334,0,l), +(1790,0,l), +(1525,555,l), +(2011,1100,l), +(1498,1100,l), +(1192,682,l), +(1157,682,l), +(1246,1100,l), +(897,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1450,-1,l), +(1493,-1,l), +(1442,-241,l), +(1832,-241,l), +(1956,339,l), +(1523,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1467,0); +ref = "bottom-hook"; +} +); +width = 2021; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1863,0); +}, +{ +name = top; +pos = (1081,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(808,682,l), +(754,682,l), +(623,1100,l), +(146,1100,l), +(387,585,l), +(-97,0,l), +(402,0,l), +(698,417,l), +(752,417,l), +(663,0,l), +(1012,0,l), +(1101,417,l), +(1176,417,l), +(1334,0,l), +(1790,0,l), +(1525,555,l), +(2011,1100,l), +(1498,1100,l), +(1192,682,l), +(1157,682,l), +(1246,1100,l), +(897,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1450,-1,l), +(1493,-1,l), +(1442,-241,l), +(1832,-241,l), +(1956,339,l), +(1523,339,l) +); +} +); +}; +layerId = "79799724-8EBA-4EF2-B41C-04F3CBB01244"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1467,0); +ref = "bottom-hook"; +} +); +width = 2021; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(640,609,l), +(592,609,l), +(351,1040,l), +(136,1040,l), +(445,550,l), +(-101,0,l), +(156,0,l), +(578,449,l), +(606,449,l), +(510,0,l), +(689,0,l), +(785,449,l), +(872,449,l), +(1104,0,l), +(1300,0,l), +(1011,530,l), +(1503,1040,l), +(1260,1040,l), +(858,609,l), +(819,609,l), +(911,1040,l), +(732,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1120,0,l), +(1281,0,l), +(1225,-266,l), +(1405,-266,l), +(1494,160,l), +(1154,160,l) +); +} +); +}; +layerId = "720A14A0-B3ED-4EA7-99C7-D565AFAD6E04"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1131,0); +ref = "bottom-hook"; +} +); +width = 1592; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1970,0); +}, +{ +name = top; +pos = (954,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(770,682,l), +(736,682,l), +(496,1100,l), +(19,1100,l), +(414,565,l), +(10,0,l), +(499,0,l), +(736,417,l), +(770,417,l), +(770,0,l), +(1119,0,l), +(1119,417,l), +(1154,417,l), +(1401,0,l), +(1897,0,l), +(1482,565,l), +(1884,1100,l), +(1401,1100,l), +(1154,682,l), +(1119,682,l), +(1119,1100,l), +(770,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,-1,l), +(1610,-1,l), +(1610,-241,l), +(2000,-241,l), +(2000,339,l), +(1567,339,l) +); +} +); +}; +layerId = "7E59C7A1-ADA0-4199-805E-6AF714564517"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1467,0); +ref = "bottom-hook"; +} +); +width = 2020; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1218,0); +}, +{ +name = top; +pos = (775,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(646,561,l), +(572,561,l), +(212,1040,l), +(151,1040,l), +(531,535,l), +(-101,0,l), +(-28,0,l), +(572,507,l), +(634,507,l), +(526,0,l), +(575,0,l), +(683,507,l), +(764,507,l), +(1137,0,l), +(1197,0,l), +(803,534,l), +(1395,1040,l), +(1322,1040,l), +(762,561,l), +(695,561,l), +(797,1040,l), +(748,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1150,0,l), +(1311,0,l), +(1253,-276,l), +(1304,-276,l), +(1371,48,l), +(1160,48,l) +); +} +); +}; +layerId = "AFBE6CB7-8C59-43DA-9FD9-FDD4454D4CCC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1160,0); +ref = "bottom-hook"; +} +); +width = 1493; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(621,609,l), +(583,609,l), +(260,1040,l), +(25,1040,l), +(443,530,l), +(10,0,l), +(257,0,l), +(583,449,l), +(621,449,l), +(621,0,l), +(800,0,l), +(800,449,l), +(839,449,l), +(1157,0,l), +(1411,0,l), +(979,530,l), +(1392,1040,l), +(1149,1040,l), +(839,609,l), +(800,609,l), +(800,1040,l), +(621,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1161,0,l), +(1322,0,l), +(1322,-266,l), +(1502,-266,l), +(1501,160,l), +(1161,160,l) +); +} +); +}; +layerId = "82C62E19-7C4A-4B41-B70B-D1D8FD7D3DB9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1061,0); +ref = "bottom-hook"; +} +); +width = 1522; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1329,0); +}, +{ +name = top; +pos = (664,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(637,561,l), +(569,561,l), +(107,1040,l), +(40,1040,l), +(528,535,l), +(10,0,l), +(77,0,l), +(569,507,l), +(637,507,l), +(637,0,l), +(686,0,l), +(686,507,l), +(753,507,l), +(1241,0,l), +(1308,0,l), +(794,534,l), +(1278,1040,l), +(1211,1040,l), +(753,561,l), +(686,561,l), +(686,1040,l), +(637,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1240,0,l), +(1401,0,l), +(1401,-276,l), +(1452,-276,l), +(1451,48,l), +(1240,48,l) +); +} +); +}; +layerId = "D22B0B6E-48DB-49E9-998A-06325530565C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (1140,0); +ref = "bottom-hook"; +} +); +width = 1472; +} +); +metricLeft = x; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1175; +}, +{ +color = 10; +glyphname = "zedescender-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (521,-381); +}, +{ +name = top; +pos = (505,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(415,498,l), +(551,498,ls), +(749,498,o), +(892,404,o), +(892,275,cs), +(892,132,o), +(725,28,o), +(494,28,cs), +(278,28,o), +(117,140,o), +(111,295,cs), +(110,321,l), +(60,321,l), +(61,291,ls), +(67,111,o), +(250,-20,o), +(498,-20,cs), +(756,-20,o), +(942,104,o), +(942,275,cs), +(942,399,o), +(842,503,o), +(705,522,c), +(705,526,l), +(825,546,o), +(912,646,o), +(912,765,cs), +(912,932,o), +(742,1053,o), +(508,1053,cs), +(268,1053,o), +(87,922,o), +(77,741,cs), +(76,724,l), +(126,724,l), +(127,742,ls), +(135,895,o), +(294,1005,o), +(504,1005,cs), +(712,1005,o), +(862,904,o), +(862,765,cs), +(862,638,o), +(731,546,o), +(551,546,cs), +(415,546,l) +); +}, +{ +closed = 1; +nodes = ( +(618,-345,o), +(713,-295,o), +(713,-205,cs), +(713,-126,o), +(644,-81,o), +(520,-79,c), +(539,2,l), +(489,2,l), +(459,-124,l), +(590,-123,o), +(663,-151,o), +(663,-202,cs), +(663,-263,o), +(586,-297,o), +(448,-297,c), +(447,-345,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (337,2); +ref = cedillacomb; +} +); +width = 1002; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (514,-435); +}, +{ +name = top; +pos = (510,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(454,448,l), +(560,448,ls), +(681,448,o), +(769,385,o), +(769,297,cs), +(769,207,o), +(655,141,o), +(498,141,cs), +(347,141,o), +(238,210,o), +(238,305,cs), +(238,320,l), +(60,320,l), +(60,305,ls), +(60,116,o), +(248,-20,o), +(507,-20,cs), +(763,-20,o), +(948,104,o), +(948,275,cs), +(948,405,o), +(863,510,o), +(745,524,c), +(745,536,l), +(851,561,o), +(927,658,o), +(927,765,cs), +(927,933,o), +(750,1054,o), +(506,1054,cs), +(258,1054,o), +(78,923,o), +(78,741,cs), +(78,724,l), +(256,724,l), +(256,742,ls), +(256,830,o), +(360,893,o), +(503,893,cs), +(645,893,o), +(748,830,o), +(748,743,cs), +(748,661,o), +(669,602,o), +(560,602,cs), +(454,602,l) +); +}, +{ +closed = 1; +nodes = ( +(584,-363,o), +(716,-296,o), +(716,-193,cs), +(716,-124,o), +(655,-73,o), +(561,-63,c), +(571,4,l), +(445,4,l), +(417,-142,l), +(520,-141,o), +(586,-161,o), +(586,-193,cs), +(586,-219,o), +(515,-235,o), +(404,-235,c), +(380,-363,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (270,2); +ref = cedillacomb; +} +); +width = 1008; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (592,-401); +}, +{ +name = top; +pos = (636,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(572,448,l), +(673,448,ls), +(745,448,o), +(797,411,o), +(797,361,cs), +(797,304,o), +(729,263,o), +(634,263,cs), +(532,263,o), +(456,308,o), +(452,371,cs), +(451,387,l), +(60,387,l), +(61,368,ls), +(73,133,o), +(313,-37,o), +(632,-37,cs), +(961,-37,o), +(1199,100,o), +(1199,290,cs), +(1199,429,o), +(1089,538,o), +(936,548,c), +(936,566,l), +(1067,589,o), +(1161,692,o), +(1161,813,cs), +(1161,993,o), +(940,1124,o), +(634,1124,cs), +(341,1124,o), +(113,958,o), +(90,729,cs), +(89,719,l), +(460,719,l), +(461,729,ls), +(467,784,o), +(534,823,o), +(621,823,cs), +(706,823,o), +(767,787,o), +(767,738,cs), +(767,686,o), +(722,648,o), +(660,648,cs), +(572,648,l) +); +}, +{ +closed = 1; +nodes = ( +(727,-427,o), +(893,-344,o), +(893,-216,cs), +(893,-130,o), +(835,-75,o), +(738,-75,c), +(744,-18,l), +(516,-18,l), +(500,-167,l), +(631,-167,o), +(696,-187,o), +(696,-219,cs), +(696,-248,o), +(629,-266,o), +(494,-266,c), +(470,-427,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (360,-18); +ref = cedillacomb; +} +); +width = 1259; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (341,-381); +}, +{ +name = top; +pos = (590,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(405,498,l), +(541,498,ls), +(739,498,o), +(866,404,o), +(842,275,cs), +(817,132,o), +(632,28,o), +(401,28,cs), +(184,28,o), +(43,140,o), +(65,295,cs), +(69,321,l), +(18,321,l), +(13,291,ls), +(-12,111,o), +(148,-20,o), +(396,-20,cs), +(655,-20,o), +(864,104,o), +(893,275,cs), +(916,399,o), +(834,503,o), +(699,522,c), +(700,526,l), +(824,546,o), +(929,646,o), +(950,765,cs), +(979,932,o), +(831,1053,o), +(596,1053,cs), +(356,1053,o), +(151,922,o), +(109,741,cs), +(105,724,l), +(156,724,l), +(160,742,ls), +(195,895,o), +(372,1005,o), +(583,1005,cs), +(791,1005,o), +(924,904,o), +(899,765,cs), +(876,638,o), +(729,546,o), +(549,546,cs), +(413,546,l) +); +}, +{ +closed = 1; +nodes = ( +(446,-345,o), +(552,-295,o), +(571,-205,cs), +(587,-126,o), +(528,-81,o), +(404,-79,c), +(441,2,l), +(391,2,l), +(334,-124,l), +(465,-123,o), +(532,-151,o), +(521,-202,cs), +(508,-263,o), +(424,-297,o), +(286,-297,c), +(275,-345,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (348,2); +ref = cedillacomb; +} +); +width = 1005; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (296,-435); +}, +{ +name = top; +pos = (594,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(434,448,l), +(540,448,ls), +(662,448,o), +(738,385,o), +(722,297,cs), +(706,207,o), +(581,141,o), +(424,141,cs), +(273,141,o), +(176,210,o), +(193,305,cs), +(195,320,l), +(17,320,l), +(15,305,ls), +(-19,116,o), +(144,-20,o), +(404,-20,cs), +(660,-20,o), +(867,104,o), +(897,275,cs), +(921,405,o), +(854,510,o), +(738,524,c), +(740,536,l), +(851,562,o), +(944,658,o), +(963,765,cs), +(992,933,o), +(837,1054,o), +(593,1054,cs), +(344,1054,o), +(141,923,o), +(109,741,cs), +(106,724,l), +(284,724,l), +(288,742,ls), +(303,830,o), +(418,893,o), +(561,893,cs), +(703,893,o), +(795,830,o), +(780,743,cs), +(766,661,o), +(676,602,o), +(567,602,cs), +(461,602,l) +); +}, +{ +closed = 1; +nodes = ( +(382,-363,o), +(528,-296,o), +(550,-193,cs), +(564,-124,o), +(514,-73,o), +(422,-63,c), +(447,4,l), +(321,4,l), +(262,-142,l), +(365,-141,o), +(427,-161,o), +(420,-193,cs), +(414,-219,o), +(340,-235,o), +(229,-235,c), +(178,-363,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "ze-cy"; +}, +{ +alignment = -1; +pos = (261,2); +ref = cedillacomb; +} +); +width = 1089; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (523,-401); +}, +{ +name = top; +pos = (629,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(548,448,l), +(649,448,ls), +(721,448,o), +(767,411,o), +(758,361,cs), +(748,304,o), +(672,263,o), +(578,263,cs), +(476,263,o), +(407,308,o), +(415,371,cs), +(416,387,l), +(25,387,l), +(23,368,ls), +(-6,133,o), +(204,-37,o), +(523,-37,cs), +(852,-37,o), +(1114,100,o), +(1147,290,cs), +(1171,429,o), +(1080,538,o), +(930,548,c), +(933,566,l), +(1067,589,o), +(1180,692,o), +(1202,813,cs), +(1233,993,o), +(1035,1124,o), +(729,1124,cs), +(437,1124,o), +(179,958,o), +(116,729,cs), +(113,719,l), +(484,719,l), +(487,729,ls), +(502,784,o), +(576,823,o), +(663,823,cs), +(748,823,o), +(803,787,o), +(794,738,cs), +(785,686,o), +(734,648,o), +(671,648,cs), +(583,648,l) +); +}, +{ +closed = 1; +nodes = ( +(651,-457,o), +(862,-366,o), +(889,-236,cs), +(910,-141,o), +(854,-75,o), +(754,-75,c), +(777,-18,l), +(519,-18,l), +(451,-167,l), +(578,-167,o), +(663,-188,o), +(656,-219,cs), +(650,-247,o), +(554,-266,o), +(424,-266,c), +(379,-457,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ze-cy"; +}, +{ +alignment = -1; +pos = (479,-18); +ref = cedillacomb; +} +); +width = 1342; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (523,-401); +}, +{ +name = top; +pos = (629,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(548,448,l), +(649,448,ls), +(721,448,o), +(767,411,o), +(758,361,cs), +(748,304,o), +(672,263,o), +(578,263,cs), +(476,263,o), +(407,308,o), +(415,371,cs), +(416,387,l), +(25,387,l), +(23,368,ls), +(-6,133,o), +(204,-37,o), +(523,-37,cs), +(852,-37,o), +(1114,100,o), +(1147,290,cs), +(1171,429,o), +(1080,538,o), +(930,548,c), +(933,566,l), +(1067,589,o), +(1180,692,o), +(1202,813,cs), +(1233,993,o), +(1035,1124,o), +(729,1124,cs), +(437,1124,o), +(179,958,o), +(116,729,cs), +(113,719,l), +(484,719,l), +(487,729,ls), +(502,784,o), +(576,823,o), +(663,823,cs), +(748,823,o), +(803,787,o), +(794,738,cs), +(785,686,o), +(734,648,o), +(671,648,cs), +(583,648,l) +); +}, +{ +closed = 1; +nodes = ( +(651,-457,o), +(862,-366,o), +(889,-236,cs), +(910,-141,o), +(854,-75,o), +(754,-75,c), +(777,-18,l), +(519,-18,l), +(451,-167,l), +(578,-167,o), +(663,-188,o), +(656,-219,cs), +(650,-247,o), +(554,-266,o), +(424,-266,c), +(379,-457,l) +); +} +); +}; +layerId = "77BE3E7E-C99A-43A8-A33D-6F871ED73182"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ze-cy"; +}, +{ +alignment = -1; +pos = (479,-18); +ref = cedillacomb; +} +); +width = 1342; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (296,-435); +}, +{ +name = top; +pos = (594,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(434,448,l), +(540,448,ls), +(662,448,o), +(738,385,o), +(722,297,cs), +(706,207,o), +(581,141,o), +(424,141,cs), +(273,141,o), +(176,210,o), +(193,305,cs), +(195,320,l), +(17,320,l), +(15,305,ls), +(-19,116,o), +(144,-20,o), +(404,-20,cs), +(660,-20,o), +(867,104,o), +(897,275,cs), +(921,405,o), +(854,510,o), +(738,524,c), +(740,536,l), +(851,562,o), +(944,658,o), +(963,765,cs), +(992,933,o), +(837,1054,o), +(593,1054,cs), +(344,1054,o), +(141,923,o), +(109,741,cs), +(106,724,l), +(284,724,l), +(288,742,ls), +(303,830,o), +(418,893,o), +(561,893,cs), +(703,893,o), +(795,830,o), +(780,743,cs), +(766,661,o), +(676,602,o), +(567,602,cs), +(461,602,l) +); +}, +{ +closed = 1; +nodes = ( +(382,-363,o), +(528,-296,o), +(550,-193,cs), +(564,-124,o), +(514,-73,o), +(422,-63,c), +(447,4,l), +(321,4,l), +(262,-142,l), +(365,-141,o), +(427,-161,o), +(420,-193,cs), +(414,-219,o), +(340,-235,o), +(229,-235,c), +(178,-363,l) +); +} +); +}; +layerId = "EF569DC0-C0A0-422A-90E9-07709CFF3444"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ze-cy"; +}, +{ +alignment = -1; +pos = (261,2); +ref = cedillacomb; +} +); +width = 1089; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (592,-401); +}, +{ +name = top; +pos = (636,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(572,448,l), +(673,448,ls), +(745,448,o), +(797,411,o), +(797,361,cs), +(797,304,o), +(729,263,o), +(634,263,cs), +(532,263,o), +(456,308,o), +(452,371,cs), +(451,387,l), +(60,387,l), +(61,368,ls), +(73,133,o), +(313,-37,o), +(632,-37,cs), +(961,-37,o), +(1199,100,o), +(1199,290,cs), +(1199,429,o), +(1089,538,o), +(936,548,c), +(936,566,l), +(1067,589,o), +(1161,692,o), +(1161,813,cs), +(1161,993,o), +(940,1124,o), +(634,1124,cs), +(341,1124,o), +(113,958,o), +(90,729,cs), +(89,719,l), +(460,719,l), +(461,729,ls), +(467,784,o), +(534,823,o), +(621,823,cs), +(706,823,o), +(767,787,o), +(767,738,cs), +(767,686,o), +(722,648,o), +(660,648,cs), +(572,648,l) +); +}, +{ +closed = 1; +nodes = ( +(727,-427,o), +(893,-344,o), +(893,-216,cs), +(893,-130,o), +(835,-75,o), +(738,-75,c), +(744,-18,l), +(516,-18,l), +(500,-167,l), +(631,-167,o), +(696,-187,o), +(696,-219,cs), +(696,-248,o), +(629,-266,o), +(494,-266,c), +(470,-427,l) +); +} +); +}; +layerId = "A7779E72-E569-4F65-8EB9-0FB2530D657C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (360,-18); +ref = cedillacomb; +} +); +width = 1259; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (341,-381); +}, +{ +name = top; +pos = (590,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(405,498,l), +(541,498,ls), +(739,498,o), +(866,404,o), +(842,275,cs), +(817,132,o), +(632,28,o), +(401,28,cs), +(184,28,o), +(43,140,o), +(65,295,cs), +(69,321,l), +(18,321,l), +(13,291,ls), +(-12,111,o), +(148,-20,o), +(396,-20,cs), +(655,-20,o), +(864,104,o), +(893,275,cs), +(916,399,o), +(834,503,o), +(699,522,c), +(700,526,l), +(824,546,o), +(929,646,o), +(950,765,cs), +(979,932,o), +(831,1053,o), +(596,1053,cs), +(356,1053,o), +(151,922,o), +(109,741,cs), +(105,724,l), +(156,724,l), +(160,742,ls), +(195,895,o), +(372,1005,o), +(583,1005,cs), +(791,1005,o), +(924,904,o), +(899,765,cs), +(876,638,o), +(729,546,o), +(549,546,cs), +(413,546,l) +); +}, +{ +closed = 1; +nodes = ( +(446,-345,o), +(552,-295,o), +(571,-205,cs), +(587,-126,o), +(528,-81,o), +(404,-79,c), +(441,2,l), +(391,2,l), +(334,-124,l), +(465,-123,o), +(532,-151,o), +(521,-202,cs), +(508,-263,o), +(424,-297,o), +(286,-297,c), +(275,-345,l) +); +} +); +}; +layerId = "81152505-0777-437F-B268-B2D971BEB708"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (348,2); +ref = cedillacomb; +} +); +width = 1005; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (514,-435); +}, +{ +name = top; +pos = (510,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(454,448,l), +(560,448,ls), +(681,448,o), +(769,385,o), +(769,297,cs), +(769,207,o), +(655,141,o), +(498,141,cs), +(347,141,o), +(238,210,o), +(238,305,cs), +(238,320,l), +(60,320,l), +(60,305,ls), +(60,116,o), +(248,-20,o), +(507,-20,cs), +(763,-20,o), +(948,104,o), +(948,275,cs), +(948,405,o), +(863,510,o), +(745,524,c), +(745,536,l), +(851,561,o), +(927,658,o), +(927,765,cs), +(927,933,o), +(750,1054,o), +(506,1054,cs), +(258,1054,o), +(78,923,o), +(78,741,cs), +(78,724,l), +(256,724,l), +(256,742,ls), +(256,830,o), +(360,893,o), +(503,893,cs), +(645,893,o), +(748,830,o), +(748,743,cs), +(748,661,o), +(669,602,o), +(560,602,cs), +(454,602,l) +); +}, +{ +closed = 1; +nodes = ( +(584,-363,o), +(716,-296,o), +(716,-193,cs), +(716,-124,o), +(655,-73,o), +(561,-63,c), +(571,4,l), +(445,4,l), +(417,-142,l), +(520,-141,o), +(586,-161,o), +(586,-193,cs), +(586,-219,o), +(515,-235,o), +(404,-235,c), +(380,-363,l) +); +} +); +}; +layerId = "6196CA1A-C7E5-4604-89DD-BA021C3B387F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (270,2); +ref = cedillacomb; +} +); +width = 1008; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (521,-381); +}, +{ +name = top; +pos = (505,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(415,498,l), +(551,498,ls), +(749,498,o), +(892,404,o), +(892,275,cs), +(892,132,o), +(725,28,o), +(494,28,cs), +(278,28,o), +(117,140,o), +(111,295,cs), +(110,321,l), +(60,321,l), +(61,291,ls), +(67,111,o), +(250,-20,o), +(498,-20,cs), +(756,-20,o), +(942,104,o), +(942,275,cs), +(942,399,o), +(842,503,o), +(705,522,c), +(705,526,l), +(825,546,o), +(912,646,o), +(912,765,cs), +(912,932,o), +(742,1053,o), +(508,1053,cs), +(268,1053,o), +(87,922,o), +(77,741,cs), +(76,724,l), +(126,724,l), +(127,742,ls), +(135,895,o), +(294,1005,o), +(504,1005,cs), +(712,1005,o), +(862,904,o), +(862,765,cs), +(862,638,o), +(731,546,o), +(551,546,cs), +(415,546,l) +); +}, +{ +closed = 1; +nodes = ( +(618,-345,o), +(713,-295,o), +(713,-205,cs), +(713,-126,o), +(644,-81,o), +(520,-79,c), +(539,2,l), +(489,2,l), +(459,-124,l), +(590,-123,o), +(663,-151,o), +(663,-202,cs), +(663,-263,o), +(586,-297,o), +(448,-297,c), +(447,-345,l) +); +} +); +}; +layerId = "01095602-103B-4F2D-BBFD-C81963149EF8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (337,2); +ref = cedillacomb; +} +); +width = 1002; +} +); +unicode = 1177; +}, +{ +color = 10; +glyphname = "kadescender-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (897,0); +}, +{ +name = top; +pos = (409,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(321,492,l), +(866,1040,l), +(797,1040,l), +(302,542,l), +(146,542,l), +(146,492,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(900,0,l), +(327,529,l), +(290,497,l), +(823,0,l) +); +}, +{ +closed = 1; +nodes = ( +(788,0,l), +(949,0,l), +(949,-276,l), +(1000,-276,l), +(999,48,l), +(788,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (688,0); +ref = "bottom-hook"; +} +); +width = 1020; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1075,0); +}, +{ +name = top; +pos = (497,1041); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(492,444,l), +(968,1041,l), +(746,1041,l), +(415,603,l), +(252,603,l), +(252,444,l) +); +}, +{ +closed = 1; +nodes = ( +(279,0,l), +(279,1041,l), +(100,1041,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(506,568,l), +(379,456,l), +(764,0,l) +); +}, +{ +closed = 1; +nodes = ( +(808,0,l), +(969,0,l), +(969,-266,l), +(1149,-266,l), +(1148,160,l), +(808,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (708,0); +ref = "bottom-hook"; +} +); +width = 1169; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1359,0); +}, +{ +name = top; +pos = (656,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,384,l), +(1267,1100,l), +(797,1100,l), +(566,686,l), +(443,686,l), +(443,384,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1286,1,l), +(880,608,l), +(573,451,l), +(811,1,l) +); +}, +{ +closed = 1; +nodes = ( +(979,-1,l), +(1022,-1,l), +(1022,-241,l), +(1412,-241,l), +(1412,339,l), +(979,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (879,0); +ref = "bottom-hook"; +} +); +width = 1432; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (786,0); +}, +{ +name = top; +pos = (520,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(320,492,l), +(977,1040,l), +(901,1040,l), +(307,542,l), +(151,542,l), +(140,492,l) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(261,1040,l), +(211,1040,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(789,0,l), +(329,529,l), +(295,497,l), +(722,0,l) +); +}, +{ +closed = 1; +nodes = ( +(678,0,l), +(839,0,l), +(781,-276,l), +(832,-276,l), +(899,48,l), +(688,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (688,0); +ref = "bottom-hook"; +} +); +width = 1021; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (964,0); +}, +{ +name = top; +pos = (608,1041); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(476,444,l), +(1079,1041,l), +(857,1041,l), +(433,603,l), +(270,603,l), +(236,444,l) +); +}, +{ +closed = 1; +nodes = ( +(168,0,l), +(390,1041,l), +(211,1041,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(889,0,l), +(516,568,l), +(365,456,l), +(653,0,l) +); +}, +{ +closed = 1; +nodes = ( +(707,0,l), +(868,0,l), +(812,-266,l), +(992,-266,l), +(1081,160,l), +(741,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (718,0); +ref = "bottom-hook"; +} +); +width = 1179; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1242,0); +}, +{ +name = top; +pos = (773,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(739,384,l), +(1384,1100,l), +(914,1100,l), +(595,686,l), +(472,686,l), +(408,384,l) +); +}, +{ +closed = 1; +nodes = ( +(383,0,l), +(617,1100,l), +(217,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1169,1,l), +(892,608,l), +(552,451,l), +(694,1,l) +); +}, +{ +closed = 1; +nodes = ( +(872,-1,l), +(915,-1,l), +(864,-241,l), +(1254,-241,l), +(1378,339,l), +(945,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (889,0); +ref = "bottom-hook"; +} +); +width = 1443; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1242,0); +}, +{ +name = top; +pos = (773,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(739,384,l), +(1384,1100,l), +(914,1100,l), +(595,686,l), +(472,686,l), +(408,384,l) +); +}, +{ +closed = 1; +nodes = ( +(383,0,l), +(617,1100,l), +(217,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1169,1,l), +(892,608,l), +(552,451,l), +(694,1,l) +); +}, +{ +closed = 1; +nodes = ( +(872,-1,l), +(915,-1,l), +(864,-241,l), +(1254,-241,l), +(1378,339,l), +(945,339,l) +); +} +); +}; +layerId = "270FA2AC-0537-49BD-8261-E5FC0506642C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (889,0); +ref = "bottom-hook"; +} +); +width = 1443; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (964,0); +}, +{ +name = top; +pos = (608,1041); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(476,444,l), +(1079,1041,l), +(857,1041,l), +(433,603,l), +(270,603,l), +(236,444,l) +); +}, +{ +closed = 1; +nodes = ( +(168,0,l), +(390,1041,l), +(211,1041,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(889,0,l), +(516,568,l), +(365,456,l), +(653,0,l) +); +}, +{ +closed = 1; +nodes = ( +(707,0,l), +(868,0,l), +(812,-266,l), +(992,-266,l), +(1081,160,l), +(741,160,l) +); +} +); +}; +layerId = "C6705F2D-7C0E-40B0-8AA6-548BEC215E43"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (718,0); +ref = "bottom-hook"; +} +); +width = 1179; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1359,0); +}, +{ +name = top; +pos = (656,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(774,384,l), +(1267,1100,l), +(797,1100,l), +(566,686,l), +(443,686,l), +(443,384,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1286,1,l), +(880,608,l), +(573,451,l), +(811,1,l) +); +}, +{ +closed = 1; +nodes = ( +(979,-1,l), +(1022,-1,l), +(1022,-241,l), +(1412,-241,l), +(1412,339,l), +(979,339,l) +); +} +); +}; +layerId = "B75F878A-4382-4C81-8AF7-CBEA00074165"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (879,0); +ref = "bottom-hook"; +} +); +width = 1432; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (786,0); +}, +{ +name = top; +pos = (520,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(320,492,l), +(977,1040,l), +(901,1040,l), +(307,542,l), +(151,542,l), +(140,492,l) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(261,1040,l), +(211,1040,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(789,0,l), +(329,529,l), +(295,497,l), +(722,0,l) +); +}, +{ +closed = 1; +nodes = ( +(678,0,l), +(839,0,l), +(781,-276,l), +(832,-276,l), +(899,48,l), +(688,48,l) +); +} +); +}; +layerId = "85605AFB-E864-472E-9B34-F5F534131D4D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (688,0); +ref = "bottom-hook"; +} +); +width = 1021; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1075,0); +}, +{ +name = top; +pos = (497,1041); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(492,444,l), +(968,1041,l), +(746,1041,l), +(415,603,l), +(252,603,l), +(252,444,l) +); +}, +{ +closed = 1; +nodes = ( +(279,0,l), +(279,1041,l), +(100,1041,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(506,568,l), +(379,456,l), +(764,0,l) +); +}, +{ +closed = 1; +nodes = ( +(808,0,l), +(969,0,l), +(969,-266,l), +(1149,-266,l), +(1148,160,l), +(808,160,l) +); +} +); +}; +layerId = "DE6F5169-4F65-445E-AD6E-042EF678763A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (708,0); +ref = "bottom-hook"; +} +); +width = 1169; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (897,0); +}, +{ +name = top; +pos = (409,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(321,492,l), +(866,1040,l), +(797,1040,l), +(302,542,l), +(146,542,l), +(146,492,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(900,0,l), +(327,529,l), +(290,497,l), +(823,0,l) +); +}, +{ +closed = 1; +nodes = ( +(788,0,l), +(949,0,l), +(949,-276,l), +(1000,-276,l), +(999,48,l), +(788,48,l) +); +} +); +}; +layerId = "88EB1471-7658-4E80-B252-BDB37954914A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ka-cy"; +}, +{ +alignment = -1; +pos = (688,0); +ref = "bottom-hook"; +} +); +width = 1020; +} +); +metricLeft = "en-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1179; +}, +{ +color = 6; +glyphname = "kaverticalstroke-cy"; +kernRight = "ka-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,492,l), +(936,1040,l), +(867,1040,l), +(372,542,l), +(146,542,l), +(146,492,l) +); +}, +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1040,l), +(100,1040,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(970,0,l), +(397,529,l), +(360,497,l), +(893,0,l) +); +}, +{ +closed = 1; +nodes = ( +(243,246,l), +(293,246,l), +(293,788,l), +(243,788,l) +); +} +); +width = 990; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(592,444,l), +(1068,1041,l), +(846,1041,l), +(515,603,l), +(252,603,l), +(252,444,l) +); +}, +{ +closed = 1; +nodes = ( +(279,0,l), +(279,1041,l), +(100,1041,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1100,0,l), +(606,568,l), +(479,456,l), +(864,0,l) +); +}, +{ +closed = 1; +nodes = ( +(331,254,l), +(471,254,l), +(471,793,l), +(331,793,l) +); +} +); +width = 1120; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(964,384,l), +(1457,1100,l), +(987,1100,l), +(756,686,l), +(483,686,l), +(483,384,l) +); +}, +{ +closed = 1; +nodes = ( +(500,0,l), +(500,1100,l), +(100,1100,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1476,1,l), +(1070,608,l), +(763,451,l), +(1001,1,l) +); +}, +{ +closed = 1; +nodes = ( +(542,244,l), +(722,244,l), +(722,826,l), +(542,826,l) +); +} +); +width = 1496; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(385,492,l), +(1047,1040,l), +(978,1040,l), +(377,542,l), +(151,542,l), +(140,492,l) +); +}, +{ +closed = 1; +nodes = ( +(39,0,l), +(261,1040,l), +(211,1040,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(859,0,l), +(399,529,l), +(355,497,l), +(782,0,l) +); +}, +{ +closed = 1; +nodes = ( +(185,246,l), +(235,246,l), +(350,788,l), +(300,788,l) +); +} +); +width = 990; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(576,444,l), +(1179,1041,l), +(957,1041,l), +(533,603,l), +(270,603,l), +(236,444,l) +); +}, +{ +closed = 1; +nodes = ( +(168,0,l), +(390,1041,l), +(211,1041,l), +(-11,0,l) +); +}, +{ +closed = 1; +nodes = ( +(989,0,l), +(616,568,l), +(465,456,l), +(753,0,l) +); +}, +{ +closed = 1; +nodes = ( +(274,254,l), +(414,254,l), +(529,793,l), +(389,793,l) +); +} +); +width = 1120; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(929,384,l), +(1574,1100,l), +(1104,1100,l), +(785,686,l), +(512,686,l), +(448,384,l) +); +}, +{ +closed = 1; +nodes = ( +(383,0,l), +(617,1100,l), +(217,1100,l), +(-17,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1359,1,l), +(1082,608,l), +(742,451,l), +(884,1,l) +); +}, +{ +closed = 1; +nodes = ( +(477,244,l), +(657,244,l), +(781,826,l), +(601,826,l) +); +} +); +width = 1496; +} +); +metricLeft = "en-cy"; +metricRight = "ka-cy"; +unicode = 1181; +}, +{ +color = 3; +glyphname = "kastroke-cy"; +kernRight = "ka-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(401,488,l), +(959,1040,l), +(891,1040,l), +(386,536,l), +(301,536,l), +(301,488,l) +); +}, +{ +closed = 1; +nodes = ( +(327,0,l), +(327,1520,l), +(277,1520,l), +(277,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1031,0,l), +(409,530,l), +(374,497,l), +(957,0,l) +); +}, +{ +pos = (-42,62); +ref = topbar; +} +); +width = 1051; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(546,426,l), +(1051,1040,l), +(817,1040,l), +(460,603,l), +(317,603,l), +(317,426,l) +); +}, +{ +closed = 1; +nodes = ( +(416,0,l), +(416,1520,l), +(236,1520,l), +(236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1073,0,l), +(560,568,l), +(434,456,l), +(837,0,l) +); +}, +{ +pos = (-63,32); +ref = topbar; +} +); +width = 1093; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(776,331,l), +(1309,1100,l), +(869,1100,l), +(579,665,l), +(405,665,l), +(405,331,l) +); +}, +{ +closed = 1; +nodes = ( +(547,0,l), +(547,1520,l), +(147,1520,l), +(147,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1308,1,l), +(882,608,l), +(575,451,l), +(863,1,l) +); +}, +{ +pos = (-90,11); +ref = topbar; +} +); +width = 1329; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,488,l), +(1143,1040,l), +(1068,1040,l), +(457,542,l), +(372,542,l), +(360,488,l) +); +}, +{ +closed = 1; +nodes = ( +(282,0,l), +(606,1520,l), +(556,1520,l), +(232,0,l) +); +}, +{ +closed = 1; +nodes = ( +(986,0,l), +(477,530,l), +(441,497,l), +(918,0,l) +); +}, +{ +pos = (45,62); +ref = topbar; +} +); +width = 1117; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(604,426,l), +(1240,1040,l), +(996,1040,l), +(546,603,l), +(403,603,l), +(365,426,l) +); +}, +{ +closed = 1; +nodes = ( +(373,0,l), +(697,1520,l), +(517,1520,l), +(193,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1030,0,l), +(638,568,l), +(500,456,l), +(806,0,l) +); +}, +{ +pos = (16,32); +ref = topbar; +} +); +width = 1161; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(838,331,l), +(1514,1100,l), +(1074,1100,l), +(692,665,l), +(518,665,l), +(447,331,l) +); +}, +{ +closed = 1; +nodes = ( +(518,0,l), +(842,1520,l), +(442,1520,l), +(118,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1280,1,l), +(983,608,l), +(662,451,l), +(855,1,l) +); +}, +{ +pos = (-7,11); +ref = topbar; +} +); +width = 1417; +} +); +metricLeft = hbar; +metricRight = "ka-cy"; +tags = ( +topbar +); +unicode = 1183; +}, +{ +color = 3; +glyphname = "kabashkir-cy"; +kernRight = "ka-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,992,l), +(321,992,l), +(321,1040,l), +(58,1040,l) +); +}, +{ +pos = (172,0); +ref = "ka-cy"; +} +); +width = 1092; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,880,l), +(340,880,l), +(340,1040,l), +(37,1040,l) +); +}, +{ +pos = (121,0); +ref = "ka-cy"; +} +); +width = 1141; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,800,l), +(383,800,l), +(383,1100,l), +(10,1100,l) +); +}, +{ +pos = (64,0); +ref = "ka-cy"; +} +); +width = 1370; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,992,l), +(495,992,l), +(505,1040,l), +(242,1040,l) +); +}, +{ +pos = (231,0); +ref = "ka-cy"; +} +); +width = 1151; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,880,l), +(490,880,l), +(524,1040,l), +(221,1040,l) +); +}, +{ +pos = (191,0); +ref = "ka-cy"; +} +); +width = 1211; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,800,l), +(516,800,l), +(580,1100,l), +(207,1100,l) +); +}, +{ +pos = (149,0); +ref = "ka-cy"; +} +); +width = 1455; +} +); +metricLeft = hbar; +metricRight = "ka-cy"; +unicode = 1185; +}, +{ +color = 10; +glyphname = "endescender-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,515,l), +(879,515,l), +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(875,0,l), +(1036,0,l), +(1036,-276,l), +(1087,-276,l), +(1086,48,l), +(875,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (775,0); +ref = "bottom-hook"; +} +); +width = 1107; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(279,0,l), +(279,452,l), +(831,452,l), +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(880,0,l), +(1041,0,l), +(1041,-266,l), +(1221,-266,l), +(1220,160,l), +(880,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (780,0); +ref = "bottom-hook"; +} +); +width = 1241; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,407,l), +(858,407,l), +(858,0,l), +(1258,0,l), +(1258,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1018,-1,l), +(1061,-1,l), +(1061,-241,l), +(1451,-241,l), +(1451,339,l), +(1018,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (918,0); +ref = "bottom-hook"; +} +); +width = 1471; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(149,515,l), +(878,515,l), +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(765,0,l), +(926,0,l), +(868,-276,l), +(919,-276,l), +(986,48,l), +(775,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (775,0); +ref = "bottom-hook"; +} +); +width = 1108; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(168,0,l), +(265,452,l), +(817,452,l), +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(769,0,l), +(930,0,l), +(874,-266,l), +(1054,-266,l), +(1143,160,l), +(803,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (780,0); +ref = "bottom-hook"; +} +); +width = 1241; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(470,407,l), +(828,407,l), +(741,0,l), +(1141,0,l), +(1375,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(901,-1,l), +(944,-1,l), +(893,-241,l), +(1283,-241,l), +(1407,339,l), +(974,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (918,0); +ref = "bottom-hook"; +} +); +width = 1472; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(470,407,l), +(828,407,l), +(741,0,l), +(1141,0,l), +(1375,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(901,-1,l), +(944,-1,l), +(893,-241,l), +(1283,-241,l), +(1407,339,l), +(974,339,l) +); +} +); +}; +layerId = "EA62623A-4AF0-47B4-B3E9-D0703D02BAB6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (918,0); +ref = "bottom-hook"; +} +); +width = 1472; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(168,0,l), +(265,452,l), +(817,452,l), +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(769,0,l), +(930,0,l), +(874,-266,l), +(1054,-266,l), +(1143,160,l), +(803,160,l) +); +} +); +}; +layerId = "277E620B-1900-432A-A854-F9EFD8AC5045"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (780,0); +ref = "bottom-hook"; +} +); +width = 1241; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,407,l), +(858,407,l), +(858,0,l), +(1258,0,l), +(1258,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1018,-1,l), +(1061,-1,l), +(1061,-241,l), +(1451,-241,l), +(1451,339,l), +(1018,339,l) +); +} +); +}; +layerId = "F1BF5547-1A5B-4F03-9647-D70668FE67CF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (918,0); +ref = "bottom-hook"; +} +); +width = 1471; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(149,515,l), +(878,515,l), +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(765,0,l), +(926,0,l), +(868,-276,l), +(919,-276,l), +(986,48,l), +(775,48,l) +); +} +); +}; +layerId = "DF8EB56A-3059-4914-9337-566FD3F4FE32"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (775,0); +ref = "bottom-hook"; +} +); +width = 1108; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(279,0,l), +(279,452,l), +(831,452,l), +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(880,0,l), +(1041,0,l), +(1041,-266,l), +(1221,-266,l), +(1220,160,l), +(880,160,l) +); +} +); +}; +layerId = "21CB11EB-76FC-4B91-909D-E4A3FE3E471E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (780,0); +ref = "bottom-hook"; +} +); +width = 1241; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,515,l), +(879,515,l), +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(875,0,l), +(1036,0,l), +(1036,-276,l), +(1087,-276,l), +(1086,48,l), +(875,48,l) +); +} +); +}; +layerId = "165ABD67-B86E-41AA-BBAF-B17D02783767"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +alignment = -1; +pos = (775,0); +ref = "bottom-hook"; +} +); +width = 1107; +} +); +metricLeft = "en-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1187; +}, +{ +color = 3; +glyphname = "enge-cy"; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +closed = 1; +nodes = ( +(890,992,l), +(1630,992,l), +(1630,1040,l), +(890,1040,l) +); +} +); +width = 1650; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +closed = 1; +nodes = ( +(970,880,l), +(1610,880,l), +(1610,1040,l), +(970,1040,l) +); +} +); +width = 1630; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +closed = 1; +nodes = ( +(970,830,l), +(1767,830,l), +(1767,1100,l), +(970,1100,l) +); +} +); +width = 1787; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +closed = 1; +nodes = ( +(995,992,l), +(1735,992,l), +(1745,1040,l), +(1005,1040,l) +); +} +); +width = 1655; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +closed = 1; +nodes = ( +(1003,880,l), +(1643,880,l), +(1677,1040,l), +(1037,1040,l) +); +} +); +width = 1586; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "en-cy"; +}, +{ +closed = 1; +nodes = ( +(1091,830,l), +(1888,830,l), +(1946,1100,l), +(1149,1100,l) +); +} +); +width = 1849; +} +); +metricRight = "Tse-cy"; +unicode = 1189; +}, +{ +color = 10; +glyphname = "pedescender-cy"; +kernLeft = ssflat; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(900,992,l), +(900,0,l), +(950,0,l), +(950,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(922,0,l), +(1083,0,l), +(1083,-276,l), +(1134,-276,l), +(1133,48,l), +(922,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (822,0); +ref = "bottom-hook"; +} +); +width = 1154; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,880,l), +(822,880,l), +(822,0,l), +(1002,0,l), +(1002,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(912,0,l), +(1073,0,l), +(1073,-266,l), +(1253,-266,l), +(1252,160,l), +(912,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (812,0); +ref = "bottom-hook"; +} +); +width = 1273; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,790,l), +(860,790,l), +(860,0,l), +(1260,0,l), +(1260,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1062,-1,l), +(1105,-1,l), +(1105,-241,l), +(1495,-241,l), +(1495,339,l), +(1062,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (962,0); +ref = "bottom-hook"; +} +); +width = 1515; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(250,992,l), +(1000,992,l), +(789,0,l), +(839,0,l), +(1061,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(742,0,l), +(903,0,l), +(845,-276,l), +(896,-276,l), +(963,48,l), +(752,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (752,0); +ref = "bottom-hook"; +} +); +width = 1085; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(357,890,l), +(899,890,l), +(711,0,l), +(891,0,l), +(1113,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(706,0,l), +(867,0,l), +(811,-266,l), +(991,-266,l), +(1080,160,l), +(740,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (717,0); +ref = "bottom-hook"; +} +); +width = 1178; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(551,790,l), +(911,790,l), +(743,0,l), +(1143,0,l), +(1377,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(931,-1,l), +(974,-1,l), +(923,-241,l), +(1313,-241,l), +(1437,339,l), +(1004,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (948,0); +ref = "bottom-hook"; +} +); +width = 1502; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(551,790,l), +(911,790,l), +(743,0,l), +(1143,0,l), +(1377,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(931,-1,l), +(974,-1,l), +(923,-241,l), +(1313,-241,l), +(1437,339,l), +(1004,339,l) +); +} +); +}; +layerId = "F887F3F2-A588-46E1-94C5-73DAFB00307A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (948,0); +ref = "bottom-hook"; +} +); +width = 1502; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(357,890,l), +(899,890,l), +(711,0,l), +(891,0,l), +(1113,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(706,0,l), +(867,0,l), +(811,-266,l), +(991,-266,l), +(1080,160,l), +(740,160,l) +); +} +); +}; +layerId = "5DC4DCE3-36AA-44A3-BD7A-C2A20E0AF820"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (717,0); +ref = "bottom-hook"; +} +); +width = 1178; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,790,l), +(860,790,l), +(860,0,l), +(1260,0,l), +(1260,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1062,-1,l), +(1105,-1,l), +(1105,-241,l), +(1495,-241,l), +(1495,339,l), +(1062,339,l) +); +} +); +}; +layerId = "F6544B00-379D-4838-B22A-21F885F1871D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (962,0); +ref = "bottom-hook"; +} +); +width = 1515; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(250,992,l), +(1000,992,l), +(789,0,l), +(839,0,l), +(1061,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(742,0,l), +(903,0,l), +(845,-276,l), +(896,-276,l), +(963,48,l), +(752,48,l) +); +} +); +}; +layerId = "D1357D3B-BD59-4D51-9456-5F633BDE0337"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (752,0); +ref = "bottom-hook"; +} +); +width = 1085; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,880,l), +(822,880,l), +(822,0,l), +(1002,0,l), +(1002,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(912,0,l), +(1073,0,l), +(1073,-266,l), +(1253,-266,l), +(1252,160,l), +(912,160,l) +); +} +); +}; +layerId = "98BDD59E-9736-40CE-8F6B-900FB70C62C7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (812,0); +ref = "bottom-hook"; +} +); +width = 1273; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,992,l), +(900,992,l), +(900,0,l), +(950,0,l), +(950,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(922,0,l), +(1083,0,l), +(1083,-276,l), +(1134,-276,l), +(1133,48,l), +(922,48,l) +); +} +); +}; +layerId = "03EA4794-423D-45E9-B229-E8A1C5E740DD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +alignment = -1; +pos = (822,0); +ref = "bottom-hook"; +} +); +width = 1154; +} +); +metricLeft = "en-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1317; +}, +{ +color = 3; +glyphname = "pemiddlehook-cy"; +kernLeft = ssflat; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +closed = 1; +nodes = ( +(923,477,l), +(1005,526,o), +(1104,557,o), +(1179,557,cs), +(1417,557,o), +(1567,417,o), +(1567,193,cs), +(1567,-36,o), +(1424,-179,o), +(1196,-179,cs), +(1141,-179,o), +(1078,-171,o), +(1032,-159,c), +(1019,-203,l), +(1056,-218,o), +(1125,-227,o), +(1198,-227,cs), +(1455,-227,o), +(1617,-67,o), +(1617,189,cs), +(1617,445,o), +(1450,605,o), +(1183,605,cs), +(1111,605,o), +(1009,576,o), +(918,531,c) +); +} +); +width = 1677; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +closed = 1; +nodes = ( +(972,362,l), +(1020,395,o), +(1102,416,o), +(1184,416,cs), +(1352,416,o), +(1457,316,o), +(1457,158,cs), +(1457,-13,o), +(1360,-121,o), +(1206,-121,cs), +(1166,-121,o), +(1111,-114,o), +(1064,-104,c), +(1042,-256,l), +(1082,-271,o), +(1151,-280,o), +(1221,-280,cs), +(1475,-280,o), +(1635,-115,o), +(1635,149,cs), +(1635,409,o), +(1465,573,o), +(1193,573,cs), +(1121,573,o), +(1036,553,o), +(972,520,c) +); +} +); +width = 1695; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +closed = 1; +nodes = ( +(1286,258,l), +(1320,291,o), +(1380,312,o), +(1440,312,cs), +(1574,312,o), +(1658,243,o), +(1658,133,cs), +(1658,8,o), +(1583,-71,o), +(1463,-71,cs), +(1405,-71,o), +(1357,-68,o), +(1339,-62,c), +(1317,-316,l), +(1363,-332,o), +(1434,-342,o), +(1502,-342,cs), +(1831,-342,o), +(2038,-158,o), +(2038,135,cs), +(2038,414,o), +(1838,589,o), +(1520,589,cs), +(1436,589,o), +(1345,564,o), +(1286,525,c) +); +} +); +width = 2098; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +closed = 1; +nodes = ( +(924,477,l), +(1017,526,o), +(1122,557,o), +(1197,557,cs), +(1435,557,o), +(1555,417,o), +(1508,193,cs), +(1459,-36,o), +(1286,-179,o), +(1058,-179,cs), +(1003,-179,o), +(941,-171,o), +(898,-159,c), +(876,-203,l), +(909,-218,o), +(977,-227,o), +(1050,-227,cs), +(1307,-227,o), +(1503,-67,o), +(1557,189,cs), +(1611,445,o), +(1478,605,o), +(1211,605,cs), +(1139,605,o), +(1031,576,o), +(931,531,c) +); +} +); +width = 1687; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +closed = 1; +nodes = ( +(948,362,l), +(1003,395,o), +(1089,416,o), +(1171,416,cs), +(1339,416,o), +(1423,316,o), +(1389,158,cs), +(1353,-13,o), +(1233,-121,o), +(1079,-121,cs), +(1039,-121,o), +(986,-114,o), +(941,-104,c), +(886,-256,l), +(923,-271,o), +(990,-280,o), +(1060,-280,cs), +(1314,-280,o), +(1509,-115,o), +(1566,149,cs), +(1621,409,o), +(1486,573,o), +(1214,573,cs), +(1142,573,o), +(1052,553,o), +(981,520,c) +); +} +); +width = 1705; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "pe-cy"; +}, +{ +closed = 1; +nodes = ( +(1245,258,l), +(1286,291,o), +(1350,312,o), +(1410,312,cs), +(1544,312,o), +(1613,243,o), +(1590,133,cs), +(1563,8,o), +(1472,-71,o), +(1352,-71,cs), +(1294,-71,o), +(1246,-68,o), +(1230,-62,c), +(1154,-316,l), +(1196,-332,o), +(1265,-342,o), +(1333,-342,cs), +(1662,-342,o), +(1908,-158,o), +(1970,135,cs), +(2030,414,o), +(1867,589,o), +(1549,589,cs), +(1465,589,o), +(1369,564,o), +(1301,525,c) +); +} +); +width = 2118; +} +); +metricLeft = "en-cy"; +metricRight = o; +unicode = 1191; +}, +{ +color = 6; +glyphname = "haabkhasian-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(244,1058,o), +(60,862,o), +(60,550,cs), +(60,201,o), +(302,-18,o), +(687,-18,cs), +(1185,-18,o), +(1497,210,o), +(1497,574,cs), +(1497,871,o), +(1330,1058,o), +(1063,1058,cs), +(796,1058,o), +(629,871,o), +(629,574,cs), +(629,210,o), +(983,-18,o), +(1548,-17,c), +(1548,30,l), +(1014,28,o), +(679,238,o), +(679,574,cs), +(679,842,o), +(829,1010,o), +(1068,1010,cs), +(1301,1010,o), +(1448,842,o), +(1448,574,cs), +(1448,239,o), +(1154,28,o), +(687,28,cs), +(333,28,o), +(110,229,o), +(110,550,cs), +(110,833,o), +(275,1010,o), +(538,1010,c), +(538,1058,l) +); +} +); +width = 1608; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(252,1061,o), +(60,861,o), +(60,542,cs), +(60,198,o), +(302,-18,o), +(688,-18,cs), +(1187,-18,o), +(1501,215,o), +(1501,586,cs), +(1501,878,o), +(1333,1061,o), +(1066,1061,cs), +(805,1061,o), +(641,878,o), +(641,586,cs), +(641,215,o), +(1000,-18,o), +(1572,-17,c), +(1572,144,l), +(1104,133,o), +(810,303,o), +(810,586,cs), +(810,780,o), +(910,901,o), +(1070,901,cs), +(1224,901,o), +(1321,780,o), +(1321,586,cs), +(1321,313,o), +(1077,142,o), +(688,142,cs), +(413,142,o), +(240,296,o), +(240,542,cs), +(240,763,o), +(363,901,o), +(559,901,c), +(559,1061,l) +); +} +); +width = 1632; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,1126,o), +(60,902,o), +(60,544,cs), +(60,188,o), +(339,-36,o), +(784,-36,cs), +(1395,-36,o), +(1779,217,o), +(1779,620,cs), +(1779,930,o), +(1575,1125,o), +(1250,1125,cs), +(948,1125,o), +(758,930,o), +(758,620,cs), +(758,216,o), +(1145,-37,o), +(1824,-36,c), +(1824,234,l), +(1343,231,o), +(1081,384,o), +(1081,631,cs), +(1081,750,o), +(1140,825,o), +(1235,825,cs), +(1331,825,o), +(1391,750,o), +(1391,631,cs), +(1391,380,o), +(1157,223,o), +(784,223,cs), +(565,223,o), +(428,347,o), +(428,544,cs), +(428,738,o), +(529,860,o), +(691,860,c), +(691,1126,l) +); +} +); +width = 1884; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,1058,o), +(122,862,o), +(67,550,cs), +(6,201,o), +(209,-18,o), +(594,-18,cs), +(1092,-18,o), +(1444,210,o), +(1509,574,cs), +(1561,871,o), +(1427,1058,o), +(1160,1058,cs), +(893,1058,o), +(693,871,o), +(641,574,cs), +(576,210,o), +(890,-18,o), +(1455,-17,c), +(1464,30,l), +(929,28,o), +(631,238,o), +(691,574,cs), +(738,842,o), +(917,1010,o), +(1156,1010,cs), +(1389,1010,o), +(1507,842,o), +(1460,574,cs), +(1400,239,o), +(1069,28,o), +(602,28,cs), +(248,28,o), +(61,229,o), +(117,550,cs), +(167,833,o), +(363,1010,o), +(626,1010,c), +(635,1058,l) +); +} +); +width = 1629; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(348,1061,o), +(121,861,o), +(65,542,cs), +(4,198,o), +(208,-18,o), +(594,-18,cs), +(1093,-18,o), +(1448,215,o), +(1513,586,cs), +(1565,878,o), +(1429,1061,o), +(1162,1061,cs), +(901,1061,o), +(705,878,o), +(653,586,cs), +(588,215,o), +(906,-18,o), +(1478,-17,c), +(1506,144,l), +(1036,133,o), +(772,303,o), +(822,586,cs), +(857,780,o), +(978,901,o), +(1138,901,cs), +(1292,901,o), +(1368,780,o), +(1333,586,cs), +(1285,313,o), +(1011,142,o), +(622,142,cs), +(347,142,o), +(201,296,o), +(245,542,cs), +(284,763,o), +(431,901,o), +(627,901,c), +(655,1061,l) +); +} +); +width = 1652; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,1126,o), +(122,902,o), +(59,544,cs), +(-4,188,o), +(236,-36,o), +(681,-36,cs), +(1292,-36,o), +(1720,217,o), +(1791,620,cs), +(1846,930,o), +(1676,1125,o), +(1351,1125,cs), +(1049,1125,o), +(825,930,o), +(770,620,cs), +(699,216,o), +(1041,-37,o), +(1721,-36,c), +(1768,234,l), +(1287,231,o), +(1052,384,o), +(1095,631,cs), +(1116,750,o), +(1188,825,o), +(1283,825,cs), +(1379,825,o), +(1426,750,o), +(1405,631,cs), +(1361,380,o), +(1099,223,o), +(726,223,cs), +(507,223,o), +(392,347,o), +(427,544,cs), +(461,738,o), +(584,860,o), +(746,860,c), +(792,1126,l) +); +} +); +width = 1906; +} +); +metricLeft = o; +metricRight = o; +unicode = 1193; +}, +{ +color = 10; +glyphname = "esdescender-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = ccedilla; +} +); +width = 1051; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = ccedilla; +} +); +width = 1128; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = ccedilla; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = ccedilla; +} +); +width = 1063; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = ccedilla; +} +); +width = 1177; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = ccedilla; +} +); +width = 1308; +} +); +unicode = 1195; +}, +{ +color = 10; +glyphname = "tedescender-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,992,l), +(483,992,l), +(481,0,l), +(532,0,l), +(533,992,l), +(956,992,l), +(956,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(499,0,l), +(660,0,l), +(660,-276,l), +(711,-276,l), +(710,48,l), +(499,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (399,0); +ref = "bottom-hook"; +} +); +width = 1016; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,881,l), +(449,881,l), +(446,0,l), +(628,0,l), +(629,881,l), +(1018,881,l), +(1018,1041,l), +(60,1041,l) +); +}, +{ +closed = 1; +nodes = ( +(503,0,l), +(664,0,l), +(664,-266,l), +(844,-266,l), +(843,160,l), +(503,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (403,0); +ref = "bottom-hook"; +} +); +width = 1078; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,800,l), +(414,800,l), +(412,0,l), +(813,0,l), +(814,800,l), +(1165,800,l), +(1165,1100,l), +(60,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(583,-1,l), +(626,-1,l), +(626,-241,l), +(1016,-241,l), +(1016,339,l), +(583,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (483,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(160,992,l), +(583,992,l), +(370,0,l), +(421,0,l), +(633,992,l), +(1056,992,l), +(1067,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(379,0,l), +(540,0,l), +(482,-276,l), +(533,-276,l), +(600,48,l), +(389,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (389,0); +ref = "bottom-hook"; +} +); +width = 1016; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(137,881,l), +(526,881,l), +(335,0,l), +(517,0,l), +(706,881,l), +(1095,881,l), +(1129,1041,l), +(171,1041,l) +); +}, +{ +closed = 1; +nodes = ( +(392,0,l), +(553,0,l), +(497,-266,l), +(677,-266,l), +(766,160,l), +(426,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (403,0); +ref = "bottom-hook"; +} +); +width = 1078; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(113,800,l), +(467,800,l), +(295,0,l), +(696,0,l), +(867,800,l), +(1218,800,l), +(1282,1100,l), +(177,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(466,-1,l), +(509,-1,l), +(458,-241,l), +(848,-241,l), +(972,339,l), +(539,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (483,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(113,800,l), +(467,800,l), +(295,0,l), +(696,0,l), +(867,800,l), +(1218,800,l), +(1282,1100,l), +(177,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(466,-1,l), +(509,-1,l), +(458,-241,l), +(848,-241,l), +(972,339,l), +(539,339,l) +); +} +); +}; +layerId = "7F49F6BF-0522-4CC6-B7B3-2CC1377B9A47"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (483,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(137,881,l), +(526,881,l), +(335,0,l), +(517,0,l), +(706,881,l), +(1095,881,l), +(1129,1041,l), +(171,1041,l) +); +}, +{ +closed = 1; +nodes = ( +(392,0,l), +(553,0,l), +(497,-266,l), +(677,-266,l), +(766,160,l), +(426,160,l) +); +} +); +}; +layerId = "593614AC-E1E9-4A27-A945-93EC64D88DCD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (403,0); +ref = "bottom-hook"; +} +); +width = 1078; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,800,l), +(414,800,l), +(412,0,l), +(813,0,l), +(814,800,l), +(1165,800,l), +(1165,1100,l), +(60,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(583,-1,l), +(626,-1,l), +(626,-241,l), +(1016,-241,l), +(1016,339,l), +(583,339,l) +); +} +); +}; +layerId = "9F8C7F38-A27F-4154-BDCD-A891907A490E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (483,0); +ref = "bottom-hook"; +} +); +width = 1225; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(160,992,l), +(583,992,l), +(370,0,l), +(421,0,l), +(633,992,l), +(1056,992,l), +(1067,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(379,0,l), +(540,0,l), +(482,-276,l), +(533,-276,l), +(600,48,l), +(389,48,l) +); +} +); +}; +layerId = "400BD087-9512-4809-9C8B-0B32BE8529E6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (389,0); +ref = "bottom-hook"; +} +); +width = 1016; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,881,l), +(449,881,l), +(446,0,l), +(628,0,l), +(629,881,l), +(1018,881,l), +(1018,1041,l), +(60,1041,l) +); +}, +{ +closed = 1; +nodes = ( +(503,0,l), +(664,0,l), +(664,-266,l), +(844,-266,l), +(843,160,l), +(503,160,l) +); +} +); +}; +layerId = "8A755E22-02B5-4C0A-979F-26B311DA8C46"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (403,0); +ref = "bottom-hook"; +} +); +width = 1078; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(60,992,l), +(483,992,l), +(481,0,l), +(532,0,l), +(533,992,l), +(956,992,l), +(956,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(499,0,l), +(660,0,l), +(660,-276,l), +(711,-276,l), +(710,48,l), +(499,48,l) +); +} +); +}; +layerId = "2250D686-EB9C-4FF5-929C-9F3926D396A6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "te-cy"; +}, +{ +alignment = -1; +pos = (399,0); +ref = "bottom-hook"; +} +); +width = 1016; +} +); +metricLeft = "te-cy"; +metricRight = "te-cy"; +tags = ( +"descender-square" +); +unicode = 1197; +}, +{ +color = 6; +glyphname = "ustraight-cy"; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (541,25); +}, +{ +name = top; +pos = (538,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(563,-36,l), +(1056,1040,l), +(999,1040,l), +(541,31,l), +(537,31,l), +(77,1040,l), +(20,1040,l), +(515,-36,l) +); +}, +{ +closed = 1; +nodes = ( +(512,-360,l), +(566,-360,l), +(566,26,l), +(512,26,l) +); +} +); +width = 1076; +}, +{ +anchors = ( +{ +name = bottom; +pos = (549,24); +}, +{ +name = top; +pos = (552,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(634,0,l), +(1094,1040,l), +(887,1040,l), +(557,210,l), +(545,210,l), +(217,1040,l), +(10,1040,l), +(473,0,l) +); +}, +{ +closed = 1; +nodes = ( +(463,-360,l), +(643,-360,l), +(643,121,l), +(463,121,l) +); +} +); +width = 1104; +}, +{ +anchors = ( +{ +name = bottom; +pos = (680,27); +}, +{ +name = top; +pos = (680,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(863,-2,l), +(1350,1100,l), +(901,1100,l), +(689,378,l), +(671,378,l), +(459,1100,l), +(10,1100,l), +(497,-2,l) +); +}, +{ +closed = 1; +nodes = ( +(481,-374,l), +(881,-374,l), +(881,64,l), +(481,64,l) +); +} +); +width = 1360; +}, +{ +anchors = ( +{ +name = bottom; +pos = (426,25); +}, +{ +name = top; +pos = (639,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,-36,l), +(1157,1040,l), +(1100,1040,l), +(427,31,l), +(423,31,l), +(178,1040,l), +(121,1040,l), +(387,-36,l) +); +}, +{ +closed = 1; +nodes = ( +(315,-360,l), +(369,-360,l), +(451,26,l), +(397,26,l) +); +} +); +width = 1056; +}, +{ +anchors = ( +{ +name = bottom; +pos = (444,24); +}, +{ +name = top; +pos = (663,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(524,0,l), +(1205,1040,l), +(998,1040,l), +(491,210,l), +(479,210,l), +(328,1040,l), +(121,1040,l), +(363,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,-360,l), +(456,-360,l), +(558,121,l), +(378,121,l) +); +} +); +width = 1104; +}, +{ +anchors = ( +{ +name = bottom; +pos = (569,27); +}, +{ +name = top; +pos = (797,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(745,-2,l), +(1467,1100,l), +(1018,1100,l), +(652,378,l), +(634,378,l), +(576,1100,l), +(127,1100,l), +(379,-2,l) +); +}, +{ +closed = 1; +nodes = ( +(284,-374,l), +(684,-374,l), +(777,64,l), +(377,64,l) +); +} +); +width = 1360; +} +); +metricLeft = v; +metricRight = v; +unicode = 1199; +}, +{ +color = 3; +glyphname = "ustraightstroke-cy"; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,-25,l), +(908,-25,l), +(908,23,l), +(168,23,l) +); +}, +{ +ref = "ustraight-cy"; +} +); +width = 1076; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,-85,l), +(957,-85,l), +(957,75,l), +(147,75,l) +); +}, +{ +ref = "ustraight-cy"; +} +); +width = 1104; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,-152,l), +(1158,-152,l), +(1158,108,l), +(202,108,l) +); +}, +{ +ref = "ustraight-cy"; +} +); +width = 1360; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(43,-25,l), +(783,-25,l), +(793,23,l), +(53,23,l) +); +}, +{ +ref = "ustraight-cy"; +} +); +width = 1056; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-85,l), +(810,-85,l), +(844,75,l), +(34,75,l) +); +}, +{ +ref = "ustraight-cy"; +} +); +width = 1104; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(44,-152,l), +(1000,-152,l), +(1056,108,l), +(100,108,l) +); +}, +{ +ref = "ustraight-cy"; +} +); +width = 1360; +} +); +metricLeft = v; +metricRight = v; +tags = ( +topbar +); +unicode = 1201; +}, +{ +color = 10; +glyphname = "hadescender-cy"; +kernLeft = x; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = top; +pos = (498,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(74,0,l), +(497,492,l), +(503,492,l), +(915,0,l), +(980,0,l), +(536,530,l), +(946,1040,l), +(881,1040,l), +(504,566,l), +(497,566,l), +(109,1040,l), +(44,1040,l), +(464,530,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(914,0,l), +(1075,0,l), +(1075,-276,l), +(1126,-276,l), +(1125,48,l), +(914,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (814,0); +ref = "bottom-hook"; +} +); +width = 1146; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (550,0); +}, +{ +name = top; +pos = (550,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(544,422,l), +(556,422,l), +(870,0,l), +(1090,0,l), +(681,530,l), +(1056,1040,l), +(838,1040,l), +(557,635,l), +(544,635,l), +(262,1040,l), +(44,1040,l), +(419,530,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(884,0,l), +(1045,0,l), +(1045,-266,l), +(1225,-266,l), +(1224,160,l), +(884,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (784,0); +ref = "bottom-hook"; +} +); +width = 1245; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (678,0); +}, +{ +name = top; +pos = (678,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(489,0,l), +(669,370,l), +(686,370,l), +(867,0,l), +(1346,0,l), +(989,551,l), +(1330,1100,l), +(853,1100,l), +(687,731,l), +(669,731,l), +(503,1100,l), +(26,1100,l), +(367,551,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1038,-1,l), +(1081,-1,l), +(1081,-241,l), +(1471,-241,l), +(1471,339,l), +(1038,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (938,0); +ref = "bottom-hook"; +} +); +width = 1491; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (387,0); +}, +{ +name = top; +pos = (571,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-37,0,l), +(473,492,l), +(487,492,l), +(812,0,l), +(869,0,l), +(521,530,l), +(1021,1040,l), +(954,1040,l), +(493,566,l), +(486,566,l), +(182,1040,l), +(122,1040,l), +(452,532,l), +(-101,0,l) +); +}, +{ +closed = 1; +nodes = ( +(804,0,l), +(965,0,l), +(907,-276,l), +(958,-276,l), +(1025,48,l), +(814,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (814,0); +ref = "bottom-hook"; +} +); +width = 1147; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (443,0); +}, +{ +name = top; +pos = (627,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(123,0,l), +(512,422,l), +(524,422,l), +(763,0,l), +(983,0,l), +(668,530,l), +(1133,1040,l), +(915,1040,l), +(562,635,l), +(549,635,l), +(339,1040,l), +(121,1040,l), +(406,530,l), +(-97,0,l) +); +}, +{ +closed = 1; +nodes = ( +(773,0,l), +(934,0,l), +(878,-266,l), +(1058,-266,l), +(1147,160,l), +(807,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (784,0); +ref = "bottom-hook"; +} +); +width = 1245; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (595,0); +}, +{ +name = top; +pos = (789,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(406,0,l), +(644,330,l), +(661,330,l), +(784,0,l), +(1263,0,l), +(953,551,l), +(1441,1100,l), +(964,1100,l), +(738,761,l), +(720,761,l), +(614,1100,l), +(137,1100,l), +(431,551,l), +(-73,0,l) +); +}, +{ +closed = 1; +nodes = ( +(921,-1,l), +(964,-1,l), +(913,-241,l), +(1303,-241,l), +(1427,339,l), +(994,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (938,0); +ref = "bottom-hook"; +} +); +width = 1492; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (595,0); +}, +{ +name = top; +pos = (789,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(406,0,l), +(644,330,l), +(661,330,l), +(784,0,l), +(1263,0,l), +(953,551,l), +(1441,1100,l), +(964,1100,l), +(738,761,l), +(720,761,l), +(614,1100,l), +(137,1100,l), +(431,551,l), +(-73,0,l) +); +}, +{ +closed = 1; +nodes = ( +(921,-1,l), +(964,-1,l), +(913,-241,l), +(1303,-241,l), +(1427,339,l), +(994,339,l) +); +} +); +}; +layerId = "C63E77C3-3A6A-4B5F-98B4-7308AA1D8E08"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (938,0); +ref = "bottom-hook"; +} +); +width = 1492; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (443,0); +}, +{ +name = top; +pos = (627,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(123,0,l), +(512,422,l), +(524,422,l), +(763,0,l), +(983,0,l), +(668,530,l), +(1133,1040,l), +(915,1040,l), +(562,635,l), +(549,635,l), +(339,1040,l), +(121,1040,l), +(406,530,l), +(-97,0,l) +); +}, +{ +closed = 1; +nodes = ( +(773,0,l), +(934,0,l), +(878,-266,l), +(1058,-266,l), +(1147,160,l), +(807,160,l) +); +} +); +}; +layerId = "017E27C0-8D74-4580-A530-BB3AFDADFE07"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (784,0); +ref = "bottom-hook"; +} +); +width = 1245; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (678,0); +}, +{ +name = top; +pos = (678,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(489,0,l), +(669,370,l), +(686,370,l), +(867,0,l), +(1346,0,l), +(989,551,l), +(1330,1100,l), +(853,1100,l), +(687,731,l), +(669,731,l), +(503,1100,l), +(26,1100,l), +(367,551,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1038,-1,l), +(1081,-1,l), +(1081,-241,l), +(1471,-241,l), +(1471,339,l), +(1038,339,l) +); +} +); +}; +layerId = "AFC92D46-85C4-419D-92FA-1B3237A58330"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (938,0); +ref = "bottom-hook"; +} +); +width = 1491; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (387,0); +}, +{ +name = top; +pos = (571,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-37,0,l), +(473,492,l), +(487,492,l), +(812,0,l), +(869,0,l), +(521,530,l), +(1021,1040,l), +(954,1040,l), +(493,566,l), +(486,566,l), +(182,1040,l), +(122,1040,l), +(452,532,l), +(-101,0,l) +); +}, +{ +closed = 1; +nodes = ( +(804,0,l), +(965,0,l), +(907,-276,l), +(958,-276,l), +(1025,48,l), +(814,48,l) +); +} +); +}; +layerId = "1FF75E56-679F-4615-BC04-178D304C52BD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (814,0); +ref = "bottom-hook"; +} +); +width = 1147; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (550,0); +}, +{ +name = top; +pos = (550,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(230,0,l), +(544,422,l), +(556,422,l), +(870,0,l), +(1090,0,l), +(681,530,l), +(1056,1040,l), +(838,1040,l), +(557,635,l), +(544,635,l), +(262,1040,l), +(44,1040,l), +(419,530,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(884,0,l), +(1045,0,l), +(1045,-266,l), +(1225,-266,l), +(1224,160,l), +(884,160,l) +); +} +); +}; +layerId = "CA0BDD2C-B63F-4F69-A465-EAD82B8A9415"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (784,0); +ref = "bottom-hook"; +} +); +width = 1245; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,0); +}, +{ +name = top; +pos = (498,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(74,0,l), +(497,492,l), +(503,492,l), +(915,0,l), +(980,0,l), +(536,530,l), +(946,1040,l), +(881,1040,l), +(504,566,l), +(497,566,l), +(109,1040,l), +(44,1040,l), +(464,530,l), +(10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(914,0,l), +(1075,0,l), +(1075,-276,l), +(1126,-276,l), +(1125,48,l), +(914,48,l) +); +} +); +}; +layerId = "8CEE1093-70E4-496B-8875-42E7C18CF21F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = x; +}, +{ +alignment = -1; +pos = (814,0); +ref = "bottom-hook"; +} +); +width = 1146; +} +); +metricLeft = x; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1203; +}, +{ +color = 3; +glyphname = "tetse-cy"; +kernLeft = "tetse-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,992,l), +(605,992,l), +(605,1040,l), +(58,1040,l) +); +}, +{ +pos = (176,0); +ref = "tse-cy"; +} +); +width = 1263; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(37,880,l), +(654,880,l), +(654,1040,l), +(37,1040,l) +); +}, +{ +pos = (123,0); +ref = "tse-cy"; +} +); +width = 1297; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(10,830,l), +(727,830,l), +(727,1100,l), +(10,1100,l) +); +}, +{ +pos = (44,0); +ref = "tse-cy"; +} +); +width = 1532; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,992,l), +(779,992,l), +(789,1040,l), +(242,1040,l) +); +}, +{ +pos = (245,0); +ref = "tse-cy"; +} +); +width = 1334; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,880,l), +(804,880,l), +(838,1040,l), +(221,1040,l) +); +}, +{ +pos = (180,0); +ref = "tse-cy"; +} +); +width = 1369; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,830,l), +(867,830,l), +(925,1100,l), +(208,1100,l) +); +}, +{ +pos = (103,0); +ref = "tse-cy"; +} +); +width = 1588; +} +); +metricLeft = hbar; +metricRight = "Tse-cy"; +tags = ( +"descender-square", +topbar +); +unicode = 1205; +}, +{ +color = 10; +glyphname = "chedescender-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (924,0); +}, +{ +name = top; +pos = (465,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(801,472,o), +(645,370,o), +(447,370,cs), +(249,370,o), +(110,475,o), +(110,624,cs), +(110,1040,l), +(60,1040,l), +(60,624,ls), +(60,446,o), +(220,321,o), +(447,321,cs), +(621,321,o), +(776,398,o), +(823,507,c), +(825,507,l), +(825,0,l), +(875,0,l), +(875,1040,l), +(825,1040,l), +(825,616,l) +); +}, +{ +closed = 1; +nodes = ( +(830,0,l), +(991,0,l), +(991,-276,l), +(1042,-276,l), +(1041,48,l), +(830,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (730,0); +ref = "bottom-hook"; +} +); +width = 1062; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1024,0); +}, +{ +name = top; +pos = (498,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(749,534,o), +(648,464,o), +(498,464,cs), +(339,464,o), +(239,535,o), +(239,649,cs), +(239,1040,l), +(60,1040,l), +(60,642,ls), +(60,435,o), +(208,305,o), +(443,305,cs), +(579,305,o), +(697,355,o), +(747,434,c), +(759,434,l), +(759,0,l), +(938,0,l), +(938,1040,l), +(759,1040,l), +(759,646,l) +); +}, +{ +closed = 1; +nodes = ( +(809,0,l), +(970,0,l), +(970,-266,l), +(1150,-266,l), +(1149,160,l), +(809,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (709,0); +ref = "bottom-hook"; +} +); +width = 1170; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(786,699,o), +(722,640,o), +(620,640,cs), +(520,640,o), +(457,699,o), +(457,794,cs), +(457,1100,l), +(60,1100,l), +(60,691,ls), +(60,475,o), +(211,340,o), +(452,340,cs), +(601,340,o), +(723,393,o), +(768,478,c), +(786,478,l), +(786,0,l), +(1186,0,l), +(1186,1100,l), +(786,1100,l), +(786,794,ls) +); +}, +{ +closed = 1; +nodes = ( +(949,-1,l), +(992,-1,l), +(992,-241,l), +(1382,-241,l), +(1382,339,l), +(949,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (849,0); +ref = "bottom-hook"; +} +); +width = 1402; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (813,0); +}, +{ +name = top; +pos = (576,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(791,472,o), +(613,370,o), +(415,370,cs), +(217,370,o), +(100,475,o), +(132,624,cs), +(221,1040,l), +(171,1040,l), +(82,624,ls), +(44,446,o), +(178,321,o), +(405,321,cs), +(579,321,o), +(750,398,o), +(820,507,c), +(822,507,l), +(714,0,l), +(764,0,l), +(986,1040,l), +(936,1040,l), +(845,616,l) +); +}, +{ +closed = 1; +nodes = ( +(720,0,l), +(881,0,l), +(823,-276,l), +(874,-276,l), +(941,48,l), +(730,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (730,0); +ref = "bottom-hook"; +} +); +width = 1063; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (913,0); +}, +{ +name = top; +pos = (609,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,534,o), +(636,464,o), +(486,464,cs), +(327,464,o), +(242,535,o), +(266,649,cs), +(350,1040,l), +(171,1040,l), +(86,642,ls), +(42,435,o), +(162,305,o), +(397,305,cs), +(533,305,o), +(662,355,o), +(729,434,c), +(741,434,l), +(648,0,l), +(827,0,l), +(1049,1040,l), +(870,1040,l), +(786,646,l) +); +}, +{ +closed = 1; +nodes = ( +(698,0,l), +(859,0,l), +(803,-266,l), +(983,-266,l), +(1072,160,l), +(732,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (709,0); +ref = "bottom-hook"; +} +); +width = 1170; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(818,699,o), +(741,640,o), +(639,640,cs), +(539,640,o), +(489,699,o), +(509,794,cs), +(574,1100,l), +(177,1100,l), +(90,691,ls), +(44,475,o), +(166,340,o), +(407,340,cs), +(556,340,o), +(690,393,o), +(753,478,c), +(771,478,l), +(669,0,l), +(1069,0,l), +(1303,1100,l), +(903,1100,l), +(838,794,ls) +); +}, +{ +closed = 1; +nodes = ( +(832,-1,l), +(875,-1,l), +(824,-241,l), +(1214,-241,l), +(1338,339,l), +(905,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (849,0); +ref = "bottom-hook"; +} +); +width = 1403; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(818,699,o), +(741,640,o), +(639,640,cs), +(539,640,o), +(489,699,o), +(509,794,cs), +(574,1100,l), +(177,1100,l), +(90,691,ls), +(44,475,o), +(166,340,o), +(407,340,cs), +(556,340,o), +(690,393,o), +(753,478,c), +(771,478,l), +(669,0,l), +(1069,0,l), +(1303,1100,l), +(903,1100,l), +(838,794,ls) +); +}, +{ +closed = 1; +nodes = ( +(832,-1,l), +(875,-1,l), +(824,-241,l), +(1214,-241,l), +(1338,339,l), +(905,339,l) +); +} +); +}; +layerId = "B1D5C1CF-EE1B-4D7B-857C-8F1DE40F2994"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (849,0); +ref = "bottom-hook"; +} +); +width = 1403; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (913,0); +}, +{ +name = top; +pos = (609,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,534,o), +(636,464,o), +(486,464,cs), +(327,464,o), +(242,535,o), +(266,649,cs), +(350,1040,l), +(171,1040,l), +(86,642,ls), +(42,435,o), +(162,305,o), +(397,305,cs), +(533,305,o), +(662,355,o), +(729,434,c), +(741,434,l), +(648,0,l), +(827,0,l), +(1049,1040,l), +(870,1040,l), +(786,646,l) +); +}, +{ +closed = 1; +nodes = ( +(698,0,l), +(859,0,l), +(803,-266,l), +(983,-266,l), +(1072,160,l), +(732,160,l) +); +} +); +}; +layerId = "C807150F-81FE-4D08-86A4-3E8C79F9C178"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (709,0); +ref = "bottom-hook"; +} +); +width = 1170; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(786,699,o), +(722,640,o), +(620,640,cs), +(520,640,o), +(457,699,o), +(457,794,cs), +(457,1100,l), +(60,1100,l), +(60,691,ls), +(60,475,o), +(211,340,o), +(452,340,cs), +(601,340,o), +(723,393,o), +(768,478,c), +(786,478,l), +(786,0,l), +(1186,0,l), +(1186,1100,l), +(786,1100,l), +(786,794,ls) +); +}, +{ +closed = 1; +nodes = ( +(949,-1,l), +(992,-1,l), +(992,-241,l), +(1382,-241,l), +(1382,339,l), +(949,339,l) +); +} +); +}; +layerId = "484E543B-F541-4C21-B351-83CC002FE0F2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (849,0); +ref = "bottom-hook"; +} +); +width = 1402; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (813,0); +}, +{ +name = top; +pos = (576,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(791,472,o), +(613,370,o), +(415,370,cs), +(217,370,o), +(100,475,o), +(132,624,cs), +(221,1040,l), +(171,1040,l), +(82,624,ls), +(44,446,o), +(178,321,o), +(405,321,cs), +(579,321,o), +(750,398,o), +(820,507,c), +(822,507,l), +(714,0,l), +(764,0,l), +(986,1040,l), +(936,1040,l), +(845,616,l) +); +}, +{ +closed = 1; +nodes = ( +(720,0,l), +(881,0,l), +(823,-276,l), +(874,-276,l), +(941,48,l), +(730,48,l) +); +} +); +}; +layerId = "D7FFCE27-5DDE-418E-B604-3D3197338C49"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (730,0); +ref = "bottom-hook"; +} +); +width = 1063; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1024,0); +}, +{ +name = top; +pos = (498,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(749,534,o), +(648,464,o), +(498,464,cs), +(339,464,o), +(239,535,o), +(239,649,cs), +(239,1040,l), +(60,1040,l), +(60,642,ls), +(60,435,o), +(208,305,o), +(443,305,cs), +(579,305,o), +(697,355,o), +(747,434,c), +(759,434,l), +(759,0,l), +(938,0,l), +(938,1040,l), +(759,1040,l), +(759,646,l) +); +}, +{ +closed = 1; +nodes = ( +(809,0,l), +(970,0,l), +(970,-266,l), +(1150,-266,l), +(1149,160,l), +(809,160,l) +); +} +); +}; +layerId = "051F7B05-69FA-4711-AB07-F75F8C81A1AE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (709,0); +ref = "bottom-hook"; +} +); +width = 1170; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (924,0); +}, +{ +name = top; +pos = (465,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(801,472,o), +(645,370,o), +(447,370,cs), +(249,370,o), +(110,475,o), +(110,624,cs), +(110,1040,l), +(60,1040,l), +(60,624,ls), +(60,446,o), +(220,321,o), +(447,321,cs), +(621,321,o), +(776,398,o), +(823,507,c), +(825,507,l), +(825,0,l), +(875,0,l), +(875,1040,l), +(825,1040,l), +(825,616,l) +); +}, +{ +closed = 1; +nodes = ( +(830,0,l), +(991,0,l), +(991,-276,l), +(1042,-276,l), +(1041,48,l), +(830,48,l) +); +} +); +}; +layerId = "F5240F72-2991-4412-B4BD-76C74AB8B481"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (730,0); +ref = "bottom-hook"; +} +); +width = 1062; +} +); +metricLeft = "che-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1207; +}, +{ +color = 3; +glyphname = "cheverticalstroke-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(450,93,l), +(500,93,l), +(500,618,l), +(450,618,l) +); +}, +{ +ref = "che-cy"; +} +); +width = 935; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(460,133,l), +(600,133,l), +(600,678,l), +(460,678,l) +); +}, +{ +ref = "che-cy"; +} +); +width = 998; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(530,176,l), +(710,176,l), +(710,851,l), +(530,851,l) +); +}, +{ +ref = "che-cy"; +} +); +width = 1246; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(374,93,l), +(424,93,l), +(536,618,l), +(486,618,l) +); +}, +{ +ref = "che-cy"; +} +); +width = 935; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(362,133,l), +(502,133,l), +(618,678,l), +(478,678,l) +); +}, +{ +ref = "che-cy"; +} +); +width = 998; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(450,176,l), +(630,176,l), +(774,851,l), +(594,851,l) +); +}, +{ +ref = "che-cy"; +} +); +width = 1246; +} +); +metricLeft = "che-cy"; +metricRight = "che-cy"; +unicode = 1209; +}, +{ +color = 10; +glyphname = "shha-cy"; +kernRight = n; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = h; +} +); +width = 1026; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = h; +} +); +width = 1090; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = h; +} +); +width = 1290; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = h; +} +); +width = 1127; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = h; +} +); +width = 1190; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = h; +} +); +width = 1441; +} +); +unicode = 1211; +}, +{ +color = 10; +glyphname = "shhadescender-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (531,0); +}, +{ +name = center; +pos = (531,975); +}, +{ +name = hook; +pos = (921,0); +}, +{ +name = top; +pos = (116,1443); +}, +{ +name = topbar; +pos = (110,1231); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(290,1007,o), +(526,1007,cs), +(753,1007,o), +(896,863,o), +(896,633,cs), +(896,0,l), +(946,0,l), +(946,633,ls), +(946,892,o), +(784,1055,o), +(526,1055,cs), +(333,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(912,0,l), +(1073,0,l), +(1073,-276,l), +(1124,-276,l), +(1123,48,l), +(912,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (812,0); +ref = "bottom-hook"; +} +); +width = 1144; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (547,0); +}, +{ +name = center; +pos = (547,975); +}, +{ +name = hook; +pos = (926,0); +}, +{ +name = top; +pos = (181,1443); +}, +{ +name = topbar; +pos = (170,1161); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(396,894,o), +(571,895,cs), +(726,896,o), +(830,781,o), +(830,607,cs), +(830,0,l), +(1010,0,l), +(1010,648,ls), +(1010,892,o), +(854,1055,o), +(620,1055,cs), +(469,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(889,0,l), +(1050,0,l), +(1050,-266,l), +(1230,-266,l), +(1229,160,l), +(889,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (789,0); +ref = "bottom-hook"; +} +); +width = 1250; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (659,0); +}, +{ +name = center; +pos = (669,975); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (301,1443); +}, +{ +name = topbar; +pos = (267,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1443,l), +(90,1443,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(1043,-1,l), +(1086,-1,l), +(1086,-241,l), +(1476,-241,l), +(1476,339,l), +(1043,339,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (943,0); +ref = "bottom-hook"; +} +); +width = 1496; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (471,0); +}, +{ +name = center; +pos = (679,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (362,1443); +}, +{ +name = topbar; +pos = (336,1251); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(264,859,o), +(445,1007,o), +(681,1007,cs), +(908,1007,o), +(1020,863,o), +(971,633,cs), +(836,0,l), +(886,0,l), +(1021,633,ls), +(1076,892,o), +(949,1055,o), +(691,1055,cs), +(498,1055,o), +(332,966,o), +(260,825,c), +(256,825,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(802,0,l), +(963,0,l), +(905,-276,l), +(956,-276,l), +(1023,48,l), +(812,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (812,0); +ref = "bottom-hook"; +} +); +width = 1145; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (486,0); +}, +{ +name = center; +pos = (694,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (428,1443); +}, +{ +name = topbar; +pos = (388,1171); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(769,0,l), +(949,0,l), +(1087,648,ls), +(1140,898,o), +(1000,1055,o), +(724,1055,cs), +(589,1055,o), +(464,982,o), +(400,865,c), +(393,865,l), +(517,1443,l), +(337,1443,l), +(29,0,l), +(209,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(778,0,l), +(939,0,l), +(883,-266,l), +(1063,-266,l), +(1152,160,l), +(812,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (789,0); +ref = "bottom-hook"; +} +); +width = 1250; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (582,0); +}, +{ +name = center; +pos = (800,975); +}, +{ +name = hook; +pos = (987,0); +}, +{ +name = top; +pos = (531,1443); +}, +{ +name = topbar; +pos = (477,1160); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(589,779,o), +(685,849,o), +(814,848,cs), +(918,848,o), +(969,778,o), +(945,666,cs), +(803,0,l), +(1203,0,l), +(1362,744,ls), +(1412,977,o), +(1263,1124,o), +(976,1124,cs), +(827,1124,o), +(696,1056,o), +(637,947,c), +(625,947,l), +(730,1443,l), +(330,1443,l), +(23,0,l), +(423,0,l), +(565,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(926,-1,l), +(969,-1,l), +(918,-241,l), +(1308,-241,l), +(1432,339,l), +(999,339,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (943,0); +ref = "bottom-hook"; +} +); +width = 1497; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (582,0); +}, +{ +name = center; +pos = (800,975); +}, +{ +name = hook; +pos = (987,0); +}, +{ +name = top; +pos = (531,1443); +}, +{ +name = topbar; +pos = (477,1160); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(589,779,o), +(685,849,o), +(814,848,cs), +(918,848,o), +(969,778,o), +(945,666,cs), +(803,0,l), +(1203,0,l), +(1362,744,ls), +(1412,977,o), +(1263,1124,o), +(976,1124,cs), +(827,1124,o), +(696,1056,o), +(637,947,c), +(625,947,l), +(730,1443,l), +(330,1443,l), +(23,0,l), +(423,0,l), +(565,666,ls) +); +}, +{ +closed = 1; +nodes = ( +(926,-1,l), +(969,-1,l), +(918,-241,l), +(1308,-241,l), +(1432,339,l), +(999,339,l) +); +} +); +}; +layerId = "383D5FBC-4DA3-4A5E-A6F7-5B2CF74D80BA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (943,0); +ref = "bottom-hook"; +} +); +width = 1497; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (486,0); +}, +{ +name = center; +pos = (694,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (428,1443); +}, +{ +name = topbar; +pos = (388,1171); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(393,797,o), +(530,895,o), +(701,895,cs), +(860,895,o), +(939,795,o), +(905,637,cs), +(769,0,l), +(949,0,l), +(1087,648,ls), +(1140,898,o), +(1000,1055,o), +(724,1055,cs), +(589,1055,o), +(464,982,o), +(400,865,c), +(393,865,l), +(517,1443,l), +(337,1443,l), +(29,0,l), +(209,0,l), +(346,642,l) +); +}, +{ +closed = 1; +nodes = ( +(778,0,l), +(939,0,l), +(883,-266,l), +(1063,-266,l), +(1152,160,l), +(812,160,l) +); +} +); +}; +layerId = "6CEB67F0-8FF5-44D9-9205-A7C0E0658FA5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (789,0); +ref = "bottom-hook"; +} +); +width = 1250; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (659,0); +}, +{ +name = center; +pos = (669,975); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (301,1443); +}, +{ +name = topbar; +pos = (267,1130); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(490,726,o), +(536,799,o), +(650,798,cs), +(764,798,o), +(810,725,o), +(810,616,cs), +(810,0,l), +(1210,0,l), +(1210,744,ls), +(1210,972,o), +(1066,1124,o), +(804,1124,cs), +(643,1124,o), +(543,1053,o), +(508,947,c), +(490,947,l), +(490,1443,l), +(90,1443,l), +(90,0,l), +(490,0,l), +(490,616,ls) +); +}, +{ +closed = 1; +nodes = ( +(1043,-1,l), +(1086,-1,l), +(1086,-241,l), +(1476,-241,l), +(1476,339,l), +(1043,339,l) +); +} +); +}; +layerId = "E09916D9-F08D-4762-A2C0-889918CABEF6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (943,0); +ref = "bottom-hook"; +} +); +width = 1496; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (471,0); +}, +{ +name = center; +pos = (679,975); +}, +{ +name = hook; +pos = (861,0); +}, +{ +name = top; +pos = (362,1443); +}, +{ +name = topbar; +pos = (336,1251); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(264,859,o), +(445,1007,o), +(681,1007,cs), +(908,1007,o), +(1020,863,o), +(971,633,cs), +(836,0,l), +(886,0,l), +(1021,633,ls), +(1076,892,o), +(949,1055,o), +(691,1055,cs), +(498,1055,o), +(332,966,o), +(260,825,c), +(256,825,l), +(386,1443,l), +(336,1443,l), +(30,0,l), +(80,0,l), +(213,624,l) +); +}, +{ +closed = 1; +nodes = ( +(802,0,l), +(963,0,l), +(905,-276,l), +(956,-276,l), +(1023,48,l), +(812,48,l) +); +} +); +}; +layerId = "FD92F3C8-CF04-49DF-8F77-1B14468EB57D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (812,0); +ref = "bottom-hook"; +} +); +width = 1145; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (547,0); +}, +{ +name = center; +pos = (547,975); +}, +{ +name = hook; +pos = (926,0); +}, +{ +name = top; +pos = (181,1443); +}, +{ +name = topbar; +pos = (170,1161); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(276,777,o), +(396,894,o), +(571,895,cs), +(726,896,o), +(830,781,o), +(830,607,cs), +(830,0,l), +(1010,0,l), +(1010,648,ls), +(1010,892,o), +(854,1055,o), +(620,1055,cs), +(469,1055,o), +(334,987,o), +(282,885,c), +(270,885,l), +(270,1443,l), +(90,1443,l), +(90,0,l), +(270,0,l), +(270,602,l) +); +}, +{ +closed = 1; +nodes = ( +(889,0,l), +(1050,0,l), +(1050,-266,l), +(1230,-266,l), +(1229,160,l), +(889,160,l) +); +} +); +}; +layerId = "29B55722-D188-494E-8160-6C28CE42408D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (789,0); +ref = "bottom-hook"; +} +); +width = 1250; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (531,0); +}, +{ +name = center; +pos = (531,975); +}, +{ +name = hook; +pos = (921,0); +}, +{ +name = top; +pos = (116,1443); +}, +{ +name = topbar; +pos = (110,1231); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(141,859,o), +(290,1007,o), +(526,1007,cs), +(753,1007,o), +(896,863,o), +(896,633,cs), +(896,0,l), +(946,0,l), +(946,633,ls), +(946,892,o), +(784,1055,o), +(526,1055,cs), +(333,1055,o), +(186,966,o), +(144,825,c), +(140,825,l), +(140,1443,l), +(90,1443,l), +(90,0,l), +(140,0,l), +(140,624,l) +); +}, +{ +closed = 1; +nodes = ( +(912,0,l), +(1073,0,l), +(1073,-276,l), +(1124,-276,l), +(1123,48,l), +(912,48,l) +); +} +); +}; +layerId = "5D81DFC4-A4E4-4556-87A5-0193D81FF519"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = h; +}, +{ +alignment = -1; +pos = (812,0); +ref = "bottom-hook"; +} +); +width = 1144; +} +); +metricLeft = h; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1319; +}, +{ +color = 10; +glyphname = "cheabkhasian-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +} +); +width = 1250; +} +); +metricLeft = e; +metricRight = e; +unicode = 1213; +}, +{ +color = 3; +glyphname = "chedescenderabkhasian-cy"; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (178,0); +ref = e; +}, +{ +closed = 1; +nodes = ( +(206,550,ls), +(146,550,o), +(108,583,o), +(108,635,c), +(108,711,l), +(58,711,l), +(58,636,l), +(58,554,o), +(117,502,o), +(212,502,cs), +(300,502,l), +(300,550,l) +); +}, +{ +closed = 1; +nodes = ( +(716,-275,l), +(766,-275,l), +(766,1,l), +(716,1,l) +); +} +); +width = 1224; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (218,0); +ref = e; +}, +{ +closed = 1; +nodes = ( +(305,592,ls), +(251,592,o), +(217,624,o), +(217,674,c), +(217,770,l), +(37,770,l), +(37,685,l), +(37,529,o), +(147,431,o), +(321,431,cs), +(419,431,l), +(419,592,l) +); +}, +{ +closed = 1; +nodes = ( +(706,-266,l), +(886,-266,l), +(886,0,l), +(706,0,l) +); +} +); +width = 1295; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (270,0); +ref = e; +}, +{ +closed = 1; +nodes = ( +(358,664,ls), +(316,664,o), +(290,692,o), +(290,736,c), +(290,802,l), +(10,802,l), +(10,747,l), +(10,558,o), +(135,439,o), +(334,439,cs), +(512,439,l), +(512,664,l) +); +}, +{ +closed = 1; +nodes = ( +(747,-240,l), +(1117,-240,l), +(1117,20,l), +(747,20,l) +); +} +); +width = 1484; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (247,0); +ref = e; +}, +{ +closed = 1; +nodes = ( +(286,550,ls), +(226,550,o), +(195,583,o), +(206,635,c), +(222,711,l), +(172,711,l), +(156,636,l), +(138,554,o), +(186,502,o), +(281,502,cs), +(369,502,l), +(380,550,l) +); +}, +{ +closed = 1; +nodes = ( +(680,-275,l), +(730,-275,l), +(789,1,l), +(739,1,l) +); +} +); +width = 1294; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (294,0); +ref = e; +}, +{ +closed = 1; +nodes = ( +(393,592,ls), +(339,592,o), +(312,624,o), +(323,674,c), +(343,770,l), +(163,770,l), +(145,685,l), +(112,529,o), +(201,431,o), +(375,431,cs), +(473,431,l), +(507,592,l) +); +}, +{ +closed = 1; +nodes = ( +(672,-266,l), +(852,-266,l), +(908,0,l), +(728,0,l) +); +} +); +width = 1374; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (363,0); +ref = e; +}, +{ +closed = 1; +nodes = ( +(462,664,ls), +(420,664,o), +(400,692,o), +(410,736,c), +(424,802,l), +(144,802,l), +(132,747,l), +(92,558,o), +(192,439,o), +(391,439,cs), +(569,439,l), +(616,664,l) +); +}, +{ +closed = 1; +nodes = ( +(729,-240,l), +(1099,-240,l), +(1155,20,l), +(785,20,l) +); +} +); +width = 1613; +} +); +metricLeft = hbar; +metricRight = e; +tags = ( +"descender-square", +hook +); +unicode = 1215; +}, +{ +color = 10; +glyphname = "palochka-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +} +); +width = 541; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +} +); +width = 731; +} +); +unicode = 1231; +}, +{ +color = 10; +glyphname = "zhebreve-cy"; +kernLeft = x; +kernRight = x; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "zhe-cy"; +} +); +width = 1318; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "zhe-cy"; +} +); +width = 1421; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "zhe-cy"; +} +); +width = 1907; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "zhe-cy"; +} +); +width = 1318; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "zhe-cy"; +} +); +width = 1517; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "zhe-cy"; +} +); +width = 1983; +} +); +unicode = 1218; +}, +{ +color = 6; +glyphname = "kahook-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,494,l), +(673,1040,l), +(609,1040,l), +(199,542,l), +(108,542,l), +(108,494,l) +); +}, +{ +closed = 1; +nodes = ( +(110,0,l), +(110,1040,l), +(60,1040,l), +(60,0,l) +); +}, +{ +closed = 1; +nodes = ( +(152,494,l), +(220,494,o), +(252,495,o), +(327,495,cs), +(590,495,o), +(755,350,o), +(755,119,cs), +(755,-108,o), +(608,-251,o), +(374,-251,cs), +(320,-251,o), +(257,-243,o), +(210,-231,c), +(197,-275,l), +(233,-290,o), +(302,-299,o), +(376,-299,cs), +(640,-299,o), +(805,-138,o), +(805,119,cs), +(805,379,o), +(622,543,o), +(331,543,cs), +(313,543,o), +(242,542,o), +(147,541,c) +); +} +); +width = 865; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(446,446,l), +(904,1040,l), +(672,1040,l), +(364,606,l), +(214,606,l), +(214,446,l) +); +}, +{ +closed = 1; +nodes = ( +(240,0,l), +(240,1040,l), +(60,1040,l), +(60,0,l) +); +}, +{ +closed = 1; +nodes = ( +(233,444,l), +(234,445,o), +(304,445,o), +(415,445,cs), +(613,445,o), +(738,344,o), +(738,183,cs), +(738,8,o), +(633,-102,o), +(467,-102,cs), +(435,-102,o), +(380,-95,o), +(325,-85,c), +(303,-237,l), +(336,-252,o), +(405,-261,o), +(482,-261,cs), +(749,-261,o), +(916,-90,o), +(916,183,cs), +(916,440,o), +(719,602,o), +(404,602,cs), +(268,602,o), +(233,602,o), +(233,602,c) +); +} +); +width = 976; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(755,371,l), +(1234,1100,l), +(780,1100,l), +(533,675,l), +(408,675,l), +(408,371,l) +); +}, +{ +closed = 1; +nodes = ( +(460,0,l), +(460,1100,l), +(60,1100,l), +(60,0,l) +); +}, +{ +closed = 1; +nodes = ( +(480,372,l), +(533,372,o), +(574,373,o), +(634,373,cs), +(774,373,o), +(862,292,o), +(862,164,cs), +(862,33,o), +(783,-50,o), +(657,-50,cs), +(597,-50,o), +(550,-47,o), +(533,-41,c), +(511,-295,l), +(557,-311,o), +(628,-321,o), +(696,-321,cs), +(1031,-321,o), +(1242,-133,o), +(1242,166,cs), +(1242,463,o), +(1038,650,o), +(714,650,cs), +(658,650,o), +(568,646,o), +(480,639,c) +); +} +); +width = 1302; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,494,l), +(784,1040,l), +(720,1040,l), +(204,542,l), +(113,542,l), +(103,494,l) +); +}, +{ +closed = 1; +nodes = ( +(0,0,l), +(221,1040,l), +(171,1040,l), +(-50,0,l) +); +}, +{ +closed = 1; +nodes = ( +(147,494,l), +(215,494,o), +(247,495,o), +(322,495,cs), +(585,495,o), +(720,350,o), +(671,119,cs), +(622,-108,o), +(445,-251,o), +(211,-251,cs), +(157,-251,o), +(96,-243,o), +(51,-231,c), +(29,-275,l), +(62,-290,o), +(129,-299,o), +(203,-299,cs), +(467,-299,o), +(666,-138,o), +(721,119,cs), +(776,379,o), +(628,543,o), +(337,543,cs), +(319,543,o), +(247,542,o), +(152,541,c) +); +} +); +width = 866; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(431,446,l), +(1015,1040,l), +(783,1040,l), +(383,606,l), +(233,606,l), +(199,446,l) +); +}, +{ +closed = 1; +nodes = ( +(130,0,l), +(351,1040,l), +(171,1040,l), +(-50,0,l) +); +}, +{ +closed = 1; +nodes = ( +(218,444,l), +(219,445,o), +(285,445,o), +(400,445,cs), +(605,445,o), +(702,350,o), +(667,183,cs), +(629,2,o), +(508,-102,o), +(336,-102,cs), +(305,-102,o), +(254,-96,o), +(197,-85,c), +(143,-237,l), +(174,-252,o), +(237,-261,o), +(317,-261,cs), +(593,-261,o), +(785,-99,o), +(845,183,cs), +(902,449,o), +(748,602,o), +(422,602,cs), +(286,602,o), +(251,602,o), +(251,602,c) +); +} +); +width = 977; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(717,371,l), +(1351,1100,l), +(897,1100,l), +(560,675,l), +(435,675,l), +(370,371,l) +); +}, +{ +closed = 1; +nodes = ( +(343,0,l), +(577,1100,l), +(177,1100,l), +(-57,0,l) +); +}, +{ +closed = 1; +nodes = ( +(442,372,l), +(495,372,o), +(536,373,o), +(596,373,cs), +(741,373,o), +(808,297,o), +(780,164,cs), +(751,28,o), +(660,-50,o), +(530,-50,cs), +(467,-50,o), +(422,-47,o), +(407,-41,c), +(332,-295,l), +(375,-312,o), +(441,-321,o), +(511,-321,cs), +(858,-321,o), +(1095,-144,o), +(1160,166,cs), +(1226,474,o), +(1071,650,o), +(735,650,cs), +(675,650,o), +(589,646,o), +(499,639,c) +); +} +); +width = 1302; +} +); +metricLeft = o; +metricRight = o; +tags = ( +hook +); +unicode = 1220; +}, +{ +color = 10; +glyphname = "eltail-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = hook; +pos = (1009,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(285,1040,l), +(282,645,o), +(276,306,o), +(270,160,cs), +(267,87,o), +(228,41,o), +(169,40,cs), +(126,40,o), +(78,44,o), +(45,51,c), +(40,1,l), +(83,-6,o), +(134,-10,o), +(174,-9,cs), +(259,-9,o), +(315,54,o), +(320,155,cs), +(328,306,o), +(333,629,o), +(333,992,c), +(984,992,l), +(984,0,l), +(1034,0,l), +(1034,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(1146,0,l), +(1064,-244,l), +(1116,-244,l), +(1207,28,l), +(1207,48,l), +(1000,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (900,0); +ref = "bottom-hook-angle"; +} +); +width = 1227; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1013,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(256,1040,l), +(250,603,o), +(242,288,o), +(235,222,cs), +(230,181,o), +(202,155,o), +(163,154,cs), +(120,154,o), +(79,158,o), +(55,164,c), +(40,4,l), +(100,-5,o), +(167,-9,o), +(216,-7,cs), +(325,-6,o), +(401,81,o), +(414,218,cs), +(420,304,o), +(426,560,o), +(429,880,c), +(918,880,l), +(918,1,l), +(1098,1,l), +(1098,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(1130,0,l), +(1050,-256,l), +(1226,-256,l), +(1333,79,l), +(1333,160,l), +(1000,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (900,0); +ref = "bottom-hook-angle"; +} +); +width = 1353; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1139,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(238,1100,l), +(220,685,o), +(205,400,o), +(200,361,cs), +(195,322,o), +(166,297,o), +(125,297,cs), +(107,297,o), +(80,300,o), +(54,304,c), +(30,2,l), +(87,-7,o), +(187,-11,o), +(290,-9,cs), +(460,-6,o), +(576,98,o), +(591,261,cs), +(595,310,o), +(604,518,o), +(613,800,c), +(928,800,l), +(928,1,l), +(1328,1,l), +(1328,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1102,1,l), +(1185,1,l), +(1135,-240,l), +(1525,-240,l), +(1607,94,l), +(1607,237,l), +(1102,237,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (1002,0); +ref = "bottom-hook-angle"; +} +); +width = 1627; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (889,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(386,1040,l), +(299,645,o), +(220,306,o), +(183,160,cs), +(165,87,o), +(116,41,o), +(57,40,cs), +(14,40,o), +(-33,44,o), +(-65,51,c), +(-80,1,l), +(-39,-6,o), +(11,-10,o), +(52,-9,cs), +(137,-9,o), +(206,54,o), +(232,155,cs), +(272,306,o), +(346,629,o), +(423,992,c), +(1074,992,l), +(863,0,l), +(913,0,l), +(1135,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(850,0,l), +(996,0,l), +(914,-244,l), +(966,-244,l), +(1057,28,l), +(1057,48,l), +(850,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (850,0); +ref = "bottom-hook-angle"; +} +); +width = 1182; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (892,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(356,1040,l), +(257,603,o), +(182,288,o), +(161,222,cs), +(148,181,o), +(114,155,o), +(75,154,cs), +(32,154,o), +(-8,158,o), +(-31,164,c), +(-80,4,l), +(-22,-5,o), +(44,-9,o), +(94,-7,cs), +(203,-6,o), +(297,81,o), +(340,218,cs), +(364,304,o), +(424,560,o), +(495,880,c), +(984,880,l), +(797,1,l), +(977,1,l), +(1198,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(853,0,l), +(983,0,l), +(903,-256,l), +(1079,-256,l), +(1186,79,l), +(1186,160,l), +(853,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (830,0); +ref = "bottom-hook-angle"; +} +); +width = 1300; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (995,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(355,1100,l), +(249,685,o), +(173,400,o), +(160,361,cs), +(147,322,o), +(112,297,o), +(71,297,cs), +(53,297,o), +(27,300,o), +(2,304,c), +(-86,2,l), +(-31,-7,o), +(68,-11,o), +(171,-9,cs), +(342,-6,o), +(480,98,o), +(530,261,cs), +(544,310,o), +(597,518,o), +(666,800,c), +(981,800,l), +(811,1,l), +(1211,1,l), +(1445,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(975,1,l), +(1058,1,l), +(1008,-240,l), +(1398,-240,l), +(1480,94,l), +(1480,237,l), +(975,237,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (942,0); +ref = "bottom-hook-angle"; +} +); +width = 1597; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = hook; +pos = (995,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(355,1100,l), +(249,685,o), +(173,400,o), +(160,361,cs), +(147,322,o), +(112,297,o), +(71,297,cs), +(53,297,o), +(27,300,o), +(2,304,c), +(-86,2,l), +(-31,-7,o), +(68,-11,o), +(171,-9,cs), +(342,-6,o), +(480,98,o), +(530,261,cs), +(544,310,o), +(597,518,o), +(666,800,c), +(981,800,l), +(811,1,l), +(1211,1,l), +(1445,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(975,1,l), +(1058,1,l), +(1008,-240,l), +(1398,-240,l), +(1480,94,l), +(1480,237,l), +(975,237,l) +); +} +); +}; +layerId = "3A246BBC-102A-44A6-8B23-CF6F2A262C07"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (942,0); +ref = "bottom-hook-angle"; +} +); +width = 1597; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = hook; +pos = (892,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(356,1040,l), +(257,603,o), +(182,288,o), +(161,222,cs), +(148,181,o), +(114,155,o), +(75,154,cs), +(32,154,o), +(-8,158,o), +(-31,164,c), +(-80,4,l), +(-22,-5,o), +(44,-9,o), +(94,-7,cs), +(203,-6,o), +(297,81,o), +(340,218,cs), +(364,304,o), +(424,560,o), +(495,880,c), +(984,880,l), +(797,1,l), +(977,1,l), +(1198,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(853,0,l), +(983,0,l), +(903,-256,l), +(1079,-256,l), +(1186,79,l), +(1186,160,l), +(853,160,l) +); +} +); +}; +layerId = "2055C25C-F8F4-4B08-ABDF-7E4A577A318C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (830,0); +ref = "bottom-hook-angle"; +} +); +width = 1300; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = hook; +pos = (1139,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(238,1100,l), +(220,685,o), +(205,400,o), +(200,361,cs), +(195,322,o), +(166,297,o), +(125,297,cs), +(107,297,o), +(80,300,o), +(54,304,c), +(30,2,l), +(87,-7,o), +(187,-11,o), +(290,-9,cs), +(460,-6,o), +(576,98,o), +(591,261,cs), +(595,310,o), +(604,518,o), +(613,800,c), +(928,800,l), +(928,1,l), +(1328,1,l), +(1328,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1102,1,l), +(1185,1,l), +(1135,-240,l), +(1525,-240,l), +(1607,94,l), +(1607,237,l), +(1102,237,l) +); +} +); +}; +layerId = "4EA12C42-5EA9-4B33-86B1-C3DE03FC22CC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (1002,0); +ref = "bottom-hook-angle"; +} +); +width = 1627; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = hook; +pos = (889,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(386,1040,l), +(299,645,o), +(220,306,o), +(183,160,cs), +(165,87,o), +(116,41,o), +(57,40,cs), +(14,40,o), +(-33,44,o), +(-65,51,c), +(-80,1,l), +(-39,-6,o), +(11,-10,o), +(52,-9,cs), +(137,-9,o), +(206,54,o), +(232,155,cs), +(272,306,o), +(346,629,o), +(423,992,c), +(1074,992,l), +(863,0,l), +(913,0,l), +(1135,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(850,0,l), +(996,0,l), +(914,-244,l), +(966,-244,l), +(1057,28,l), +(1057,48,l), +(850,48,l) +); +} +); +}; +layerId = "348CADE9-B508-4886-9FA5-0130654290BA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (850,0); +ref = "bottom-hook-angle"; +} +); +width = 1182; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = hook; +pos = (1013,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(256,1040,l), +(250,603,o), +(242,288,o), +(235,222,cs), +(230,181,o), +(202,155,o), +(163,154,cs), +(120,154,o), +(79,158,o), +(55,164,c), +(40,4,l), +(100,-5,o), +(167,-9,o), +(216,-7,cs), +(325,-6,o), +(401,81,o), +(414,218,cs), +(420,304,o), +(426,560,o), +(429,880,c), +(918,880,l), +(918,1,l), +(1098,1,l), +(1098,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(1130,0,l), +(1050,-256,l), +(1226,-256,l), +(1333,79,l), +(1333,160,l), +(1000,160,l) +); +} +); +}; +layerId = "D3F1CC08-025A-41EB-94FA-DA7DD59F8AF8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (900,0); +ref = "bottom-hook-angle"; +} +); +width = 1353; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = hook; +pos = (1009,1); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(285,1040,l), +(282,645,o), +(276,306,o), +(270,160,cs), +(267,87,o), +(228,41,o), +(169,40,cs), +(126,40,o), +(78,44,o), +(45,51,c), +(40,1,l), +(83,-6,o), +(134,-10,o), +(174,-9,cs), +(259,-9,o), +(315,54,o), +(320,155,cs), +(328,306,o), +(333,629,o), +(333,992,c), +(984,992,l), +(984,0,l), +(1034,0,l), +(1034,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1000,0,l), +(1146,0,l), +(1064,-244,l), +(1116,-244,l), +(1207,28,l), +(1207,48,l), +(1000,48,l) +); +} +); +}; +layerId = "684D4BE1-CEC1-43D5-811B-96FE796BDCA7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "el-cy"; +}, +{ +pos = (900,0); +ref = "bottom-hook-angle"; +} +); +width = 1227; +} +); +metricLeft = "el-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1222; +}, +{ +color = 10; +glyphname = "enhook-cy"; +lastChange = "2025-12-11 13:46:27 +0000"; +layers = ( +{ +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(709,-301,ls), +(845,-301,o), +(929,-234,o), +(929,-113,cs), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l), +(100,0,l), +(150,0,l), +(150,515,l), +(879,515,l), +(879,-116,ls), +(879,-204,o), +(812,-253,o), +(711,-253,cs), +(659,-253,l), +(659,-301,l) +); +} +); +width = 1029; +}, +{ +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(752,-315,ls), +(924,-315,o), +(1011,-229,o), +(1011,-57,cs), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l), +(100,0,l), +(279,0,l), +(279,452,l), +(831,452,l), +(831,-70,ls), +(831,-127,o), +(798,-155,o), +(744,-155,cs), +(702,-155,l), +(702,-315,l) +); +} +); +width = 1111; +}, +{ +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(858,-457,ls), +(1107,-457,o), +(1258,-345,o), +(1258,-108,cs), +(1258,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l), +(100,0,l), +(500,0,l), +(500,407,l), +(858,407,l), +(858,-70,ls), +(858,-136,o), +(812,-173,o), +(742,-173,cs), +(680,-173,l), +(680,-457,l) +); +} +); +width = 1358; +}, +{ +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(534,-295,ls), +(670,-295,o), +(766,-229,o), +(792,-107,cs), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l), +(-11,0,l), +(39,0,l), +(149,515,l), +(876,515,l), +(741,-110,ls), +(722,-199,o), +(647,-247,o), +(546,-247,cs), +(494,-247,l), +(484,-295,l) +); +} +); +width = 1029; +}, +{ +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(575,-315,ls), +(747,-315,o), +(851,-229,o), +(888,-57,cs), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l), +(-11,0,l), +(168,0,l), +(265,452,l), +(817,452,l), +(705,-70,ls), +(693,-128,o), +(655,-155,o), +(601,-155,cs), +(559,-155,l), +(525,-315,l) +); +} +); +width = 1111; +}, +{ +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(642,-457,ls), +(891,-457,o), +(1066,-346,o), +(1117,-107,cs), +(1375,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l), +(-17,0,l), +(383,0,l), +(470,407,l), +(828,407,l), +(725,-70,ls), +(711,-137,o), +(657,-173,o), +(587,-173,cs), +(525,-173,l), +(464,-457,l) +); +} +); +width = 1358; +} +); +metricLeft = H; +metricRight = H; +tags = ( +hook +); +unicode = 1224; +}, +{ +color = 10; +glyphname = "entail-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,515,l), +(879,515,l), +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(896,0,l), +(1042,0,l), +(960,-244,l), +(1012,-244,l), +(1103,28,l), +(1103,48,l), +(896,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (796,0); +ref = "bottom-hook-angle"; +} +); +width = 1123; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(279,0,l), +(279,452,l), +(831,452,l), +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(886,0,l), +(1016,0,l), +(936,-256,l), +(1112,-256,l), +(1219,79,l), +(1219,160,l), +(886,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (786,0); +ref = "bottom-hook-angle"; +} +); +width = 1239; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,407,l), +(858,407,l), +(858,0,l), +(1258,0,l), +(1258,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(974,1,l), +(1057,1,l), +(1007,-240,l), +(1397,-240,l), +(1479,94,l), +(1479,237,l), +(974,237,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (874,0); +ref = "bottom-hook-angle"; +} +); +width = 1499; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(149,515,l), +(878,515,l), +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(776,0,l), +(922,0,l), +(840,-244,l), +(892,-244,l), +(983,28,l), +(983,48,l), +(776,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (776,0); +ref = "bottom-hook-angle"; +} +); +width = 1108; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(168,0,l), +(265,452,l), +(817,452,l), +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(809,0,l), +(939,0,l), +(859,-256,l), +(1035,-256,l), +(1142,79,l), +(1142,160,l), +(809,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (786,0); +ref = "bottom-hook-angle"; +} +); +width = 1256; +}, +{ +background = { +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(470,407,l), +(828,407,l), +(741,0,l), +(1141,0,l), +(1375,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(907,1,l), +(990,1,l), +(940,-240,l), +(1330,-240,l), +(1412,94,l), +(1412,237,l), +(907,237,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (874,0); +ref = "bottom-hook-angle"; +} +); +width = 1529; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = hook; +pos = (925,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(383,0,l), +(470,407,l), +(828,407,l), +(741,0,l), +(1141,0,l), +(1375,1100,l), +(975,1100,l), +(891,707,l), +(533,707,l), +(617,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(907,1,l), +(990,1,l), +(940,-240,l), +(1330,-240,l), +(1412,94,l), +(1412,237,l), +(907,237,l) +); +} +); +}; +layerId = "B24D7245-9CD9-45EA-A634-4F398406A5FB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (874,0); +ref = "bottom-hook-angle"; +} +); +width = 1529; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = hook; +pos = (812,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(168,0,l), +(265,452,l), +(817,452,l), +(720,0,l), +(900,0,l), +(1122,1040,l), +(942,1040,l), +(851,612,l), +(299,612,l), +(390,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(809,0,l), +(939,0,l), +(859,-256,l), +(1035,-256,l), +(1142,79,l), +(1142,160,l), +(809,160,l) +); +} +); +}; +layerId = "7E087853-BE04-4B85-9913-695A0E68C66A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (786,0); +ref = "bottom-hook-angle"; +} +); +width = 1256; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = hook; +pos = (1060,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(500,0,l), +(500,407,l), +(858,407,l), +(858,0,l), +(1258,0,l), +(1258,1100,l), +(858,1100,l), +(858,707,l), +(500,707,l), +(500,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(974,1,l), +(1057,1,l), +(1007,-240,l), +(1397,-240,l), +(1479,94,l), +(1479,237,l), +(974,237,l) +); +} +); +}; +layerId = "B2A687DC-9780-4C68-9B35-A3945ADD4DC7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (874,0); +ref = "bottom-hook-angle"; +} +); +width = 1499; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = hook; +pos = (793,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(149,515,l), +(878,515,l), +(768,0,l), +(818,0,l), +(1040,1040,l), +(990,1040,l), +(888,563,l), +(159,563,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(776,0,l), +(922,0,l), +(840,-244,l), +(892,-244,l), +(983,28,l), +(983,48,l), +(776,48,l) +); +} +); +}; +layerId = "47D41722-BBEA-41C0-89BD-66BB9A12D133"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (776,0); +ref = "bottom-hook-angle"; +} +); +width = 1108; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = hook; +pos = (926,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(279,0,l), +(279,452,l), +(831,452,l), +(831,0,l), +(1011,0,l), +(1011,1040,l), +(831,1040,l), +(831,612,l), +(279,612,l), +(279,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(886,0,l), +(1016,0,l), +(936,-256,l), +(1112,-256,l), +(1219,79,l), +(1219,160,l), +(886,160,l) +); +} +); +}; +layerId = "091BB3C2-A181-4D8F-B2F9-DFE3A6427B85"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (786,0); +ref = "bottom-hook-angle"; +} +); +width = 1239; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = hook; +pos = (907,0); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,515,l), +(879,515,l), +(879,0,l), +(929,0,l), +(929,1040,l), +(879,1040,l), +(879,563,l), +(150,563,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(896,0,l), +(1042,0,l), +(960,-244,l), +(1012,-244,l), +(1103,28,l), +(1103,48,l), +(896,48,l) +); +} +); +}; +layerId = "8074640B-EE91-42CB-A536-246468FD63D7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "en-cy"; +}, +{ +pos = (796,0); +ref = "bottom-hook-angle"; +} +); +width = 1123; +} +); +metricLeft = "en-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1226; +}, +{ +color = 3; +glyphname = "chekhakassian-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +closed = 1; +nodes = ( +(672,48,l), +(671,-276,l), +(722,-276,l), +(722,0,l), +(883,0,l), +(883,48,l) +); +} +); +width = 943; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +closed = 1; +nodes = ( +(528,160,l), +(527,-256,l), +(707,-256,l), +(707,0,l), +(885,0,l), +(885,160,l) +); +} +); +width = 998; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +closed = 1; +nodes = ( +(619,196,l), +(618,-240,l), +(1008,-240,l), +(1008,0,l), +(1031,0,l), +(1031,196,l) +); +} +); +width = 1246; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +closed = 1; +nodes = ( +(576,48,l), +(507,-276,l), +(558,-276,l), +(616,0,l), +(777,0,l), +(787,48,l) +); +} +); +width = 948; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +closed = 1; +nodes = ( +(462,160,l), +(373,-256,l), +(553,-256,l), +(607,0,l), +(785,0,l), +(819,160,l) +); +} +); +width = 998; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +closed = 1; +nodes = ( +(555,196,l), +(462,-240,l), +(852,-240,l), +(903,0,l), +(926,0,l), +(967,196,l) +); +} +); +width = 1246; +} +); +metricLeft = o; +metricRight = o; +tags = ( +"descender-square" +); +unicode = 1228; +}, +{ +color = 10; +glyphname = "emtail-cy"; +kernRight = "Tse-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,976,l), +(163,976,l), +(130,1009,l), +(619,400,l), +(633,400,l), +(1117,996,l), +(1097,976,l), +(1108,976,l), +(1108,0,l), +(1158,0,l), +(1158,1040,l), +(1089,1040,l), +(627,469,l), +(626,469,l), +(168,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1107,0,l), +(1253,0,l), +(1171,-244,l), +(1223,-244,l), +(1314,28,l), +(1314,48,l), +(1107,48,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (1007,0); +ref = "bottom-hook-angle"; +} +); +width = 1334; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,776,l), +(315,776,l), +(177,897,l), +(650,363,l), +(665,363,l), +(1138,897,l), +(994,776,l), +(1036,776,l), +(1036,0,l), +(1216,0,l), +(1216,1040,l), +(1036,1040,l), +(660,603,l), +(656,603,l), +(280,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1090,0,l), +(1220,0,l), +(1140,-256,l), +(1316,-256,l), +(1423,79,l), +(1423,160,l), +(1090,160,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (990,0); +ref = "bottom-hook-angle"; +} +); +width = 1443; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(480,0,l), +(480,536,l), +(583,536,l), +(231,898,l), +(746,181,l), +(808,181,l), +(1323,898,l), +(976,534,l), +(1074,534,l), +(1074,0,l), +(1454,0,l), +(1454,1100,l), +(1074,1100,l), +(778,635,l), +(775,635,l), +(475,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1171,1,l), +(1254,1,l), +(1204,-240,l), +(1594,-240,l), +(1676,94,l), +(1676,237,l), +(1171,237,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (1071,0); +ref = "bottom-hook-angle"; +} +); +width = 1696; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(247,976,l), +(260,976,l), +(234,1009,l), +(593,400,l), +(607,400,l), +(1218,996,l), +(1194,976,l), +(1205,976,l), +(997,0,l), +(1047,0,l), +(1269,1040,l), +(1200,1040,l), +(616,469,l), +(615,469,l), +(279,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1007,0,l), +(1153,0,l), +(1071,-244,l), +(1123,-244,l), +(1214,28,l), +(1214,48,l), +(1007,48,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (1007,0); +ref = "bottom-hook-angle"; +} +); +width = 1339; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(334,776,l), +(369,776,l), +(257,897,l), +(617,363,l), +(632,363,l), +(1218,897,l), +(1048,776,l), +(1090,776,l), +(925,0,l), +(1105,0,l), +(1327,1040,l), +(1147,1040,l), +(678,603,l), +(674,603,l), +(391,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1013,0,l), +(1143,0,l), +(1063,-256,l), +(1239,-256,l), +(1346,79,l), +(1346,160,l), +(1013,160,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (990,0); +ref = "bottom-hook-angle"; +} +); +width = 1460; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(363,0,l), +(477,536,l), +(580,536,l), +(305,898,l), +(668,181,l), +(730,181,l), +(1397,898,l), +(973,534,l), +(1071,534,l), +(957,0,l), +(1337,0,l), +(1571,1100,l), +(1191,1100,l), +(796,635,l), +(793,635,l), +(592,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1104,1,l), +(1187,1,l), +(1137,-240,l), +(1527,-240,l), +(1609,94,l), +(1609,237,l), +(1104,237,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (1071,0); +ref = "bottom-hook-angle"; +} +); +width = 1726; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(363,0,l), +(477,536,l), +(580,536,l), +(305,898,l), +(668,181,l), +(730,181,l), +(1397,898,l), +(973,534,l), +(1071,534,l), +(957,0,l), +(1337,0,l), +(1571,1100,l), +(1191,1100,l), +(796,635,l), +(793,635,l), +(592,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1104,1,l), +(1187,1,l), +(1137,-240,l), +(1527,-240,l), +(1609,94,l), +(1609,237,l), +(1104,237,l) +); +} +); +}; +layerId = "5C3C309E-DDF4-4005-AF28-057E64B678D8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (1071,0); +ref = "bottom-hook-angle"; +} +); +width = 1726; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(169,0,l), +(334,776,l), +(369,776,l), +(257,897,l), +(617,363,l), +(632,363,l), +(1218,897,l), +(1048,776,l), +(1090,776,l), +(925,0,l), +(1105,0,l), +(1327,1040,l), +(1147,1040,l), +(678,603,l), +(674,603,l), +(391,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1013,0,l), +(1143,0,l), +(1063,-256,l), +(1239,-256,l), +(1346,79,l), +(1346,160,l), +(1013,160,l) +); +} +); +}; +layerId = "3523D4F3-FB0F-4CAE-9A8A-1C6CCBE895AE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (990,0); +ref = "bottom-hook-angle"; +} +); +width = 1460; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(480,0,l), +(480,536,l), +(583,536,l), +(231,898,l), +(746,181,l), +(808,181,l), +(1323,898,l), +(976,534,l), +(1074,534,l), +(1074,0,l), +(1454,0,l), +(1454,1100,l), +(1074,1100,l), +(778,635,l), +(775,635,l), +(475,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1171,1,l), +(1254,1,l), +(1204,-240,l), +(1594,-240,l), +(1676,94,l), +(1676,237,l), +(1171,237,l) +); +} +); +}; +layerId = "F4F8721A-AF73-4CA7-A64D-776733AE492B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (1071,0); +ref = "bottom-hook-angle"; +} +); +width = 1696; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(247,976,l), +(260,976,l), +(234,1009,l), +(593,400,l), +(607,400,l), +(1218,996,l), +(1194,976,l), +(1205,976,l), +(997,0,l), +(1047,0,l), +(1269,1040,l), +(1200,1040,l), +(616,469,l), +(615,469,l), +(279,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1007,0,l), +(1153,0,l), +(1071,-244,l), +(1123,-244,l), +(1214,28,l), +(1214,48,l), +(1007,48,l) +); +} +); +}; +layerId = "F006B945-7C10-4843-8904-602D2F8DDE7D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (1007,0); +ref = "bottom-hook-angle"; +} +); +width = 1339; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(280,0,l), +(280,776,l), +(315,776,l), +(177,897,l), +(650,363,l), +(665,363,l), +(1138,897,l), +(994,776,l), +(1036,776,l), +(1036,0,l), +(1216,0,l), +(1216,1040,l), +(1036,1040,l), +(660,603,l), +(656,603,l), +(280,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1090,0,l), +(1220,0,l), +(1140,-256,l), +(1316,-256,l), +(1423,79,l), +(1423,160,l), +(1090,160,l) +); +} +); +}; +layerId = "1E9FC268-4332-4807-BC9B-9E007441C64F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (990,0); +ref = "bottom-hook-angle"; +} +); +width = 1443; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(150,976,l), +(163,976,l), +(130,1009,l), +(619,400,l), +(633,400,l), +(1117,996,l), +(1097,976,l), +(1108,976,l), +(1108,0,l), +(1158,0,l), +(1158,1040,l), +(1089,1040,l), +(627,469,l), +(626,469,l), +(168,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(1107,0,l), +(1253,0,l), +(1171,-244,l), +(1223,-244,l), +(1314,28,l), +(1314,48,l), +(1107,48,l) +); +} +); +}; +layerId = "347F44BD-422B-412C-9888-39683654A4CE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "em-cy"; +}, +{ +pos = (1007,0); +ref = "bottom-hook-angle"; +} +); +width = 1334; +} +); +metricLeft = "en-cy"; +metricRight = "Tse-cy"; +tags = ( +"descender-square" +); +unicode = 1230; +}, +{ +color = 10; +glyphname = "abreve-cy"; +kernLeft = a; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (196,112); +ref = brevecomb; +} +); +width = 1007; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (205,114); +ref = brevecomb; +} +); +width = 1087; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (132,123); +ref = brevecomb; +} +); +width = 1249; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (207,112); +ref = brevecomb; +} +); +width = 1006; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = a; +}, +{ +pos = (222,114); +ref = brevecomb; +} +); +width = 1082; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = a; +}, +{ +pos = (141,123); +ref = brevecomb; +} +); +width = 1249; +} +); +unicode = 1233; +}, +{ +color = 10; +glyphname = "adieresis-cy"; +kernLeft = a; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = a; +}, +{ +pos = (208,112); +ref = dieresiscomb; +} +); +width = 1007; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = a; +}, +{ +pos = (201,114); +ref = dieresiscomb; +} +); +width = 1087; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = a; +}, +{ +pos = (148,123); +ref = dieresiscomb; +} +); +width = 1249; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = a; +}, +{ +pos = (219,112); +ref = dieresiscomb; +} +); +width = 1006; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = a; +}, +{ +pos = (216,114); +ref = dieresiscomb; +} +); +width = 1082; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = a; +}, +{ +pos = (173,123); +ref = dieresiscomb; +} +); +width = 1249; +} +); +unicode = 1235; +}, +{ +color = 10; +glyphname = "aie-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = ae; +} +); +width = 1828; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = ae; +} +); +width = 1771; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = ae; +} +); +width = 1858; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = ae; +} +); +width = 1818; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = ae; +} +); +width = 1766; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = ae; +} +); +width = 1854; +} +); +metricLeft = a; +metricRight = e; +unicode = 1237; +}, +{ +color = 10; +glyphname = "iebreve-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = e; +}, +{ +pos = (239,116); +ref = brevecomb; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = e; +}, +{ +pos = (213,116); +ref = brevecomb; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = e; +}, +{ +pos = (141,124); +ref = brevecomb; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = e; +}, +{ +pos = (232,116); +ref = brevecomb; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = e; +}, +{ +pos = (186,116); +ref = brevecomb; +} +); +width = 1080; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = e; +}, +{ +pos = (111,124); +ref = brevecomb; +} +); +width = 1250; +} +); +unicode = 1239; +}, +{ +color = 10; +glyphname = "schwa-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +angle = 180; +pos = (1046,1040); +ref = e; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +angle = 180; +pos = (1077,1040); +ref = e; +} +); +width = 1077; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +angle = 180; +pos = (1214,1100); +ref = e; +} +); +width = 1214; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +angle = 180; +pos = (1047,1040); +ref = e; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1160,1040); +ref = e; +} +); +width = 1160; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +angle = 180; +pos = (1329,1100); +ref = e; +} +); +width = 1329; +} +); +unicode = 1241; +}, +{ +color = 10; +glyphname = "schwadieresis-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (509,-16); +}, +{ +name = ogonekabove; +pos = (480,1049); +}, +{ +name = top; +pos = (507,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(943,538,l), +(60,538,l), +(60,504,l), +(60,199,o), +(245,-16,o), +(509,-16,cs), +(789,-16,o), +(986,202,o), +(986,512,cs), +(986,833,o), +(784,1059,o), +(497,1059,cs), +(339,1059,o), +(176,995,o), +(102,903,c), +(131,861,l), +(198,949,o), +(349,1011,o), +(497,1011,cs), +(755,1011,o), +(936,809,o), +(936,522,c), +(936,501,l), +(936,226,o), +(759,32,o), +(508,32,cs), +(274,32,o), +(110,223,o), +(110,494,c), +(110,527,l), +(93,490,l), +(943,490,l) +); +}, +{ +closed = 1; +nodes = ( +(331,1233,l), +(401,1233,l), +(401,1303,l), +(331,1303,l) +); +}, +{ +closed = 1; +nodes = ( +(614,1233,l), +(684,1233,l), +(684,1303,l), +(614,1303,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "schwa-cy"; +}, +{ +pos = (221,98); +ref = dieresiscomb; +} +); +width = 1046; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (515,-16); +}, +{ +name = ogonekabove; +pos = (478,1046); +}, +{ +name = top; +pos = (515,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(849,595,l), +(60,595,l), +(60,529,l), +(60,209,o), +(252,-16,o), +(525,-16,cs), +(816,-16,o), +(1019,206,o), +(1017,522,cs), +(1016,837,o), +(803,1059,o), +(501,1059,cs), +(365,1059,o), +(199,1003,o), +(98,923,c), +(183,784,l), +(262,852,o), +(391,899,o), +(495,899,cs), +(693,899,o), +(832,766,o), +(832,578,c), +(832,447,l), +(832,269,o), +(704,144,o), +(522,144,cs), +(355,144,o), +(237,271,o), +(237,452,c), +(237,563,l), +(139,440,l), +(851,440,l) +); +}, +{ +closed = 1; +nodes = ( +(272,1161,l), +(452,1161,l), +(452,1340,l), +(272,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(579,1161,l), +(759,1161,l), +(759,1340,l), +(579,1340,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "schwa-cy"; +}, +{ +pos = (162,100); +ref = dieresiscomb; +} +); +width = 1077; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (598,-24); +}, +{ +name = ogonekabove; +pos = (560,1119); +}, +{ +name = top; +pos = (572,1110); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(794,662,l), +(60,662,l), +(60,566,l), +(60,220,o), +(282,-24,o), +(598,-24,cs), +(926,-24,o), +(1156,217,o), +(1154,560,cs), +(1152,898,o), +(907,1135,o), +(560,1135,cs), +(382,1135,o), +(193,1063,o), +(103,961,c), +(272,743,l), +(341,819,o), +(431,854,o), +(522,854,cs), +(671,854,o), +(775,767,o), +(775,644,c), +(775,461,l), +(775,352,o), +(701,275,o), +(595,275,cs), +(486,275,o), +(410,354,o), +(410,467,c), +(410,585,l), +(293,435,l), +(795,435,l) +); +}, +{ +closed = 1; +nodes = ( +(223,1272,l), +(501,1272,l), +(501,1515,l), +(223,1515,l) +); +}, +{ +closed = 1; +nodes = ( +(638,1272,l), +(916,1272,l), +(916,1515,l), +(638,1515,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "schwa-cy"; +}, +{ +pos = (113,110); +ref = dieresiscomb; +} +); +width = 1214; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (415,-16); +}, +{ +name = ogonekabove; +pos = (574,1049); +}, +{ +name = top; +pos = (599,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(947,538,l), +(64,538,l), +(60,514,l), +(5,203,o), +(152,-16,o), +(415,-16,cs), +(695,-16,o), +(930,202,o), +(985,512,cs), +(1042,833,o), +(881,1059,o), +(593,1059,cs), +(435,1059,o), +(261,995,o), +(170,903,c), +(192,861,l), +(274,949,o), +(436,1011,o), +(584,1011,cs), +(842,1011,o), +(988,809,o), +(937,522,c), +(933,501,l), +(885,226,o), +(666,32,o), +(403,32,cs), +(181,32,o), +(58,223,o), +(106,494,c), +(112,527,l), +(88,490,l), +(938,490,l) +); +}, +{ +closed = 1; +nodes = ( +(451,1223,l), +(521,1223,l), +(535,1293,l), +(465,1293,l) +); +}, +{ +closed = 1; +nodes = ( +(734,1223,l), +(804,1223,l), +(818,1293,l), +(748,1293,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "schwa-cy"; +}, +{ +pos = (211,98); +ref = dieresiscomb; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (529,-16); +}, +{ +name = ogonekabove; +pos = (635,1046); +}, +{ +name = top; +pos = (670,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(941,605,l), +(158,605,l), +(146,547,l), +(88,216,o), +(248,-16,o), +(533,-16,cs), +(812,-16,o), +(1047,210,o), +(1102,532,cs), +(1155,841,o), +(981,1059,o), +(679,1059,cs), +(549,1059,o), +(376,1003,o), +(262,923,c), +(322,784,l), +(414,852,o), +(555,899,o), +(665,899,cs), +(847,899,o), +(953,771,o), +(921,588,c), +(898,457,l), +(865,273,o), +(708,144,o), +(518,144,cs), +(362,144,o), +(276,275,o), +(310,462,c), +(329,573,l), +(209,450,l), +(915,450,l) +); +}, +{ +closed = 1; +nodes = ( +(352,1151,l), +(532,1151,l), +(569,1330,l), +(390,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(659,1151,l), +(839,1151,l), +(876,1330,l), +(697,1330,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "schwa-cy"; +}, +{ +alignment = -1; +pos = (134,100); +ref = dieresiscomb; +} +); +width = 1160; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (631,-24); +}, +{ +name = ogonekabove; +pos = (744,1119); +}, +{ +name = top; +pos = (755,1110); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(938,662,l), +(164,662,l), +(149,595,l), +(85,232,o), +(284,-24,o), +(631,-24,cs), +(947,-24,o), +(1211,217,o), +(1270,560,cs), +(1327,898,o), +(1103,1135,o), +(727,1135,cs), +(560,1135,o), +(367,1063,o), +(260,961,c), +(390,743,l), +(457,808,o), +(593,854,o), +(720,854,cs), +(856,854,o), +(937,767,o), +(916,644,c), +(883,461,l), +(862,340,o), +(749,255,o), +(609,255,cs), +(511,255,o), +(457,343,o), +(479,467,c), +(500,585,l), +(357,435,l), +(899,435,l) +); +}, +{ +closed = 1; +nodes = ( +(370,1272,l), +(648,1272,l), +(700,1515,l), +(422,1515,l) +); +}, +{ +closed = 1; +nodes = ( +(785,1272,l), +(1063,1272,l), +(1115,1515,l), +(837,1515,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "schwa-cy"; +}, +{ +alignment = -1; +pos = (130,110); +ref = dieresiscomb; +} +); +width = 1329; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (631,-24); +}, +{ +name = ogonekabove; +pos = (744,1119); +}, +{ +name = top; +pos = (755,1110); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(938,662,l), +(164,662,l), +(149,595,l), +(85,232,o), +(284,-24,o), +(631,-24,cs), +(947,-24,o), +(1211,217,o), +(1270,560,cs), +(1327,898,o), +(1103,1135,o), +(727,1135,cs), +(560,1135,o), +(367,1063,o), +(260,961,c), +(390,743,l), +(457,808,o), +(593,854,o), +(720,854,cs), +(856,854,o), +(937,767,o), +(916,644,c), +(883,461,l), +(862,340,o), +(749,255,o), +(609,255,cs), +(511,255,o), +(457,343,o), +(479,467,c), +(500,585,l), +(357,435,l), +(899,435,l) +); +}, +{ +closed = 1; +nodes = ( +(370,1272,l), +(648,1272,l), +(700,1515,l), +(422,1515,l) +); +}, +{ +closed = 1; +nodes = ( +(785,1272,l), +(1063,1272,l), +(1115,1515,l), +(837,1515,l) +); +} +); +}; +layerId = "474FD3A0-4565-4D9C-8669-9270FB23D2B8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "schwa-cy"; +}, +{ +alignment = -1; +pos = (130,110); +ref = dieresiscomb; +} +); +width = 1329; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (529,-16); +}, +{ +name = ogonekabove; +pos = (635,1046); +}, +{ +name = top; +pos = (670,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(941,605,l), +(158,605,l), +(146,547,l), +(88,216,o), +(248,-16,o), +(533,-16,cs), +(812,-16,o), +(1047,210,o), +(1102,532,cs), +(1155,841,o), +(981,1059,o), +(679,1059,cs), +(549,1059,o), +(376,1003,o), +(262,923,c), +(322,784,l), +(414,852,o), +(555,899,o), +(665,899,cs), +(847,899,o), +(953,771,o), +(921,588,c), +(898,457,l), +(865,273,o), +(708,144,o), +(518,144,cs), +(362,144,o), +(276,275,o), +(310,462,c), +(329,573,l), +(209,450,l), +(915,450,l) +); +}, +{ +closed = 1; +nodes = ( +(352,1151,l), +(532,1151,l), +(569,1330,l), +(390,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(659,1151,l), +(839,1151,l), +(876,1330,l), +(697,1330,l) +); +} +); +}; +layerId = "75C53598-E2F1-4572-B3D1-F3891E8B5F2A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "schwa-cy"; +}, +{ +alignment = -1; +pos = (134,100); +ref = dieresiscomb; +} +); +width = 1160; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (598,-24); +}, +{ +name = ogonekabove; +pos = (560,1119); +}, +{ +name = top; +pos = (572,1110); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(794,662,l), +(60,662,l), +(60,566,l), +(60,220,o), +(282,-24,o), +(598,-24,cs), +(926,-24,o), +(1156,217,o), +(1154,560,cs), +(1152,898,o), +(907,1135,o), +(560,1135,cs), +(382,1135,o), +(193,1063,o), +(103,961,c), +(272,743,l), +(341,819,o), +(431,854,o), +(522,854,cs), +(671,854,o), +(775,767,o), +(775,644,c), +(775,461,l), +(775,352,o), +(701,275,o), +(595,275,cs), +(486,275,o), +(410,354,o), +(410,467,c), +(410,585,l), +(293,435,l), +(795,435,l) +); +}, +{ +closed = 1; +nodes = ( +(223,1272,l), +(501,1272,l), +(501,1515,l), +(223,1515,l) +); +}, +{ +closed = 1; +nodes = ( +(638,1272,l), +(916,1272,l), +(916,1515,l), +(638,1515,l) +); +} +); +}; +layerId = "97C3E13B-E10E-40FA-AB57-6687E0F7D830"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "schwa-cy"; +}, +{ +pos = (113,110); +ref = dieresiscomb; +} +); +width = 1214; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (415,-16); +}, +{ +name = ogonekabove; +pos = (574,1049); +}, +{ +name = top; +pos = (599,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(947,538,l), +(64,538,l), +(60,514,l), +(5,203,o), +(152,-16,o), +(415,-16,cs), +(695,-16,o), +(930,202,o), +(985,512,cs), +(1042,833,o), +(881,1059,o), +(593,1059,cs), +(435,1059,o), +(261,995,o), +(170,903,c), +(192,861,l), +(274,949,o), +(436,1011,o), +(584,1011,cs), +(842,1011,o), +(988,809,o), +(937,522,c), +(933,501,l), +(885,226,o), +(666,32,o), +(403,32,cs), +(181,32,o), +(58,223,o), +(106,494,c), +(112,527,l), +(88,490,l), +(938,490,l) +); +}, +{ +closed = 1; +nodes = ( +(451,1223,l), +(521,1223,l), +(535,1293,l), +(465,1293,l) +); +}, +{ +closed = 1; +nodes = ( +(734,1223,l), +(804,1223,l), +(818,1293,l), +(748,1293,l) +); +} +); +}; +layerId = "389B2411-39D7-4CFE-A95D-BEE42012BE9C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "schwa-cy"; +}, +{ +pos = (211,98); +ref = dieresiscomb; +} +); +width = 1047; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (515,-16); +}, +{ +name = ogonekabove; +pos = (478,1046); +}, +{ +name = top; +pos = (515,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(849,595,l), +(60,595,l), +(60,529,l), +(60,209,o), +(252,-16,o), +(525,-16,cs), +(816,-16,o), +(1019,206,o), +(1017,522,cs), +(1016,837,o), +(803,1059,o), +(501,1059,cs), +(365,1059,o), +(199,1003,o), +(98,923,c), +(183,784,l), +(262,852,o), +(391,899,o), +(495,899,cs), +(693,899,o), +(832,766,o), +(832,578,c), +(832,447,l), +(832,269,o), +(704,144,o), +(522,144,cs), +(355,144,o), +(237,271,o), +(237,452,c), +(237,563,l), +(139,440,l), +(851,440,l) +); +}, +{ +closed = 1; +nodes = ( +(272,1161,l), +(452,1161,l), +(452,1340,l), +(272,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(579,1161,l), +(759,1161,l), +(759,1340,l), +(579,1340,l) +); +} +); +}; +layerId = "45AEA50B-7E50-4D8A-9770-52FCC234399F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "schwa-cy"; +}, +{ +pos = (162,100); +ref = dieresiscomb; +} +); +width = 1077; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (509,-16); +}, +{ +name = ogonekabove; +pos = (480,1049); +}, +{ +name = top; +pos = (507,1038); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(943,538,l), +(60,538,l), +(60,504,l), +(60,199,o), +(245,-16,o), +(509,-16,cs), +(789,-16,o), +(986,202,o), +(986,512,cs), +(986,833,o), +(784,1059,o), +(497,1059,cs), +(339,1059,o), +(176,995,o), +(102,903,c), +(131,861,l), +(198,949,o), +(349,1011,o), +(497,1011,cs), +(755,1011,o), +(936,809,o), +(936,522,c), +(936,501,l), +(936,226,o), +(759,32,o), +(508,32,cs), +(274,32,o), +(110,223,o), +(110,494,c), +(110,527,l), +(93,490,l), +(943,490,l) +); +}, +{ +closed = 1; +nodes = ( +(331,1233,l), +(401,1233,l), +(401,1303,l), +(331,1303,l) +); +}, +{ +closed = 1; +nodes = ( +(614,1233,l), +(684,1233,l), +(684,1303,l), +(614,1303,l) +); +} +); +}; +layerId = "D6687E3D-851D-45D0-93DE-5BE73B6CFDF0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "schwa-cy"; +}, +{ +pos = (221,98); +ref = dieresiscomb; +} +); +width = 1046; +} +); +unicode = 1243; +}, +{ +color = 10; +glyphname = "zhedieresis-cy"; +kernLeft = x; +kernRight = x; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1329,0); +}, +{ +name = top; +pos = (664,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(637,561,l), +(569,561,l), +(107,1040,l), +(40,1040,l), +(528,535,l), +(10,0,l), +(77,0,l), +(569,507,l), +(637,507,l), +(637,0,l), +(686,0,l), +(686,507,l), +(753,507,l), +(1241,0,l), +(1308,0,l), +(794,534,l), +(1278,1040,l), +(1211,1040,l), +(753,561,l), +(686,561,l), +(686,1040,l), +(637,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(488,1235,l), +(558,1235,l), +(558,1305,l), +(488,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(771,1235,l), +(841,1235,l), +(841,1305,l), +(771,1305,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (378,100); +ref = dieresiscomb; +} +); +width = 1318; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(621,609,l), +(583,609,l), +(260,1040,l), +(25,1040,l), +(443,530,l), +(10,0,l), +(257,0,l), +(583,449,l), +(621,449,l), +(621,0,l), +(800,0,l), +(800,449,l), +(839,449,l), +(1157,0,l), +(1411,0,l), +(979,530,l), +(1392,1040,l), +(1149,1040,l), +(839,609,l), +(800,609,l), +(800,1040,l), +(621,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(467,1161,l), +(647,1161,l), +(647,1340,l), +(467,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(774,1161,l), +(954,1161,l), +(954,1340,l), +(774,1340,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (357,100); +ref = dieresiscomb; +} +); +width = 1421; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1970,0); +}, +{ +name = top; +pos = (954,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(770,682,l), +(736,682,l), +(496,1100,l), +(19,1100,l), +(414,565,l), +(10,0,l), +(499,0,l), +(736,417,l), +(770,417,l), +(770,0,l), +(1119,0,l), +(1119,417,l), +(1154,417,l), +(1401,0,l), +(1897,0,l), +(1482,565,l), +(1884,1100,l), +(1401,1100,l), +(1154,682,l), +(1119,682,l), +(1119,1100,l), +(770,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(605,1262,l), +(883,1262,l), +(883,1505,l), +(605,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(1020,1262,l), +(1298,1262,l), +(1298,1505,l), +(1020,1505,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (495,100); +ref = dieresiscomb; +} +); +width = 1907; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1218,0); +}, +{ +name = top; +pos = (775,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(646,561,l), +(572,561,l), +(212,1040,l), +(151,1040,l), +(531,535,l), +(-101,0,l), +(-28,0,l), +(572,507,l), +(634,507,l), +(526,0,l), +(575,0,l), +(683,507,l), +(764,507,l), +(1137,0,l), +(1197,0,l), +(803,534,l), +(1395,1040,l), +(1322,1040,l), +(762,561,l), +(695,561,l), +(797,1040,l), +(748,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(627,1225,l), +(697,1225,l), +(711,1295,l), +(641,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(910,1225,l), +(980,1225,l), +(994,1295,l), +(924,1295,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (387,100); +ref = dieresiscomb; +} +); +width = 1318; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(640,609,l), +(592,609,l), +(351,1040,l), +(136,1040,l), +(445,550,l), +(-101,0,l), +(156,0,l), +(578,449,l), +(606,449,l), +(510,0,l), +(689,0,l), +(785,449,l), +(872,449,l), +(1104,0,l), +(1300,0,l), +(1011,530,l), +(1503,1040,l), +(1260,1040,l), +(858,609,l), +(819,609,l), +(911,1040,l), +(732,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(492,1151,l), +(672,1151,l), +(709,1330,l), +(530,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(799,1151,l), +(979,1151,l), +(1016,1330,l), +(837,1330,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (274,100); +ref = dieresiscomb; +} +); +width = 1517; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1863,0); +}, +{ +name = top; +pos = (1081,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(808,682,l), +(754,682,l), +(623,1100,l), +(146,1100,l), +(387,585,l), +(-97,0,l), +(402,0,l), +(698,417,l), +(752,417,l), +(663,0,l), +(1012,0,l), +(1101,417,l), +(1176,417,l), +(1334,0,l), +(1790,0,l), +(1525,555,l), +(2011,1100,l), +(1498,1100,l), +(1192,682,l), +(1157,682,l), +(1246,1100,l), +(897,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(772,1262,l), +(1050,1262,l), +(1102,1505,l), +(824,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(1187,1262,l), +(1465,1262,l), +(1517,1505,l), +(1239,1505,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (532,100); +ref = dieresiscomb; +} +); +width = 1983; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1863,0); +}, +{ +name = top; +pos = (1081,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(808,682,l), +(754,682,l), +(623,1100,l), +(146,1100,l), +(387,585,l), +(-97,0,l), +(402,0,l), +(698,417,l), +(752,417,l), +(663,0,l), +(1012,0,l), +(1101,417,l), +(1176,417,l), +(1334,0,l), +(1790,0,l), +(1525,555,l), +(2011,1100,l), +(1498,1100,l), +(1192,682,l), +(1157,682,l), +(1246,1100,l), +(897,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(772,1262,l), +(1050,1262,l), +(1102,1505,l), +(824,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(1187,1262,l), +(1465,1262,l), +(1517,1505,l), +(1239,1505,l) +); +} +); +}; +layerId = "261FD269-560B-4455-97CF-02EF24F965F9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (532,100); +ref = dieresiscomb; +} +); +width = 1983; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(640,609,l), +(592,609,l), +(351,1040,l), +(136,1040,l), +(445,550,l), +(-101,0,l), +(156,0,l), +(578,449,l), +(606,449,l), +(510,0,l), +(689,0,l), +(785,449,l), +(872,449,l), +(1104,0,l), +(1300,0,l), +(1011,530,l), +(1503,1040,l), +(1260,1040,l), +(858,609,l), +(819,609,l), +(911,1040,l), +(732,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(492,1151,l), +(672,1151,l), +(709,1330,l), +(530,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(799,1151,l), +(979,1151,l), +(1016,1330,l), +(837,1330,l) +); +} +); +}; +layerId = "86780C5E-DDC1-47EE-9418-57E17343D289"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "zhe-cy"; +}, +{ +alignment = -1; +pos = (274,100); +ref = dieresiscomb; +} +); +width = 1517; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1970,0); +}, +{ +name = top; +pos = (954,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(770,682,l), +(736,682,l), +(496,1100,l), +(19,1100,l), +(414,565,l), +(10,0,l), +(499,0,l), +(736,417,l), +(770,417,l), +(770,0,l), +(1119,0,l), +(1119,417,l), +(1154,417,l), +(1401,0,l), +(1897,0,l), +(1482,565,l), +(1884,1100,l), +(1401,1100,l), +(1154,682,l), +(1119,682,l), +(1119,1100,l), +(770,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(605,1262,l), +(883,1262,l), +(883,1505,l), +(605,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(1020,1262,l), +(1298,1262,l), +(1298,1505,l), +(1020,1505,l) +); +} +); +}; +layerId = "F733BB3E-E791-4C76-9BF3-70326E82E8F3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (495,100); +ref = dieresiscomb; +} +); +width = 1907; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1218,0); +}, +{ +name = top; +pos = (775,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(646,561,l), +(572,561,l), +(212,1040,l), +(151,1040,l), +(531,535,l), +(-101,0,l), +(-28,0,l), +(572,507,l), +(634,507,l), +(526,0,l), +(575,0,l), +(683,507,l), +(764,507,l), +(1137,0,l), +(1197,0,l), +(803,534,l), +(1395,1040,l), +(1322,1040,l), +(762,561,l), +(695,561,l), +(797,1040,l), +(748,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(627,1225,l), +(697,1225,l), +(711,1295,l), +(641,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(910,1225,l), +(980,1225,l), +(994,1295,l), +(924,1295,l) +); +} +); +}; +layerId = "F114587D-9EB1-4E47-B349-794CEEE28F8A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (387,100); +ref = dieresiscomb; +} +); +width = 1318; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1497,0); +}, +{ +name = top; +pos = (710,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(621,609,l), +(583,609,l), +(260,1040,l), +(25,1040,l), +(443,530,l), +(10,0,l), +(257,0,l), +(583,449,l), +(621,449,l), +(621,0,l), +(800,0,l), +(800,449,l), +(839,449,l), +(1157,0,l), +(1411,0,l), +(979,530,l), +(1392,1040,l), +(1149,1040,l), +(839,609,l), +(800,609,l), +(800,1040,l), +(621,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(467,1161,l), +(647,1161,l), +(647,1340,l), +(467,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(774,1161,l), +(954,1161,l), +(954,1340,l), +(774,1340,l) +); +} +); +}; +layerId = "CBA3782C-8E06-4A96-981F-8F2A09A13001"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (357,100); +ref = dieresiscomb; +} +); +width = 1421; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1329,0); +}, +{ +name = top; +pos = (664,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(637,561,l), +(569,561,l), +(107,1040,l), +(40,1040,l), +(528,535,l), +(10,0,l), +(77,0,l), +(569,507,l), +(637,507,l), +(637,0,l), +(686,0,l), +(686,507,l), +(753,507,l), +(1241,0,l), +(1308,0,l), +(794,534,l), +(1278,1040,l), +(1211,1040,l), +(753,561,l), +(686,561,l), +(686,1040,l), +(637,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(488,1235,l), +(558,1235,l), +(558,1305,l), +(488,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(771,1235,l), +(841,1235,l), +(841,1305,l), +(771,1305,l) +); +} +); +}; +layerId = "756DD4EF-762B-4DD7-ACA8-3C3074F4C031"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "zhe-cy"; +}, +{ +pos = (378,100); +ref = dieresiscomb; +} +); +width = 1318; +} +); +unicode = 1245; +}, +{ +color = 10; +glyphname = "zedieresis-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (515,2); +}, +{ +name = top; +pos = (505,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(415,498,l), +(551,498,ls), +(749,498,o), +(892,404,o), +(892,275,cs), +(892,132,o), +(725,28,o), +(494,28,cs), +(278,28,o), +(117,140,o), +(111,295,cs), +(110,321,l), +(60,321,l), +(61,291,ls), +(67,111,o), +(250,-20,o), +(498,-20,cs), +(756,-20,o), +(942,104,o), +(942,275,cs), +(942,399,o), +(842,503,o), +(705,522,c), +(705,526,l), +(825,546,o), +(912,646,o), +(912,765,cs), +(912,932,o), +(742,1053,o), +(508,1053,cs), +(268,1053,o), +(87,922,o), +(77,741,cs), +(76,724,l), +(126,724,l), +(127,742,ls), +(135,895,o), +(294,1005,o), +(504,1005,cs), +(712,1005,o), +(862,904,o), +(862,765,cs), +(862,638,o), +(731,546,o), +(551,546,cs), +(415,546,l) +); +}, +{ +closed = 1; +nodes = ( +(329,1232,l), +(399,1232,l), +(399,1302,l), +(329,1302,l) +); +}, +{ +closed = 1; +nodes = ( +(612,1232,l), +(682,1232,l), +(682,1302,l), +(612,1302,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (219,97); +ref = dieresiscomb; +} +); +width = 1002; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (510,2); +}, +{ +name = top; +pos = (510,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(454,448,l), +(560,448,ls), +(681,448,o), +(769,385,o), +(769,297,cs), +(769,207,o), +(655,141,o), +(498,141,cs), +(347,141,o), +(238,210,o), +(238,305,cs), +(238,320,l), +(60,320,l), +(60,305,ls), +(60,116,o), +(248,-20,o), +(507,-20,cs), +(763,-20,o), +(948,104,o), +(948,275,cs), +(948,405,o), +(863,510,o), +(745,524,c), +(745,536,l), +(851,561,o), +(927,658,o), +(927,765,cs), +(927,933,o), +(750,1054,o), +(506,1054,cs), +(258,1054,o), +(78,923,o), +(78,741,cs), +(78,724,l), +(256,724,l), +(256,742,ls), +(256,830,o), +(360,893,o), +(503,893,cs), +(645,893,o), +(748,830,o), +(748,743,cs), +(748,661,o), +(669,602,o), +(560,602,cs), +(454,602,l) +); +}, +{ +closed = 1; +nodes = ( +(267,1158,l), +(447,1158,l), +(447,1337,l), +(267,1337,l) +); +}, +{ +closed = 1; +nodes = ( +(574,1158,l), +(754,1158,l), +(754,1337,l), +(574,1337,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (157,97); +ref = dieresiscomb; +} +); +width = 1008; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (636,-18); +}, +{ +name = top; +pos = (636,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(572,448,l), +(673,448,ls), +(745,448,o), +(797,411,o), +(797,361,cs), +(797,304,o), +(729,263,o), +(634,263,cs), +(532,263,o), +(456,308,o), +(452,371,cs), +(451,387,l), +(60,387,l), +(61,368,ls), +(73,133,o), +(313,-37,o), +(632,-37,cs), +(961,-37,o), +(1199,100,o), +(1199,290,cs), +(1199,429,o), +(1089,538,o), +(936,548,c), +(936,566,l), +(1067,589,o), +(1161,692,o), +(1161,813,cs), +(1161,993,o), +(940,1124,o), +(634,1124,cs), +(341,1124,o), +(113,958,o), +(90,729,cs), +(89,719,l), +(460,719,l), +(461,729,ls), +(467,784,o), +(534,823,o), +(621,823,cs), +(706,823,o), +(767,787,o), +(767,738,cs), +(767,686,o), +(722,648,o), +(660,648,cs), +(572,648,l) +); +}, +{ +closed = 1; +nodes = ( +(287,1260,l), +(565,1260,l), +(565,1503,l), +(287,1503,l) +); +}, +{ +closed = 1; +nodes = ( +(702,1260,l), +(980,1260,l), +(980,1503,l), +(702,1503,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (177,98); +ref = dieresiscomb; +} +); +width = 1259; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (417,2); +}, +{ +name = top; +pos = (590,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(405,498,l), +(541,498,ls), +(739,498,o), +(866,404,o), +(842,275,cs), +(817,132,o), +(632,28,o), +(401,28,cs), +(184,28,o), +(43,140,o), +(65,295,cs), +(69,321,l), +(18,321,l), +(13,291,ls), +(-12,111,o), +(148,-20,o), +(396,-20,cs), +(655,-20,o), +(864,104,o), +(893,275,cs), +(916,399,o), +(834,503,o), +(699,522,c), +(700,526,l), +(824,546,o), +(929,646,o), +(950,765,cs), +(979,932,o), +(831,1053,o), +(596,1053,cs), +(356,1053,o), +(151,922,o), +(109,741,cs), +(105,724,l), +(156,724,l), +(160,742,ls), +(195,895,o), +(372,1005,o), +(583,1005,cs), +(791,1005,o), +(924,904,o), +(899,765,cs), +(876,638,o), +(729,546,o), +(549,546,cs), +(413,546,l) +); +}, +{ +closed = 1; +nodes = ( +(442,1222,l), +(512,1222,l), +(526,1292,l), +(456,1292,l) +); +}, +{ +closed = 1; +nodes = ( +(725,1222,l), +(795,1222,l), +(809,1292,l), +(739,1292,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (202,97); +ref = dieresiscomb; +} +); +width = 1005; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (411,2); +}, +{ +name = top; +pos = (594,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(434,448,l), +(540,448,ls), +(662,448,o), +(738,385,o), +(722,297,cs), +(706,207,o), +(581,141,o), +(424,141,cs), +(273,141,o), +(176,210,o), +(193,305,cs), +(195,320,l), +(17,320,l), +(15,305,ls), +(-19,116,o), +(144,-20,o), +(404,-20,cs), +(660,-20,o), +(867,104,o), +(897,275,cs), +(921,405,o), +(854,510,o), +(738,524,c), +(740,536,l), +(851,562,o), +(944,658,o), +(963,765,cs), +(992,933,o), +(837,1054,o), +(593,1054,cs), +(344,1054,o), +(141,923,o), +(109,741,cs), +(106,724,l), +(284,724,l), +(288,742,ls), +(303,830,o), +(418,893,o), +(561,893,cs), +(703,893,o), +(795,830,o), +(780,743,cs), +(766,661,o), +(676,602,o), +(567,602,cs), +(461,602,l) +); +}, +{ +closed = 1; +nodes = ( +(356,1148,l), +(536,1148,l), +(573,1327,l), +(394,1327,l) +); +}, +{ +closed = 1; +nodes = ( +(663,1148,l), +(843,1148,l), +(880,1327,l), +(701,1327,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "ze-cy"; +}, +{ +alignment = -1; +pos = (138,97); +ref = dieresiscomb; +} +); +width = 1089; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (629,-18); +}, +{ +name = top; +pos = (629,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(548,448,l), +(649,448,ls), +(721,448,o), +(767,411,o), +(758,361,cs), +(748,304,o), +(672,263,o), +(578,263,cs), +(476,263,o), +(407,308,o), +(415,371,cs), +(416,387,l), +(25,387,l), +(23,368,ls), +(-6,133,o), +(204,-37,o), +(523,-37,cs), +(852,-37,o), +(1114,100,o), +(1147,290,cs), +(1171,429,o), +(1080,538,o), +(930,548,c), +(933,566,l), +(1067,589,o), +(1180,692,o), +(1202,813,cs), +(1233,993,o), +(1035,1124,o), +(729,1124,cs), +(437,1124,o), +(179,958,o), +(116,729,cs), +(113,719,l), +(484,719,l), +(487,729,ls), +(502,784,o), +(576,823,o), +(663,823,cs), +(748,823,o), +(803,787,o), +(794,738,cs), +(785,686,o), +(734,648,o), +(671,648,cs), +(583,648,l) +); +}, +{ +closed = 1; +nodes = ( +(334,1260,l), +(612,1260,l), +(664,1503,l), +(386,1503,l) +); +}, +{ +closed = 1; +nodes = ( +(749,1260,l), +(1027,1260,l), +(1079,1503,l), +(801,1503,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ze-cy"; +}, +{ +alignment = -1; +pos = (94,98); +ref = dieresiscomb; +} +); +width = 1342; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (629,-18); +}, +{ +name = top; +pos = (629,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(548,448,l), +(649,448,ls), +(721,448,o), +(767,411,o), +(758,361,cs), +(748,304,o), +(672,263,o), +(578,263,cs), +(476,263,o), +(407,308,o), +(415,371,cs), +(416,387,l), +(25,387,l), +(23,368,ls), +(-6,133,o), +(204,-37,o), +(523,-37,cs), +(852,-37,o), +(1114,100,o), +(1147,290,cs), +(1171,429,o), +(1080,538,o), +(930,548,c), +(933,566,l), +(1067,589,o), +(1180,692,o), +(1202,813,cs), +(1233,993,o), +(1035,1124,o), +(729,1124,cs), +(437,1124,o), +(179,958,o), +(116,729,cs), +(113,719,l), +(484,719,l), +(487,729,ls), +(502,784,o), +(576,823,o), +(663,823,cs), +(748,823,o), +(803,787,o), +(794,738,cs), +(785,686,o), +(734,648,o), +(671,648,cs), +(583,648,l) +); +}, +{ +closed = 1; +nodes = ( +(334,1260,l), +(612,1260,l), +(664,1503,l), +(386,1503,l) +); +}, +{ +closed = 1; +nodes = ( +(749,1260,l), +(1027,1260,l), +(1079,1503,l), +(801,1503,l) +); +} +); +}; +layerId = "97829C61-57EF-434A-A804-B4594F8277BA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ze-cy"; +}, +{ +alignment = -1; +pos = (94,98); +ref = dieresiscomb; +} +); +width = 1342; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (411,2); +}, +{ +name = top; +pos = (594,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(434,448,l), +(540,448,ls), +(662,448,o), +(738,385,o), +(722,297,cs), +(706,207,o), +(581,141,o), +(424,141,cs), +(273,141,o), +(176,210,o), +(193,305,cs), +(195,320,l), +(17,320,l), +(15,305,ls), +(-19,116,o), +(144,-20,o), +(404,-20,cs), +(660,-20,o), +(867,104,o), +(897,275,cs), +(921,405,o), +(854,510,o), +(738,524,c), +(740,536,l), +(851,562,o), +(944,658,o), +(963,765,cs), +(992,933,o), +(837,1054,o), +(593,1054,cs), +(344,1054,o), +(141,923,o), +(109,741,cs), +(106,724,l), +(284,724,l), +(288,742,ls), +(303,830,o), +(418,893,o), +(561,893,cs), +(703,893,o), +(795,830,o), +(780,743,cs), +(766,661,o), +(676,602,o), +(567,602,cs), +(461,602,l) +); +}, +{ +closed = 1; +nodes = ( +(356,1148,l), +(536,1148,l), +(573,1327,l), +(394,1327,l) +); +}, +{ +closed = 1; +nodes = ( +(663,1148,l), +(843,1148,l), +(880,1327,l), +(701,1327,l) +); +} +); +}; +layerId = "26E17A6B-F4B1-4029-B423-7F473372BE65"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ze-cy"; +}, +{ +alignment = -1; +pos = (138,97); +ref = dieresiscomb; +} +); +width = 1089; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (636,-18); +}, +{ +name = top; +pos = (636,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(572,448,l), +(673,448,ls), +(745,448,o), +(797,411,o), +(797,361,cs), +(797,304,o), +(729,263,o), +(634,263,cs), +(532,263,o), +(456,308,o), +(452,371,cs), +(451,387,l), +(60,387,l), +(61,368,ls), +(73,133,o), +(313,-37,o), +(632,-37,cs), +(961,-37,o), +(1199,100,o), +(1199,290,cs), +(1199,429,o), +(1089,538,o), +(936,548,c), +(936,566,l), +(1067,589,o), +(1161,692,o), +(1161,813,cs), +(1161,993,o), +(940,1124,o), +(634,1124,cs), +(341,1124,o), +(113,958,o), +(90,729,cs), +(89,719,l), +(460,719,l), +(461,729,ls), +(467,784,o), +(534,823,o), +(621,823,cs), +(706,823,o), +(767,787,o), +(767,738,cs), +(767,686,o), +(722,648,o), +(660,648,cs), +(572,648,l) +); +}, +{ +closed = 1; +nodes = ( +(287,1260,l), +(565,1260,l), +(565,1503,l), +(287,1503,l) +); +}, +{ +closed = 1; +nodes = ( +(702,1260,l), +(980,1260,l), +(980,1503,l), +(702,1503,l) +); +} +); +}; +layerId = "813A44A4-435D-41F3-BA5D-91E1DF3B24F6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (177,98); +ref = dieresiscomb; +} +); +width = 1259; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (417,2); +}, +{ +name = top; +pos = (590,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(405,498,l), +(541,498,ls), +(739,498,o), +(866,404,o), +(842,275,cs), +(817,132,o), +(632,28,o), +(401,28,cs), +(184,28,o), +(43,140,o), +(65,295,cs), +(69,321,l), +(18,321,l), +(13,291,ls), +(-12,111,o), +(148,-20,o), +(396,-20,cs), +(655,-20,o), +(864,104,o), +(893,275,cs), +(916,399,o), +(834,503,o), +(699,522,c), +(700,526,l), +(824,546,o), +(929,646,o), +(950,765,cs), +(979,932,o), +(831,1053,o), +(596,1053,cs), +(356,1053,o), +(151,922,o), +(109,741,cs), +(105,724,l), +(156,724,l), +(160,742,ls), +(195,895,o), +(372,1005,o), +(583,1005,cs), +(791,1005,o), +(924,904,o), +(899,765,cs), +(876,638,o), +(729,546,o), +(549,546,cs), +(413,546,l) +); +}, +{ +closed = 1; +nodes = ( +(442,1222,l), +(512,1222,l), +(526,1292,l), +(456,1292,l) +); +}, +{ +closed = 1; +nodes = ( +(725,1222,l), +(795,1222,l), +(809,1292,l), +(739,1292,l) +); +} +); +}; +layerId = "35694773-D21E-4291-A2C3-A8EB2ADDB62A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (202,97); +ref = dieresiscomb; +} +); +width = 1005; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (510,2); +}, +{ +name = top; +pos = (510,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(454,448,l), +(560,448,ls), +(681,448,o), +(769,385,o), +(769,297,cs), +(769,207,o), +(655,141,o), +(498,141,cs), +(347,141,o), +(238,210,o), +(238,305,cs), +(238,320,l), +(60,320,l), +(60,305,ls), +(60,116,o), +(248,-20,o), +(507,-20,cs), +(763,-20,o), +(948,104,o), +(948,275,cs), +(948,405,o), +(863,510,o), +(745,524,c), +(745,536,l), +(851,561,o), +(927,658,o), +(927,765,cs), +(927,933,o), +(750,1054,o), +(506,1054,cs), +(258,1054,o), +(78,923,o), +(78,741,cs), +(78,724,l), +(256,724,l), +(256,742,ls), +(256,830,o), +(360,893,o), +(503,893,cs), +(645,893,o), +(748,830,o), +(748,743,cs), +(748,661,o), +(669,602,o), +(560,602,cs), +(454,602,l) +); +}, +{ +closed = 1; +nodes = ( +(267,1158,l), +(447,1158,l), +(447,1337,l), +(267,1337,l) +); +}, +{ +closed = 1; +nodes = ( +(574,1158,l), +(754,1158,l), +(754,1337,l), +(574,1337,l) +); +} +); +}; +layerId = "5A2192E8-FC21-4D9E-B032-65B450A73166"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (157,97); +ref = dieresiscomb; +} +); +width = 1008; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (515,2); +}, +{ +name = top; +pos = (505,1037); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(415,498,l), +(551,498,ls), +(749,498,o), +(892,404,o), +(892,275,cs), +(892,132,o), +(725,28,o), +(494,28,cs), +(278,28,o), +(117,140,o), +(111,295,cs), +(110,321,l), +(60,321,l), +(61,291,ls), +(67,111,o), +(250,-20,o), +(498,-20,cs), +(756,-20,o), +(942,104,o), +(942,275,cs), +(942,399,o), +(842,503,o), +(705,522,c), +(705,526,l), +(825,546,o), +(912,646,o), +(912,765,cs), +(912,932,o), +(742,1053,o), +(508,1053,cs), +(268,1053,o), +(87,922,o), +(77,741,cs), +(76,724,l), +(126,724,l), +(127,742,ls), +(135,895,o), +(294,1005,o), +(504,1005,cs), +(712,1005,o), +(862,904,o), +(862,765,cs), +(862,638,o), +(731,546,o), +(551,546,cs), +(415,546,l) +); +}, +{ +closed = 1; +nodes = ( +(329,1232,l), +(399,1232,l), +(399,1302,l), +(329,1302,l) +); +}, +{ +closed = 1; +nodes = ( +(612,1232,l), +(682,1232,l), +(682,1302,l), +(612,1302,l) +); +} +); +}; +layerId = "6F157D68-7052-498D-B15E-44EEA62A7533"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ze-cy"; +}, +{ +pos = (219,97); +ref = dieresiscomb; +} +); +width = 1002; +} +); +unicode = 1247; +}, +{ +color = 6; +glyphname = "dzeabkhasian-cy"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,991,l), +(727,991,l), +(727,987,l), +(318,512,l), +(320,474,l), +(401,474,ls), +(678,474,o), +(853,326,o), +(854,90,c), +(857,-133,o), +(710,-273,o), +(473,-273,c), +(294,-273,o), +(152,-175,o), +(105,-20,c), +(60,-41,l), +(117,-213,o), +(277,-321,o), +(474,-321,c), +(738,-321,o), +(904,-161,o), +(904,95,c), +(901,355,o), +(709,520,o), +(407,522,c), +(407,527,l), +(813,1001,l), +(814,1039,l), +(115,1039,l) +); +} +); +width = 964; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,879,l), +(642,879,l), +(642,873,l), +(303,485,l), +(316,379,l), +(492,376,ls), +(684,373,o), +(805,269,o), +(806,107,c), +(808,-66,o), +(699,-174,o), +(523,-174,c), +(369,-174,o), +(247,-90,o), +(207,43,c), +(60,-33,l), +(121,-218,o), +(300,-334,o), +(525,-334,c), +(808,-334,o), +(986,-162,o), +(986,112,c), +(983,348,o), +(819,504,o), +(562,517,c), +(562,524,l), +(910,914,l), +(911,1039,l), +(129,1039,l) +); +} +); +width = 1046; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,798,l), +(594,798,l), +(594,778,l), +(388,480,l), +(400,329,l), +(563,325,ls), +(685,322,o), +(763,257,o), +(764,156,c), +(765,24,o), +(695,-59,o), +(583,-59,c), +(467,-59,o), +(369,31,o), +(328,175,c), +(60,15,l), +(131,-216,o), +(341,-361,o), +(604,-361,c), +(948,-361,o), +(1164,-164,o), +(1164,150,c), +(1161,377,o), +(1022,525,o), +(803,535,c), +(803,546,l), +(1073,898,l), +(1074,1100,l), +(117,1100,l) +); +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,991,l), +(827,991,l), +(826,987,l), +(317,512,l), +(310,474,l), +(401,474,ls), +(672,474,o), +(812,326,o), +(763,90,c), +(718,-133,o), +(541,-273,o), +(305,-273,c), +(124,-273,o), +(2,-176,o), +(-12,-21,c), +(-59,-41,l), +(-39,-213,o), +(101,-321,o), +(305,-321,c), +(562,-321,o), +(758,-164,o), +(812,86,c), +(865,352,o), +(709,520,o), +(408,522,c), +(409,527,l), +(915,1001,l), +(925,1039,l), +(226,1039,l) +); +} +); +width = 964; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(205,879,l), +(708,879,l), +(707,873,l), +(295,485,l), +(286,379,l), +(461,376,ls), +(652,373,o), +(751,269,o), +(718,107,c), +(683,-66,o), +(551,-174,o), +(375,-174,c), +(214,-174,o), +(106,-94,o), +(95,33,c), +(-58,-33,l), +(-36,-218,o), +(126,-334,o), +(363,-334,c), +(637,-334,o), +(844,-170,o), +(899,92,c), +(948,341,o), +(825,505,o), +(581,517,c), +(582,524,l), +(993,914,l), +(1021,1039,l), +(239,1039,l) +); +} +); +width = 1050; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,798,l), +(626,798,l), +(622,778,l), +(372,480,l), +(352,329,l), +(515,325,ls), +(636,322,o), +(700,257,o), +(680,156,c), +(653,24,o), +(565,-59,o), +(453,-59,c), +(319,-59,o), +(228,31,o), +(218,175,c), +(-54,15,l), +(-32,-216,o), +(170,-361,o), +(470,-361,c), +(781,-361,o), +(1016,-175,o), +(1078,120,c), +(1128,365,o), +(1028,525,o), +(819,535,c), +(822,546,l), +(1146,898,l), +(1190,1100,l), +(233,1100,l) +); +} +); +width = 1229; +} +); +metricLeft = o; +metricRight = o; +unicode = 1249; +}, +{ +color = 10; +glyphname = "imacron-cy"; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (519,1263); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(329,1231,l), +(710,1231,l), +(710,1279,l), +(329,1279,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (219,100); +ref = macroncomb; +} +); +width = 1058; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (552,1327); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(315,1187,l), +(786,1187,l), +(786,1327,l), +(315,1327,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (205,99); +ref = macroncomb; +} +); +width = 1125; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (650,1488); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(323,1273,l), +(976,1273,l), +(976,1513,l), +(323,1513,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (213,100); +ref = macroncomb; +} +); +width = 1299; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (671,1263); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(476,1231,l), +(857,1231,l), +(867,1279,l), +(486,1279,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (235,100); +ref = macroncomb; +} +); +width = 1118; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (728,1327); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(446,1187,l), +(917,1187,l), +(947,1327,l), +(476,1327,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (220,99); +ref = macroncomb; +} +); +width = 1206; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (857,1488); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(484,1273,l), +(1137,1273,l), +(1189,1513,l), +(536,1513,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (242,100); +ref = macroncomb; +} +); +width = 1359; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (857,1488); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(484,1273,l), +(1137,1273,l), +(1189,1513,l), +(536,1513,l) +); +} +); +}; +layerId = "486F8E71-BEF8-458D-A906-73CA3122A8D7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (242,100); +ref = macroncomb; +} +); +width = 1359; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (728,1327); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(446,1187,l), +(917,1187,l), +(947,1327,l), +(476,1327,l) +); +} +); +}; +layerId = "23CABF9E-A742-49D2-9D13-502704F7B5FC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (220,99); +ref = macroncomb; +} +); +width = 1206; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (650,1488); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(323,1273,l), +(976,1273,l), +(976,1513,l), +(323,1513,l) +); +} +); +}; +layerId = "C17FFADC-B103-46F3-8993-9E15569D7934"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (213,100); +ref = macroncomb; +} +); +width = 1299; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (671,1263); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(476,1231,l), +(857,1231,l), +(867,1279,l), +(486,1279,l) +); +} +); +}; +layerId = "986328F2-EBD7-41AB-8D75-DEDC50017E59"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (235,100); +ref = macroncomb; +} +); +width = 1118; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (552,1327); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(315,1187,l), +(786,1187,l), +(786,1327,l), +(315,1327,l) +); +} +); +}; +layerId = "AB8A997C-1DF1-4181-801F-E651D5039509"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (205,99); +ref = macroncomb; +} +); +width = 1125; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (519,1263); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(329,1231,l), +(710,1231,l), +(710,1279,l), +(329,1279,l) +); +} +); +}; +layerId = "F278281A-D21B-4AFB-806C-CA22C33DEEA6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (219,100); +ref = macroncomb; +} +); +width = 1058; +} +); +unicode = 1251; +}, +{ +color = 10; +glyphname = "idieresis-cy"; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (529,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(353,1235,l), +(423,1235,l), +(423,1305,l), +(353,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(636,1235,l), +(706,1235,l), +(706,1305,l), +(636,1305,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (243,100); +ref = dieresiscomb; +} +); +width = 1058; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (552,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(309,1160,l), +(489,1160,l), +(489,1339,l), +(309,1339,l) +); +}, +{ +closed = 1; +nodes = ( +(616,1160,l), +(796,1160,l), +(796,1339,l), +(616,1339,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (199,99); +ref = dieresiscomb; +} +); +width = 1125; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (650,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(301,1262,l), +(579,1262,l), +(579,1505,l), +(301,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(716,1262,l), +(994,1262,l), +(994,1505,l), +(716,1505,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (191,100); +ref = dieresiscomb; +} +); +width = 1299; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (640,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(497,1225,l), +(567,1225,l), +(581,1295,l), +(511,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(780,1225,l), +(850,1225,l), +(864,1295,l), +(794,1295,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (257,100); +ref = dieresiscomb; +} +); +width = 1118; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (663,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(425,1150,l), +(605,1150,l), +(642,1329,l), +(463,1329,l) +); +}, +{ +closed = 1; +nodes = ( +(732,1150,l), +(912,1150,l), +(949,1329,l), +(770,1329,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (207,99); +ref = dieresiscomb; +} +); +width = 1206; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (767,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(452,1262,l), +(730,1262,l), +(782,1505,l), +(504,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(867,1262,l), +(1145,1262,l), +(1197,1505,l), +(919,1505,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (212,100); +ref = dieresiscomb; +} +); +width = 1359; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (767,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(452,1262,l), +(730,1262,l), +(782,1505,l), +(504,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(867,1262,l), +(1145,1262,l), +(1197,1505,l), +(919,1505,l) +); +} +); +}; +layerId = "8EB7B6C2-B115-4DE4-8471-3485998020F7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (212,100); +ref = dieresiscomb; +} +); +width = 1359; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (663,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(425,1150,l), +(605,1150,l), +(642,1329,l), +(463,1329,l) +); +}, +{ +closed = 1; +nodes = ( +(732,1150,l), +(912,1150,l), +(949,1329,l), +(770,1329,l) +); +} +); +}; +layerId = "3C67B4B4-3F82-4EA2-8E70-2400F09B3FB6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (207,99); +ref = dieresiscomb; +} +); +width = 1206; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (650,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(301,1262,l), +(579,1262,l), +(579,1505,l), +(301,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(716,1262,l), +(994,1262,l), +(994,1505,l), +(716,1505,l) +); +} +); +}; +layerId = "47FF9DD6-460D-42D6-A824-88FF29A0992E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (191,100); +ref = dieresiscomb; +} +); +width = 1299; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (640,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(497,1225,l), +(567,1225,l), +(581,1295,l), +(511,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(780,1225,l), +(850,1225,l), +(864,1295,l), +(794,1295,l) +); +} +); +}; +layerId = "046E47C9-6323-4DB2-9688-AA7395E9480D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (257,100); +ref = dieresiscomb; +} +); +width = 1118; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (552,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(309,1160,l), +(489,1160,l), +(489,1339,l), +(309,1339,l) +); +}, +{ +closed = 1; +nodes = ( +(616,1160,l), +(796,1160,l), +(796,1339,l), +(616,1339,l) +); +} +); +}; +layerId = "49ABA8BB-2E0A-4B36-992E-3CDBC317491D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (199,99); +ref = dieresiscomb; +} +); +width = 1125; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (529,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(353,1235,l), +(423,1235,l), +(423,1305,l), +(353,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(636,1235,l), +(706,1235,l), +(706,1305,l), +(636,1305,l) +); +} +); +}; +layerId = "996FD19F-A5D5-40CB-B75F-41CCEBFB5C8F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (243,100); +ref = dieresiscomb; +} +); +width = 1058; +} +); +unicode = 1253; +}, +{ +color = 10; +glyphname = "odieresis-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (276,114); +ref = dieresiscomb; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (243,115); +ref = dieresiscomb; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +}, +{ +pos = (201,124); +ref = dieresiscomb; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +}, +{ +pos = (268,114); +ref = dieresiscomb; +} +); +width = 1121; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +}, +{ +pos = (219,115); +ref = dieresiscomb; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = o; +}, +{ +pos = (217,124); +ref = dieresiscomb; +} +); +width = 1357; +} +); +unicode = 1255; +}, +{ +color = 3; +glyphname = "obarred-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(89,496,l), +(1034,496,l), +(1034,544,l), +(89,544,l) +); +}, +{ +ref = o; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(207,448,l), +(974,448,l), +(974,593,l), +(207,593,l) +); +}, +{ +ref = o; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(377,438,l), +(944,438,l), +(944,651,l), +(377,651,l) +); +}, +{ +ref = o; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,496,l), +(1074,496,l), +(1074,544,l), +(129,544,l) +); +}, +{ +ref = o; +} +); +width = 1139; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(227,448,l), +(994,448,l), +(994,593,l), +(227,593,l) +); +}, +{ +ref = o; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(447,438,l), +(1014,438,l), +(1014,651,l), +(447,651,l) +); +}, +{ +ref = o; +} +); +width = 1357; +} +); +metricLeft = o; +metricRight = o; +unicode = 1257; +}, +{ +color = 10; +glyphname = "obarreddieresis-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1054); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(89,496,l), +(1034,496,l), +(1034,544,l), +(89,544,l) +); +}, +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(386,1249,l), +(456,1249,l), +(456,1319,l), +(386,1319,l) +); +}, +{ +closed = 1; +nodes = ( +(669,1249,l), +(739,1249,l), +(739,1319,l), +(669,1319,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (276,114); +ref = dieresiscomb; +} +); +width = 1120; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1055); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(207,448,l), +(974,448,l), +(974,593,l), +(207,593,l) +); +}, +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,1176,l), +(533,1176,l), +(533,1355,l), +(353,1355,l) +); +}, +{ +closed = 1; +nodes = ( +(660,1176,l), +(840,1176,l), +(840,1355,l), +(660,1355,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (243,115); +ref = dieresiscomb; +} +); +width = 1192; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1124); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(377,438,l), +(944,438,l), +(944,651,l), +(377,651,l) +); +}, +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,1286,l), +(589,1286,l), +(589,1529,l), +(311,1529,l) +); +}, +{ +closed = 1; +nodes = ( +(726,1286,l), +(1004,1286,l), +(1004,1529,l), +(726,1529,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (201,124); +ref = dieresiscomb; +} +); +width = 1316; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (656,1054); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(129,496,l), +(1074,496,l), +(1074,544,l), +(129,544,l) +); +}, +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(508,1239,l), +(578,1239,l), +(592,1309,l), +(522,1309,l) +); +}, +{ +closed = 1; +nodes = ( +(791,1239,l), +(861,1239,l), +(875,1309,l), +(805,1309,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (268,114); +ref = dieresiscomb; +} +); +width = 1139; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (670,1055); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(227,448,l), +(994,448,l), +(994,593,l), +(227,593,l) +); +}, +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,1166,l), +(617,1166,l), +(654,1345,l), +(475,1345,l) +); +}, +{ +closed = 1; +nodes = ( +(744,1166,l), +(924,1166,l), +(961,1345,l), +(782,1345,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (219,115); +ref = dieresiscomb; +} +); +width = 1153; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (772,1124); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(447,438,l), +(1014,438,l), +(1014,651,l), +(447,651,l) +); +}, +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,1286,l), +(755,1286,l), +(807,1529,l), +(529,1529,l) +); +}, +{ +closed = 1; +nodes = ( +(892,1286,l), +(1170,1286,l), +(1222,1529,l), +(944,1529,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "obarred-cy"; +}, +{ +alignment = -1; +pos = (237,124); +ref = dieresiscomb; +} +); +width = 1437; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (574,3); +}, +{ +name = center; +pos = (1446,457); +}, +{ +name = ogonek; +pos = (1110,14); +}, +{ +name = top; +pos = (772,1124); +}, +{ +name = topright; +pos = (1183,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(447,438,l), +(1014,438,l), +(1014,651,l), +(447,651,l) +); +}, +{ +closed = 1; +nodes = ( +(964,-36,o), +(1234,191,o), +(1297,552,cs), +(1359,903,o), +(1152,1124,o), +(761,1124,cs), +(393,1124,o), +(123,903,o), +(61,552,cs), +(-2,191,o), +(205,-36,o), +(597,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(486,254,o), +(429,369,o), +(461,552,cs), +(492,725,o), +(604,834,o), +(750,834,cs), +(871,834,o), +(928,725,o), +(897,552,cs), +(865,369,o), +(754,254,o), +(608,254,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,1286,l), +(755,1286,l), +(807,1529,l), +(529,1529,l) +); +}, +{ +closed = 1; +nodes = ( +(892,1286,l), +(1170,1286,l), +(1222,1529,l), +(944,1529,l) +); +} +); +}; +layerId = "93E86359-53EE-4C84-A520-FE8FF307ED1C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "obarred-cy"; +}, +{ +alignment = -1; +pos = (237,124); +ref = dieresiscomb; +} +); +width = 1437; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (498,13); +}, +{ +name = center; +pos = (576,521); +}, +{ +name = ogonek; +pos = (916,12); +}, +{ +name = top; +pos = (670,1055); +}, +{ +name = topright; +pos = (890,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(227,448,l), +(994,448,l), +(994,593,l), +(227,593,l) +); +}, +{ +closed = 1; +nodes = ( +(803,-15,o), +(1034,191,o), +(1092,519,cs), +(1150,848,o), +(983,1055,o), +(660,1055,cs), +(349,1055,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(169,-15,o), +(492,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,145,o), +(199,289,o), +(240,519,cs), +(281,750,o), +(439,895,o), +(650,895,cs), +(852,895,o), +(953,750,o), +(912,519,cs), +(871,289,o), +(712,145,o), +(500,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(437,1166,l), +(617,1166,l), +(654,1345,l), +(475,1345,l) +); +}, +{ +closed = 1; +nodes = ( +(744,1166,l), +(924,1166,l), +(961,1345,l), +(782,1345,l) +); +} +); +}; +layerId = "D77EB00A-AD26-4AED-B60D-473B542F706B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (219,115); +ref = dieresiscomb; +} +); +width = 1153; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (659,3); +}, +{ +name = center; +pos = (1451,457); +}, +{ +name = ogonek; +pos = (1193,14); +}, +{ +name = top; +pos = (660,1124); +}, +{ +name = topright; +pos = (1071,1124); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(377,438,l), +(944,438,l), +(944,651,l), +(377,651,l) +); +}, +{ +closed = 1; +nodes = ( +(1017,-36,o), +(1256,211,o), +(1256,552,cs), +(1256,884,o), +(1017,1124,o), +(659,1124,cs), +(300,1124,o), +(60,884,o), +(60,552,cs), +(60,211,o), +(300,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(532,304,o), +(460,408,o), +(460,552,cs), +(460,687,o), +(532,784,o), +(659,784,cs), +(785,784,o), +(856,687,o), +(856,552,cs), +(856,408,o), +(785,304,o), +(659,304,cs) +); +}, +{ +closed = 1; +nodes = ( +(311,1286,l), +(589,1286,l), +(589,1529,l), +(311,1529,l) +); +}, +{ +closed = 1; +nodes = ( +(726,1286,l), +(1004,1286,l), +(1004,1529,l), +(726,1529,l) +); +} +); +}; +layerId = "727ACB5C-9743-4E63-97B0-9AC576AAD0B9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (201,124); +ref = dieresiscomb; +} +); +width = 1316; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (476,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (855,11); +}, +{ +name = top; +pos = (656,1054); +}, +{ +name = topright; +pos = (890,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(129,496,l), +(1074,496,l), +(1074,544,l), +(129,544,l) +); +}, +{ +closed = 1; +nodes = ( +(774,-15,o), +(1002,191,o), +(1060,519,cs), +(1118,848,o), +(962,1054,o), +(657,1054,cs), +(348,1054,o), +(118,848,o), +(60,519,cs), +(2,191,o), +(160,-15,o), +(469,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(195,33,o), +(57,220,o), +(110,519,cs), +(163,818,o), +(374,1006,o), +(657,1006,cs), +(927,1006,o), +(1063,818,o), +(1010,519,cs), +(957,220,o), +(748,33,o), +(467,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(508,1239,l), +(578,1239,l), +(592,1309,l), +(522,1309,l) +); +}, +{ +closed = 1; +nodes = ( +(791,1239,l), +(861,1239,l), +(875,1309,l), +(805,1309,l) +); +} +); +}; +layerId = "ED130AF1-D7C3-4B63-8FA1-81F04C4B7306"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (268,114); +ref = dieresiscomb; +} +); +width = 1139; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (607,13); +}, +{ +name = center; +pos = (596,521); +}, +{ +name = ogonek; +pos = (1026,12); +}, +{ +name = top; +pos = (596,1055); +}, +{ +name = topright; +pos = (816,1055); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(207,448,l), +(974,448,l), +(974,593,l), +(207,593,l) +); +}, +{ +closed = 1; +nodes = ( +(907,-15,o), +(1132,209,o), +(1132,519,cs), +(1132,830,o), +(907,1055,o), +(596,1055,cs), +(285,1055,o), +(60,830,o), +(60,519,cs), +(60,209,o), +(285,-15,o), +(596,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(390,145,o), +(240,302,o), +(240,519,cs), +(240,737,o), +(389,895,o), +(594,895,cs), +(802,895,o), +(952,737,o), +(952,519,cs), +(952,302,o), +(802,145,o), +(596,145,cs) +); +}, +{ +closed = 1; +nodes = ( +(353,1176,l), +(533,1176,l), +(533,1355,l), +(353,1355,l) +); +}, +{ +closed = 1; +nodes = ( +(660,1176,l), +(840,1176,l), +(840,1355,l), +(660,1355,l) +); +} +); +}; +layerId = "2E7F431B-76CC-4BAC-B713-110854FD7538"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (243,115); +ref = dieresiscomb; +} +); +width = 1192; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (565,12); +}, +{ +name = center; +pos = (555,520); +}, +{ +name = ogonek; +pos = (945,11); +}, +{ +name = top; +pos = (562,1054); +}, +{ +name = topright; +pos = (796,1053); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(89,496,l), +(1034,496,l), +(1034,544,l), +(89,544,l) +); +}, +{ +closed = 1; +nodes = ( +(865,-15,o), +(1060,195,o), +(1060,519,cs), +(1060,844,o), +(865,1054,o), +(563,1054,cs), +(258,1054,o), +(60,844,o), +(60,519,cs), +(60,195,o), +(258,-15,o), +(563,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(288,33,o), +(110,224,o), +(110,519,cs), +(110,815,o), +(287,1006,o), +(561,1006,cs), +(834,1006,o), +(1010,815,o), +(1010,519,cs), +(1010,224,o), +(834,33,o), +(563,33,cs) +); +}, +{ +closed = 1; +nodes = ( +(386,1249,l), +(456,1249,l), +(456,1319,l), +(386,1319,l) +); +}, +{ +closed = 1; +nodes = ( +(669,1249,l), +(739,1249,l), +(739,1319,l), +(669,1319,l) +); +} +); +}; +layerId = "151D667F-4082-4780-94C5-F059DEA80DED"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "obarred-cy"; +}, +{ +pos = (276,114); +ref = dieresiscomb; +} +); +width = 1120; +} +); +unicode = 1259; +}, +{ +color = 10; +glyphname = "edieresis-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (499,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(993,846,o), +(802,1055,o), +(503,1055,cs), +(311,1055,o), +(140,959,o), +(60,807,c), +(100,782,l), +(173,920,o), +(329,1007,o), +(503,1007,cs), +(772,1007,o), +(944,815,o), +(948,509,cs), +(944,214,o), +(772,28,o), +(503,28,cs), +(325,28,o), +(171,117,o), +(104,259,c), +(60,230,l), +(133,76,o), +(304,-20,o), +(503,-20,cs), +(802,-20,o), +(993,186,o), +(997,514,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,487,l), +(966,487,l), +(966,535,l), +(246,535,l) +); +}, +{ +closed = 1; +nodes = ( +(323,1234,l), +(393,1234,l), +(393,1304,l), +(323,1304,l) +); +}, +{ +closed = 1; +nodes = ( +(606,1234,l), +(676,1234,l), +(676,1304,l), +(606,1304,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (213,99); +ref = dieresiscomb; +} +); +width = 1057; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (518,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,846,o), +(840,1055,o), +(518,1055,cs), +(304,1055,o), +(127,951,o), +(60,785,c), +(207,698,l), +(253,819,o), +(373,895,o), +(518,895,cs), +(732,895,o), +(869,748,o), +(872,513,cs), +(869,284,o), +(732,140,o), +(518,140,cs), +(372,140,o), +(252,214,o), +(207,333,c), +(60,254,l), +(127,86,o), +(304,-20,o), +(518,-20,cs), +(840,-20,o), +(1046,186,o), +(1051,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(309,432,l), +(955,432,l), +(955,589,l), +(309,589,l) +); +}, +{ +closed = 1; +nodes = ( +(275,1161,l), +(455,1161,l), +(455,1340,l), +(275,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(582,1161,l), +(762,1161,l), +(762,1340,l), +(582,1340,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (165,100); +ref = dieresiscomb; +} +); +width = 1111; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (531,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1141,899,o), +(906,1124,o), +(532,1124,cs), +(343,1124,o), +(161,1037,o), +(60,898,c), +(286,713,l), +(339,795,o), +(430,847,o), +(522,847,cs), +(684,847,o), +(786,725,o), +(786,531,cs), +(786,352,o), +(684,240,o), +(522,240,cs), +(421,240,o), +(326,285,o), +(276,356,c), +(60,158,l), +(161,38,o), +(343,-37,o), +(532,-37,cs), +(902,-37,o), +(1137,186,o), +(1141,541,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,424,l), +(1019,424,l), +(1019,657,l), +(370,657,l) +); +}, +{ +closed = 1; +nodes = ( +(182,1260,l), +(460,1260,l), +(460,1503,l), +(182,1503,l) +); +}, +{ +closed = 1; +nodes = ( +(597,1260,l), +(875,1260,l), +(875,1503,l), +(597,1503,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (72,98); +ref = dieresiscomb; +} +); +width = 1201; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (601,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1061,846,o), +(907,1055,o), +(608,1055,cs), +(416,1055,o), +(228,959,o), +(121,807,c), +(157,782,l), +(254,920,o), +(425,1007,o), +(599,1007,cs), +(868,1007,o), +(1006,815,o), +(957,509,cs), +(900,214,o), +(696,28,o), +(427,28,cs), +(249,28,o), +(110,117,o), +(68,259,c), +(19,230,l), +(65,76,o), +(219,-20,o), +(418,-20,cs), +(717,-20,o), +(945,186,o), +(1006,514,cs) +); +}, +{ +closed = 1; +nodes = ( +(251,487,l), +(971,487,l), +(979,535,l), +(259,535,l) +); +}, +{ +closed = 1; +nodes = ( +(478,1224,l), +(548,1224,l), +(562,1294,l), +(492,1294,l) +); +}, +{ +closed = 1; +nodes = ( +(761,1224,l), +(831,1224,l), +(845,1294,l), +(775,1294,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "ereversed-cy"; +}, +{ +alignment = -1; +pos = (238,99); +ref = dieresiscomb; +} +); +width = 1148; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (619,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1113,846,o), +(944,1055,o), +(622,1055,cs), +(408,1055,o), +(212,951,o), +(116,785,c), +(248,698,l), +(315,819,o), +(449,895,o), +(594,895,cs), +(808,895,o), +(919,748,o), +(880,513,cs), +(837,284,o), +(674,140,o), +(460,140,cs), +(314,140,o), +(207,214,o), +(183,333,c), +(23,254,l), +(60,86,o), +(218,-20,o), +(432,-20,cs), +(754,-20,o), +(997,186,o), +(1059,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(303,432,l), +(949,432,l), +(977,589,l), +(331,589,l) +); +}, +{ +closed = 1; +nodes = ( +(381,1151,l), +(561,1151,l), +(598,1330,l), +(419,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(688,1151,l), +(868,1151,l), +(905,1330,l), +(726,1330,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "ereversed-cy"; +}, +{ +alignment = -1; +pos = (163,100); +ref = dieresiscomb; +} +); +width = 1201; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (640,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1215,899,o), +(1019,1124,o), +(645,1124,cs), +(456,1124,o), +(259,1037,o), +(134,898,c), +(327,713,l), +(394,795,o), +(495,847,o), +(587,847,cs), +(749,847,o), +(829,725,o), +(795,531,cs), +(763,352,o), +(641,240,o), +(479,240,cs), +(378,240,o), +(291,285,o), +(254,356,c), +(3,158,l), +(83,38,o), +(252,-37,o), +(441,-37,cs), +(811,-37,o), +(1085,186,o), +(1152,541,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,424,l), +(1009,424,l), +(1050,657,l), +(401,657,l) +); +}, +{ +closed = 1; +nodes = ( +(345,1260,l), +(623,1260,l), +(675,1503,l), +(397,1503,l) +); +}, +{ +closed = 1; +nodes = ( +(760,1260,l), +(1038,1260,l), +(1090,1503,l), +(812,1503,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ereversed-cy"; +}, +{ +alignment = -1; +pos = (105,98); +ref = dieresiscomb; +} +); +width = 1294; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (640,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1215,899,o), +(1019,1124,o), +(645,1124,cs), +(456,1124,o), +(259,1037,o), +(134,898,c), +(327,713,l), +(394,795,o), +(495,847,o), +(587,847,cs), +(749,847,o), +(829,725,o), +(795,531,cs), +(763,352,o), +(641,240,o), +(479,240,cs), +(378,240,o), +(291,285,o), +(254,356,c), +(3,158,l), +(83,38,o), +(252,-37,o), +(441,-37,cs), +(811,-37,o), +(1085,186,o), +(1152,541,cs) +); +}, +{ +closed = 1; +nodes = ( +(360,424,l), +(1009,424,l), +(1050,657,l), +(401,657,l) +); +}, +{ +closed = 1; +nodes = ( +(345,1260,l), +(623,1260,l), +(675,1503,l), +(397,1503,l) +); +}, +{ +closed = 1; +nodes = ( +(760,1260,l), +(1038,1260,l), +(1090,1503,l), +(812,1503,l) +); +} +); +}; +layerId = "788A3AEE-8500-4B0C-B2C6-D71204B9F7B3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ereversed-cy"; +}, +{ +alignment = -1; +pos = (105,98); +ref = dieresiscomb; +} +); +width = 1294; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (619,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1113,846,o), +(944,1055,o), +(622,1055,cs), +(408,1055,o), +(212,951,o), +(116,785,c), +(248,698,l), +(315,819,o), +(449,895,o), +(594,895,cs), +(808,895,o), +(919,748,o), +(880,513,cs), +(837,284,o), +(674,140,o), +(460,140,cs), +(314,140,o), +(207,214,o), +(183,333,c), +(23,254,l), +(60,86,o), +(218,-20,o), +(432,-20,cs), +(754,-20,o), +(997,186,o), +(1059,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(303,432,l), +(949,432,l), +(977,589,l), +(331,589,l) +); +}, +{ +closed = 1; +nodes = ( +(381,1151,l), +(561,1151,l), +(598,1330,l), +(419,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(688,1151,l), +(868,1151,l), +(905,1330,l), +(726,1330,l) +); +} +); +}; +layerId = "4C05433E-ADDF-47C6-BAEB-695FE821AC81"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ereversed-cy"; +}, +{ +alignment = -1; +pos = (163,100); +ref = dieresiscomb; +} +); +width = 1201; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (531,1098); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1141,899,o), +(906,1124,o), +(532,1124,cs), +(343,1124,o), +(161,1037,o), +(60,898,c), +(286,713,l), +(339,795,o), +(430,847,o), +(522,847,cs), +(684,847,o), +(786,725,o), +(786,531,cs), +(786,352,o), +(684,240,o), +(522,240,cs), +(421,240,o), +(326,285,o), +(276,356,c), +(60,158,l), +(161,38,o), +(343,-37,o), +(532,-37,cs), +(902,-37,o), +(1137,186,o), +(1141,541,cs) +); +}, +{ +closed = 1; +nodes = ( +(370,424,l), +(1019,424,l), +(1019,657,l), +(370,657,l) +); +}, +{ +closed = 1; +nodes = ( +(182,1260,l), +(460,1260,l), +(460,1503,l), +(182,1503,l) +); +}, +{ +closed = 1; +nodes = ( +(597,1260,l), +(875,1260,l), +(875,1503,l), +(597,1503,l) +); +} +); +}; +layerId = "0CDE40E5-6944-4327-B525-8C982A3295B2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (72,98); +ref = dieresiscomb; +} +); +width = 1201; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (601,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1061,846,o), +(907,1055,o), +(608,1055,cs), +(416,1055,o), +(228,959,o), +(121,807,c), +(157,782,l), +(254,920,o), +(425,1007,o), +(599,1007,cs), +(868,1007,o), +(1006,815,o), +(957,509,cs), +(900,214,o), +(696,28,o), +(427,28,cs), +(249,28,o), +(110,117,o), +(68,259,c), +(19,230,l), +(65,76,o), +(219,-20,o), +(418,-20,cs), +(717,-20,o), +(945,186,o), +(1006,514,cs) +); +}, +{ +closed = 1; +nodes = ( +(251,487,l), +(971,487,l), +(979,535,l), +(259,535,l) +); +}, +{ +closed = 1; +nodes = ( +(478,1224,l), +(548,1224,l), +(562,1294,l), +(492,1294,l) +); +}, +{ +closed = 1; +nodes = ( +(761,1224,l), +(831,1224,l), +(845,1294,l), +(775,1294,l) +); +} +); +}; +layerId = "BA3288AA-B6D9-4B13-B8A1-2B4712BE5A16"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ereversed-cy"; +}, +{ +alignment = -1; +pos = (238,99); +ref = dieresiscomb; +} +); +width = 1148; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (518,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1046,846,o), +(840,1055,o), +(518,1055,cs), +(304,1055,o), +(127,951,o), +(60,785,c), +(207,698,l), +(253,819,o), +(373,895,o), +(518,895,cs), +(732,895,o), +(869,748,o), +(872,513,cs), +(869,284,o), +(732,140,o), +(518,140,cs), +(372,140,o), +(252,214,o), +(207,333,c), +(60,254,l), +(127,86,o), +(304,-20,o), +(518,-20,cs), +(840,-20,o), +(1046,186,o), +(1051,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(309,432,l), +(955,432,l), +(955,589,l), +(309,589,l) +); +}, +{ +closed = 1; +nodes = ( +(275,1161,l), +(455,1161,l), +(455,1340,l), +(275,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(582,1161,l), +(762,1161,l), +(762,1340,l), +(582,1340,l) +); +} +); +}; +layerId = "34A7D5D5-FA4C-47D8-914E-0FBE67491F01"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (165,100); +ref = dieresiscomb; +} +); +width = 1111; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (499,1039); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(993,846,o), +(802,1055,o), +(503,1055,cs), +(311,1055,o), +(140,959,o), +(60,807,c), +(100,782,l), +(173,920,o), +(329,1007,o), +(503,1007,cs), +(772,1007,o), +(944,815,o), +(948,509,cs), +(944,214,o), +(772,28,o), +(503,28,cs), +(325,28,o), +(171,117,o), +(104,259,c), +(60,230,l), +(133,76,o), +(304,-20,o), +(503,-20,cs), +(802,-20,o), +(993,186,o), +(997,514,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,487,l), +(966,487,l), +(966,535,l), +(246,535,l) +); +}, +{ +closed = 1; +nodes = ( +(323,1234,l), +(393,1234,l), +(393,1304,l), +(323,1304,l) +); +}, +{ +closed = 1; +nodes = ( +(606,1234,l), +(676,1234,l), +(676,1304,l), +(606,1304,l) +); +} +); +}; +layerId = "40CAB256-8450-409F-9566-731A07F9557D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ereversed-cy"; +}, +{ +pos = (213,99); +ref = dieresiscomb; +} +); +width = 1057; +} +); +unicode = 1261; +}, +{ +color = 10; +glyphname = "umacron-cy"; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +}, +{ +pos = (147,100); +ref = macroncomb; +} +); +width = 864; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (155,100); +ref = macroncomb; +} +); +width = 1010; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (178,100); +ref = macroncomb; +} +); +width = 1222; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = y; +}, +{ +pos = (212,100); +ref = macroncomb; +} +); +width = 975; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = y; +}, +{ +pos = (175,100); +ref = macroncomb; +} +); +width = 1010; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = y; +}, +{ +pos = (207,100); +ref = macroncomb; +} +); +width = 1222; +} +); +unicode = 1263; +}, +{ +color = 10; +glyphname = "udieresis-cy"; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +}, +{ +pos = (171,100); +ref = dieresiscomb; +} +); +width = 864; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (149,100); +ref = dieresiscomb; +} +); +width = 1010; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (156,100); +ref = dieresiscomb; +} +); +width = 1222; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = y; +}, +{ +pos = (230,100); +ref = dieresiscomb; +} +); +width = 975; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = y; +}, +{ +pos = (162,100); +ref = dieresiscomb; +} +); +width = 1010; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = y; +}, +{ +pos = (177,100); +ref = dieresiscomb; +} +); +width = 1222; +} +); +unicode = 1265; +}, +{ +color = 10; +glyphname = "uhungarumlaut-cy"; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (430,-303); +}, +{ +name = top; +pos = (457,1488); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(434,6,l), +(412,-73,o), +(383,-158,o), +(365,-195,cs), +(347,-235,o), +(300,-264,o), +(254,-264,cs), +(217,-264,o), +(167,-253,o), +(135,-239,c), +(126,-287,l), +(163,-303,o), +(212,-313,o), +(255,-313,cs), +(325,-313,o), +(393,-270,o), +(416,-212,cs), +(464,-96,o), +(476,-27,o), +(490,7,c), +(844,1039,l), +(789,1039,l), +(465,72,l), +(461,72,l), +(74,1040,l), +(20,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(362,1399,l), +(287,1170,l), +(331,1170,l), +(422,1399,l) +); +}, +{ +closed = 1; +nodes = ( +(575,1398,l), +(500,1169,l), +(544,1169,l), +(635,1398,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = y; +}, +{ +pos = (177,100); +ref = hungarumlautcomb; +} +); +width = 864; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (497,-312); +}, +{ +name = top; +pos = (502,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(422,1,l), +(409,-40,o), +(392,-85,o), +(378,-113,cs), +(356,-158,o), +(310,-189,o), +(262,-192,cs), +(235,-194,o), +(180,-187,o), +(122,-174,c), +(107,-330,l), +(163,-346,o), +(240,-355,o), +(303,-353,cs), +(396,-350,o), +(488,-288,o), +(536,-195,cs), +(572,-125,o), +(604,-58,o), +(617,-23,cs), +(1000,1040,l), +(806,1040,l), +(525,202,l), +(513,202,l), +(206,1040,l), +(10,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(390,1414,l), +(300,1165,l), +(463,1165,l), +(603,1414,l) +); +}, +{ +closed = 1; +nodes = ( +(660,1413,l), +(570,1164,l), +(733,1164,l), +(873,1413,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = y; +}, +{ +pos = (190,100); +ref = hungarumlautcomb; +} +); +width = 1010; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (575,-335); +}, +{ +name = top; +pos = (615,1629); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(425,4,l), +(417,-22,o), +(403,-51,o), +(392,-66,cs), +(378,-85,o), +(333,-99,o), +(285,-99,cs), +(258,-99,o), +(221,-93,o), +(185,-80,c), +(167,-360,l), +(210,-372,o), +(308,-380,o), +(415,-380,cs), +(529,-380,o), +(653,-314,o), +(709,-224,cs), +(742,-178,o), +(785,-98,o), +(813,-34,c), +(1212,1099,l), +(775,1099,l), +(630,334,l), +(612,334,l), +(449,1100,l), +(10,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(315,1579,l), +(245,1240,l), +(488,1240,l), +(668,1579,l) +); +}, +{ +closed = 1; +nodes = ( +(762,1578,l), +(692,1239,l), +(935,1239,l), +(1115,1578,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = y; +}, +{ +pos = (135,100); +ref = hungarumlautcomb; +} +); +width = 1222; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (354,-303); +}, +{ +name = top; +pos = (852,1488); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,-20,l), +(350,-98,o), +(312,-164,o), +(287,-203,cs), +(250,-260,o), +(206,-292,o), +(165,-292,cs), +(132,-292,o), +(99,-289,o), +(73,-284,c), +(54,-332,l), +(84,-338,o), +(121,-341,o), +(158,-341,cs), +(220,-341,o), +(282,-298,o), +(330,-220,cs), +(361,-169,o), +(403,-97,o), +(447,-19,c), +(1075,1039,l), +(1020,1039,l), +(433,46,l), +(429,46,l), +(175,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(738,1399,l), +(614,1170,l), +(658,1170,l), +(798,1399,l) +); +}, +{ +closed = 1; +nodes = ( +(950,1398,l), +(827,1169,l), +(871,1169,l), +(1010,1398,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (386,100); +ref = hungarumlautcomb; +} +); +width = 975; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (345,-312); +}, +{ +name = top; +pos = (832,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(331,1,l), +(310,-40,o), +(284,-85,o), +(264,-113,cs), +(234,-158,o), +(182,-189,o), +(133,-192,cs), +(106,-194,o), +(52,-187,o), +(-3,-174,c), +(-49,-330,l), +(4,-346,o), +(79,-355,o), +(143,-353,cs), +(236,-350,o), +(340,-288,o), +(407,-195,cs), +(456,-125,o), +(501,-58,o), +(521,-23,cs), +(1111,1040,l), +(917,1040,l), +(488,202,l), +(476,202,l), +(317,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(710,1414,l), +(567,1165,l), +(730,1165,l), +(923,1414,l) +); +}, +{ +closed = 1; +nodes = ( +(979,1413,l), +(836,1164,l), +(999,1164,l), +(1192,1413,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (346,100); +ref = hungarumlautcomb; +} +); +width = 1010; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (413,-335); +}, +{ +name = top; +pos = (844,1629); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(329,4,l), +(316,-22,o), +(296,-51,o), +(282,-66,cs), +(265,-85,o), +(217,-99,o), +(169,-99,cs), +(142,-99,o), +(106,-93,o), +(72,-80,c), +(0,-360,l), +(41,-372,o), +(137,-380,o), +(244,-380,cs), +(358,-380,o), +(495,-314,o), +(568,-224,cs), +(610,-178,o), +(669,-98,o), +(709,-34,c), +(1329,1099,l), +(892,1099,l), +(598,334,l), +(580,334,l), +(566,1100,l), +(127,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(534,1579,l), +(392,1240,l), +(635,1240,l), +(887,1579,l) +); +}, +{ +closed = 1; +nodes = ( +(980,1578,l), +(838,1239,l), +(1081,1239,l), +(1333,1578,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = y; +}, +{ +pos = (157,100); +ref = hungarumlautcomb; +} +); +width = 1222; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (413,-335); +}, +{ +name = top; +pos = (844,1629); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(329,4,l), +(316,-22,o), +(296,-51,o), +(282,-66,cs), +(265,-85,o), +(217,-99,o), +(169,-99,cs), +(142,-99,o), +(106,-93,o), +(72,-80,c), +(0,-360,l), +(41,-372,o), +(137,-380,o), +(244,-380,cs), +(358,-380,o), +(495,-314,o), +(568,-224,cs), +(610,-178,o), +(669,-98,o), +(709,-34,c), +(1329,1099,l), +(892,1099,l), +(598,334,l), +(580,334,l), +(566,1100,l), +(127,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(534,1579,l), +(392,1240,l), +(635,1240,l), +(887,1579,l) +); +}, +{ +closed = 1; +nodes = ( +(980,1578,l), +(838,1239,l), +(1081,1239,l), +(1333,1578,l) +); +} +); +}; +layerId = "3596D602-ADF8-4DC7-A778-F81C5DEADF45"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = y; +}, +{ +pos = (157,100); +ref = hungarumlautcomb; +} +); +width = 1222; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (345,-312); +}, +{ +name = top; +pos = (832,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(331,1,l), +(310,-40,o), +(284,-85,o), +(264,-113,cs), +(234,-158,o), +(182,-189,o), +(133,-192,cs), +(106,-194,o), +(52,-187,o), +(-3,-174,c), +(-49,-330,l), +(4,-346,o), +(79,-355,o), +(143,-353,cs), +(236,-350,o), +(340,-288,o), +(407,-195,cs), +(456,-125,o), +(501,-58,o), +(521,-23,cs), +(1111,1040,l), +(917,1040,l), +(488,202,l), +(476,202,l), +(317,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(710,1414,l), +(567,1165,l), +(730,1165,l), +(923,1414,l) +); +}, +{ +closed = 1; +nodes = ( +(979,1413,l), +(836,1164,l), +(999,1164,l), +(1192,1413,l) +); +} +); +}; +layerId = "78763511-A858-432C-BBCB-1C1530AC5D02"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (346,100); +ref = hungarumlautcomb; +} +); +width = 1010; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (575,-335); +}, +{ +name = top; +pos = (615,1629); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(425,4,l), +(417,-22,o), +(403,-51,o), +(392,-66,cs), +(378,-85,o), +(333,-99,o), +(285,-99,cs), +(258,-99,o), +(221,-93,o), +(185,-80,c), +(167,-360,l), +(210,-372,o), +(308,-380,o), +(415,-380,cs), +(529,-380,o), +(653,-314,o), +(709,-224,cs), +(742,-178,o), +(785,-98,o), +(813,-34,c), +(1212,1099,l), +(775,1099,l), +(630,334,l), +(612,334,l), +(449,1100,l), +(10,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(315,1579,l), +(245,1240,l), +(488,1240,l), +(668,1579,l) +); +}, +{ +closed = 1; +nodes = ( +(762,1578,l), +(692,1239,l), +(935,1239,l), +(1115,1578,l) +); +} +); +}; +layerId = "97D9961E-BD6E-4044-97E0-FC82BE7A99D0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = y; +}, +{ +pos = (135,100); +ref = hungarumlautcomb; +} +); +width = 1222; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (354,-303); +}, +{ +name = top; +pos = (852,1488); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(391,-20,l), +(350,-98,o), +(312,-164,o), +(287,-203,cs), +(250,-260,o), +(206,-292,o), +(165,-292,cs), +(132,-292,o), +(99,-289,o), +(73,-284,c), +(54,-332,l), +(84,-338,o), +(121,-341,o), +(158,-341,cs), +(220,-341,o), +(282,-298,o), +(330,-220,cs), +(361,-169,o), +(403,-97,o), +(447,-19,c), +(1075,1039,l), +(1020,1039,l), +(433,46,l), +(429,46,l), +(175,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(738,1399,l), +(614,1170,l), +(658,1170,l), +(798,1399,l) +); +}, +{ +closed = 1; +nodes = ( +(950,1398,l), +(827,1169,l), +(871,1169,l), +(1010,1398,l) +); +} +); +}; +layerId = "0682E964-B9EF-45B7-827D-5FD14C17AC79"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = y; +}, +{ +alignment = -1; +pos = (386,100); +ref = hungarumlautcomb; +} +); +width = 975; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (497,-312); +}, +{ +name = top; +pos = (502,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(422,1,l), +(409,-40,o), +(392,-85,o), +(378,-113,cs), +(356,-158,o), +(310,-189,o), +(262,-192,cs), +(235,-194,o), +(180,-187,o), +(122,-174,c), +(107,-330,l), +(163,-346,o), +(240,-355,o), +(303,-353,cs), +(396,-350,o), +(488,-288,o), +(536,-195,cs), +(572,-125,o), +(604,-58,o), +(617,-23,cs), +(1000,1040,l), +(806,1040,l), +(525,202,l), +(513,202,l), +(206,1040,l), +(10,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(390,1414,l), +(300,1165,l), +(463,1165,l), +(603,1414,l) +); +}, +{ +closed = 1; +nodes = ( +(660,1413,l), +(570,1164,l), +(733,1164,l), +(873,1413,l) +); +} +); +}; +layerId = "6588B24C-1BE2-479F-95D1-FB5AEDFC1E32"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = y; +}, +{ +pos = (190,100); +ref = hungarumlautcomb; +} +); +width = 1010; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (430,-303); +}, +{ +name = top; +pos = (457,1488); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(434,6,l), +(412,-73,o), +(383,-158,o), +(365,-195,cs), +(347,-235,o), +(300,-264,o), +(254,-264,cs), +(217,-264,o), +(167,-253,o), +(135,-239,c), +(126,-287,l), +(163,-303,o), +(212,-313,o), +(255,-313,cs), +(325,-313,o), +(393,-270,o), +(416,-212,cs), +(464,-96,o), +(476,-27,o), +(490,7,c), +(844,1039,l), +(789,1039,l), +(465,72,l), +(461,72,l), +(74,1040,l), +(20,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(362,1399,l), +(287,1170,l), +(331,1170,l), +(422,1399,l) +); +}, +{ +closed = 1; +nodes = ( +(575,1398,l), +(500,1169,l), +(544,1169,l), +(635,1398,l) +); +} +); +}; +layerId = "AF9DC564-5398-434F-8638-B5EF99891A53"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = y; +}, +{ +pos = (177,100); +ref = hungarumlautcomb; +} +); +width = 864; +} +); +unicode = 1267; +}, +{ +color = 10; +glyphname = "chedieresis-cy"; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (924,0); +}, +{ +name = top; +pos = (465,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(801,472,o), +(645,370,o), +(447,370,cs), +(249,370,o), +(110,475,o), +(110,624,cs), +(110,1040,l), +(60,1040,l), +(60,624,ls), +(60,446,o), +(220,321,o), +(447,321,cs), +(621,321,o), +(776,398,o), +(823,507,c), +(825,507,l), +(825,0,l), +(875,0,l), +(875,1040,l), +(825,1040,l), +(825,616,l) +); +}, +{ +closed = 1; +nodes = ( +(289,1235,l), +(359,1235,l), +(359,1305,l), +(289,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(572,1235,l), +(642,1235,l), +(642,1305,l), +(572,1305,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (179,100); +ref = dieresiscomb; +} +); +width = 935; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1024,0); +}, +{ +name = top; +pos = (498,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(749,534,o), +(648,464,o), +(498,464,cs), +(339,464,o), +(239,535,o), +(239,649,cs), +(239,1040,l), +(60,1040,l), +(60,642,ls), +(60,435,o), +(208,305,o), +(443,305,cs), +(579,305,o), +(697,355,o), +(747,434,c), +(759,434,l), +(759,0,l), +(938,0,l), +(938,1040,l), +(759,1040,l), +(759,646,l) +); +}, +{ +closed = 1; +nodes = ( +(255,1161,l), +(435,1161,l), +(435,1340,l), +(255,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(562,1161,l), +(742,1161,l), +(742,1340,l), +(562,1340,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (145,100); +ref = dieresiscomb; +} +); +width = 998; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(786,699,o), +(722,640,o), +(620,640,cs), +(520,640,o), +(457,699,o), +(457,794,cs), +(457,1100,l), +(60,1100,l), +(60,691,ls), +(60,475,o), +(211,340,o), +(452,340,cs), +(601,340,o), +(723,393,o), +(768,478,c), +(786,478,l), +(786,0,l), +(1186,0,l), +(1186,1100,l), +(786,1100,l), +(786,794,ls) +); +}, +{ +closed = 1; +nodes = ( +(274,1262,l), +(552,1262,l), +(552,1505,l), +(274,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(689,1262,l), +(967,1262,l), +(967,1505,l), +(689,1505,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (164,100); +ref = dieresiscomb; +} +); +width = 1246; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (813,0); +}, +{ +name = top; +pos = (576,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(791,472,o), +(613,370,o), +(415,370,cs), +(217,370,o), +(100,475,o), +(132,624,cs), +(221,1040,l), +(171,1040,l), +(82,624,ls), +(44,446,o), +(178,321,o), +(405,321,cs), +(579,321,o), +(750,398,o), +(820,507,c), +(822,507,l), +(714,0,l), +(764,0,l), +(986,1040,l), +(936,1040,l), +(845,616,l) +); +}, +{ +closed = 1; +nodes = ( +(453,1225,l), +(523,1225,l), +(537,1295,l), +(467,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(736,1225,l), +(806,1225,l), +(820,1295,l), +(750,1295,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (213,100); +ref = dieresiscomb; +} +); +width = 1015; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (913,0); +}, +{ +name = top; +pos = (609,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,534,o), +(636,464,o), +(486,464,cs), +(327,464,o), +(242,535,o), +(266,649,cs), +(350,1040,l), +(171,1040,l), +(86,642,ls), +(42,435,o), +(162,305,o), +(397,305,cs), +(533,305,o), +(662,355,o), +(729,434,c), +(741,434,l), +(648,0,l), +(827,0,l), +(1049,1040,l), +(870,1040,l), +(786,646,l) +); +}, +{ +closed = 1; +nodes = ( +(371,1151,l), +(551,1151,l), +(588,1330,l), +(409,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(678,1151,l), +(858,1151,l), +(895,1330,l), +(716,1330,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (153,100); +ref = dieresiscomb; +} +); +width = 1078; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(818,699,o), +(741,640,o), +(639,640,cs), +(539,640,o), +(489,699,o), +(509,794,cs), +(574,1100,l), +(177,1100,l), +(90,691,ls), +(44,475,o), +(166,340,o), +(407,340,cs), +(556,340,o), +(690,393,o), +(753,478,c), +(771,478,l), +(669,0,l), +(1069,0,l), +(1303,1100,l), +(903,1100,l), +(838,794,ls) +); +}, +{ +closed = 1; +nodes = ( +(328,1262,l), +(606,1262,l), +(658,1505,l), +(380,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(743,1262,l), +(1021,1262,l), +(1073,1505,l), +(795,1505,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (88,100); +ref = dieresiscomb; +} +); +width = 1326; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(818,699,o), +(741,640,o), +(639,640,cs), +(539,640,o), +(489,699,o), +(509,794,cs), +(574,1100,l), +(177,1100,l), +(90,691,ls), +(44,475,o), +(166,340,o), +(407,340,cs), +(556,340,o), +(690,393,o), +(753,478,c), +(771,478,l), +(669,0,l), +(1069,0,l), +(1303,1100,l), +(903,1100,l), +(838,794,ls) +); +}, +{ +closed = 1; +nodes = ( +(328,1262,l), +(606,1262,l), +(658,1505,l), +(380,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(743,1262,l), +(1021,1262,l), +(1073,1505,l), +(795,1505,l) +); +} +); +}; +layerId = "52DA6FE2-7F21-4F45-9F48-FF2A09C0D284"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (88,100); +ref = dieresiscomb; +} +); +width = 1326; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (913,0); +}, +{ +name = top; +pos = (609,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(752,534,o), +(636,464,o), +(486,464,cs), +(327,464,o), +(242,535,o), +(266,649,cs), +(350,1040,l), +(171,1040,l), +(86,642,ls), +(42,435,o), +(162,305,o), +(397,305,cs), +(533,305,o), +(662,355,o), +(729,434,c), +(741,434,l), +(648,0,l), +(827,0,l), +(1049,1040,l), +(870,1040,l), +(786,646,l) +); +}, +{ +closed = 1; +nodes = ( +(371,1151,l), +(551,1151,l), +(588,1330,l), +(409,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(678,1151,l), +(858,1151,l), +(895,1330,l), +(716,1330,l) +); +} +); +}; +layerId = "AB8F3CB3-E7A3-475A-80AE-7BE35A3FDE1E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (153,100); +ref = dieresiscomb; +} +); +width = 1078; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1259,0); +}, +{ +name = top; +pos = (623,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(786,699,o), +(722,640,o), +(620,640,cs), +(520,640,o), +(457,699,o), +(457,794,cs), +(457,1100,l), +(60,1100,l), +(60,691,ls), +(60,475,o), +(211,340,o), +(452,340,cs), +(601,340,o), +(723,393,o), +(768,478,c), +(786,478,l), +(786,0,l), +(1186,0,l), +(1186,1100,l), +(786,1100,l), +(786,794,ls) +); +}, +{ +closed = 1; +nodes = ( +(274,1262,l), +(552,1262,l), +(552,1505,l), +(274,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(689,1262,l), +(967,1262,l), +(967,1505,l), +(689,1505,l) +); +} +); +}; +layerId = "8D9FA53B-A91F-47BC-9819-1B5493CC7A10"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (164,100); +ref = dieresiscomb; +} +); +width = 1246; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (813,0); +}, +{ +name = top; +pos = (576,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(791,472,o), +(613,370,o), +(415,370,cs), +(217,370,o), +(100,475,o), +(132,624,cs), +(221,1040,l), +(171,1040,l), +(82,624,ls), +(44,446,o), +(178,321,o), +(405,321,cs), +(579,321,o), +(750,398,o), +(820,507,c), +(822,507,l), +(714,0,l), +(764,0,l), +(986,1040,l), +(936,1040,l), +(845,616,l) +); +}, +{ +closed = 1; +nodes = ( +(453,1225,l), +(523,1225,l), +(537,1295,l), +(467,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(736,1225,l), +(806,1225,l), +(820,1295,l), +(750,1295,l) +); +} +); +}; +layerId = "3BC7B535-57F3-4DC3-A9CA-12FC1A7705F2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "che-cy"; +}, +{ +alignment = -1; +pos = (213,100); +ref = dieresiscomb; +} +); +width = 1015; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1024,0); +}, +{ +name = top; +pos = (498,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(749,534,o), +(648,464,o), +(498,464,cs), +(339,464,o), +(239,535,o), +(239,649,cs), +(239,1040,l), +(60,1040,l), +(60,642,ls), +(60,435,o), +(208,305,o), +(443,305,cs), +(579,305,o), +(697,355,o), +(747,434,c), +(759,434,l), +(759,0,l), +(938,0,l), +(938,1040,l), +(759,1040,l), +(759,646,l) +); +}, +{ +closed = 1; +nodes = ( +(255,1161,l), +(435,1161,l), +(435,1340,l), +(255,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(562,1161,l), +(742,1161,l), +(742,1340,l), +(562,1340,l) +); +} +); +}; +layerId = "E06483B5-1F27-46AF-80D7-D700A9FF8A9B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (145,100); +ref = dieresiscomb; +} +); +width = 998; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (924,0); +}, +{ +name = top; +pos = (465,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(801,472,o), +(645,370,o), +(447,370,cs), +(249,370,o), +(110,475,o), +(110,624,cs), +(110,1040,l), +(60,1040,l), +(60,624,ls), +(60,446,o), +(220,321,o), +(447,321,cs), +(621,321,o), +(776,398,o), +(823,507,c), +(825,507,l), +(825,0,l), +(875,0,l), +(875,1040,l), +(825,1040,l), +(825,616,l) +); +}, +{ +closed = 1; +nodes = ( +(289,1235,l), +(359,1235,l), +(359,1305,l), +(289,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(572,1235,l), +(642,1235,l), +(642,1305,l), +(572,1305,l) +); +} +); +}; +layerId = "6669FB40-4D68-4E1B-8167-8D0744CBE3E0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "che-cy"; +}, +{ +pos = (179,100); +ref = dieresiscomb; +} +); +width = 935; +} +); +unicode = 1269; +}, +{ +color = 10; +glyphname = "yerudieresis-cy"; +kernLeft = ssflat; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (299,70); +ref = dieresiscomb; +} +); +width = 1337; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (372,70); +ref = dieresiscomb; +} +); +width = 1562; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (465,70); +ref = dieresiscomb; +} +); +width = 1967; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (197,70); +ref = dieresiscomb; +} +); +width = 1339; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (274,70); +ref = dieresiscomb; +} +); +width = 1564; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = "yeru-cy"; +}, +{ +pos = (369,70); +ref = dieresiscomb; +} +); +width = 1969; +} +); +unicode = 1273; +}, +{ +color = 6; +glyphname = "hahook-cy"; +kernLeft = x; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(440,530,l), +(10,3,l), +(73,3,l), +(481,496,l), +(519,521,l), +(943,1040,l), +(881,1040,l), +(484,560,l), +(482,560,l), +(89,1040,l), +(23,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(883,-135,o), +(826,-199,o), +(735,-199,cs), +(705,-199,l), +(705,-252,l), +(735,-252,ls), +(858,-252,o), +(936,-167,o), +(936,-32,cs), +(936,64,o), +(775,280,o), +(519,527,c), +(478,495,l), +(727,259,o), +(883,56,o), +(883,-33,c) +); +} +); +width = 953; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(438,560,l), +(10,2,l), +(260,2,l), +(586,452,l), +(645,546,l), +(1085,1040,l), +(818,1040,l), +(555,702,l), +(545,702,l), +(272,1040,l), +(36,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(907,-43,o), +(849,-96,o), +(766,-96,cs), +(696,-96,l), +(696,-256,l), +(759,-256,ls), +(947,-256,o), +(1087,-139,o), +(1087,27,cs), +(1087,200,o), +(918,379,o), +(678,604,c), +(560,479,l), +(764,278,o), +(907,154,o), +(907,33,cs) +); +} +); +width = 1097; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,574,l), +(10,0,l), +(530,0,l), +(824,430,l), +(1066,558,l), +(1489,1100,l), +(972,1100,l), +(763,789,l), +(753,789,l), +(531,1100,l), +(44,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1016,-13,o), +(987,-39,o), +(935,-39,cs), +(906,-39,l), +(906,-363,l), +(953,-363,ls), +(1239,-363,o), +(1402,-222,o), +(1407,30,cs), +(1407,194,o), +(1281,429,o), +(1056,611,c), +(767,409,l), +(927,265,o), +(1016,103,o), +(1016,34,cs) +); +} +); +width = 1499; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(448,530,l), +(-73,13,l), +(-10,13,l), +(483,496,l), +(525,521,l), +(1041,1040,l), +(979,1040,l), +(497,560,l), +(495,560,l), +(187,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(774,-135,o), +(705,-199,o), +(614,-199,cs), +(584,-199,l), +(575,-252,l), +(605,-252,ls), +(728,-252,o), +(821,-167,o), +(845,-32,cs), +(862,64,o), +(739,280,o), +(526,527,c), +(480,495,l), +(687,259,o), +(807,56,o), +(792,-33,c) +); +} +); +width = 973; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(439,560,l), +(-88,2,l), +(162,2,l), +(568,452,l), +(643,546,l), +(1170,1040,l), +(903,1040,l), +(581,702,l), +(571,702,l), +(357,1040,l), +(121,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(801,-43,o), +(734,-96,o), +(651,-96,cs), +(581,-96,l), +(553,-256,l), +(616,-256,ls), +(804,-256,o), +(964,-139,o), +(994,27,cs), +(1024,200,o), +(887,379,o), +(686,604,c), +(546,479,l), +(715,278,o), +(836,154,o), +(815,33,cs) +); +} +); +width = 1109; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(467,574,l), +(-91,0,l), +(429,0,l), +(799,430,l), +(1063,558,l), +(1582,1100,l), +(1065,1100,l), +(801,789,l), +(791,789,l), +(624,1100,l), +(137,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(913,-13,o), +(879,-39,o), +(827,-39,cs), +(798,-39,l), +(741,-363,l), +(788,-363,ls), +(1074,-363,o), +(1262,-222,o), +(1311,30,cs), +(1340,194,o), +(1256,429,o), +(1063,611,c), +(738,409,l), +(873,265,o), +(933,103,o), +(921,34,cs) +); +} +); +width = 1485; +} +); +metricLeft = x; +metricRight = x; +unicode = 1277; +}, +{ +color = 10; +glyphname = "reversedze-cy"; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (1002,0); +ref = "ze-cy"; +scale = (-1,1); +} +); +width = 1002; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (1008,0); +ref = "ze-cy"; +scale = (-1,1); +} +); +width = 1008; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (1259,0); +ref = "ze-cy"; +scale = (-1,1); +} +); +width = 1259; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (801,0); +ref = "ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1003; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (805,0); +ref = "ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1007; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1046,0); +ref = "ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1257; +} +); +metricLeft = o; +metricRight = o; +unicode = 1297; +}, +{ +color = 10; +glyphname = "elhook-cy"; +kernLeft = "el-cy"; +lastChange = "2025-12-11 15:03:30 +0000"; +layers = ( +{ +anchors = ( +{ +name = hook; +pos = (1009,1); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(285,1040,l), +(282,645,o), +(276,306,o), +(270,160,cs), +(267,87,o), +(228,41,o), +(169,40,cs), +(126,40,o), +(78,44,o), +(45,51,c), +(40,1,l), +(83,-6,o), +(134,-10,o), +(174,-9,cs), +(259,-9,o), +(315,54,o), +(320,155,cs), +(328,306,o), +(333,629,o), +(333,992,c), +(984,992,l), +(984,-109,ls), +(984,-197,o), +(918,-246,o), +(817,-246,cs), +(765,-246,l), +(765,-294,l), +(815,-294,ls), +(951,-294,o), +(1034,-227,o), +(1034,-106,cs), +(1034,1040,l) +); +} +); +width = 1134; +}, +{ +anchors = ( +{ +name = hook; +pos = (1013,1); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(256,1040,l), +(250,603,o), +(242,288,o), +(235,222,cs), +(230,181,o), +(202,155,o), +(163,154,cs), +(120,154,o), +(79,158,o), +(55,164,c), +(40,4,l), +(100,-5,o), +(167,-9,o), +(216,-7,cs), +(325,-6,o), +(401,81,o), +(414,218,cs), +(420,304,o), +(426,560,o), +(429,880,c), +(918,880,l), +(918,-69,ls), +(918,-126,o), +(885,-154,o), +(831,-154,cs), +(789,-154,l), +(789,-314,l), +(839,-314,ls), +(1011,-314,o), +(1098,-228,o), +(1098,-56,cs), +(1098,1040,l) +); +} +); +width = 1198; +}, +{ +anchors = ( +{ +name = hook; +pos = (1139,1); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,1100,l), +(220,685,o), +(205,400,o), +(200,361,cs), +(195,322,o), +(166,297,o), +(125,297,cs), +(107,297,o), +(80,300,o), +(54,304,c), +(30,2,l), +(87,-7,o), +(187,-11,o), +(290,-9,cs), +(460,-6,o), +(576,98,o), +(591,261,cs), +(595,310,o), +(604,518,o), +(613,800,c), +(928,800,l), +(928,-69,ls), +(928,-135,o), +(881,-172,o), +(811,-172,cs), +(749,-172,l), +(749,-456,l), +(927,-456,ls), +(1176,-456,o), +(1328,-343,o), +(1328,-106,cs), +(1328,1100,l) +); +} +); +width = 1428; +}, +{ +anchors = ( +{ +name = hook; +pos = (889,1); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(386,1040,l), +(299,645,o), +(220,306,o), +(183,160,cs), +(165,87,o), +(116,41,o), +(57,40,cs), +(14,40,o), +(-33,44,o), +(-65,51,c), +(-80,1,l), +(-39,-6,o), +(11,-10,o), +(52,-9,cs), +(137,-9,o), +(206,54,o), +(232,155,cs), +(272,306,o), +(346,629,o), +(423,992,c), +(1074,992,l), +(840,-109,ls), +(821,-198,o), +(746,-246,o), +(645,-246,cs), +(593,-246,l), +(583,-294,l), +(633,-294,ls), +(769,-294,o), +(865,-228,o), +(891,-106,cs), +(1135,1040,l) +); +} +); +width = 1124; +}, +{ +anchors = ( +{ +name = hook; +pos = (892,1); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(356,1040,l), +(257,603,o), +(182,288,o), +(161,222,cs), +(148,181,o), +(114,155,o), +(75,154,cs), +(32,154,o), +(-8,158,o), +(-31,164,c), +(-80,4,l), +(-22,-5,o), +(44,-9,o), +(94,-7,cs), +(203,-6,o), +(297,81,o), +(340,218,cs), +(364,304,o), +(424,560,o), +(495,880,c), +(984,880,l), +(785,-69,ls), +(773,-127,o), +(735,-154,o), +(681,-154,cs), +(639,-154,l), +(605,-314,l), +(655,-314,ls), +(827,-314,o), +(932,-228,o), +(968,-56,cs), +(1198,1040,l) +); +} +); +width = 1190; +}, +{ +anchors = ( +{ +name = hook; +pos = (995,1); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(355,1100,l), +(249,685,o), +(173,400,o), +(160,361,cs), +(147,322,o), +(112,297,o), +(71,297,cs), +(53,297,o), +(27,300,o), +(2,304,c), +(-86,2,l), +(-31,-7,o), +(68,-11,o), +(171,-9,cs), +(342,-6,o), +(480,98,o), +(530,261,cs), +(544,310,o), +(597,518,o), +(666,800,c), +(981,800,l), +(795,-69,ls), +(781,-136,o), +(727,-172,o), +(657,-172,cs), +(595,-172,l), +(534,-456,l), +(712,-456,ls), +(961,-456,o), +(1136,-345,o), +(1187,-106,cs), +(1445,1100,l) +); +} +); +width = 1428; +} +); +metricLeft = "el-cy"; +metricRight = "el-cy"; +tags = ( +hook +); +unicode = 1299; +}, +{ +color = 10; +glyphname = "we-cy"; +kernLeft = v; +kernRight = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = w; +} +); +width = 1432; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = w; +} +); +width = 1525; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = w; +} +); +width = 1941; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = w; +} +); +width = 1482; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = w; +} +); +width = 1585; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = w; +} +); +width = 1831; +} +); +unicode = 1309; +}, +{ +color = 6; +glyphname = "zhe-cy.loclBGR"; +kernLeft = x; +kernRight = x; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(618,558,l), +(550,558,l), +(109,1041,l), +(40,1041,l), +(508,536,l), +(10,0,l), +(79,0,l), +(550,510,l), +(618,510,l), +(618,0,l), +(668,0,l), +(668,510,l), +(735,510,l), +(1203,0,l), +(1272,0,l), +(778,535,l), +(1242,1041,l), +(1174,1041,l), +(735,558,l), +(668,558,l), +(668,1520,l), +(618,1520,l) +); +} +); +width = 1282; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(671,609,l), +(633,609,l), +(266,1040,l), +(25,1040,l), +(489,530,l), +(10,0,l), +(261,0,l), +(633,454,l), +(671,454,l), +(671,0,l), +(851,0,l), +(851,454,l), +(890,454,l), +(1253,0,l), +(1504,0,l), +(1035,530,l), +(1487,1040,l), +(1246,1040,l), +(890,609,l), +(851,609,l), +(851,1520,l), +(671,1520,l) +); +} +); +width = 1514; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(788,670,l), +(755,670,l), +(515,1098,l), +(19,1098,l), +(413,564,l), +(10,0,l), +(519,0,l), +(755,426,l), +(788,426,l), +(788,0,l), +(1160,0,l), +(1160,426,l), +(1194,426,l), +(1441,0,l), +(1950,0,l), +(1542,564,l), +(1937,1098,l), +(1441,1098,l), +(1194,670,l), +(1160,670,l), +(1156,1520,l), +(784,1520,l) +); +} +); +width = 1960; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(626,558,l), +(554,558,l), +(212,1041,l), +(151,1041,l), +(511,536,l), +(-101,0,l), +(-26,0,l), +(554,510,l), +(616,510,l), +(507,0,l), +(557,0,l), +(666,510,l), +(749,510,l), +(1102,0,l), +(1161,0,l), +(791,535,l), +(1358,1041,l), +(1285,1041,l), +(743,558,l), +(676,558,l), +(881,1520,l), +(831,1520,l) +); +} +); +width = 1282; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(680,609,l), +(642,609,l), +(347,1040,l), +(135,1040,l), +(481,557,l), +(-101,0,l), +(140,0,l), +(599,454,l), +(647,454,l), +(550,0,l), +(727,0,l), +(824,454,l), +(896,454,l), +(1182,0,l), +(1383,0,l), +(1047,520,l), +(1578,1040,l), +(1347,1040,l), +(919,609,l), +(857,609,l), +(1051,1520,l), +(874,1520,l) +); +} +); +width = 1504; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(814,670,l), +(751,670,l), +(592,1098,l), +(136,1098,l), +(386,564,l), +(-87,0,l), +(412,0,l), +(739,426,l), +(762,426,l), +(671,0,l), +(1043,0,l), +(1134,426,l), +(1208,426,l), +(1414,0,l), +(1833,0,l), +(1555,544,l), +(2034,1098,l), +(1558,1098,l), +(1230,670,l), +(1186,670,l), +(1363,1520,l), +(991,1520,l) +); +} +); +width = 1970; +} +); +metricLeft = x; +metricRight = x; +}, +{ +color = 10; +glyphname = "iishort-cy.loclBGR"; +kernLeft = ssflat; +kernRight = ssflat; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (529,1335); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(646,1184,o), +(719,1258,o), +(719,1375,c), +(671,1375,l), +(670,1286,o), +(616,1228,o), +(530,1228,cs), +(444,1228,o), +(390,1286,o), +(389,1375,c), +(341,1375,l), +(341,1258,o), +(414,1184,o), +(530,1184,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (231,100); +ref = brevecomb; +} +); +width = 1058; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (552,1312); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(699,1134,o), +(791,1219,o), +(791,1355,c), +(624,1355,l), +(623,1297,o), +(595,1261,o), +(552,1261,cs), +(509,1261,o), +(481,1297,o), +(480,1355,c), +(313,1355,l), +(313,1219,o), +(405,1134,o), +(552,1134,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (203,99); +ref = brevecomb; +} +); +width = 1125; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (650,1473); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(874,1202,o), +(1015,1326,o), +(1015,1523,c), +(746,1523,l), +(745,1447,o), +(708,1399,o), +(650,1399,cs), +(592,1399,o), +(555,1447,o), +(554,1523,c), +(285,1523,l), +(285,1326,o), +(426,1202,o), +(650,1202,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (175,100); +ref = brevecomb; +} +); +width = 1299; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (693,1335); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(783,1184,o), +(869,1258,o), +(890,1375,c), +(842,1375,l), +(825,1286,o), +(761,1228,o), +(675,1228,cs), +(589,1228,o), +(545,1286,o), +(560,1375,c), +(512,1375,l), +(491,1258,o), +(551,1184,o), +(667,1184,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (241,100); +ref = brevecomb; +} +); +width = 1118; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (706,1312); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(822,1134,o), +(929,1219,o), +(952,1355,c), +(785,1355,l), +(774,1297,o), +(740,1261,o), +(697,1261,cs), +(654,1261,o), +(632,1297,o), +(641,1355,c), +(474,1355,l), +(451,1219,o), +(528,1134,o), +(675,1134,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (213,99); +ref = brevecomb; +} +); +width = 1206; +}, +{ +background = { +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (832,1473); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1009,1202,o), +(1172,1326,o), +(1206,1523,c), +(937,1523,l), +(923,1447,o), +(877,1399,o), +(819,1399,cs), +(761,1399,o), +(733,1447,o), +(745,1523,c), +(476,1523,l), +(442,1326,o), +(561,1202,o), +(785,1202,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (180,100); +ref = brevecomb; +} +); +width = 1359; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1155,0); +}, +{ +name = top; +pos = (832,1473); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-17,0,l), +(331,0,l), +(861,610,l), +(756,522,l), +(804,522,l), +(693,0,l), +(1082,0,l), +(1316,1100,l), +(966,1100,l), +(442,488,l), +(541,575,l), +(494,575,l), +(606,1100,l), +(217,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(1009,1202,o), +(1172,1326,o), +(1206,1523,c), +(937,1523,l), +(923,1447,o), +(877,1399,o), +(819,1399,cs), +(761,1399,o), +(733,1447,o), +(745,1523,c), +(476,1523,l), +(442,1326,o), +(561,1202,o), +(785,1202,cs) +); +} +); +}; +layerId = "1CF13B8F-A67A-44A9-B5EB-D8F8B0249799"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (180,100); +ref = brevecomb; +} +); +width = 1359; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottomright; +pos = (957,0); +}, +{ +name = top; +pos = (706,1312); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,-2,l), +(179,-2,l), +(958,822,l), +(846,740,l), +(893,740,l), +(735,-2,l), +(914,-2,l), +(1136,1039,l), +(954,1039,l), +(132,178,l), +(296,296,l), +(232,296,l), +(390,1039,l), +(211,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(822,1134,o), +(929,1219,o), +(952,1355,c), +(785,1355,l), +(774,1297,o), +(740,1261,o), +(697,1261,cs), +(654,1261,o), +(632,1297,o), +(641,1355,c), +(474,1355,l), +(451,1219,o), +(528,1134,o), +(675,1134,cs) +); +} +); +}; +layerId = "5706DE0D-3F5F-46FF-BDF6-A0EAF60A3D81"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (213,99); +ref = brevecomb; +} +); +width = 1206; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1272,0); +}, +{ +name = top; +pos = (650,1473); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(448,0,l), +(848,610,l), +(762,522,l), +(810,522,l), +(810,0,l), +(1199,0,l), +(1199,1100,l), +(849,1100,l), +(455,488,l), +(536,575,l), +(489,575,l), +(489,1100,l), +(100,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(874,1202,o), +(1015,1326,o), +(1015,1523,c), +(746,1523,l), +(745,1447,o), +(708,1399,o), +(650,1399,cs), +(592,1399,o), +(555,1447,o), +(554,1523,c), +(285,1523,l), +(285,1326,o), +(426,1202,o), +(650,1202,cs) +); +} +); +}; +layerId = "EEDBAD4C-6ED1-430A-9462-C51A12E147A7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (175,100); +ref = brevecomb; +} +); +width = 1299; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottomright; +pos = (896,0); +}, +{ +name = top; +pos = (693,1335); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(39,0,l), +(1013,974,l), +(970,955,l), +(999,955,l), +(796,0,l), +(847,0,l), +(1068,1040,l), +(1018,1040,l), +(40,62,l), +(84,85,l), +(58,85,l), +(261,1040,l), +(211,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(783,1184,o), +(869,1258,o), +(890,1375,c), +(842,1375,l), +(825,1286,o), +(761,1228,o), +(675,1228,cs), +(589,1228,o), +(545,1286,o), +(560,1375,c), +(512,1375,l), +(491,1258,o), +(551,1184,o), +(667,1184,cs) +); +} +); +}; +layerId = "D4D8B0B0-DA39-48C8-89A6-FF306BA7F2D1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = "ii-cy"; +}, +{ +alignment = -1; +pos = (241,100); +ref = brevecomb; +} +); +width = 1118; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1067,0); +}, +{ +name = top; +pos = (552,1312); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,-2,l), +(290,-2,l), +(893,822,l), +(799,740,l), +(846,740,l), +(846,-2,l), +(1025,-2,l), +(1025,1039,l), +(843,1039,l), +(204,178,l), +(343,296,l), +(279,296,l), +(279,1039,l), +(100,1039,l) +); +}, +{ +closed = 1; +nodes = ( +(699,1134,o), +(791,1219,o), +(791,1355,c), +(624,1355,l), +(623,1297,o), +(595,1261,o), +(552,1261,cs), +(509,1261,o), +(481,1297,o), +(480,1355,c), +(313,1355,l), +(313,1219,o), +(405,1134,o), +(552,1134,cs) +); +} +); +}; +layerId = "8982726A-331B-4C9A-A06A-3F844AFFFF51"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (203,99); +ref = brevecomb; +} +); +width = 1125; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottomright; +pos = (1007,0); +}, +{ +name = top; +pos = (529,1335); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(150,0,l), +(916,974,l), +(878,955,l), +(907,955,l), +(907,0,l), +(958,0,l), +(957,1040,l), +(907,1040,l), +(137,62,l), +(176,85,l), +(150,85,l), +(150,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(646,1184,o), +(719,1258,o), +(719,1375,c), +(671,1375,l), +(670,1286,o), +(616,1228,o), +(530,1228,cs), +(444,1228,o), +(390,1286,o), +(389,1375,c), +(341,1375,l), +(341,1258,o), +(414,1184,o), +(530,1184,cs) +); +} +); +}; +layerId = "42ECB3BE-5A71-4379-AD7A-AEA6CCDAD9A3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = "ii-cy"; +}, +{ +pos = (231,100); +ref = brevecomb; +} +); +width = 1058; +} +); +}, +{ +color = 10; +glyphname = Alpha; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +} +); +width = 1289; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +} +); +width = 1408; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +} +); +width = 1567; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +} +); +width = 1289; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = A; +} +); +width = 1408; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = A; +} +); +width = 1487; +} +); +unicode = 913; +}, +{ +color = 10; +glyphname = Beta; +kernLeft = B; +kernRight = B; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = B; +} +); +width = 1197; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = B; +} +); +width = 1229; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = B; +} +); +width = 1391; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = B; +} +); +width = 1127; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = B; +} +); +width = 1370; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = B; +} +); +width = 1491; +} +); +unicode = 914; +}, +{ +color = 10; +glyphname = Gamma; +kernLeft = sflat; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ge-cy"; +} +); +width = 1017; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ge-cy"; +} +); +width = 1117; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ge-cy"; +} +); +width = 1247; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Ge-cy"; +} +); +width = 1060; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Ge-cy"; +} +); +width = 1240; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Ge-cy"; +} +); +width = 1344; +} +); +unicode = 915; +}, +{ +color = 6; +glyphname = Delta; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1275,0,l), +(1275,50,l), +(661,1446,l), +(598,1446,l), +(0,50,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(631,1399,l), +(1220,50,l), +(55,50,l) +); +} +); +width = 1275; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1287,0,l), +(1287,160,l), +(734,1446,l), +(562,1446,l), +(0,160,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(644,1215,l), +(1091,160,l), +(197,160,l) +); +} +); +width = 1287; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1415,0,l), +(1415,282,l), +(924,1446,l), +(494,1446,l), +(0,282,l), +(0,0,l) +); +}, +{ +closed = 1; +nodes = ( +(708,1086,l), +(993,320,l), +(423,320,l) +); +} +); +width = 1415; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1164,0,l), +(1175,50,l), +(858,1446,l), +(795,1446,l), +(-100,50,l), +(-111,0,l) +); +}, +{ +closed = 1; +nodes = ( +(818,1399,l), +(1120,50,l), +(-45,50,l) +); +} +); +width = 1275; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1176,0,l), +(1210,160,l), +(931,1446,l), +(759,1446,l), +(-77,160,l), +(-111,0,l) +); +}, +{ +closed = 1; +nodes = ( +(792,1215,l), +(1014,160,l), +(120,160,l) +); +} +); +width = 1287; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1298,0,l), +(1358,282,l), +(1115,1446,l), +(685,1446,l), +(-57,282,l), +(-117,0,l) +); +}, +{ +closed = 1; +nodes = ( +(822,1086,l), +(944,320,l), +(374,320,l) +); +} +); +width = 1415; +} +); +metricLeft = A; +metricRight = A; +unicode = 916; +}, +{ +color = 10; +glyphname = Epsilon; +kernLeft = E; +kernRight = E; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = E; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = E; +} +); +width = 1102; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = E; +} +); +width = 1224; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = E; +} +); +width = 1119; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = E; +} +); +width = 1223; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = E; +} +); +width = 1365; +} +); +unicode = 917; +}, +{ +color = 10; +glyphname = Zeta; +kernLeft = Z; +kernRight = Z; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Z; +} +); +width = 1219; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Z; +} +); +width = 1237; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Z; +} +); +width = 1349; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Z; +} +); +width = 1219; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = Z; +} +); +width = 1358; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Z; +} +); +width = 1469; +} +); +unicode = 918; +}, +{ +color = 10; +glyphname = Eta; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = H; +} +); +width = 1235; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = H; +} +); +width = 1325; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = H; +} +); +width = 1529; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = H; +} +); +width = 1236; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = H; +} +); +width = 1486; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = H; +} +); +width = 1650; +} +); +unicode = 919; +}, +{ +color = 3; +glyphname = Theta; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (793,1463); +}, +{ +name = top; +pos = (793,1686); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +}, +{ +closed = 1; +nodes = ( +(438,700,l), +(1148,700,l), +(1148,748,l), +(438,748,l) +); +} +); +width = 1526; +}, +{ +anchors = ( +{ +name = _top; +pos = (796,1463); +}, +{ +name = top; +pos = (796,1751); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +}, +{ +closed = 1; +nodes = ( +(415,656,l), +(1178,656,l), +(1178,796,l), +(415,796,l) +); +} +); +width = 1592; +}, +{ +anchors = ( +{ +name = _top; +pos = (841,1480); +}, +{ +name = top; +pos = (841,1868); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +}, +{ +closed = 1; +nodes = ( +(583,602,l), +(1098,602,l), +(1098,842,l), +(583,842,l) +); +} +); +width = 1681; +}, +{ +anchors = ( +{ +name = _top; +pos = (1025,1463); +}, +{ +name = top; +pos = (1072,1686); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = O; +}, +{ +closed = 1; +nodes = ( +(508,700,l), +(1218,700,l), +(1228,748,l), +(518,748,l) +); +} +); +width = 1586; +}, +{ +anchors = ( +{ +name = _top; +pos = (1045,1463); +}, +{ +name = top; +pos = (1045,1751); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = O; +}, +{ +closed = 1; +nodes = ( +(501,656,l), +(1264,656,l), +(1294,796,l), +(531,796,l) +); +} +); +width = 1592; +}, +{ +anchors = ( +{ +name = _top; +pos = (1125,1480); +}, +{ +name = top; +pos = (1125,1868); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = O; +}, +{ +closed = 1; +nodes = ( +(667,602,l), +(1182,602,l), +(1234,842,l), +(719,842,l) +); +} +); +width = 1681; +} +); +metricLeft = O; +metricRight = O; +unicode = 920; +}, +{ +color = 10; +glyphname = Iota; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +} +); +width = 610; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = I; +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +} +); +width = 541; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +} +); +width = 731; +} +); +unicode = 921; +}, +{ +color = 10; +glyphname = Kappa; +kernLeft = K; +kernRight = K; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = K; +} +); +width = 1118; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = K; +} +); +width = 1202; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = K; +} +); +width = 1392; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = K; +} +); +width = 1118; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = K; +} +); +width = 1293; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = K; +} +); +width = 1477; +} +); +unicode = 922; +}, +{ +color = 6; +glyphname = Lambda; +kernLeft = A; +kernRight = A; +lastChange = "2025-12-11 13:44:25 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(52,0,l), +(642,1360,l), +(645,1360,l), +(1237,0,l), +(1289,0,l), +(661,1443,l), +(626,1443,l), +(0,0,l) +); +} +); +width = 1289; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,0,l), +(688,1264,l), +(694,1264,l), +(1196,0,l), +(1388,0,l), +(800,1444,l), +(582,1444,l), +(0,0,l) +); +} +); +width = 1388; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(439,0,l), +(738,969,l), +(749,969,l), +(1047,0,l), +(1487,0,l), +(940,1443,l), +(545,1443,l), +(0,0,l) +); +} +); +width = 1487; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-54,0,l), +(823,1360,l), +(825,1360,l), +(1130,0,l), +(1178,0,l), +(856,1443,l), +(821,1443,l), +(-111,0,l) +); +} +); +width = 1289; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(96,0,l), +(860,1264,l), +(866,1264,l), +(1095,0,l), +(1277,0,l), +(995,1444,l), +(777,1444,l), +(-111,0,l) +); +} +); +width = 1388; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,0,l), +(857,969,l), +(868,969,l), +(960,0,l), +(1370,0,l), +(1129,1443,l), +(734,1443,l), +(-117,0,l) +); +} +); +width = 1487; +} +); +metricLeft = A; +metricRight = A; +unicode = 923; +}, +{ +color = 10; +glyphname = Mu; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = M; +} +); +width = 1630; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = M; +} +); +width = 1670; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = M; +} +); +width = 1836; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = M; +} +); +width = 1630; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = M; +} +); +width = 1831; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = M; +} +); +width = 1957; +} +); +unicode = 924; +}, +{ +color = 10; +glyphname = Nu; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = N; +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = N; +} +); +width = 1355; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = N; +} +); +width = 1500; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = N; +} +); +width = 1255; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = N; +} +); +width = 1476; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = N; +} +); +width = 1620; +} +); +unicode = 925; +}, +{ +color = 6; +glyphname = Xi; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1395,l), +(1220,1395,l), +(1220,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(164,715,l), +(1156,715,l), +(1156,763,l), +(164,763,l) +); +}, +{ +closed = 1; +nodes = ( +(100,3,l), +(1220,3,l), +(1220,51,l), +(100,51,l) +); +} +); +width = 1320; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1283,l), +(1220,1283,l), +(1220,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(194,661,l), +(1126,661,l), +(1126,821,l), +(194,821,l) +); +}, +{ +closed = 1; +nodes = ( +(100,3,l), +(1220,3,l), +(1220,163,l), +(100,163,l) +); +} +); +width = 1320; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1113,l), +(1220,1113,l), +(1220,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(164,567,l), +(1156,567,l), +(1156,887,l), +(164,887,l) +); +}, +{ +closed = 1; +nodes = ( +(100,3,l), +(1220,3,l), +(1220,333,l), +(100,333,l) +); +} +); +width = 1320; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(286,1395,l), +(1406,1395,l), +(1416,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(205,715,l), +(1197,715,l), +(1208,763,l), +(216,763,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,3,l), +(1110,3,l), +(1120,51,l), +(0,51,l) +); +} +); +width = 1320; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,1283,l), +(1382,1283,l), +(1416,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(224,661,l), +(1156,661,l), +(1190,821,l), +(258,821,l) +); +}, +{ +closed = 1; +nodes = ( +(-10,3,l), +(1110,3,l), +(1144,163,l), +(24,163,l) +); +} +); +width = 1320; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,1113,l), +(1340,1113,l), +(1410,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(168,567,l), +(1160,567,l), +(1228,887,l), +(236,887,l) +); +}, +{ +closed = 1; +nodes = ( +(-16,3,l), +(1104,3,l), +(1174,333,l), +(54,333,l) +); +} +); +width = 1320; +} +); +metricLeft = H; +metricRight = H; +unicode = 926; +}, +{ +color = 10; +glyphname = Omicron; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = O; +} +); +width = 1526; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = O; +} +); +width = 1592; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = O; +} +); +width = 1681; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = O; +} +); +width = 1586; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = O; +} +); +width = 1697; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = O; +} +); +width = 1822; +} +); +unicode = 927; +}, +{ +color = 10; +glyphname = Pi; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Pe-cy"; +} +); +width = 1255; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Pe-cy"; +} +); +width = 1315; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Pe-cy"; +} +); +width = 1485; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Pe-cy"; +} +); +width = 1256; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +} +); +width = 1476; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Pe-cy"; +} +); +width = 1606; +} +); +unicode = 928; +}, +{ +color = 10; +glyphname = Rho; +kernLeft = P; +kernRight = P; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = P; +} +); +width = 1138; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = P; +} +); +width = 1190; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = P; +} +); +width = 1331; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = P; +} +); +width = 1140; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = P; +} +); +width = 1340; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = P; +} +); +width = 1461; +} +); +unicode = 929; +}, +{ +color = 6; +glyphname = Sigma; +kernLeft = X; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1036,48,l), +(128,48,l), +(128,56,l), +(680,718,l), +(680,726,l), +(148,1386,l), +(148,1394,l), +(996,1394,l), +(996,1443,l), +(80,1443,l), +(80,1394,l), +(626,722,l), +(60,48,l), +(60,0,l), +(1036,0,l) +); +} +); +width = 1096; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1033,152,l), +(291,152,l), +(291,160,l), +(725,718,l), +(725,726,l), +(311,1280,l), +(311,1288,l), +(993,1288,l), +(993,1443,l), +(80,1443,l), +(80,1288,l), +(503,722,l), +(60,152,l), +(60,0,l), +(1033,0,l) +); +} +); +width = 1093; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1163,325,l), +(531,325,l), +(531,337,l), +(835,718,l), +(835,726,l), +(551,1107,l), +(551,1118,l), +(1123,1118,l), +(1123,1443,l), +(80,1443,l), +(80,1118,l), +(443,722,l), +(60,325,l), +(60,0,l), +(1163,0,l) +); +} +); +width = 1223; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(936,48,l), +(28,48,l), +(30,56,l), +(722,718,l), +(724,726,l), +(332,1386,l), +(334,1394,l), +(1182,1394,l), +(1192,1443,l), +(276,1443,l), +(266,1394,l), +(669,722,l), +(-40,48,l), +(-50,0,l), +(926,0,l) +); +} +); +width = 1097; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(955,152,l), +(213,152,l), +(215,160,l), +(767,718,l), +(769,726,l), +(473,1280,l), +(474,1288,l), +(1156,1288,l), +(1189,1443,l), +(276,1443,l), +(243,1288,l), +(546,722,l), +(-18,152,l), +(-50,0,l), +(923,0,l) +); +} +); +width = 1094; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1115,325,l), +(483,325,l), +(485,337,l), +(920,718,l), +(922,726,l), +(669,1107,l), +(671,1118,l), +(1243,1118,l), +(1312,1443,l), +(269,1443,l), +(200,1118,l), +(479,722,l), +(12,325,l), +(-57,0,l), +(1046,0,l) +); +} +); +width = 1223; +} +); +metricLeft = O; +metricRight = O; +unicode = 931; +}, +{ +color = 10; +glyphname = Tau; +kernLeft = T; +kernRight = T; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = T; +} +); +width = 1225; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = T; +} +); +width = 1245; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = T; +} +); +width = 1385; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = T; +} +); +width = 1225; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = T; +} +); +width = 1265; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = T; +} +); +width = 1426; +} +); +unicode = 932; +}, +{ +color = 10; +glyphname = Upsilon; +kernLeft = Y; +kernRight = Y; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Y; +} +); +width = 1212; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Y; +} +); +width = 1332; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Y; +} +); +width = 1494; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Y; +} +); +width = 1212; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = Y; +} +); +width = 1432; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Y; +} +); +width = 1594; +} +); +unicode = 933; +}, +{ +color = 10; +glyphname = Phi; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "Ef-cy"; +} +); +width = 1560; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "Ef-cy"; +} +); +width = 1600; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "Ef-cy"; +} +); +width = 1840; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = "Ef-cy"; +} +); +width = 1560; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = "Ef-cy"; +} +); +width = 1600; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "Ef-cy"; +} +); +width = 2020; +} +); +unicode = 934; +}, +{ +color = 10; +glyphname = Chi; +kernLeft = X; +kernRight = X; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = X; +} +); +width = 1283; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = X; +} +); +width = 1388; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = X; +} +); +width = 1628; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = X; +} +); +width = 1313; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = X; +} +); +width = 1511; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = X; +} +); +width = 1767; +} +); +unicode = 935; +}, +{ +color = 6; +glyphname = Psi; +kernLeft = V; +kernRight = V; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (678,0); +}, +{ +name = ogonek; +pos = (689,-10); +}, +{ +name = top; +pos = (678,1443); +}, +{ +name = topright; +pos = (1384,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1033,311,o), +(1256,510,o), +(1256,827,c), +(1256,1443,l), +(1206,1443,l), +(1206,827,l), +(1206,540,o), +(1002,360,o), +(677,360,c), +(353,360,o), +(150,540,o), +(150,827,c), +(150,1443,l), +(100,1443,l), +(100,827,l), +(100,510,o), +(323,311,o), +(677,311,c) +); +}, +{ +closed = 1; +nodes = ( +(653,0,l), +(703,0,l), +(703,1443,l), +(653,1443,l) +); +} +); +width = 1356; +}, +{ +anchors = ( +{ +name = bottom; +pos = (738,0); +}, +{ +name = ogonek; +pos = (750,-7); +}, +{ +name = top; +pos = (738,1443); +}, +{ +name = topright; +pos = (1354,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1130,300,o), +(1376,515,o), +(1376,857,c), +(1376,1443,l), +(1196,1443,l), +(1196,857,l), +(1196,619,o), +(1019,470,o), +(737,470,c), +(456,470,o), +(280,619,o), +(280,857,c), +(280,1443,l), +(100,1443,l), +(100,857,l), +(100,515,o), +(346,300,o), +(737,300,c) +); +}, +{ +closed = 1; +nodes = ( +(648,0,l), +(828,0,l), +(828,1443,l), +(648,1443,l) +); +} +); +width = 1476; +}, +{ +anchors = ( +{ +name = bottom; +pos = (876,-20); +}, +{ +name = ogonek; +pos = (879,-20); +}, +{ +name = top; +pos = (876,1443); +}, +{ +name = topright; +pos = (1564,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1352,283,o), +(1652,507,o), +(1652,863,c), +(1652,1443,l), +(1252,1443,l), +(1252,850,l), +(1252,680,o), +(1107,573,o), +(875,573,c), +(645,573,o), +(500,684,o), +(500,860,c), +(500,1443,l), +(100,1443,l), +(100,853,l), +(100,503,o), +(399,283,o), +(875,283,c) +); +}, +{ +closed = 1; +nodes = ( +(676,0,l), +(1076,0,l), +(1076,1443,l), +(676,1443,l) +); +} +); +width = 1752; +}, +{ +anchors = ( +{ +name = bottom; +pos = (414,0); +}, +{ +name = ogonek; +pos = (421,-10); +}, +{ +name = top; +pos = (1028,1443); +}, +{ +name = topright; +pos = (1734,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(989,311,o), +(1254,510,o), +(1321,827,c), +(1452,1443,l), +(1402,1443,l), +(1271,827,l), +(1210,540,o), +(968,360,o), +(643,360,c), +(319,360,o), +(154,540,o), +(215,827,c), +(346,1443,l), +(296,1443,l), +(165,827,l), +(98,510,o), +(279,311,o), +(633,311,c) +); +}, +{ +closed = 1; +nodes = ( +(543,0,l), +(593,0,l), +(899,1443,l), +(849,1443,l) +); +} +); +width = 1356; +}, +{ +anchors = ( +{ +name = bottom; +pos = (474,0); +}, +{ +name = ogonek; +pos = (483,-7); +}, +{ +name = top; +pos = (1088,1443); +}, +{ +name = topright; +pos = (1704,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1083,300,o), +(1375,515,o), +(1448,857,c), +(1572,1443,l), +(1392,1443,l), +(1268,857,l), +(1217,619,o), +(1009,470,o), +(727,470,c), +(446,470,o), +(301,619,o), +(352,857,c), +(476,1443,l), +(296,1443,l), +(172,857,l), +(99,515,o), +(299,300,o), +(690,300,c) +); +}, +{ +closed = 1; +nodes = ( +(538,0,l), +(718,0,l), +(1024,1443,l), +(844,1443,l) +); +} +); +width = 1476; +}, +{ +anchors = ( +{ +name = bottom; +pos = (755,-20); +}, +{ +name = ogonek; +pos = (758,-20); +}, +{ +name = top; +pos = (1066,1443); +}, +{ +name = topright; +pos = (1754,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1296,283,o), +(1643,507,o), +(1719,863,c), +(1842,1443,l), +(1442,1443,l), +(1316,850,l), +(1280,680,o), +(1112,573,o), +(880,573,c), +(650,573,o), +(529,684,o), +(566,860,c), +(690,1443,l), +(290,1443,l), +(165,853,l), +(91,503,o), +(343,283,o), +(819,283,c) +); +}, +{ +closed = 1; +nodes = ( +(560,0,l), +(960,0,l), +(1266,1443,l), +(866,1443,l) +); +} +); +width = 1752; +} +); +metricLeft = H; +metricRight = H; +unicode = 936; +}, +{ +color = 10; +glyphname = Omega; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = topleft; +pos = (13,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +ref = Ohm; +} +); +width = 1556; +}, +{ +anchors = ( +{ +name = topleft; +pos = (-37,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +ref = Ohm; +} +); +width = 1556; +}, +{ +anchors = ( +{ +name = topleft; +pos = (-17,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +ref = Ohm; +} +); +width = 1678; +}, +{ +anchors = ( +{ +name = topleft; +pos = (188,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = 1; +ref = Ohm; +} +); +width = 1571; +}, +{ +anchors = ( +{ +name = topleft; +pos = (193,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = 1; +ref = Ohm; +} +); +width = 1572; +}, +{ +anchors = ( +{ +name = topleft; +pos = (-177,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Ohm; +} +); +width = 1686; +} +); +metricLeft = O; +metricRight = O; +unicode = 937; +}, +{ +color = 10; +glyphname = Alphatonos; +kernRight = A; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (347,1323.4); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(313,1446,l), +(238,1171,l), +(282,1171,l), +(373,1446,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = A; +}, +{ +pos = (138,118); +ref = tonos; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (293,1380.6); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(182,1442,l), +(92,1143,l), +(255,1143,l), +(395,1442,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = A; +}, +{ +pos = (-8,105); +ref = tonos; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (203,1397.6); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(36,1444,l), +(-34,1027,l), +(209,1027,l), +(389,1444,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = A; +}, +{ +pos = (-134,1); +ref = tonos; +} +); +width = 1567; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (516,1323); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(508,1446,l), +(375,1171,l), +(419,1171,l), +(568,1446,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = A; +}, +{ +pos = (162,118); +ref = tonos; +} +); +width = 1289; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (475,1381); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(377,1442,l), +(223,1143,l), +(386,1143,l), +(590,1442,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = A; +}, +{ +pos = (13,105); +ref = tonos; +} +); +width = 1408; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (241,1398); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(84,1444,l), +(-74,1027,l), +(169,1027,l), +(437,1444,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (-275,1); +ref = tonos; +} +); +width = 1487; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (627,0); +}, +{ +name = ogonek; +pos = (1223,0); +}, +{ +name = top; +pos = (241,1398); +}, +{ +name = topleft; +pos = (-13,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(858,969,l), +(911,969,l), +(967,1443,l), +(734,1443,l), +(-117,0,l), +(352,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1370,0,l), +(1159,1443,l), +(929,1443,l), +(874,975,l), +(950,0,l) +); +}, +{ +closed = 1; +nodes = ( +(276,196,l), +(1057,196,l), +(1009,466,l), +(450,466,l) +); +}, +{ +closed = 1; +nodes = ( +(84,1444,l), +(-74,1027,l), +(169,1027,l), +(437,1444,l) +); +} +); +}; +layerId = "C57832E2-C635-4F3E-8595-1DD6946688DA"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = A; +}, +{ +alignment = -1; +pos = (-275,1); +ref = tonos; +} +); +width = 1487; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (591,0); +}, +{ +name = ogonek; +pos = (1199,0); +}, +{ +name = top; +pos = (475,1381); +}, +{ +name = topleft; +pos = (503,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(865,1264,l), +(909,1264,l), +(937,1444,l), +(787,1444,l), +(-111,0,l), +(81,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1297,0,l), +(1005,1444,l), +(897,1444,l), +(870,1270,l), +(1115,0,l) +); +}, +{ +closed = 1; +nodes = ( +(246,356,l), +(1090,356,l), +(1054,516,l), +(348,516,l) +); +}, +{ +closed = 1; +nodes = ( +(377,1442,l), +(223,1143,l), +(386,1143,l), +(590,1442,l) +); +} +); +}; +layerId = "57E288EC-5EC3-4CC7-8EF5-355B41AD0645"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (13,105); +ref = tonos; +} +); +width = 1408; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (784,0); +}, +{ +name = ogonek; +pos = (1340,0); +}, +{ +name = top; +pos = (203,1397.6); +}, +{ +name = topleft; +pos = (208,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(775,959,l), +(828,959,l), +(818,1443,l), +(585,1443,l), +(0,0,l), +(429,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1567,0,l), +(980,1443,l), +(780,1443,l), +(790,965,l), +(1137,0,l) +); +}, +{ +closed = 1; +nodes = ( +(392,216,l), +(1173,216,l), +(1061,506,l), +(502,506,l) +); +}, +{ +closed = 1; +nodes = ( +(36,1444,l), +(-34,1027,l), +(209,1027,l), +(389,1444,l) +); +} +); +}; +layerId = "F2B422F1-173A-41CB-93C0-BC5AA7CA5D1A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (-134,1); +ref = tonos; +} +); +width = 1567; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (535,0); +}, +{ +name = ogonek; +pos = (1150,0); +}, +{ +name = top; +pos = (516,1323); +}, +{ +name = topleft; +pos = (543,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(822,1354,l), +(831,1354,l), +(850,1443,l), +(821,1443,l), +(-111,0,l), +(-54,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1178,0,l), +(856,1443,l), +(839,1443,l), +(825,1356,l), +(1129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(203,436,l), +(1052,436,l), +(1042,484,l), +(232,484,l) +); +}, +{ +closed = 1; +nodes = ( +(508,1446,l), +(375,1171,l), +(419,1171,l), +(568,1446,l) +); +} +); +}; +layerId = "CB96D60F-05DA-495D-8FB0-EC883335B006"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (162,118); +ref = tonos; +} +); +width = 1289; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = ogonek; +pos = (1310,0); +}, +{ +name = top; +pos = (293,1380.6); +}, +{ +name = topleft; +pos = (308,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(698,1264,l), +(742,1264,l), +(742,1444,l), +(592,1444,l), +(0,0,l), +(192,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1408,0,l), +(810,1444,l), +(702,1444,l), +(702,1270,l), +(1216,0,l) +); +}, +{ +closed = 1; +nodes = ( +(282,356,l), +(1126,356,l), +(1056,516,l), +(350,516,l) +); +}, +{ +closed = 1; +nodes = ( +(182,1442,l), +(92,1143,l), +(255,1143,l), +(395,1442,l) +); +} +); +}; +layerId = "CC3A00F8-C17E-480A-AE2C-781D649B4F95"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (-8,105); +ref = tonos; +} +); +width = 1408; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (646,0); +}, +{ +name = ogonek; +pos = (1261,0); +}, +{ +name = top; +pos = (347,1323.4); +}, +{ +name = topleft; +pos = (348,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(642,1354,l), +(655,1354,l), +(655,1443,l), +(626,1443,l), +(0,0,l), +(53,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1289,0,l), +(661,1443,l), +(644,1443,l), +(644,1356,l), +(1236,0,l) +); +}, +{ +closed = 1; +nodes = ( +(222,436,l), +(1071,436,l), +(1050,484,l), +(240,484,l) +); +}, +{ +closed = 1; +nodes = ( +(313,1446,l), +(238,1171,l), +(282,1171,l), +(373,1446,l) +); +} +); +}; +layerId = "F725E017-CDEE-44AA-AC10-3B29FBF03D0E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = A; +}, +{ +pos = (138,118); +ref = tonos; +} +); +width = 1289; +} +); +unicode = 902; +}, +{ +color = 10; +glyphname = Epsilontonos; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (713,0); +}, +{ +name = ogonek; +pos = (1113,1); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1203,0,l), +(1203,48,l), +(295,48,l), +(295,716,l), +(1139,716,l), +(1139,764,l), +(295,764,l), +(295,1395,l), +(1203,1395,l), +(1203,1443,l), +(245,1443,l), +(245,0,l) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (145,0); +ref = E; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1243; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (877,0); +}, +{ +name = ogonek; +pos = (1246,0); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1353,0,l), +(1353,160,l), +(571,160,l), +(571,650,l), +(1289,650,l), +(1289,810,l), +(571,810,l), +(571,1282,l), +(1353,1282,l), +(1353,1442,l), +(391,1442,l), +(391,0,l) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (291,0); +ref = E; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1393; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1059,0); +}, +{ +name = ogonek; +pos = (1459,1); +}, +{ +name = top; +pos = (217,1397.6); +}, +{ +name = topleft; +pos = (222,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1608,0,l), +(1608,350,l), +(934,350,l), +(934,571,l), +(1532,571,l), +(1532,881,l), +(934,881,l), +(934,1092,l), +(1584,1092,l), +(1584,1442,l), +(524,1442,l), +(524,0,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1444,l), +(-20,1027,l), +(223,1027,l), +(403,1444,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (424,0); +ref = E; +}, +{ +pos = (-120,1); +ref = tonos; +} +); +width = 1648; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (643,0); +}, +{ +name = ogonek; +pos = (1003,1); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1033,0,l), +(1043,48,l), +(195,48,l), +(337,716,l), +(1121,716,l), +(1131,764,l), +(347,764,l), +(481,1395,l), +(1329,1395,l), +(1339,1443,l), +(441,1443,l), +(135,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (145,0); +ref = E; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1264; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (797,0); +}, +{ +name = ogonek; +pos = (1136,0); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1223,0,l), +(1257,160,l), +(495,160,l), +(599,650,l), +(1297,650,l), +(1331,810,l), +(633,810,l), +(733,1282,l), +(1495,1282,l), +(1529,1441,l), +(587,1443,l), +(281,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (291,0); +ref = E; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1434; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (993,0); +}, +{ +name = ogonek; +pos = (1343,1); +}, +{ +name = top; +pos = (97,1398); +}, +{ +name = topleft; +pos = (112,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1492,0,l), +(1566,350,l), +(892,350,l), +(939,571,l), +(1537,571,l), +(1603,881,l), +(1005,881,l), +(1050,1092,l), +(1700,1092,l), +(1774,1441,l), +(714,1443,l), +(408,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-60,1444,l), +(-218,1027,l), +(25,1027,l), +(293,1444,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (424,0); +ref = E; +}, +{ +pos = (-419,1); +ref = tonos; +} +); +width = 1729; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (993,0); +}, +{ +name = ogonek; +pos = (1343,1); +}, +{ +name = top; +pos = (97,1398); +}, +{ +name = topleft; +pos = (112,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1492,0,l), +(1566,350,l), +(892,350,l), +(939,571,l), +(1537,571,l), +(1603,881,l), +(1005,881,l), +(1050,1092,l), +(1700,1092,l), +(1774,1441,l), +(714,1443,l), +(408,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-60,1444,l), +(-218,1027,l), +(25,1027,l), +(293,1444,l) +); +} +); +}; +layerId = "0B3C84AC-EBF1-4EE2-B747-F3DC6A4DAF73"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (424,0); +ref = E; +}, +{ +pos = (-419,1); +ref = tonos; +} +); +width = 1729; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (797,0); +}, +{ +name = ogonek; +pos = (1136,0); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1223,0,l), +(1257,160,l), +(495,160,l), +(599,650,l), +(1297,650,l), +(1331,810,l), +(633,810,l), +(733,1282,l), +(1495,1282,l), +(1529,1441,l), +(587,1443,l), +(281,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "2056DC12-D397-4BB3-B4B8-E71BF98AFAB4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (291,0); +ref = E; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1434; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (1059,0); +}, +{ +name = ogonek; +pos = (1459,1); +}, +{ +name = top; +pos = (217,1397.6); +}, +{ +name = topleft; +pos = (222,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1608,0,l), +(1608,350,l), +(934,350,l), +(934,571,l), +(1532,571,l), +(1532,881,l), +(934,881,l), +(934,1092,l), +(1584,1092,l), +(1584,1442,l), +(524,1442,l), +(524,0,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1444,l), +(-20,1027,l), +(223,1027,l), +(403,1444,l) +); +} +); +}; +layerId = "9493D60D-E76F-4DCF-ADFC-09CE34B17431"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (424,0); +ref = E; +}, +{ +pos = (-120,1); +ref = tonos; +} +); +width = 1648; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (643,0); +}, +{ +name = ogonek; +pos = (1003,1); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1033,0,l), +(1043,48,l), +(195,48,l), +(337,716,l), +(1121,716,l), +(1131,764,l), +(347,764,l), +(481,1395,l), +(1329,1395,l), +(1339,1443,l), +(441,1443,l), +(135,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "9B6B2604-656B-462F-BDF7-28E680315D47"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (145,0); +ref = E; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1264; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (877,0); +}, +{ +name = ogonek; +pos = (1246,0); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1353,0,l), +(1353,160,l), +(571,160,l), +(571,650,l), +(1289,650,l), +(1289,810,l), +(571,810,l), +(571,1282,l), +(1353,1282,l), +(1353,1442,l), +(391,1442,l), +(391,0,l) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "29FB832B-7B89-4DA7-887F-12A3EB17EEA9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (291,0); +ref = E; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1393; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (713,0); +}, +{ +name = ogonek; +pos = (1113,1); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1203,0,l), +(1203,48,l), +(295,48,l), +(295,716,l), +(1139,716,l), +(1139,764,l), +(295,764,l), +(295,1395,l), +(1203,1395,l), +(1203,1443,l), +(245,1443,l), +(245,0,l) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "EB218E3C-DBCD-4868-9C4F-C335A5608E49"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (145,0); +ref = E; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1243; +} +); +metricRight = E; +unicode = 904; +}, +{ +color = 10; +glyphname = Etatonos; +kernLeft = Epsilontonos; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (760,0); +}, +{ +name = center; +pos = (773,722); +}, +{ +name = hook; +pos = (1250,0); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(240,0,l), +(290,0,l), +(290,716,l), +(1225,716,l), +(1225,0,l), +(1275,0,l), +(1275,1443,l), +(1225,1443,l), +(1225,764,l), +(290,764,l), +(290,1443,l), +(240,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (140,0); +ref = H; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1375; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (976,0); +}, +{ +name = center; +pos = (910,722); +}, +{ +name = hook; +pos = (1442,0); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(407,0,l), +(587,0,l), +(587,655,l), +(1352,655,l), +(1352,0,l), +(1532,0,l), +(1532,1443,l), +(1352,1443,l), +(1352,815,l), +(587,815,l), +(587,1443,l), +(407,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (307,0); +ref = H; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1632; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1202,-1); +}, +{ +name = center; +pos = (1199,722); +}, +{ +name = hook; +pos = (1659,0); +}, +{ +name = top; +pos = (217,1394.6); +}, +{ +name = topleft; +pos = (222,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(534,0,l), +(944,0,l), +(944,546,l), +(1453,546,l), +(1453,-1,l), +(1863,-1,l), +(1863,1442,l), +(1453,1442,l), +(1453,896,l), +(944,896,l), +(944,1443,l), +(534,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1441,l), +(-20,1024,l), +(223,1024,l), +(403,1441,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (434,0); +ref = H; +}, +{ +pos = (-120,-2); +ref = tonos; +} +); +width = 1963; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (380,0); +}, +{ +name = center; +pos = (546,722); +}, +{ +name = hook; +pos = (870,0); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-140,0,l), +(-90,0,l), +(62,716,l), +(997,716,l), +(845,0,l), +(895,0,l), +(1201,1443,l), +(1151,1443,l), +(1007,764,l), +(72,764,l), +(216,1443,l), +(166,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (-130,0); +ref = H; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1106; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (556,0); +}, +{ +name = center; +pos = (643,722); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-13,0,l), +(167,0,l), +(306,655,l), +(1071,655,l), +(932,0,l), +(1112,0,l), +(1418,1443,l), +(1238,1443,l), +(1105,815,l), +(340,815,l), +(473,1443,l), +(293,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (-3,0); +ref = H; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1323; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (786,-1); +}, +{ +name = center; +pos = (936,722); +}, +{ +name = hook; +pos = (1243,0); +}, +{ +name = top; +pos = (97,1395); +}, +{ +name = topleft; +pos = (112,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(118,0,l), +(528,0,l), +(644,546,l), +(1153,546,l), +(1037,-1,l), +(1447,-1,l), +(1753,1442,l), +(1343,1442,l), +(1227,896,l), +(718,896,l), +(834,1443,l), +(424,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-60,1441,l), +(-218,1024,l), +(25,1024,l), +(293,1441,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (134,0); +ref = H; +}, +{ +pos = (-419,-2); +ref = tonos; +} +); +width = 1664; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (786,-1); +}, +{ +name = center; +pos = (936,722); +}, +{ +name = hook; +pos = (1243,0); +}, +{ +name = top; +pos = (97,1395); +}, +{ +name = topleft; +pos = (112,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(118,0,l), +(528,0,l), +(644,546,l), +(1153,546,l), +(1037,-1,l), +(1447,-1,l), +(1753,1442,l), +(1343,1442,l), +(1227,896,l), +(718,896,l), +(834,1443,l), +(424,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-60,1441,l), +(-218,1024,l), +(25,1024,l), +(293,1441,l) +); +} +); +}; +layerId = "CC878BA9-D5EF-45F5-A2F3-2734B7AC6136"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (134,0); +ref = H; +}, +{ +pos = (-419,-2); +ref = tonos; +} +); +width = 1664; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (556,0); +}, +{ +name = center; +pos = (643,722); +}, +{ +name = hook; +pos = (1022,0); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-13,0,l), +(167,0,l), +(306,655,l), +(1071,655,l), +(932,0,l), +(1112,0,l), +(1418,1443,l), +(1238,1443,l), +(1105,815,l), +(340,815,l), +(473,1443,l), +(293,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "250806F4-B5EF-4D88-BB96-3A0B835FAEA8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (-3,0); +ref = H; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1323; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (1202,-1); +}, +{ +name = center; +pos = (1199,722); +}, +{ +name = hook; +pos = (1659,0); +}, +{ +name = top; +pos = (217,1394.6); +}, +{ +name = topleft; +pos = (222,1440); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(534,0,l), +(944,0,l), +(944,546,l), +(1453,546,l), +(1453,-1,l), +(1863,-1,l), +(1863,1442,l), +(1453,1442,l), +(1453,896,l), +(944,896,l), +(944,1443,l), +(534,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1441,l), +(-20,1024,l), +(223,1024,l), +(403,1441,l) +); +} +); +}; +layerId = "F8CD7DDF-4BDD-4229-B82A-EDB2B1CDD7F3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (434,0); +ref = H; +}, +{ +pos = (-120,-2); +ref = tonos; +} +); +width = 1963; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (380,0); +}, +{ +name = center; +pos = (546,722); +}, +{ +name = hook; +pos = (870,0); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(-140,0,l), +(-90,0,l), +(62,716,l), +(997,716,l), +(845,0,l), +(895,0,l), +(1201,1443,l), +(1151,1443,l), +(1007,764,l), +(72,764,l), +(216,1443,l), +(166,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "88D0977B-C0E2-41C5-A4E2-C6E40E353323"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (-130,0); +ref = H; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1106; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (976,0); +}, +{ +name = center; +pos = (910,722); +}, +{ +name = hook; +pos = (1442,0); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(407,0,l), +(587,0,l), +(587,655,l), +(1352,655,l), +(1352,0,l), +(1532,0,l), +(1532,1443,l), +(1352,1443,l), +(1352,815,l), +(587,815,l), +(587,1443,l), +(407,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "64DACA94-D51F-476C-B6CE-AAF67C610431"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (307,0); +ref = H; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1632; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (760,0); +}, +{ +name = center; +pos = (773,722); +}, +{ +name = hook; +pos = (1250,0); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(240,0,l), +(290,0,l), +(290,716,l), +(1225,716,l), +(1225,0,l), +(1275,0,l), +(1275,1443,l), +(1225,1443,l), +(1225,764,l), +(290,764,l), +(290,1443,l), +(240,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "873721FE-C628-496D-9891-0EF50DE87C8C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (140,0); +ref = H; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1375; +} +); +metricLeft = Epsilontonos; +metricRight = H; +unicode = 905; +}, +{ +color = 10; +glyphname = Iotatonos; +kernLeft = Epsilontonos; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (255,0); +}, +{ +name = ogonek; +pos = (251,1); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(230,1443,l), +(230,0,l) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (130,0); +ref = I; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 380; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (491,0); +}, +{ +name = ogonek; +pos = (487,1); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(577,0,l), +(577,1443,l), +(397,1443,l), +(397,0,l) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (297,0); +ref = I; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 677; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (733,0); +}, +{ +name = ogonek; +pos = (742,4); +}, +{ +name = top; +pos = (217,1396.6); +}, +{ +name = topleft; +pos = (222,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(939,0,l), +(939,1443,l), +(529,1443,l), +(529,0,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1443,l), +(-20,1026,l), +(223,1026,l), +(403,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (429,0); +ref = I; +}, +{ +pos = (-120,0); +ref = tonos; +} +); +width = 1039; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (165,0); +}, +{ +name = ogonek; +pos = (161,1); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(496,1443,l), +(446,1443,l), +(140,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (150,0); +ref = I; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 401; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (371,0); +}, +{ +name = ogonek; +pos = (367,1); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(457,0,l), +(763,1443,l), +(583,1443,l), +(277,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (287,0); +ref = I; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 668; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (687,0); +}, +{ +name = ogonek; +pos = (696,4); +}, +{ +name = top; +pos = (97,1397); +}, +{ +name = topleft; +pos = (112,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(893,0,l), +(1199,1443,l), +(789,1443,l), +(483,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-60,1443,l), +(-218,1026,l), +(25,1026,l), +(293,1443,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (499,0); +ref = I; +}, +{ +pos = (-419,0); +ref = tonos; +} +); +width = 1110; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (687,0); +}, +{ +name = ogonek; +pos = (696,4); +}, +{ +name = top; +pos = (97,1397); +}, +{ +name = topleft; +pos = (112,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(893,0,l), +(1199,1443,l), +(789,1443,l), +(483,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-60,1443,l), +(-218,1026,l), +(25,1026,l), +(293,1443,l) +); +} +); +}; +layerId = "94AA556A-0A01-4564-8A64-7C6F253D0FE4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (499,0); +ref = I; +}, +{ +pos = (-419,0); +ref = tonos; +} +); +width = 1110; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (371,0); +}, +{ +name = ogonek; +pos = (367,1); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(457,0,l), +(763,1443,l), +(583,1443,l), +(277,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "081B70BC-8480-4364-8376-F241926E5B36"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (287,0); +ref = I; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 668; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (733,0); +}, +{ +name = ogonek; +pos = (742,4); +}, +{ +name = top; +pos = (217,1396.6); +}, +{ +name = topleft; +pos = (222,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(939,0,l), +(939,1443,l), +(529,1443,l), +(529,0,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1443,l), +(-20,1026,l), +(223,1026,l), +(403,1443,l) +); +} +); +}; +layerId = "C578850F-B1C8-46BF-B7C0-E95A7FBF8502"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (429,0); +ref = I; +}, +{ +pos = (-120,0); +ref = tonos; +} +); +width = 1039; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (165,0); +}, +{ +name = ogonek; +pos = (161,1); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(496,1443,l), +(446,1443,l), +(140,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "5619E26F-9D68-4F37-A9C3-67681D18C393"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (150,0); +ref = I; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 401; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (491,0); +}, +{ +name = ogonek; +pos = (487,1); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(577,0,l), +(577,1443,l), +(397,1443,l), +(397,0,l) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "450D3AE4-49FD-46B7-9889-B349B8847415"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (297,0); +ref = I; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 677; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (255,0); +}, +{ +name = ogonek; +pos = (251,1); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(230,1443,l), +(230,0,l) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "BE23E1D8-D625-43E5-B706-9893701170B9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (130,0); +ref = I; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 380; +} +); +metricLeft = Epsilontonos; +metricRight = I; +unicode = 906; +}, +{ +color = 10; +glyphname = Omicrontonos; +kernLeft = Epsilontonos; +kernRight = round; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (764,0); +}, +{ +name = center; +pos = (764,722); +}, +{ +name = ogonek; +pos = (793,10); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +}, +{ +name = topright; +pos = (1029,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1168,-17,o), +(1462,295,o), +(1462,724,cs), +(1462,1152,o), +(1168,1463,o), +(765,1463,cs), +(355,1463,o), +(56,1152,o), +(56,724,cs), +(56,295,o), +(355,-17,o), +(765,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,31,o), +(106,323,o), +(106,724,cs), +(106,1124,o), +(384,1415,o), +(765,1415,cs), +(1139,1415,o), +(1412,1124,o), +(1412,724,cs), +(1412,323,o), +(1139,31,o), +(765,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (-4,0); +ref = O; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1522; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (930,0); +}, +{ +name = center; +pos = (930,722); +}, +{ +name = ogonek; +pos = (931,10); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +}, +{ +name = topright; +pos = (1188,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1360,-20,o), +(1671,292,o), +(1671,724,cs), +(1671,1153,o), +(1360,1463,o), +(931,1463,cs), +(506,1463,o), +(199,1153,o), +(199,724,cs), +(199,292,o), +(506,-20,o), +(931,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(611,150,o), +(379,391,o), +(379,724,cs), +(379,1054,o), +(611,1293,o), +(931,1293,cs), +(1256,1293,o), +(1491,1054,o), +(1491,724,cs), +(1491,391,o), +(1256,150,o), +(931,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (139,0); +ref = O; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1731; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1160,-40); +}, +{ +name = center; +pos = (1160,722); +}, +{ +name = ogonek; +pos = (1161,-17); +}, +{ +name = top; +pos = (217,1397.6); +}, +{ +name = topleft; +pos = (222,1443); +}, +{ +name = topright; +pos = (1565,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1612,-37,o), +(1940,283,o), +(1940,723,cs), +(1940,1161,o), +(1612,1480,o), +(1161,1480,cs), +(709,1480,o), +(379,1161,o), +(379,723,cs), +(379,283,o), +(709,-37,o), +(1161,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(946,303,o), +(789,480,o), +(789,723,cs), +(789,964,o), +(946,1140,o), +(1161,1140,cs), +(1374,1140,o), +(1530,964,o), +(1530,723,cs), +(1530,480,o), +(1374,303,o), +(1161,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(50,1444,l), +(-20,1027,l), +(223,1027,l), +(403,1444,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (319,0); +ref = O; +}, +{ +pos = (-120,1); +ref = tonos; +} +); +width = 2000; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (383,0); +}, +{ +name = center; +pos = (537,722); +}, +{ +name = ogonek; +pos = (414,10); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +}, +{ +name = topright; +pos = (959,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(809,-17,o), +(1184,294,o), +(1275,724,cs), +(1366,1153,o), +(1122,1463,o), +(695,1463,cs), +(272,1463,o), +(-100,1153,o), +(-191,724,cs), +(-282,294,o), +(-42,-17,o), +(381,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(-7,31,o), +(-226,322,o), +(-141,724,cs), +(-56,1125,o), +(295,1415,o), +(695,1415,cs), +(1087,1415,o), +(1310,1125,o), +(1225,724,cs), +(1140,322,o), +(786,31,o), +(381,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (-294,0); +ref = O; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1292; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (663,722); +}, +{ +name = ogonek; +pos = (513,10); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +}, +{ +name = topright; +pos = (1079,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(936,-20,o), +(1313,292,o), +(1405,724,cs), +(1496,1153,o), +(1251,1463,o), +(822,1463,cs), +(397,1463,o), +(24,1153,o), +(-67,724,cs), +(-159,292,o), +(82,-20,o), +(506,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(214,150,o), +(42,391,o), +(113,724,cs), +(183,1054,o), +(474,1293,o), +(805,1293,cs), +(1119,1293,o), +(1295,1054,o), +(1225,724,cs), +(1154,391,o), +(859,150,o), +(523,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (-170,0); +ref = O; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1422; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (735,-40); +}, +{ +name = center; +pos = (897,722); +}, +{ +name = ogonek; +pos = (741,-17); +}, +{ +name = top; +pos = (97,1398); +}, +{ +name = topleft; +pos = (112,1443); +}, +{ +name = topright; +pos = (1463,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1189,-37,o), +(1584,282,o), +(1677,723,cs), +(1771,1162,o), +(1511,1480,o), +(1059,1480,cs), +(606,1480,o), +(210,1162,o), +(116,723,cs), +(23,282,o), +(284,-37,o), +(737,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(580,303,o), +(474,479,o), +(526,723,cs), +(578,965,o), +(784,1140,o), +(1017,1140,cs), +(1214,1140,o), +(1319,965,o), +(1267,723,cs), +(1215,479,o), +(1010,303,o), +(779,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(-60,1444,l), +(-218,1027,l), +(25,1027,l), +(293,1444,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (19,0); +ref = O; +}, +{ +pos = (-419,1); +ref = tonos; +} +); +width = 1700; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (735,-40); +}, +{ +name = center; +pos = (897,722); +}, +{ +name = ogonek; +pos = (741,-17); +}, +{ +name = top; +pos = (97,1398); +}, +{ +name = topleft; +pos = (112,1443); +}, +{ +name = topright; +pos = (1463,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1189,-37,o), +(1584,282,o), +(1677,723,cs), +(1771,1162,o), +(1511,1480,o), +(1059,1480,cs), +(606,1480,o), +(210,1162,o), +(116,723,cs), +(23,282,o), +(284,-37,o), +(737,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(580,303,o), +(474,479,o), +(526,723,cs), +(578,965,o), +(784,1140,o), +(1017,1140,cs), +(1214,1140,o), +(1319,965,o), +(1267,723,cs), +(1215,479,o), +(1010,303,o), +(779,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(-60,1444,l), +(-218,1027,l), +(25,1027,l), +(293,1444,l) +); +} +); +}; +layerId = "6AB3A848-ED4A-4404-8E1B-7EE99F29D3D7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (19,0); +ref = O; +}, +{ +pos = (-419,1); +ref = tonos; +} +); +width = 1700; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (510,0); +}, +{ +name = center; +pos = (663,722); +}, +{ +name = ogonek; +pos = (513,10); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +}, +{ +name = topright; +pos = (1079,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(936,-20,o), +(1313,292,o), +(1405,724,cs), +(1496,1153,o), +(1251,1463,o), +(822,1463,cs), +(397,1463,o), +(24,1153,o), +(-67,724,cs), +(-159,292,o), +(82,-20,o), +(506,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(214,150,o), +(42,391,o), +(113,724,cs), +(183,1054,o), +(474,1293,o), +(805,1293,cs), +(1119,1293,o), +(1295,1054,o), +(1225,724,cs), +(1154,391,o), +(859,150,o), +(523,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "2945BB59-33B1-4C8B-B8E5-CA964A5F663C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (-170,0); +ref = O; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1422; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (1160,-40); +}, +{ +name = center; +pos = (1160,722); +}, +{ +name = ogonek; +pos = (1161,-17); +}, +{ +name = top; +pos = (217,1397.6); +}, +{ +name = topleft; +pos = (222,1443); +}, +{ +name = topright; +pos = (1565,1479); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1612,-37,o), +(1940,283,o), +(1940,723,cs), +(1940,1161,o), +(1612,1480,o), +(1161,1480,cs), +(709,1480,o), +(379,1161,o), +(379,723,cs), +(379,283,o), +(709,-37,o), +(1161,-37,cs) +); +}, +{ +closed = 1; +nodes = ( +(946,303,o), +(789,480,o), +(789,723,cs), +(789,964,o), +(946,1140,o), +(1161,1140,cs), +(1374,1140,o), +(1530,964,o), +(1530,723,cs), +(1530,480,o), +(1374,303,o), +(1161,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(50,1444,l), +(-20,1027,l), +(223,1027,l), +(403,1444,l) +); +} +); +}; +layerId = "5FCE1664-1F0D-45EE-8623-97EAADC6D7A9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (319,0); +ref = O; +}, +{ +pos = (-120,1); +ref = tonos; +} +); +width = 2000; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (383,0); +}, +{ +name = center; +pos = (537,722); +}, +{ +name = ogonek; +pos = (414,10); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +}, +{ +name = topright; +pos = (959,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(809,-17,o), +(1184,294,o), +(1275,724,cs), +(1366,1153,o), +(1122,1463,o), +(695,1463,cs), +(272,1463,o), +(-100,1153,o), +(-191,724,cs), +(-282,294,o), +(-42,-17,o), +(381,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(-7,31,o), +(-226,322,o), +(-141,724,cs), +(-56,1125,o), +(295,1415,o), +(695,1415,cs), +(1087,1415,o), +(1310,1125,o), +(1225,724,cs), +(1140,322,o), +(786,31,o), +(381,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "3A41B883-FD34-46B9-B981-87B21CFA81A6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (-294,0); +ref = O; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1292; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (930,0); +}, +{ +name = center; +pos = (930,722); +}, +{ +name = ogonek; +pos = (931,10); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +}, +{ +name = topright; +pos = (1188,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1360,-20,o), +(1671,292,o), +(1671,724,cs), +(1671,1153,o), +(1360,1463,o), +(931,1463,cs), +(506,1463,o), +(199,1153,o), +(199,724,cs), +(199,292,o), +(506,-20,o), +(931,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(611,150,o), +(379,391,o), +(379,724,cs), +(379,1054,o), +(611,1293,o), +(931,1293,cs), +(1256,1293,o), +(1491,1054,o), +(1491,724,cs), +(1491,391,o), +(1256,150,o), +(931,150,cs) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "9DD6884C-6426-4E4D-84AC-5B84AC062DA0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (139,0); +ref = O; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1731; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (764,0); +}, +{ +name = center; +pos = (764,722); +}, +{ +name = ogonek; +pos = (793,10); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +}, +{ +name = topright; +pos = (1029,1463); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1168,-17,o), +(1462,295,o), +(1462,724,cs), +(1462,1152,o), +(1168,1463,o), +(765,1463,cs), +(355,1463,o), +(56,1152,o), +(56,724,cs), +(56,295,o), +(355,-17,o), +(765,-17,cs) +); +}, +{ +closed = 1; +nodes = ( +(384,31,o), +(106,323,o), +(106,724,cs), +(106,1124,o), +(384,1415,o), +(765,1415,cs), +(1139,1415,o), +(1412,1124,o), +(1412,724,cs), +(1412,323,o), +(1139,31,o), +(765,31,cs) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "D280F12F-6293-4423-8887-85C033EB7852"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (-4,0); +ref = O; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1522; +} +); +metricLeft = Epsilontonos; +metricRight = O; +unicode = 908; +}, +{ +color = 10; +glyphname = Upsilontonos; +kernLeft = Epsilontonos; +kernRight = Y; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (782,0); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(788,511,l), +(788,0,l), +(838,0,l), +(838,511,l), +(1409,1443,l), +(1353,1443,l), +(814,564,l), +(812,564,l), +(273,1443,l), +(217,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (207,0); +ref = Y; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1419; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1072,0); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(979,521,l), +(979,0,l), +(1159,0,l), +(1159,521,l), +(1725,1443,l), +(1515,1443,l), +(1075,705,l), +(1065,705,l), +(623,1443,l), +(413,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (403,0); +ref = Y; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1735; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1271,0); +}, +{ +name = top; +pos = (217,1397.6); +}, +{ +name = topleft; +pos = (222,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1064,458,l), +(1064,0,l), +(1474,0,l), +(1474,464,l), +(2008,1443,l), +(1532,1443,l), +(1279,851,l), +(1261,851,l), +(1009,1443,l), +(534,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1444,l), +(-20,1027,l), +(223,1027,l), +(403,1444,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (524,0); +ref = Y; +}, +{ +pos = (-120,1); +ref = tonos; +} +); +width = 2018; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (692,0); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(806,511,l), +(698,0,l), +(748,0,l), +(856,511,l), +(1625,1443,l), +(1561,1443,l), +(844,568,l), +(838,568,l), +(485,1443,l), +(433,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (227,0); +ref = Y; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1439; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (902,0); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(919,521,l), +(809,0,l), +(989,0,l), +(1099,521,l), +(1861,1443,l), +(1651,1443,l), +(1054,705,l), +(1044,705,l), +(759,1443,l), +(549,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (343,0); +ref = Y; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1675; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (1215,0); +}, +{ +name = top; +pos = (97,1398); +}, +{ +name = topleft; +pos = (112,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1105,458,l), +(1008,0,l), +(1418,0,l), +(1516,464,l), +(2258,1443,l), +(1782,1443,l), +(1393,801,l), +(1375,801,l), +(1259,1443,l), +(784,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-60,1444,l), +(-218,1027,l), +(25,1027,l), +(293,1444,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (574,0); +ref = Y; +}, +{ +pos = (-419,1); +ref = tonos; +} +); +width = 2088; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (1215,0); +}, +{ +name = top; +pos = (97,1398); +}, +{ +name = topleft; +pos = (112,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1105,458,l), +(1008,0,l), +(1418,0,l), +(1516,464,l), +(2258,1443,l), +(1782,1443,l), +(1393,801,l), +(1375,801,l), +(1259,1443,l), +(784,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-60,1444,l), +(-218,1027,l), +(25,1027,l), +(293,1444,l) +); +} +); +}; +layerId = "7AD03D69-34B7-47E8-AAEF-F03752D95724"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (574,0); +ref = Y; +}, +{ +pos = (-419,1); +ref = tonos; +} +); +width = 2088; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (902,0); +}, +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(919,521,l), +(809,0,l), +(989,0,l), +(1099,521,l), +(1861,1443,l), +(1651,1443,l), +(1054,705,l), +(1044,705,l), +(759,1443,l), +(549,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "6DDFA812-F9E5-4CD3-BACA-0338BE60C2A1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (343,0); +ref = Y; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1675; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (1271,0); +}, +{ +name = top; +pos = (217,1397.6); +}, +{ +name = topleft; +pos = (222,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1064,458,l), +(1064,0,l), +(1474,0,l), +(1474,464,l), +(2008,1443,l), +(1532,1443,l), +(1279,851,l), +(1261,851,l), +(1009,1443,l), +(534,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(50,1444,l), +(-20,1027,l), +(223,1027,l), +(403,1444,l) +); +} +); +}; +layerId = "70E491F3-E5B0-4CC4-8422-FD40D1166F2B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (524,0); +ref = Y; +}, +{ +pos = (-120,1); +ref = tonos; +} +); +width = 2018; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (692,0); +}, +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(806,511,l), +(698,0,l), +(748,0,l), +(856,511,l), +(1625,1443,l), +(1561,1443,l), +(844,568,l), +(838,568,l), +(485,1443,l), +(433,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "DB73E3D5-9643-4264-92EE-6A4D4D904ED3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (227,0); +ref = Y; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1439; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (1072,0); +}, +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(979,521,l), +(979,0,l), +(1159,0,l), +(1159,521,l), +(1725,1443,l), +(1515,1443,l), +(1075,705,l), +(1065,705,l), +(623,1443,l), +(413,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "6B478F0A-F1F8-45E5-BEDC-C6C16EB8A14F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (403,0); +ref = Y; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1735; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (782,0); +}, +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(788,511,l), +(788,0,l), +(838,0,l), +(838,511,l), +(1409,1443,l), +(1353,1443,l), +(814,564,l), +(812,564,l), +(273,1443,l), +(217,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "ED5E0730-8E9A-434A-A9DB-A869C926F9C2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (207,0); +ref = Y; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1419; +} +); +metricLeft = Epsilontonos; +metricRight = Y; +unicode = 910; +}, +{ +color = 10; +glyphname = Omegatonos; +kernLeft = Epsilontonos; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1259,1462,o), +(844,1462,cs), +(431,1462,o), +(140,1168,o), +(140,751,cs), +(140,444,o), +(352,155,o), +(654,51,c), +(654,47,l), +(127,47,l), +(127,-1,l), +(738,-1,l), +(738,65,l), +(416,160,o), +(190,444,o), +(190,751,cs), +(190,1141,o), +(460,1415,o), +(845,1414,cs), +(1230,1413,o), +(1500,1139,o), +(1500,751,cs), +(1500,442,o), +(1278,159,o), +(962,65,c), +(962,-1,l), +(1563,-1,l), +(1563,47,l), +(1056,47,l), +(1056,51,l), +(1346,161,o), +(1550,450,o), +(1550,751,cs), +(1550,1168,o) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (67,0); +ref = Ohm; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1623; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1331,1462,o), +(917,1462,cs), +(503,1462,o), +(216,1181,o), +(216,781,cs), +(216,508,o), +(382,248,o), +(619,166,c), +(620,159,l), +(203,159,l), +(203,-1,l), +(824,-1,l), +(824,191,l), +(576,288,o), +(396,538,o), +(396,781,cs), +(396,1088,o), +(612,1303,o), +(917,1302,cs), +(1222,1301,o), +(1446,1086,o), +(1446,781,cs), +(1446,538,o), +(1256,288,o), +(1008,191,c), +(1008,-1,l), +(1639,-1,l), +(1639,159,l), +(1242,159,l), +(1242,166,l), +(1462,250,o), +(1626,510,o), +(1626,781,cs), +(1626,1181,o) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (143,0); +ref = Ohm; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1699; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (217,1397.6); +}, +{ +name = topleft; +pos = (222,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1525,1480,o), +(1083,1480,cs), +(640,1480,o), +(334,1212,o), +(334,831,cs), +(334,599,o), +(473,382,o), +(671,306,c), +(672,299,l), +(312,299,l), +(309,-1,l), +(990,-1,l), +(990,382,l), +(851,465,o), +(754,634,o), +(754,791,cs), +(754,1003,o), +(887,1151,o), +(1083,1150,cs), +(1279,1149,o), +(1422,1001,o), +(1422,791,cs), +(1422,637,o), +(1320,468,o), +(1176,382,c), +(1176,-1,l), +(1867,-1,l), +(1864,299,l), +(1494,299,l), +(1494,306,l), +(1698,393,o), +(1842,609,o), +(1842,831,cs), +(1842,1212,o) +); +}, +{ +closed = 1; +nodes = ( +(50,1444,l), +(-20,1027,l), +(223,1027,l), +(403,1444,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (249,0); +ref = Ohm; +}, +{ +pos = (-120,1); +ref = tonos; +} +); +width = 1927; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1197,1462,o), +(782,1462,cs), +(369,1462,o), +(26,1168,o), +(-47,751,cs), +(-102,444,o), +(60,155,o), +(343,51,c), +(342,47,l), +(-185,47,l), +(-193,-1,l), +(418,-1,l), +(430,65,l), +(124,160,o), +(-52,444,o), +(3,751,cs), +(71,1141,o), +(390,1415,o), +(775,1414,cs), +(1159,1413,o), +(1381,1139,o), +(1313,751,cs), +(1258,442,o), +(986,159,o), +(654,65,c), +(642,-1,l), +(1243,-1,l), +(1251,47,l), +(744,47,l), +(745,51,l), +(1055,161,o), +(1310,450,o), +(1363,751,cs), +(1436,1168,o) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-157,0); +ref = Ohm; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1414; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1200,1462,o), +(786,1462,cs), +(372,1462,o), +(35,1181,o), +(-35,781,cs), +(-83,508,o), +(37,248,o), +(259,166,c), +(259,159,l), +(-158,159,l), +(-186,-1,l), +(435,-1,l), +(469,191,l), +(238,288,o), +(102,538,o), +(145,781,cs), +(199,1088,o), +(453,1303,o), +(758,1302,cs), +(1063,1301,o), +(1249,1086,o), +(1195,781,cs), +(1152,538,o), +(918,288,o), +(653,191,c), +(619,-1,l), +(1250,-1,l), +(1278,159,l), +(881,159,l), +(882,166,l), +(1117,250,o), +(1327,510,o), +(1375,781,cs), +(1445,1181,o) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-151,0); +ref = Ohm; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1421; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (97,1398); +}, +{ +name = topleft; +pos = (112,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1428,1480,o), +(986,1480,cs), +(543,1480,o), +(189,1212,o), +(122,831,cs), +(81,599,o), +(182,382,o), +(367,306,c), +(366,299,l), +(6,299,l), +(-50,-1,l), +(631,-1,l), +(699,382,l), +(575,465,o), +(507,634,o), +(535,791,cs), +(572,1003,o), +(732,1151,o), +(927,1150,cs), +(1123,1149,o), +(1240,1001,o), +(1203,791,cs), +(1176,637,o), +(1044,468,o), +(885,382,c), +(817,-1,l), +(1508,-1,l), +(1558,299,l), +(1188,299,l), +(1190,306,l), +(1409,393,o), +(1591,609,o), +(1630,831,cs), +(1697,1212,o) +); +}, +{ +closed = 1; +nodes = ( +(-60,1444,l), +(-218,1027,l), +(25,1027,l), +(293,1444,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-1,0); +ref = Ohm; +}, +{ +pos = (-419,1); +ref = tonos; +} +); +width = 1685; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (97,1398); +}, +{ +name = topleft; +pos = (112,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1428,1480,o), +(986,1480,cs), +(543,1480,o), +(189,1212,o), +(122,831,cs), +(81,599,o), +(182,382,o), +(367,306,c), +(366,299,l), +(6,299,l), +(-50,-1,l), +(631,-1,l), +(699,382,l), +(575,465,o), +(507,634,o), +(535,791,cs), +(572,1003,o), +(732,1151,o), +(927,1150,cs), +(1123,1149,o), +(1240,1001,o), +(1203,791,cs), +(1176,637,o), +(1044,468,o), +(885,382,c), +(817,-1,l), +(1508,-1,l), +(1558,299,l), +(1188,299,l), +(1190,306,l), +(1409,393,o), +(1591,609,o), +(1630,831,cs), +(1697,1212,o) +); +}, +{ +closed = 1; +nodes = ( +(-60,1444,l), +(-218,1027,l), +(25,1027,l), +(293,1444,l) +); +} +); +}; +layerId = "DC458111-F90C-486F-AF72-AB785B23E086"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-1,0); +ref = Ohm; +}, +{ +pos = (-419,1); +ref = tonos; +} +); +width = 1685; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (14,1381); +}, +{ +name = topleft; +pos = (42,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1200,1462,o), +(786,1462,cs), +(372,1462,o), +(35,1181,o), +(-35,781,cs), +(-83,508,o), +(37,248,o), +(259,166,c), +(259,159,l), +(-158,159,l), +(-186,-1,l), +(435,-1,l), +(469,191,l), +(238,288,o), +(102,538,o), +(145,781,cs), +(199,1088,o), +(453,1303,o), +(758,1302,cs), +(1063,1301,o), +(1249,1086,o), +(1195,781,cs), +(1152,538,o), +(918,288,o), +(653,191,c), +(619,-1,l), +(1250,-1,l), +(1278,159,l), +(881,159,l), +(882,166,l), +(1117,250,o), +(1327,510,o), +(1375,781,cs), +(1445,1181,o) +); +}, +{ +closed = 1; +nodes = ( +(-84,1442,l), +(-238,1143,l), +(-75,1143,l), +(129,1442,l) +); +} +); +}; +layerId = "ADEFC8B0-FAE3-4AEE-961A-9492E125AF05"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-151,0); +ref = Ohm; +}, +{ +pos = (-448,105); +ref = tonos; +} +); +width = 1421; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (217,1397.6); +}, +{ +name = topleft; +pos = (222,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1525,1480,o), +(1083,1480,cs), +(640,1480,o), +(334,1212,o), +(334,831,cs), +(334,599,o), +(473,382,o), +(671,306,c), +(672,299,l), +(312,299,l), +(309,-1,l), +(990,-1,l), +(990,382,l), +(851,465,o), +(754,634,o), +(754,791,cs), +(754,1003,o), +(887,1151,o), +(1083,1150,cs), +(1279,1149,o), +(1422,1001,o), +(1422,791,cs), +(1422,637,o), +(1320,468,o), +(1176,382,c), +(1176,-1,l), +(1867,-1,l), +(1864,299,l), +(1494,299,l), +(1494,306,l), +(1698,393,o), +(1842,609,o), +(1842,831,cs), +(1842,1212,o) +); +}, +{ +closed = 1; +nodes = ( +(50,1444,l), +(-20,1027,l), +(223,1027,l), +(403,1444,l) +); +} +); +}; +layerId = "6DAFC5D8-E009-4425-B1EE-943EDE34B363"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (249,0); +ref = Ohm; +}, +{ +pos = (-120,1); +ref = tonos; +} +); +width = 1927; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (-31,1323); +}, +{ +name = topleft; +pos = (-4,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1197,1462,o), +(782,1462,cs), +(369,1462,o), +(26,1168,o), +(-47,751,cs), +(-102,444,o), +(60,155,o), +(343,51,c), +(342,47,l), +(-185,47,l), +(-193,-1,l), +(418,-1,l), +(430,65,l), +(124,160,o), +(-52,444,o), +(3,751,cs), +(71,1141,o), +(390,1415,o), +(775,1414,cs), +(1159,1413,o), +(1381,1139,o), +(1313,751,cs), +(1258,442,o), +(986,159,o), +(654,65,c), +(642,-1,l), +(1243,-1,l), +(1251,47,l), +(744,47,l), +(745,51,l), +(1055,161,o), +(1310,450,o), +(1363,751,cs), +(1436,1168,o) +); +}, +{ +closed = 1; +nodes = ( +(-39,1446,l), +(-172,1171,l), +(-128,1171,l), +(21,1446,l) +); +} +); +}; +layerId = "27EFF86A-65D3-4AD4-95E6-12D5FF253023"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-157,0); +ref = Ohm; +}, +{ +pos = (-385,118); +ref = tonos; +} +); +width = 1414; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (141,1380.6); +}, +{ +name = topleft; +pos = (156,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1331,1462,o), +(917,1462,cs), +(503,1462,o), +(216,1181,o), +(216,781,cs), +(216,508,o), +(382,248,o), +(619,166,c), +(620,159,l), +(203,159,l), +(203,-1,l), +(824,-1,l), +(824,191,l), +(576,288,o), +(396,538,o), +(396,781,cs), +(396,1088,o), +(612,1303,o), +(917,1302,cs), +(1222,1301,o), +(1446,1086,o), +(1446,781,cs), +(1446,538,o), +(1256,288,o), +(1008,191,c), +(1008,-1,l), +(1639,-1,l), +(1639,159,l), +(1242,159,l), +(1242,166,l), +(1462,250,o), +(1626,510,o), +(1626,781,cs), +(1626,1181,o) +); +}, +{ +closed = 1; +nodes = ( +(30,1442,l), +(-60,1143,l), +(103,1143,l), +(243,1442,l) +); +} +); +}; +layerId = "45D06EC3-B0CC-4002-AB47-E4A9709B85ED"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (143,0); +ref = Ohm; +}, +{ +pos = (-160,105); +ref = tonos; +} +); +width = 1699; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (69,1323.4); +}, +{ +name = topleft; +pos = (70,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1259,1462,o), +(844,1462,cs), +(431,1462,o), +(140,1168,o), +(140,751,cs), +(140,444,o), +(352,155,o), +(654,51,c), +(654,47,l), +(127,47,l), +(127,-1,l), +(738,-1,l), +(738,65,l), +(416,160,o), +(190,444,o), +(190,751,cs), +(190,1141,o), +(460,1415,o), +(845,1414,cs), +(1230,1413,o), +(1500,1139,o), +(1500,751,cs), +(1500,442,o), +(1278,159,o), +(962,65,c), +(962,-1,l), +(1563,-1,l), +(1563,47,l), +(1056,47,l), +(1056,51,l), +(1346,161,o), +(1550,450,o), +(1550,751,cs), +(1550,1168,o) +); +}, +{ +closed = 1; +nodes = ( +(35,1446,l), +(-40,1171,l), +(4,1171,l), +(95,1446,l) +); +} +); +}; +layerId = "72DE12C1-7849-4334-AD65-BCFB8297C925"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (67,0); +ref = Ohm; +}, +{ +pos = (-140,118); +ref = tonos; +} +); +width = 1623; +} +); +metricLeft = Epsilontonos; +metricRight = O; +unicode = 911; +}, +{ +color = 10; +glyphname = Iotadieresis; +kernLeft = I; +kernRight = I; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1443); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-51,1638,l), +(19,1638,l), +(19,1708,l), +(-51,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(232,1638,l), +(302,1638,l), +(302,1708,l), +(232,1708,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-161,503); +ref = dieresiscomb; +} +); +width = 250; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-49,1564,l), +(131,1564,l), +(131,1743,l), +(-49,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(258,1564,l), +(438,1564,l), +(438,1743,l), +(258,1743,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-159,503); +ref = dieresiscomb; +} +); +width = 380; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1443); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1605,l), +(234,1605,l), +(234,1848,l), +(-44,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(371,1605,l), +(649,1605,l), +(649,1848,l), +(371,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-154,443); +ref = dieresiscomb; +} +); +width = 610; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(198,1628,l), +(268,1628,l), +(282,1698,l), +(212,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(481,1628,l), +(551,1628,l), +(565,1698,l), +(495,1698,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-42,503); +ref = dieresiscomb; +} +); +width = 371; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(192,1554,l), +(372,1554,l), +(409,1733,l), +(230,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(499,1554,l), +(679,1554,l), +(716,1733,l), +(537,1733,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-26,503); +ref = dieresiscomb; +} +); +width = 541; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (495,1443); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(200,1605,l), +(478,1605,l), +(530,1848,l), +(252,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(615,1605,l), +(893,1605,l), +(945,1848,l), +(667,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-40,443); +ref = dieresiscomb; +} +); +width = 731; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (188,0); +}, +{ +name = ogonek; +pos = (197,4); +}, +{ +name = top; +pos = (495,1443); +}, +{ +name = topleft; +pos = (-387,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(394,0,l), +(700,1443,l), +(290,1443,l), +(-16,0,l) +); +}, +{ +closed = 1; +nodes = ( +(200,1605,l), +(478,1605,l), +(530,1848,l), +(252,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(615,1605,l), +(893,1605,l), +(945,1848,l), +(667,1848,l) +); +} +); +}; +layerId = "F1A0BE51-2AB9-4BA3-AD61-830F968A16F5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-40,443); +ref = dieresiscomb; +} +); +width = 731; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (84,0); +}, +{ +name = ogonek; +pos = (80,1); +}, +{ +name = top; +pos = (390,1443); +}, +{ +name = topleft; +pos = (-245,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(476,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(192,1554,l), +(372,1554,l), +(409,1733,l), +(230,1733,l) +); +}, +{ +closed = 1; +nodes = ( +(499,1554,l), +(679,1554,l), +(716,1733,l), +(537,1733,l) +); +} +); +}; +layerId = "37EDCB8D-65DF-450F-B962-8A9A3E854EF2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-26,503); +ref = dieresiscomb; +} +); +width = 541; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (304,0); +}, +{ +name = ogonek; +pos = (313,4); +}, +{ +name = top; +pos = (305,1443); +}, +{ +name = topleft; +pos = (-207,1442); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-44,1605,l), +(234,1605,l), +(234,1848,l), +(-44,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(371,1605,l), +(649,1605,l), +(649,1848,l), +(371,1848,l) +); +} +); +}; +layerId = "9ECDF390-9AF3-4D79-BF0D-43324E32FD08"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-154,443); +ref = dieresiscomb; +} +); +width = 610; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (15,0); +}, +{ +name = ogonek; +pos = (11,1); +}, +{ +name = top; +pos = (321,1443); +}, +{ +name = topleft; +pos = (-154,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(346,1443,l), +(296,1443,l), +(-10,0,l) +); +}, +{ +closed = 1; +nodes = ( +(198,1628,l), +(268,1628,l), +(282,1698,l), +(212,1698,l) +); +}, +{ +closed = 1; +nodes = ( +(481,1628,l), +(551,1628,l), +(565,1698,l), +(495,1698,l) +); +} +); +}; +layerId = "EA56D545-CD8F-4652-8F0D-0A5F3A21C54F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = I; +}, +{ +alignment = -1; +pos = (-42,503); +ref = dieresiscomb; +} +); +width = 371; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (194,0); +}, +{ +name = ogonek; +pos = (190,1); +}, +{ +name = top; +pos = (194,1443); +}, +{ +name = topleft; +pos = (-141,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-49,1564,l), +(131,1564,l), +(131,1743,l), +(-49,1743,l) +); +}, +{ +closed = 1; +nodes = ( +(258,1564,l), +(438,1564,l), +(438,1743,l), +(258,1743,l) +); +} +); +}; +layerId = "C6EC20A8-12BB-4108-B0EB-EA264DC3A034"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-159,503); +ref = dieresiscomb; +} +); +width = 380; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (125,0); +}, +{ +name = ogonek; +pos = (121,1); +}, +{ +name = top; +pos = (125,1443); +}, +{ +name = topleft; +pos = (-60,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,1443,l), +(100,1443,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-51,1638,l), +(19,1638,l), +(19,1708,l), +(-51,1708,l) +); +}, +{ +closed = 1; +nodes = ( +(232,1638,l), +(302,1638,l), +(302,1708,l), +(232,1708,l) +); +} +); +}; +layerId = "4F6FC5F1-5F3E-4024-83B8-7E91FBF4C4A0"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = I; +}, +{ +pos = (-161,503); +ref = dieresiscomb; +} +); +width = 250; +} +); +unicode = 938; +}, +{ +color = 10; +glyphname = Upsilondieresis; +kernLeft = Y; +kernRight = Y; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = top; +pos = (606,1393); +}, +{ +name = topleft; +pos = (-137,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(581,511,l), +(581,0,l), +(631,0,l), +(631,511,l), +(1202,1443,l), +(1146,1443,l), +(607,564,l), +(605,564,l), +(66,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(430,1588,l), +(500,1588,l), +(500,1658,l), +(430,1658,l) +); +}, +{ +closed = 1; +nodes = ( +(713,1588,l), +(783,1588,l), +(783,1658,l), +(713,1658,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (320,453); +ref = dieresiscomb; +} +); +width = 1212; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = top; +pos = (666,1403); +}, +{ +name = topleft; +pos = (-247,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(576,0,l), +(756,0,l), +(756,521,l), +(1322,1443,l), +(1112,1443,l), +(672,705,l), +(662,705,l), +(220,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(423,1524,l), +(603,1524,l), +(603,1703,l), +(423,1703,l) +); +}, +{ +closed = 1; +nodes = ( +(730,1524,l), +(910,1524,l), +(910,1703,l), +(730,1703,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (313,463); +ref = dieresiscomb; +} +); +width = 1332; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (747,0); +}, +{ +name = top; +pos = (746,1443); +}, +{ +name = topleft; +pos = (-302,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(540,458,l), +(540,0,l), +(950,0,l), +(950,464,l), +(1484,1443,l), +(1008,1443,l), +(755,851,l), +(737,851,l), +(485,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(397,1605,l), +(675,1605,l), +(675,1848,l), +(397,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(812,1605,l), +(1090,1605,l), +(1090,1848,l), +(812,1848,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (287,443); +ref = dieresiscomb; +} +); +width = 1494; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (465,0); +}, +{ +name = top; +pos = (792,1393); +}, +{ +name = topleft; +pos = (-231,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(579,511,l), +(471,0,l), +(521,0,l), +(629,511,l), +(1398,1443,l), +(1334,1443,l), +(617,568,l), +(611,568,l), +(258,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(644,1578,l), +(714,1578,l), +(728,1648,l), +(658,1648,l) +); +}, +{ +closed = 1; +nodes = ( +(927,1578,l), +(997,1578,l), +(1011,1648,l), +(941,1648,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (404,453); +ref = dieresiscomb; +} +); +width = 1212; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = top; +pos = (854,1403); +}, +{ +name = topleft; +pos = (-301,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(466,0,l), +(646,0,l), +(756,521,l), +(1518,1443,l), +(1308,1443,l), +(711,705,l), +(701,705,l), +(416,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(636,1514,l), +(816,1514,l), +(853,1693,l), +(674,1693,l) +); +}, +{ +closed = 1; +nodes = ( +(943,1514,l), +(1123,1514,l), +(1160,1693,l), +(981,1693,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = Y; +}, +{ +alignment = -1; +pos = (418,463); +ref = dieresiscomb; +} +); +width = 1432; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (641,0); +}, +{ +name = top; +pos = (946,1443); +}, +{ +name = topleft; +pos = (-462,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(531,458,l), +(434,0,l), +(844,0,l), +(942,464,l), +(1684,1443,l), +(1208,1443,l), +(819,801,l), +(801,801,l), +(685,1443,l), +(210,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(651,1605,l), +(929,1605,l), +(981,1848,l), +(703,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,1605,l), +(1344,1605,l), +(1396,1848,l), +(1118,1848,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = Y; +}, +{ +alignment = -1; +pos = (411,443); +ref = dieresiscomb; +} +); +width = 1594; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (641,0); +}, +{ +name = top; +pos = (946,1443); +}, +{ +name = topleft; +pos = (-462,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(531,458,l), +(434,0,l), +(844,0,l), +(942,464,l), +(1684,1443,l), +(1208,1443,l), +(819,801,l), +(801,801,l), +(685,1443,l), +(210,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(651,1605,l), +(929,1605,l), +(981,1848,l), +(703,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(1066,1605,l), +(1344,1605,l), +(1396,1848,l), +(1118,1848,l) +); +} +); +}; +layerId = "4FECA75E-2936-4D1A-BC13-C534724AB948"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Y; +}, +{ +alignment = -1; +pos = (411,443); +ref = dieresiscomb; +} +); +width = 1594; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (559,0); +}, +{ +name = top; +pos = (854,1403); +}, +{ +name = topleft; +pos = (-301,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(466,0,l), +(646,0,l), +(756,521,l), +(1518,1443,l), +(1308,1443,l), +(711,705,l), +(701,705,l), +(416,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(636,1514,l), +(816,1514,l), +(853,1693,l), +(674,1693,l) +); +}, +{ +closed = 1; +nodes = ( +(943,1514,l), +(1123,1514,l), +(1160,1693,l), +(981,1693,l) +); +} +); +}; +layerId = "F9C77E00-0CDE-4E17-8911-B6727C92E397"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = Y; +}, +{ +alignment = -1; +pos = (418,463); +ref = dieresiscomb; +} +); +width = 1432; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (747,0); +}, +{ +name = top; +pos = (746,1443); +}, +{ +name = topleft; +pos = (-302,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(540,458,l), +(540,0,l), +(950,0,l), +(950,464,l), +(1484,1443,l), +(1008,1443,l), +(755,851,l), +(737,851,l), +(485,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(397,1605,l), +(675,1605,l), +(675,1848,l), +(397,1848,l) +); +}, +{ +closed = 1; +nodes = ( +(812,1605,l), +(1090,1605,l), +(1090,1848,l), +(812,1848,l) +); +} +); +}; +layerId = "F3A6E6B7-BE87-4B44-B9B5-792AC24D4B24"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (287,443); +ref = dieresiscomb; +} +); +width = 1494; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (465,0); +}, +{ +name = top; +pos = (792,1393); +}, +{ +name = topleft; +pos = (-231,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(579,511,l), +(471,0,l), +(521,0,l), +(629,511,l), +(1398,1443,l), +(1334,1443,l), +(617,568,l), +(611,568,l), +(258,1443,l), +(206,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(644,1578,l), +(714,1578,l), +(728,1648,l), +(658,1648,l) +); +}, +{ +closed = 1; +nodes = ( +(927,1578,l), +(997,1578,l), +(1011,1648,l), +(941,1648,l) +); +} +); +}; +layerId = "8C6B2272-363D-4EC8-85A0-EC0612A1F5A9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (404,453); +ref = dieresiscomb; +} +); +width = 1212; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (669,0); +}, +{ +name = top; +pos = (666,1403); +}, +{ +name = topleft; +pos = (-247,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(576,521,l), +(576,0,l), +(756,0,l), +(756,521,l), +(1322,1443,l), +(1112,1443,l), +(672,705,l), +(662,705,l), +(220,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(423,1524,l), +(603,1524,l), +(603,1703,l), +(423,1703,l) +); +}, +{ +closed = 1; +nodes = ( +(730,1524,l), +(910,1524,l), +(910,1703,l), +(730,1703,l) +); +} +); +}; +layerId = "85CAE4CE-F893-4B48-B734-A0B794530251"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (313,463); +ref = dieresiscomb; +} +); +width = 1332; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (575,0); +}, +{ +name = top; +pos = (606,1393); +}, +{ +name = topleft; +pos = (-137,1443); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(581,511,l), +(581,0,l), +(631,0,l), +(631,511,l), +(1202,1443,l), +(1146,1443,l), +(607,564,l), +(605,564,l), +(66,1443,l), +(10,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(430,1588,l), +(500,1588,l), +(500,1658,l), +(430,1658,l) +); +}, +{ +closed = 1; +nodes = ( +(713,1588,l), +(783,1588,l), +(783,1658,l), +(713,1658,l) +); +} +); +}; +layerId = "E2032641-2F51-4DF7-BFB1-DE13C7D0850B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = Y; +}, +{ +pos = (320,453); +ref = dieresiscomb; +} +); +width = 1212; +} +); +unicode = 939; +}, +{ +color = 6; +glyphname = Digamma; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (493,0); +}, +{ +name = top; +pos = (493,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,0,l), +(150,723,l), +(842,723,l), +(842,771,l), +(150,771,l), +(150,1395,l), +(842,1395,l), +(842,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 882; +}, +{ +anchors = ( +{ +name = bottom; +pos = (533,0); +}, +{ +name = top; +pos = (533,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,0,l), +(280,651,l), +(945,651,l), +(945,811,l), +(280,811,l), +(280,1273,l), +(945,1273,l), +(945,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 985; +}, +{ +anchors = ( +{ +name = bottom; +pos = (702,0); +}, +{ +name = top; +pos = (702,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(520,0,l), +(520,493,l), +(1083,493,l), +(1083,823,l), +(520,823,l), +(520,1093,l), +(1083,1093,l), +(1083,1443,l), +(100,1443,l), +(100,0,l) +); +} +); +width = 1123; +}, +{ +anchors = ( +{ +name = bottom; +pos = (383,0); +}, +{ +name = top; +pos = (689,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,0,l), +(193,723,l), +(885,723,l), +(896,771,l), +(204,771,l), +(336,1395,l), +(1028,1395,l), +(1038,1443,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 963; +}, +{ +anchors = ( +{ +name = bottom; +pos = (423,0); +}, +{ +name = top; +pos = (729,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,0,l), +(308,651,l), +(973,651,l), +(1007,811,l), +(342,811,l), +(440,1273,l), +(1105,1273,l), +(1141,1443,l), +(296,1443,l), +(-10,0,l) +); +} +); +width = 1045; +}, +{ +anchors = ( +{ +name = bottom; +pos = (586,0); +}, +{ +name = top; +pos = (892,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(404,0,l), +(508,493,l), +(1071,493,l), +(1142,823,l), +(579,823,l), +(636,1093,l), +(1199,1093,l), +(1273,1443,l), +(290,1443,l), +(-16,0,l) +); +} +); +width = 1204; +} +); +metricLeft = F; +metricRight = F; +unicode = 988; +}, +{ +color = 6; +glyphname = alpha; +kernLeft = sround; +kernRight = a; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (626,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,186,o), +(259,-20,o), +(559,-20,cs), +(792,-20,o), +(978,116,o), +(1025,332,c), +(1033,332,l), +(1051,100,ls), +(1057,26,o), +(1108,-20,o), +(1184,-20,cs), +(1226,-20,o), +(1260,-18,o), +(1272,-14,c), +(1272,43,l), +(1240,37,o), +(1206,34,o), +(1183,34,cs), +(1140,34,o), +(1111,61,o), +(1105,104,cs), +(1055,493,l), +(1183,1040,l), +(1129,1040,l), +(1044,637,l), +(1037,637,l), +(1011,894,o), +(821,1056,o), +(561,1056,cs), +(259,1056,o), +(60,847,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(109,817,o), +(289,1008,o), +(561,1008,cs), +(829,1008,o), +(1007,814,o), +(1007,504,cs), +(1007,212,o), +(828,28,o), +(559,28,cs), +(289,28,o), +(109,215,o), +(109,513,cs) +); +} +); +width = 1322; +}, +{ +anchors = ( +{ +name = top; +pos = (603,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,186,o), +(249,-20,o), +(550,-20,cs), +(753,-20,o), +(910,76,o), +(957,229,c), +(966,229,l), +(965,102,l), +(965,28,o), +(1019,-19,o), +(1105,-19,cs), +(1158,-19,o), +(1208,-14,o), +(1235,-5,c), +(1235,168,l), +(1224,159,o), +(1202,154,o), +(1177,154,cs), +(1150,154,o), +(1131,169,o), +(1127,192,c), +(1088,519,l), +(1210,1040,l), +(1031,1040,l), +(972,753,l), +(960,753,l), +(934,939,o), +(785,1056,o), +(574,1056,cs), +(258,1056,o), +(60,847,o), +(60,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,748,o), +(375,896,o), +(589,896,cs), +(783,896,o), +(907,749,o), +(910,515,cs), +(910,283,o), +(785,138,o), +(587,138,cs), +(374,138,o), +(240,283,o), +(240,513,cs) +); +} +); +width = 1285; +}, +{ +anchors = ( +{ +name = top; +pos = (713,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,192,o), +(249,-22,o), +(550,-22,cs), +(708,-22,o), +(837,66,o), +(884,205,c), +(902,205,l), +(913,169,l), +(937,42,o), +(1043,-37,o), +(1187,-37,cs), +(1279,-37,o), +(1369,-25,o), +(1419,-7,c), +(1419,280,l), +(1371,275,o), +(1338,272,o), +(1335,272,cs), +(1298,272,o), +(1271,290,o), +(1264,319,cs), +(1209,549,l), +(1363,1100,l), +(946,1100,l), +(913,937,l), +(894,937,l), +(850,1054,o), +(717,1128,o), +(550,1128,cs), +(249,1128,o), +(60,899,o), +(60,534,cs) +); +}, +{ +closed = 1; +nodes = ( +(460,705,o), +(546,809,o), +(683,809,cs), +(804,809,o), +(880,705,o), +(880,539,cs), +(880,381,o), +(804,281,o), +(683,281,cs), +(546,281,o), +(460,381,o), +(460,539,cs) +); +} +); +width = 1469; +}, +{ +anchors = ( +{ +name = top; +pos = (718,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1,186,o), +(164,-20,o), +(464,-20,cs), +(697,-20,o), +(907,116,o), +(992,332,c), +(1000,332,l), +(977,100,ls), +(970,26,o), +(1013,-20,o), +(1089,-20,cs), +(1131,-20,o), +(1165,-18,o), +(1178,-14,c), +(1188,43,l), +(1155,37,o), +(1121,34,o), +(1098,34,cs), +(1055,34,o), +(1030,61,o), +(1032,104,cs), +(1051,493,l), +(1275,1040,l), +(1221,1040,l), +(1065,637,l), +(1058,637,l), +(1077,894,o), +(916,1056,o), +(656,1056,cs), +(354,1056,o), +(118,847,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(162,817,o), +(375,1008,o), +(647,1008,cs), +(915,1008,o), +(1059,814,o), +(1005,504,cs), +(953,212,o), +(742,28,o), +(473,28,cs), +(203,28,o), +(56,215,o), +(108,513,cs) +); +} +); +width = 1342; +}, +{ +anchors = ( +{ +name = top; +pos = (603,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1,186,o), +(154,-20,o), +(455,-20,cs), +(658,-20,o), +(832,76,o), +(906,229,c), +(915,229,l), +(892,102,l), +(879,28,o), +(924,-19,o), +(1010,-19,cs), +(1063,-19,o), +(1114,-14,o), +(1143,-5,c), +(1173,168,l), +(1161,159,o), +(1138,154,o), +(1113,154,cs), +(1086,154,o), +(1069,169,o), +(1070,192,c), +(1088,519,l), +(1302,1040,l), +(1123,1040,l), +(1013,753,l), +(1001,753,l), +(1008,939,o), +(880,1056,o), +(669,1056,cs), +(353,1056,o), +(118,847,o), +(59,513,cs) +); +}, +{ +closed = 1; +nodes = ( +(281,748,o), +(442,896,o), +(656,896,cs), +(850,896,o), +(948,749,o), +(909,515,cs), +(869,283,o), +(718,138,o), +(520,138,cs), +(307,138,o), +(199,283,o), +(239,513,cs) +); +} +); +width = 1305; +}, +{ +anchors = ( +{ +name = top; +pos = (810,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-3,192,o), +(148,-22,o), +(449,-22,cs), +(607,-22,o), +(751,66,o), +(823,205,c), +(841,205,l), +(846,169,l), +(847,42,o), +(939,-37,o), +(1083,-37,cs), +(1175,-37,o), +(1267,-25,o), +(1321,-7,c), +(1371,280,l), +(1322,275,o), +(1289,272,o), +(1286,272,cs), +(1249,272,o), +(1225,290,o), +(1223,319,cs), +(1209,549,l), +(1460,1100,l), +(1043,1100,l), +(981,937,l), +(962,937,l), +(939,1054,o), +(819,1128,o), +(652,1128,cs), +(351,1128,o), +(121,899,o), +(57,534,cs) +); +}, +{ +closed = 1; +nodes = ( +(487,705,o), +(591,809,o), +(728,809,cs), +(849,809,o), +(907,705,o), +(878,539,cs), +(850,381,o), +(756,281,o), +(635,281,cs), +(498,281,o), +(430,381,o), +(458,539,cs) +); +} +); +width = 1489; +} +); +metricLeft = a; +unicode = 945; +}, +{ +color = 6; +glyphname = beta; +kernLeft = b; +kernRight = b; +lastChange = "2025-12-11 13:59:06 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(883,-10,o), +(1060,137,o), +(1060,370,cs), +(1060,592,o), +(916,744,o), +(687,765,c), +(687,770,l), +(859,802,o), +(967,945,o), +(967,1139,cs), +(967,1378,o), +(802,1528,o), +(540,1528,cs), +(276,1528,o), +(110,1377,o), +(110,1136,cs), +(110,11,l), +(160,11,l), +(160,237,l), +(166,237,l), +(250,85,o), +(417,-10,o), +(600,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,-360,l), +(160,22,l), +(110,22,l), +(110,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(424,38,o), +(254,151,o), +(160,330,c), +(160,1141,ls), +(160,1349,o), +(307,1480,o), +(541,1480,cs), +(772,1480,o), +(917,1349,o), +(917,1140,cs), +(917,923,o), +(763,787,o), +(518,787,cs), +(322,787,l), +(322,739,l), +(540,739,ls), +(829,739,o), +(1010,599,o), +(1010,377,cs), +(1010,169,o), +(852,38,o), +(600,38,cs) +); +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(922,-20,o), +(1108,152,o), +(1108,396,cs), +(1108,591,o), +(971,741,o), +(776,760,c), +(776,772,l), +(903,808,o), +(993,952,o), +(993,1121,cs), +(993,1363,o), +(801,1534,o), +(528,1534,cs), +(283,1534,o), +(110,1362,o), +(110,1118,cs), +(110,1,l), +(290,1,l), +(290,142,l), +(302,142,l), +(350,47,o), +(496,-20,o), +(657,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(290,-360,l), +(290,22,l), +(110,22,l), +(110,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(492,140,o), +(345,235,o), +(290,371,c), +(290,1123,ls), +(290,1270,o), +(392,1374,o), +(538,1374,cs), +(700,1374,o), +(814,1270,o), +(814,1122,cs), +(814,952,o), +(704,833,o), +(548,833,cs), +(382,833,l), +(382,675,l), +(591,675,ls), +(790,675,o), +(930,562,o), +(930,402,cs), +(930,248,o), +(813,140,o), +(646,140,cs) +); +} +); +width = 1168; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1155,-12,o), +(1332,148,o), +(1332,403,cs), +(1332,616,o), +(1193,756,o), +(971,765,c), +(971,784,l), +(1129,804,o), +(1228,936,o), +(1228,1126,cs), +(1228,1377,o), +(1010,1534,o), +(662,1534,cs), +(323,1534,o), +(110,1351,o), +(110,1059,cs), +(110,14,l), +(510,14,l), +(510,144,l), +(528,144,l), +(584,48,o), +(717,-12,o), +(873,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,-375,l), +(510,37,l), +(110,37,l), +(110,-375,l) +); +}, +{ +closed = 1; +nodes = ( +(662,314,o), +(558,358,o), +(510,427,c), +(510,1064,ls), +(510,1156,o), +(572,1214,o), +(672,1214,cs), +(776,1214,o), +(841,1155,o), +(841,1062,cs), +(841,966,o), +(780,904,o), +(682,900,cs), +(610,897,l), +(610,625,l), +(776,625,l), +(880,630,o), +(946,571,o), +(946,473,cs), +(946,375,o), +(882,314,o), +(779,314,cs) +); +} +); +width = 1392; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(772,-10,o), +(980,137,o), +(1030,370,cs), +(1077,592,o), +(965,744,o), +(740,765,c), +(742,770,l), +(920,802,o), +(1059,945,o), +(1100,1139,cs), +(1151,1378,o), +(1018,1528,o), +(756,1528,cs), +(492,1528,o), +(294,1377,o), +(242,1136,cs), +(3,11,l), +(53,11,l), +(101,237,l), +(107,237,l), +(159,85,o), +(306,-10,o), +(489,-10,cs) +); +}, +{ +closed = 1; +nodes = ( +(-26,-360,l), +(56,22,l), +(6,22,l), +(-76,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(323,38,o), +(177,151,o), +(121,330,c), +(293,1141,ls), +(338,1349,o), +(512,1480,o), +(746,1480,cs), +(977,1480,o), +(1095,1349,o), +(1050,1140,cs), +(1004,923,o), +(821,787,o), +(576,787,cs), +(380,787,l), +(370,739,l), +(588,739,ls), +(877,739,o), +(1028,599,o), +(981,377,cs), +(937,169,o), +(751,38,o), +(499,38,cs) +); +} +); +width = 1122; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(803,-20,o), +(1026,152,o), +(1077,396,cs), +(1119,591,o), +(1014,741,o), +(823,760,c), +(825,772,l), +(960,808,o), +(1081,952,o), +(1117,1121,cs), +(1168,1363,o), +(1012,1534,o), +(739,1534,cs), +(494,1534,o), +(285,1362,o), +(233,1118,cs), +(-5,1,l), +(175,1,l), +(205,142,l), +(217,142,l), +(245,47,o), +(377,-20,o), +(538,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(99,-360,l), +(180,22,l), +(0,22,l), +(-81,-360,l) +); +}, +{ +closed = 1; +nodes = ( +(407,140,o), +(280,235,o), +(254,371,c), +(414,1123,ls), +(445,1270,o), +(569,1374,o), +(715,1374,cs), +(877,1374,o), +(969,1270,o), +(938,1122,cs), +(902,952,o), +(766,833,o), +(610,833,cs), +(444,833,l), +(411,675,l), +(620,675,ls), +(819,675,o), +(935,562,o), +(901,402,cs), +(868,248,o), +(728,140,o), +(561,140,cs) +); +} +); +width = 1163; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1035,-12,o), +(1246,148,o), +(1300,403,cs), +(1346,616,o), +(1237,756,o), +(1016,765,c), +(1020,784,l), +(1183,804,o), +(1310,936,o), +(1350,1126,cs), +(1404,1377,o), +(1219,1534,o), +(871,1534,cs), +(532,1534,o), +(280,1351,o), +(218,1059,cs), +(-4,14,l), +(396,14,l), +(423,144,l), +(441,144,l), +(477,48,o), +(597,-12,o), +(753,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(313,-375,l), +(401,37,l), +(1,37,l), +(-87,-375,l) +); +}, +{ +closed = 1; +nodes = ( +(612,314,o), +(517,358,o), +(484,427,c), +(619,1064,ls), +(639,1156,o), +(713,1214,o), +(813,1214,cs), +(917,1214,o), +(969,1155,o), +(950,1062,cs), +(929,966,o), +(855,904,o), +(756,900,cs), +(683,897,l), +(626,625,l), +(792,625,l), +(897,630,o), +(950,571,o), +(929,473,cs), +(909,375,o), +(832,314,o), +(729,314,cs) +); +} +); +width = 1391; +} +); +metricLeft = b; +metricRight = b; +unicode = 946; +}, +{ +color = 6; +glyphname = gamma; +kernLeft = v; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (531,27); +}, +{ +name = top; +pos = (528,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(544,6,l), +(794,274,o), +(946,567,o), +(969,822,cs), +(976,901,o), +(974,979,o), +(963,1040,c), +(914,1040,l), +(923,983,o), +(926,904,o), +(919,821,cs), +(895,573,o), +(759,301,o), +(537,74,c), +(532,74,l), +(75,1040,l), +(20,1040,l), +(508,6,l) +); +}, +{ +closed = 1; +nodes = ( +(501,-360,l), +(551,-360,l), +(551,47,l), +(501,47,l) +); +} +); +width = 993; +}, +{ +anchors = ( +{ +name = bottom; +pos = (562,28); +}, +{ +name = top; +pos = (566,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,28,l), +(869,321,o), +(1014,611,o), +(1042,839,cs), +(1051,911,o), +(1051,983,o), +(1041,1040,c), +(855,1040,l), +(866,993,o), +(866,924,o), +(857,848,cs), +(837,675,o), +(734,453,o), +(569,227,c), +(560,227,l), +(210,1040,l), +(10,1040,l), +(465,28,l) +); +}, +{ +closed = 1; +nodes = ( +(464,-360,l), +(644,-360,l), +(644,47,l), +(464,47,l) +); +} +); +width = 1059; +}, +{ +anchors = ( +{ +name = bottom; +pos = (676,27); +}, +{ +name = top; +pos = (676,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(849,27,l), +(1110,311,o), +(1286,667,o), +(1306,949,cs), +(1308,1008,o), +(1305,1066,o), +(1299,1100,c), +(882,1100,l), +(890,1073,o), +(896,1024,o), +(897,971,cs), +(900,754,o), +(824,512,o), +(701,343,c), +(680,343,l), +(465,1100,l), +(10,1100,l), +(461,27,l) +); +}, +{ +closed = 1; +nodes = ( +(460,-376,l), +(861,-376,l), +(861,47,l), +(460,47,l) +); +} +); +width = 1317; +}, +{ +anchors = ( +{ +name = bottom; +pos = (416,27); +}, +{ +name = top; +pos = (629,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,6,l), +(732,274,o), +(946,567,o), +(1023,822,cs), +(1047,901,o), +(1062,979,o), +(1064,1040,c), +(1015,1040,l), +(1012,983,o), +(998,904,o), +(973,821,cs), +(897,573,o), +(703,301,o), +(432,74,c), +(427,74,l), +(176,1040,l), +(121,1040,l), +(389,6,l) +); +}, +{ +closed = 1; +nodes = ( +(304,-360,l), +(354,-360,l), +(441,47,l), +(391,47,l) +); +} +); +width = 973; +}, +{ +anchors = ( +{ +name = bottom; +pos = (458,28); +}, +{ +name = top; +pos = (677,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(533,28,l), +(827,321,o), +(1034,611,o), +(1110,839,cs), +(1134,911,o), +(1150,983,o), +(1152,1040,c), +(966,1040,l), +(967,993,o), +(952,924,o), +(927,848,cs), +(870,675,o), +(720,453,o), +(507,227,c), +(498,227,l), +(321,1040,l), +(121,1040,l), +(361,28,l) +); +}, +{ +closed = 1; +nodes = ( +(277,-360,l), +(457,-360,l), +(544,47,l), +(364,47,l) +); +} +); +width = 1059; +}, +{ +anchors = ( +{ +name = bottom; +pos = (565,27); +}, +{ +name = top; +pos = (793,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(738,27,l), +(1059,311,o), +(1311,667,o), +(1391,949,cs), +(1405,1008,o), +(1415,1066,o), +(1416,1100,c), +(999,1100,l), +(1001,1073,o), +(997,1024,o), +(986,971,cs), +(943,754,o), +(816,512,o), +(657,343,c), +(636,343,l), +(582,1100,l), +(127,1100,l), +(350,27,l) +); +}, +{ +closed = 1; +nodes = ( +(263,-376,l), +(664,-376,l), +(754,47,l), +(353,47,l) +); +} +); +width = 1317; +} +); +metricLeft = v; +metricRight = v; +unicode = 947; +}, +{ +color = 6; +glyphname = delta; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (565,13); +}, +{ +name = center; +pos = (554,519); +}, +{ +name = ogonek; +pos = (983,11); +}, +{ +name = top; +pos = (554,1051); +}, +{ +name = topright; +pos = (820,1050); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(845,-15,o), +(1049,205,o), +(1049,517,cs), +(1049,781,o), +(886,997,o), +(653,1041,c), +(478,1088,o), +(355,1182,o), +(355,1269,cs), +(355,1358,o), +(453,1421,o), +(592,1421,cs), +(685,1421,o), +(815,1396,o), +(908,1361,c), +(908,1413,l), +(809,1446,o), +(680,1469,o), +(595,1469,cs), +(425,1469,o), +(306,1389,o), +(306,1275,cs), +(306,1186,o), +(389,1092,o), +(506,1047,c), +(506,1044,l), +(244,1026,o), +(60,808,o), +(60,517,cs), +(60,205,o), +(264,-15,o), +(554,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,803,o), +(292,1004,o), +(552,1004,cs), +(814,1004,o), +(999,803,o), +(999,517,cs), +(999,233,o), +(815,33,o), +(554,33,cs), +(293,33,o), +(110,233,o), +(110,517,cs) +); +} +); +width = 1109; +}, +{ +anchors = ( +{ +name = bottom; +pos = (591,13); +}, +{ +name = center; +pos = (580,525); +}, +{ +name = ogonek; +pos = (1015,12); +}, +{ +name = top; +pos = (580,1064); +}, +{ +name = topright; +pos = (802,1064); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(885,-15,o), +(1100,208,o), +(1100,524,cs), +(1100,776,o), +(947,992,o), +(729,1047,cs), +(552,1094,o), +(427,1185,o), +(427,1268,cs), +(427,1325,o), +(481,1365,o), +(558,1365,cs), +(678,1365,o), +(820,1337,o), +(903,1298,c), +(903,1455,l), +(805,1487,o), +(666,1510,o), +(565,1510,cs), +(377,1510,o), +(245,1411,o), +(245,1269,cs), +(245,1187,o), +(321,1098,o), +(430,1053,c), +(430,1041,l), +(213,979,o), +(60,765,o), +(60,524,cs), +(60,208,o), +(275,-15,o), +(580,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,747,o), +(380,904,o), +(578,904,cs), +(779,904,o), +(920,747,o), +(920,524,cs), +(920,301,o), +(780,145,o), +(580,145,cs), +(380,145,o), +(240,301,o), +(240,524,cs) +); +} +); +width = 1160; +}, +{ +anchors = ( +{ +name = bottom; +pos = (681,3); +}, +{ +name = center; +pos = (1479,461); +}, +{ +name = ogonek; +pos = (1219,14); +}, +{ +name = top; +pos = (682,1132); +}, +{ +name = topright; +pos = (1096,1132); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1075,-36,o), +(1321,192,o), +(1321,555,cs), +(1321,837,o), +(1144,1053,o), +(862,1113,cs), +(655,1152,o), +(525,1212,o), +(525,1267,cs), +(525,1330,o), +(587,1369,o), +(685,1369,cs), +(822,1369,o), +(979,1335,o), +(1093,1281,c), +(1093,1595,l), +(974,1635,o), +(815,1660,o), +(680,1660,cs), +(357,1660,o), +(155,1530,o), +(155,1324,cs), +(155,1208,o), +(234,1107,o), +(361,1062,c), +(362,1052,l), +(176,967,o), +(60,775,o), +(60,555,cs), +(60,192,o), +(300,-36,o), +(682,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(471,731,o), +(552,842,o), +(682,842,cs), +(821,842,o), +(909,731,o), +(909,555,cs), +(909,370,o), +(821,254,o), +(682,254,cs), +(552,254,o), +(471,370,o), +(471,555,cs) +); +} +); +width = 1381; +}, +{ +anchors = ( +{ +name = bottom; +pos = (476,13); +}, +{ +name = center; +pos = (554,519); +}, +{ +name = ogonek; +pos = (894,11); +}, +{ +name = top; +pos = (648,1051); +}, +{ +name = topright; +pos = (914,1050); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(751,-15,o), +(994,205,o), +(1049,517,cs), +(1096,781,o), +(971,997,o), +(745,1041,c), +(579,1088,o), +(472,1182,o), +(488,1269,cs), +(503,1358,o), +(612,1421,o), +(751,1421,cs), +(844,1421,o), +(970,1396,o), +(1057,1361,c), +(1066,1413,l), +(973,1446,o), +(848,1469,o), +(763,1469,cs), +(593,1469,o), +(460,1389,o), +(440,1275,cs), +(424,1186,o), +(490,1092,o), +(599,1047,c), +(599,1044,l), +(334,1026,o), +(111,808,o), +(60,517,cs), +(5,205,o), +(170,-15,o), +(460,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,803,o), +(378,1004,o), +(638,1004,cs), +(900,1004,o), +(1049,803,o), +(999,517,cs), +(949,233,o), +(730,33,o), +(469,33,cs), +(208,33,o), +(60,233,o), +(110,517,cs) +); +} +); +width = 1110; +}, +{ +anchors = ( +{ +name = bottom; +pos = (345,13); +}, +{ +name = center; +pos = (533,525); +}, +{ +name = ogonek; +pos = (769,12); +}, +{ +name = top; +pos = (743,1064); +}, +{ +name = topright; +pos = (965,1064); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(791,-15,o), +(1045,208,o), +(1101,524,cs), +(1145,776,o), +(1030,992,o), +(822,1047,cs), +(653,1094,o), +(544,1185,o), +(559,1268,cs), +(569,1325,o), +(630,1365,o), +(707,1365,cs), +(827,1365,o), +(964,1337,o), +(1040,1298,c), +(1068,1455,l), +(975,1487,o), +(840,1510,o), +(739,1510,cs), +(551,1510,o), +(402,1411,o), +(377,1269,cs), +(362,1187,o), +(423,1098,o), +(524,1053,c), +(522,1041,l), +(294,979,o), +(103,765,o), +(61,524,cs), +(5,208,o), +(181,-15,o), +(486,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(280,747,o), +(448,904,o), +(646,904,cs), +(847,904,o), +(960,747,o), +(921,524,cs), +(881,301,o), +(714,145,o), +(514,145,cs), +(314,145,o), +(201,301,o), +(241,524,cs) +); +} +); +width = 1161; +}, +{ +anchors = ( +{ +name = bottom; +pos = (585,3); +}, +{ +name = center; +pos = (1464,461); +}, +{ +name = ogonek; +pos = (1125,14); +}, +{ +name = top; +pos = (785,1132); +}, +{ +name = topright; +pos = (1199,1132); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(972,-36,o), +(1259,192,o), +(1323,555,cs), +(1372,837,o), +(1233,1053,o), +(962,1113,cs), +(762,1152,o), +(643,1212,o), +(652,1267,cs), +(663,1330,o), +(732,1369,o), +(830,1369,cs), +(967,1369,o), +(1118,1335,o), +(1223,1281,c), +(1278,1595,l), +(1166,1635,o), +(1012,1660,o), +(877,1660,cs), +(554,1660,o), +(329,1530,o), +(292,1324,cs), +(272,1208,o), +(333,1107,o), +(452,1062,c), +(451,1052,l), +(250,967,o), +(100,775,o), +(62,555,cs), +(-2,192,o), +(197,-36,o), +(579,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(504,731,o), +(604,842,o), +(734,842,cs), +(873,842,o), +(942,731,o), +(911,555,cs), +(878,370,o), +(770,254,o), +(631,254,cs), +(501,254,o), +(440,370,o), +(473,555,cs) +); +} +); +width = 1382; +} +); +metricLeft = o; +metricRight = o; +unicode = 948; +}, +{ +color = 10; +glyphname = epsilon; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (1002,0); +ref = "ze-cy"; +scale = (-1,1); +} +); +width = 1002; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (1008,0); +ref = "ze-cy"; +scale = (-1,1); +} +); +width = 1008; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (1259,0); +ref = "ze-cy"; +scale = (-1,1); +} +); +width = 1259; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (801,0); +ref = "ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1003; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (805,0); +ref = "ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1007; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1046,0); +ref = "ze-cy"; +scale = (-1,1); +slant = (20,0); +} +); +width = 1257; +} +); +metricLeft = o; +metricRight = o; +unicode = 949; +}, +{ +color = 6; +glyphname = zeta; +kernLeft = round; +lastChange = "2025-12-11 13:59:06 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(712,-360,l), +(794,-300,o), +(836,-234,o), +(838,-159,cs), +(841,-43,o), +(776,41,o), +(642,93,c), +(495,152,l), +(237,271,o), +(109,417,o), +(109,593,cs), +(109,963,o), +(356,1250,o), +(854,1458,c), +(854,1519,l), +(212,1519,l), +(212,1469,l), +(745,1469,l), +(745,1461,l), +(287,1250,o), +(60,962,o), +(60,592,cs), +(60,400,o), +(198,239,o), +(477,105,c), +(614,49,l), +(731,6,o), +(789,-62,o), +(789,-155,cs), +(789,-226,o), +(740,-294,o), +(642,-360,c) +); +} +); +width = 854; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(837,-360,l), +(896,-306,o), +(926,-236,o), +(928,-149,cs), +(933,-2,o), +(849,104,o), +(673,170,c), +(526,228,l), +(334,318,o), +(239,435,o), +(239,580,cs), +(239,889,o), +(466,1144,o), +(924,1349,c), +(924,1520,l), +(222,1520,l), +(222,1360,l), +(645,1360,l), +(645,1348,l), +(254,1146,o), +(60,887,o), +(60,568,cs), +(60,372,o), +(183,215,o), +(430,95,c), +(566,39,l), +(688,-5,o), +(749,-69,o), +(749,-155,cs), +(749,-216,o), +(710,-284,o), +(632,-360,c) +); +} +); +width = 928; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(997,-374,l), +(1082,-295,o), +(1125,-211,o), +(1128,-120,cs), +(1132,44,o), +(1067,164,o), +(933,242,c), +(776,324,l), +(557,418,o), +(449,525,o), +(449,647,cs), +(449,866,o), +(650,1063,o), +(1054,1241,c), +(1054,1520,l), +(152,1520,l), +(152,1220,l), +(535,1220,l), +(535,1203,l), +(217,1045,o), +(60,829,o), +(60,551,cs), +(60,350,o), +(182,191,o), +(427,72,c), +(563,15,l), +(687,-30,o), +(749,-91,o), +(749,-168,cs), +(749,-229,o), +(710,-297,o), +(632,-374,c) +); +} +); +width = 1128; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(524,-360,l), +(619,-300,o), +(675,-234,o), +(693,-159,cs), +(721,-43,o), +(674,41,o), +(551,93,c), +(416,152,l), +(183,271,o), +(86,417,o), +(124,593,cs), +(203,963,o), +(511,1250,o), +(1053,1458,c), +(1066,1519,l), +(424,1519,l), +(413,1469,l), +(946,1469,l), +(944,1461,l), +(442,1250,o), +(153,962,o), +(75,592,cs), +(34,400,o), +(138,239,o), +(388,105,c), +(513,49,l), +(621,6,o), +(665,-62,o), +(645,-155,cs), +(630,-226,o), +(566,-294,o), +(454,-360,c) +); +} +); +width = 854; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(650,-360,l), +(721,-306,o), +(766,-236,o), +(786,-149,cs), +(822,-2,o), +(761,104,o), +(599,170,c), +(464,228,l), +(291,318,o), +(221,435,o), +(252,580,cs), +(318,889,o), +(599,1144,o), +(1100,1349,c), +(1137,1520,l), +(435,1520,l), +(401,1360,l), +(824,1360,l), +(821,1348,l), +(387,1146,o), +(138,887,o), +(70,568,cs), +(29,372,o), +(118,215,o), +(340,95,c), +(464,39,l), +(577,-5,o), +(624,-69,o), +(606,-155,cs), +(593,-216,o), +(539,-284,o), +(445,-360,c) +); +} +); +width = 928; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(801,-374,l), +(903,-295,o), +(963,-211,o), +(986,-120,cs), +(1025,44,o), +(985,164,o), +(868,242,c), +(728,324,l), +(529,418,o), +(444,525,o), +(470,647,cs), +(516,866,o), +(759,1063,o), +(1201,1241,c), +(1260,1520,l), +(358,1520,l), +(295,1220,l), +(678,1220,l), +(674,1203,l), +(322,1045,o), +(119,829,o), +(60,551,cs), +(18,350,o), +(106,191,o), +(326,72,c), +(449,15,l), +(564,-30,o), +(613,-91,o), +(596,-168,cs), +(584,-229,o), +(530,-297,o), +(436,-374,c) +); +} +); +width = 1129; +} +); +metricLeft = O; +unicode = 950; +}, +{ +color = 6; +glyphname = eta; +kernLeft = "up-curve"; +kernRight = n; +lastChange = "2025-12-11 14:59:47 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (654,27); +}, +{ +name = top; +pos = (654,1056); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(268,833,o), +(445,1008,o), +(655,1008,cs), +(877,1008,o), +(1016,864,o), +(1016,634,cs), +(1016,-360,l), +(1066,-360,l), +(1066,634,ls), +(1066,893,o), +(907,1056,o), +(655,1056,cs), +(463,1056,o), +(314,956,o), +(269,796,c), +(261,796,l), +(261,941,l), +(266,1008,o), +(229,1052,o), +(160,1055,cs), +(141,1057,o), +(102,1053,o), +(58,1044,c), +(58,993,l), +(94,1001,o), +(133,1005,o), +(158,1004,cs), +(193,1002,o), +(213,978,o), +(211,941,c), +(210,0,l), +(261,0,l), +(261,646,l) +); +} +); +width = 1146; +}, +{ +anchors = ( +{ +name = bottom; +pos = (627,27); +}, +{ +name = top; +pos = (637,1055); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(342,787,o), +(464,883,o), +(622,883,cs), +(793,883,o), +(900,784,o), +(900,627,cs), +(900,-360,l), +(1094,-360,l), +(1094,639,ls), +(1094,895,o), +(924,1055,o), +(654,1055,cs), +(505,1055,o), +(387,985,o), +(349,873,c), +(342,873,l), +(342,909,ls), +(342,999,o), +(278,1055,o), +(175,1055,cs), +(124,1055,o), +(70,1050,o), +(37,1041,c), +(37,874,l), +(53,883,o), +(79,888,o), +(104,888,cs), +(131,888,o), +(148,873,o), +(148,850,cs), +(148,0,l), +(342,0,l), +(342,633,l) +); +} +); +width = 1174; +}, +{ +anchors = ( +{ +name = bottom; +pos = (752,27); +}, +{ +name = top; +pos = (752,1128); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(559,756,o), +(633,831,o), +(752,830,cs), +(867,830,o), +(939,755,o), +(939,635,cs), +(939,-374,l), +(1379,-374,l), +(1379,719,ls), +(1379,969,o), +(1201,1126,o), +(917,1126,cs), +(747,1126,o), +(616,1053,o), +(577,936,c), +(559,936,l), +(559,962,l), +(559,1063,o), +(460,1126,o), +(303,1126,cs), +(189,1126,o), +(76,1116,o), +(10,1099,c), +(10,793,l), +(34,799,o), +(60,802,o), +(77,802,cs), +(103,802,o), +(119,789,o), +(119,769,c), +(119,0,l), +(559,0,l), +(559,635,ls) +); +} +); +width = 1459; +}, +{ +anchors = ( +{ +name = bottom; +pos = (623,27); +}, +{ +name = top; +pos = (841,1056); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(408,833,o), +(622,1008,o), +(832,1008,cs), +(1054,1008,o), +(1163,864,o), +(1114,634,cs), +(903,-360,l), +(953,-360,l), +(1164,634,ls), +(1219,893,o), +(1094,1056,o), +(842,1056,cs), +(650,1056,o), +(480,956,o), +(401,796,c), +(393,796,l), +(424,941,l), +(443,1008,o), +(416,1052,o), +(347,1055,cs), +(329,1057,o), +(289,1053,o), +(243,1044,c), +(232,993,l), +(270,1001,o), +(310,1005,o), +(334,1004,cs), +(369,1002,o), +(384,978,o), +(374,941,c), +(173,0,l), +(224,0,l), +(361,646,l) +); +} +); +width = 1270; +}, +{ +anchors = ( +{ +name = bottom; +pos = (596,27); +}, +{ +name = top; +pos = (824,1055); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(472,787,o), +(615,883,o), +(773,883,cs), +(944,883,o), +(1030,784,o), +(996,627,cs), +(787,-360,l), +(981,-360,l), +(1193,639,ls), +(1247,895,o), +(1111,1055,o), +(841,1055,cs), +(692,1055,o), +(560,985,o), +(498,873,c), +(491,873,l), +(498,909,ls), +(517,999,o), +(465,1055,o), +(362,1055,cs), +(311,1055,o), +(256,1050,o), +(221,1041,c), +(186,874,l), +(204,883,o), +(231,888,o), +(256,888,cs), +(283,888,o), +(297,873,o), +(292,850,cs), +(111,0,l), +(305,0,l), +(440,633,l) +); +} +); +width = 1298; +}, +{ +anchors = ( +{ +name = bottom; +pos = (721,27); +}, +{ +name = top; +pos = (955,1128); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(683,756,o), +(773,831,o), +(892,830,cs), +(1007,830,o), +(1063,755,o), +(1037,635,cs), +(823,-374,l), +(1263,-374,l), +(1495,719,ls), +(1548,969,o), +(1403,1126,o), +(1119,1126,cs), +(949,1126,o), +(803,1053,o), +(739,936,c), +(721,936,l), +(727,962,l), +(748,1063,o), +(662,1126,o), +(505,1126,cs), +(391,1126,o), +(276,1116,o), +(207,1099,c), +(142,793,l), +(167,799,o), +(194,802,o), +(211,802,cs), +(237,802,o), +(250,789,o), +(246,769,c), +(82,0,l), +(522,0,l), +(657,635,ls) +); +} +); +width = 1579; +} +); +metricLeft = hbar; +metricRight = n; +unicode = 951; +}, +{ +color = 6; +glyphname = theta; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 13:59:06 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(892,-20,o), +(1057,241,o), +(1057,766,c), +(1057,1285,o), +(892,1543,o), +(560,1543,c), +(226,1543,o), +(60,1285,o), +(60,766,c), +(60,241,o), +(226,-20,o), +(560,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(259,29,o), +(110,273,o), +(110,766,c), +(110,1252,o), +(259,1493,o), +(560,1494,cs), +(859,1495,o), +(1007,1254,o), +(1007,766,c), +(1007,273,o), +(859,29,o), +(560,29,c) +); +}, +{ +closed = 1; +nodes = ( +(87,739,l), +(1029,739,l), +(1029,787,l), +(87,787,l) +); +} +); +width = 1117; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(969,-20,o), +(1149,241,o), +(1149,766,c), +(1149,1285,o), +(969,1543,o), +(606,1543,c), +(241,1543,o), +(60,1285,o), +(60,766,c), +(60,241,o), +(241,-20,o), +(606,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(361,140,o), +(240,347,o), +(240,765,c), +(240,1177,o), +(361,1382,o), +(606,1383,cs), +(849,1383,o), +(969,1178,o), +(969,765,c), +(969,347,o), +(849,140,o), +(606,140,c) +); +}, +{ +closed = 1; +nodes = ( +(134,694,l), +(1076,694,l), +(1076,854,l), +(134,854,l) +); +} +); +width = 1209; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1107,-37,o), +(1315,225,o), +(1315,753,c), +(1315,1279,o), +(1107,1540,o), +(688,1540,c), +(268,1540,o), +(60,1279,o), +(60,753,c), +(60,225,o), +(268,-37,o), +(688,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(526,264,o), +(446,426,o), +(446,753,c), +(451,1078,o), +(531,1239,o), +(688,1239,cs), +(849,1239,o), +(929,1080,o), +(929,758,c), +(923,428,o), +(843,264,o), +(688,264,c) +); +}, +{ +closed = 1; +nodes = ( +(405,605,l), +(971,605,l), +(971,902,l), +(405,902,l) +); +} +); +width = 1375; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(807,-20,o), +(1018,241,o), +(1111,766,c), +(1202,1285,o), +(1083,1543,o), +(751,1543,c), +(417,1543,o), +(205,1285,o), +(114,766,c), +(21,241,o), +(141,-20,o), +(475,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(183,29,o), +(77,273,o), +(164,766,c), +(249,1252,o), +(441,1493,o), +(742,1494,cs), +(1041,1495,o), +(1147,1254,o), +(1061,766,c), +(974,273,o), +(783,29,o), +(484,29,c) +); +}, +{ +closed = 1; +nodes = ( +(136,739,l), +(1078,739,l), +(1086,787,l), +(144,787,l) +); +} +); +width = 1120; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(884,-20,o), +(1110,241,o), +(1203,766,c), +(1294,1285,o), +(1160,1543,o), +(797,1543,c), +(432,1543,o), +(205,1285,o), +(114,766,c), +(21,241,o), +(156,-20,o), +(521,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(304,140,o), +(220,347,o), +(294,765,c), +(366,1177,o), +(523,1382,o), +(769,1383,cs), +(1012,1383,o), +(1095,1178,o), +(1023,765,c), +(949,347,o), +(792,140,o), +(549,140,c) +); +}, +{ +closed = 1; +nodes = ( +(175,694,l), +(1117,694,l), +(1145,854,l), +(203,854,l) +); +} +); +width = 1212; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1012,-37,o), +(1266,225,o), +(1359,753,c), +(1452,1279,o), +(1290,1540,o), +(871,1540,c), +(451,1540,o), +(197,1279,o), +(104,753,c), +(11,225,o), +(173,-37,o), +(593,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(484,264,o), +(433,426,o), +(490,753,c), +(553,1078,o), +(661,1239,o), +(818,1239,cs), +(979,1239,o), +(1031,1080,o), +(974,758,c), +(910,428,o), +(801,264,o), +(646,264,c) +); +}, +{ +closed = 1; +nodes = ( +(423,605,l), +(989,605,l), +(1042,902,l), +(476,902,l) +); +} +); +width = 1377; +} +); +metricLeft = O; +metricRight = O; +unicode = 952; +}, +{ +color = 6; +glyphname = iota; +kernLeft = iota; +kernRight = iota; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = top; +pos = (135,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,150,ls), +(110,46,o), +(177,-20,o), +(284,-20,cs), +(329,-20,o), +(375,-18,o), +(405,-15,c), +(395,33,l), +(358,29,o), +(314,27,o), +(280,28,cs), +(206,30,o), +(160,78,o), +(160,152,cs), +(160,1040,l), +(110,1040,l) +); +} +); +width = 465; +}, +{ +anchors = ( +{ +name = top; +pos = (200,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,210,ls), +(110,69,o), +(201,-20,o), +(345,-20,cs), +(390,-20,o), +(447,-15,o), +(493,-7,c), +(463,149,l), +(420,138,o), +(376,135,o), +(351,136,cs), +(314,139,o), +(290,172,o), +(290,221,cs), +(290,1040,l), +(110,1040,l) +); +} +); +width = 553; +}, +{ +anchors = ( +{ +name = top; +pos = (310,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,280,ls), +(110,74,o), +(242,-36,o), +(469,-38,cs), +(531,-39,o), +(629,-32,o), +(690,-19,c), +(650,269,l), +(630,266,o), +(598,264,o), +(567,265,cs), +(526,268,o), +(500,292,o), +(500,328,cs), +(500,1100,l), +(110,1100,l) +); +} +); +width = 750; +}, +{ +anchors = ( +{ +name = top; +pos = (247,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(32,150,ls), +(10,46,o), +(63,-20,o), +(170,-20,cs), +(215,-20,o), +(262,-18,o), +(292,-15,c), +(293,33,l), +(255,29,o), +(210,27,o), +(177,28,cs), +(103,30,o), +(67,78,o), +(83,152,cs), +(272,1040,l), +(222,1040,l) +); +} +); +width = 466; +}, +{ +anchors = ( +{ +name = top; +pos = (306,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(39,210,ls), +(9,69,o), +(81,-20,o), +(225,-20,cs), +(270,-20,o), +(328,-15,o), +(376,-7,c), +(379,149,l), +(334,138,o), +(289,135,o), +(265,136,cs), +(228,139,o), +(211,172,o), +(222,221,cs), +(396,1040,l), +(216,1040,l) +); +} +); +width = 548; +}, +{ +anchors = ( +{ +name = top; +pos = (427,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,280,ls), +(9,74,o), +(117,-36,o), +(344,-38,cs), +(406,-39,o), +(505,-32,o), +(569,-19,c), +(590,269,l), +(570,266,o), +(537,264,o), +(506,265,cs), +(466,268,o), +(445,292,o), +(453,328,cs), +(617,1100,l), +(227,1100,l) +); +} +); +width = 750; +} +); +metricLeft = u; +unicode = 953; +}, +{ +color = 6; +glyphname = kappa; +kernLeft = ssflat; +kernRight = x; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottomright; +pos = (955,0); +}, +{ +name = top; +pos = (422,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,0,l), +(160,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(902,0,l), +(332,530,l), +(297,497,l), +(830,0,l) +); +}, +{ +closed = 1; +nodes = ( +(347,487,l), +(722,954,l), +(750,987,o), +(780,1009,o), +(803,1009,cs), +(819,1009,o), +(838,1008,o), +(860,1004,c), +(860,1051,l), +(838,1055,o), +(818,1057,o), +(799,1057,cs), +(762,1057,o), +(725,1035,o), +(685,989,c), +(326,535,l), +(128,535,l), +(128,487,l) +); +} +); +width = 972; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (515,0); +}, +{ +name = top; +pos = (520,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,0,l), +(290,1040,l), +(110,1040,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1010,0,l), +(539,568,l), +(402,456,l), +(775,0,l) +); +}, +{ +closed = 1; +nodes = ( +(487,423,l), +(849,854,l), +(871,883,o), +(898,899,o), +(926,899,cs), +(947,899,o), +(972,896,o), +(993,891,c), +(994,1046,l), +(964,1053,o), +(922,1058,o), +(874,1058,cs), +(818,1058,o), +(759,1024,o), +(710,966,c), +(403,582,l), +(224,582,l), +(224,423,l) +); +} +); +width = 1080; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1370,0); +}, +{ +name = top; +pos = (666,1102); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(510,0,l), +(510,1102,l), +(110,1102,l), +(110,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1317,1,l), +(911,609,l), +(574,452,l), +(864,1,l) +); +}, +{ +closed = 1; +nodes = ( +(814,363,l), +(1075,765,l), +(1098,798,o), +(1123,812,o), +(1155,812,cs), +(1208,812,o), +(1247,809,o), +(1284,802,c), +(1284,1110,l), +(1203,1120,o), +(1136,1125,o), +(1061,1125,cs), +(922,1125,o), +(830,1073,o), +(760,954,c), +(602,682,l), +(483,682,l), +(483,363,l) +); +} +); +width = 1387; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (846,0); +}, +{ +name = top; +pos = (534,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(51,0,l), +(272,1040,l), +(222,1040,l), +(1,0,l) +); +}, +{ +closed = 1; +nodes = ( +(793,0,l), +(335,530,l), +(300,497,l), +(728,0,l) +); +}, +{ +closed = 1; +nodes = ( +(341,487,l), +(815,954,l), +(850,987,o), +(885,1009,o), +(908,1009,cs), +(924,1009,o), +(943,1008,o), +(964,1004,c), +(974,1051,l), +(953,1055,o), +(933,1057,o), +(914,1057,cs), +(877,1057,o), +(836,1035,o), +(786,989,c), +(330,535,l), +(132,535,l), +(122,487,l) +); +} +); +width = 974; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (400,0); +}, +{ +name = top; +pos = (626,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,0,l), +(396,1040,l), +(216,1040,l), +(-5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(895,0,l), +(544,568,l), +(413,456,l), +(690,0,l) +); +}, +{ +closed = 1; +nodes = ( +(461,423,l), +(915,854,l), +(943,883,o), +(974,899,o), +(1002,899,cs), +(1023,899,o), +(1047,896,o), +(1067,891,c), +(1101,1046,l), +(1072,1053,o), +(1031,1058,o), +(983,1058,cs), +(927,1058,o), +(861,1024,o), +(800,966,c), +(411,582,l), +(232,582,l), +(198,423,l) +); +} +); +width = 1076; +}, +{ +anchors = ( +{ +name = bottomright; +pos = (1253,0); +}, +{ +name = top; +pos = (784,1102); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(393,0,l), +(628,1102,l), +(228,1102,l), +(-7,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1201,1,l), +(924,609,l), +(584,452,l), +(778,1,l) +); +}, +{ +closed = 1; +nodes = ( +(775,363,l), +(1121,765,l), +(1151,798,o), +(1179,812,o), +(1211,812,cs), +(1264,812,o), +(1302,809,o), +(1338,802,c), +(1403,1110,l), +(1325,1120,o), +(1259,1125,o), +(1184,1125,cs), +(1045,1125,o), +(942,1073,o), +(846,954,c), +(630,682,l), +(511,682,l), +(444,363,l) +); +} +); +width = 1388; +} +); +metricLeft = i; +unicode = 954; +}, +{ +color = 6; +glyphname = lambda; +kernLeft = A; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1194,-19,o), +(1234,-14,o), +(1264,-5,c), +(1264,43,l), +(1217,34,o), +(1175,28,o), +(1155,28,cs), +(1127,28,o), +(1099,52,o), +(1083,89,cs), +(472,1463,ls), +(452,1509,o), +(410,1538,o), +(364,1538,cs), +(336,1538,o), +(300,1533,o), +(269,1524,c), +(269,1476,l), +(307,1484,o), +(344,1489,o), +(364,1489,cs), +(392,1489,o), +(418,1470,o), +(431,1441,cs), +(566,1131,l), +(0,0,l), +(55,0,l), +(589,1067,l), +(594,1067,l), +(1042,59,l), +(1060,11,o), +(1107,-19,o), +(1160,-19,cs) +); +} +); +width = 1264; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1194,-19,o), +(1237,-15,o), +(1274,-5,c), +(1274,152,l), +(1236,146,o), +(1213,143,o), +(1197,143,cs), +(1163,143,o), +(1144,156,o), +(1131,186,cs), +(591,1433,ls), +(560,1505,o), +(506,1537,o), +(404,1537,cs), +(375,1537,o), +(337,1532,o), +(279,1521,c), +(279,1368,l), +(301,1374,o), +(330,1376,o), +(374,1376,cs), +(407,1376,o), +(428,1362,o), +(441,1331,cs), +(551,1067,l), +(0,0,l), +(202,0,l), +(639,845,l), +(651,845,l), +(984,79,l), +(1010,11,o), +(1054,-19,o), +(1130,-19,cs) +); +} +); +width = 1274; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1338,-19,o), +(1436,-14,o), +(1474,-5,c), +(1464,295,l), +(1451,289,o), +(1402,286,o), +(1337,286,cs), +(1308,286,o), +(1282,303,o), +(1271,329,cs), +(809,1414,ls), +(777,1490,o), +(683,1537,o), +(564,1537,cs), +(505,1537,o), +(415,1527,o), +(329,1511,c), +(329,1178,l), +(375,1183,o), +(427,1186,o), +(464,1186,cs), +(499,1186,o), +(527,1169,o), +(537,1141,cs), +(557,1087,l), +(0,0,l), +(432,0,l), +(729,660,l), +(747,660,l), +(975,119,l), +(1007,34,o), +(1101,-19,o), +(1220,-19,cs) +); +} +); +width = 1474; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1079,-19,o), +(1120,-14,o), +(1152,-5,c), +(1162,43,l), +(1113,34,o), +(1070,28,o), +(1050,28,cs), +(1022,28,o), +(999,52,o), +(990,89,cs), +(672,1463,ls), +(661,1509,o), +(625,1538,o), +(579,1538,cs), +(551,1538,o), +(514,1533,o), +(481,1524,c), +(471,1476,l), +(511,1484,o), +(549,1489,o), +(569,1489,cs), +(597,1489,o), +(619,1470,o), +(626,1441,cs), +(695,1131,l), +(-111,0,l), +(-56,0,l), +(704,1067,l), +(709,1067,l), +(943,59,l), +(951,11,o), +(992,-19,o), +(1045,-19,cs) +); +} +); +width = 1264; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1079,-19,o), +(1122,-15,o), +(1162,-5,c), +(1195,152,l), +(1156,146,o), +(1132,143,o), +(1116,143,cs), +(1082,143,o), +(1066,156,o), +(1059,186,cs), +(784,1433,ls), +(769,1505,o), +(721,1537,o), +(619,1537,cs), +(590,1537,o), +(551,1532,o), +(491,1521,c), +(458,1368,l), +(482,1374,o), +(511,1376,o), +(555,1376,cs), +(588,1376,o), +(606,1362,o), +(613,1331,cs), +(666,1067,l), +(-111,0,l), +(91,0,l), +(707,845,l), +(719,845,l), +(889,79,l), +(901,11,o), +(939,-19,o), +(1015,-19,cs) +); +} +); +width = 1274; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1217,-19,o), +(1316,-14,o), +(1356,-5,c), +(1409,295,l), +(1395,289,o), +(1345,286,o), +(1280,286,cs), +(1251,286,o), +(1229,303,o), +(1224,329,cs), +(992,1414,ls), +(976,1490,o), +(892,1537,o), +(773,1537,cs), +(714,1537,o), +(622,1527,o), +(533,1511,c), +(462,1178,l), +(509,1183,o), +(562,1186,o), +(599,1186,cs), +(634,1186,o), +(658,1169,o), +(662,1141,cs), +(671,1087,l), +(-117,0,l), +(315,0,l), +(752,660,l), +(770,660,l), +(883,119,l), +(897,34,o), +(980,-19,o), +(1099,-19,cs) +); +} +); +width = 1474; +} +); +metricLeft = A; +metricRight = A; +unicode = 955; +}, +{ +color = 6; +glyphname = mu; +kernLeft = ssflat; +kernRight = "down-curve"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (520,12); +}, +{ +name = top; +pos = (520,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(903,177,o), +(759,28,o), +(529,28,cs), +(302,28,o), +(160,182,o), +(160,427,cs), +(160,1040,l), +(110,1040,l), +(110,-360,l), +(160,-360,l), +(160,199,l), +(164,199,l), +(222,64,o), +(362,-20,o), +(529,-20,cs), +(704,-20,o), +(847,64,o), +(899,197,c), +(903,197,l), +(903,99,l), +(899,32,o), +(939,-12,o), +(1008,-15,c), +(1018,-17,o), +(1057,-13,o), +(1109,-5,c), +(1109,47,l), +(1066,39,o), +(1026,35,o), +(1006,36,cs), +(971,38,o), +(950,62,o), +(952,99,c), +(953,1040,l), +(903,1040,l), +(903,415,l) +); +} +); +width = 1169; +}, +{ +anchors = ( +{ +name = bottom; +pos = (553,11); +}, +{ +name = top; +pos = (564,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(833,243,o), +(725,141,o), +(569,141,cs), +(398,141,o), +(290,252,o), +(290,430,cs), +(290,1040,l), +(110,1040,l), +(110,-361,l), +(290,-361,l), +(290,159,l), +(302,159,l), +(332,50,o), +(435,-19,o), +(569,-19,cs), +(697,-19,o), +(800,46,o), +(837,149,c), +(848,149,l), +(848,128,ls), +(848,38,o), +(907,-19,o), +(1001,-19,cs), +(1050,-19,o), +(1104,-14,o), +(1139,-5,c), +(1139,163,l), +(1124,154,o), +(1098,149,o), +(1072,149,cs), +(1045,149,o), +(1028,164,o), +(1028,187,cs), +(1028,1040,l), +(848,1040,l), +(848,405,l) +); +} +); +width = 1199; +}, +{ +anchors = ( +{ +name = bottom; +pos = (710,20); +}, +{ +name = top; +pos = (710,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(910,318,o), +(833,232,o), +(711,233,cs), +(588,234,o), +(511,311,o), +(511,432,c), +(510,1099,l), +(110,1099,l), +(110,-374,l), +(511,-374,l), +(511,71,l), +(529,71,l), +(564,5,o), +(634,-37,o), +(711,-37,cs), +(789,-37,o), +(859,17,o), +(893,103,c), +(910,103,l), +(910,82,ls), +(910,9,o), +(991,-37,o), +(1120,-37,cs), +(1244,-37,o), +(1367,-27,o), +(1439,-10,c), +(1439,291,l), +(1424,285,o), +(1394,281,o), +(1362,281,cs), +(1340,281,o), +(1327,294,o), +(1327,314,cs), +(1321,1099,l), +(910,1099,l), +(910,456,ls) +); +} +); +width = 1499; +}, +{ +anchors = ( +{ +name = bottom; +pos = (413,12); +}, +{ +name = top; +pos = (632,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(831,177,o), +(656,28,o), +(426,28,cs), +(199,28,o), +(89,182,o), +(141,427,cs), +(272,1040,l), +(222,1040,l), +(-76,-360,l), +(-26,-360,l), +(93,199,l), +(97,199,l), +(126,64,o), +(248,-20,o), +(415,-20,cs), +(590,-20,o), +(751,64,o), +(832,197,c), +(836,197,l), +(815,99,l), +(797,32,o), +(827,-12,o), +(896,-15,c), +(905,-17,o), +(945,-13,o), +(999,-5,c), +(1010,47,l), +(965,39,o), +(924,35,o), +(904,36,cs), +(870,38,o), +(854,62,o), +(864,99,c), +(1065,1040,l), +(1015,1040,l), +(882,415,l) +); +} +); +width = 1171; +}, +{ +anchors = ( +{ +name = bottom; +pos = (440,11); +}, +{ +name = top; +pos = (670,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(769,243,o), +(640,141,o), +(484,141,cs), +(313,141,o), +(228,252,o), +(266,430,cs), +(396,1040,l), +(216,1040,l), +(-82,-361,l), +(98,-361,l), +(209,159,l), +(221,159,l), +(227,50,o), +(316,-19,o), +(450,-19,cs), +(578,-19,o), +(695,46,o), +(754,149,c), +(765,149,l), +(760,128,ls), +(741,38,o), +(788,-19,o), +(882,-19,cs), +(931,-19,o), +(986,-14,o), +(1023,-5,c), +(1058,163,l), +(1042,154,o), +(1015,149,o), +(989,149,cs), +(962,149,o), +(948,164,o), +(953,187,cs), +(1134,1040,l), +(954,1040,l), +(819,405,l) +); +} +); +width = 1195; +}, +{ +anchors = ( +{ +name = bottom; +pos = (598,20); +}, +{ +name = top; +pos = (828,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(862,318,o), +(766,232,o), +(644,233,cs), +(522,234,o), +(461,311,o), +(487,432,c), +(628,1099,l), +(228,1099,l), +(-86,-374,l), +(315,-374,l), +(410,71,l), +(428,71,l), +(449,5,o), +(510,-37,o), +(587,-37,cs), +(665,-37,o), +(747,17,o), +(799,103,c), +(816,103,l), +(811,82,ls), +(796,9,o), +(867,-37,o), +(996,-37,cs), +(1120,-37,o), +(1245,-27,o), +(1321,-10,c), +(1385,291,l), +(1369,285,o), +(1338,281,o), +(1306,281,cs), +(1284,281,o), +(1273,294,o), +(1278,314,cs), +(1439,1099,l), +(1028,1099,l), +(891,456,ls) +); +} +); +width = 1500; +} +); +metricLeft = u; +metricRight = o; +unicode = 956; +}, +{ +color = 6; +glyphname = nu; +kernLeft = v; +kernRight = u; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(544,0,l), +(794,268,o), +(946,567,o), +(969,822,cs), +(976,901,o), +(974,979,o), +(963,1040,c), +(914,1040,l), +(923,983,o), +(926,904,o), +(919,821,cs), +(895,573,o), +(759,295,o), +(537,68,c), +(532,68,l), +(75,1040,l), +(20,1040,l), +(508,0,l) +); +} +); +width = 1083; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,0,l), +(869,293,o), +(1014,611,o), +(1042,839,cs), +(1051,911,o), +(1051,983,o), +(1041,1040,c), +(855,1040,l), +(866,993,o), +(866,924,o), +(857,848,cs), +(837,675,o), +(734,425,o), +(569,199,c), +(560,199,l), +(210,1040,l), +(10,1040,l), +(465,0,l) +); +} +); +width = 1159; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(899,0,l), +(1106,224,o), +(1281,590,o), +(1306,949,cs), +(1308,1006,o), +(1305,1065,o), +(1299,1100,c), +(882,1100,l), +(890,1072,o), +(896,1022,o), +(897,971,cs), +(900,713,o), +(806,460,o), +(701,316,c), +(680,316,l), +(465,1100,l), +(10,1100,l), +(411,0,l) +); +} +); +width = 1417; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(425,6,l), +(732,274,o), +(946,567,o), +(1024,822,cs), +(1047,901,o), +(1062,979,o), +(1064,1040,c), +(1015,1040,l), +(1012,983,o), +(998,904,o), +(973,821,cs), +(897,573,o), +(703,301,o), +(433,74,c), +(428,74,l), +(176,1040,l), +(121,1040,l), +(389,6,l) +); +} +); +width = 1072; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(526,0,l), +(821,293,o), +(1033,611,o), +(1110,839,cs), +(1134,911,o), +(1149,983,o), +(1152,1040,c), +(966,1040,l), +(967,993,o), +(952,924,o), +(927,848,cs), +(870,675,o), +(714,425,o), +(501,199,c), +(492,199,l), +(321,1040,l), +(121,1040,l), +(354,0,l) +); +} +); +width = 1154; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(782,0,l), +(1037,224,o), +(1290,590,o), +(1391,949,cs), +(1405,1006,o), +(1414,1065,o), +(1416,1100,c), +(999,1100,l), +(1001,1072,o), +(996,1022,o), +(986,971,cs), +(935,713,o), +(787,460,o), +(651,316,c), +(630,316,l), +(582,1100,l), +(127,1100,l), +(294,0,l) +); +} +); +width = 1417; +} +); +metricLeft = v; +metricRight = u; +unicode = 957; +}, +{ +color = 6; +glyphname = xi; +lastChange = "2025-12-11 13:59:35 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(692,-359,l), +(784,-278,o), +(836,-189,o), +(836,-113,cs), +(836,11,o), +(743,108,o), +(577,158,cs), +(295,245,o), +(137,378,o), +(137,528,cs), +(137,725,o), +(330,835,o), +(674,835,cs), +(704,835,l), +(704,884,l), +(672,884,ls), +(404,884,o), +(254,983,o), +(254,1160,cs), +(254,1362,o), +(432,1474,o), +(751,1472,c), +(751,1520,l), +(60,1520,l), +(60,1472,l), +(468,1472,l), +(468,1466,l), +(299,1422,o), +(204,1312,o), +(204,1160,cs), +(204,1003,o), +(316,897,o), +(516,864,c), +(516,860,l), +(241,832,o), +(87,714,o), +(87,531,cs), +(87,355,o), +(257,204,o), +(562,110,cs), +(706,66,o), +(786,-13,o), +(786,-111,cs), +(786,-182,o), +(726,-271,o), +(618,-359,c) +); +} +); +width = 876; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(784,-364,l), +(854,-292,o), +(889,-214,o), +(889,-130,cs), +(889,24,o), +(791,132,o), +(598,193,cs), +(375,266,o), +(263,350,o), +(263,442,cs), +(263,598,o), +(401,677,o), +(674,677,cs), +(788,677,l), +(788,823,l), +(735,823,ls), +(499,823,o), +(380,903,o), +(380,1060,cs), +(380,1267,o), +(533,1372,o), +(835,1372,c), +(835,1520,l), +(60,1520,l), +(60,1362,l), +(383,1362,l), +(383,1350,l), +(265,1294,o), +(203,1195,o), +(200,1056,cs), +(196,915,o), +(287,821,o), +(471,774,c), +(471,762,l), +(213,733,o), +(83,627,o), +(83,445,cs), +(83,283,o), +(237,149,o), +(541,46,cs), +(653,8,o), +(709,-54,o), +(709,-139,cs), +(709,-203,o), +(666,-276,o), +(580,-358,c) +); +} +); +width = 929; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(858,-373,l), +(935,-298,o), +(986,-196,o), +(989,-109,cs), +(994,53,o), +(856,213,o), +(630,305,cs), +(525,347,o), +(459,412,o), +(459,473,cs), +(459,552,o), +(545,602,o), +(683,602,cs), +(872,602,l), +(872,861,l), +(791,861,ls), +(631,861,o), +(531,938,o), +(531,1061,cs), +(531,1177,o), +(664,1250,o), +(877,1250,c), +(877,1520,l), +(64,1520,l), +(64,1220,l), +(355,1220,l), +(355,1201,l), +(238,1159,o), +(164,1076,o), +(162,984,cs), +(159,886,o), +(254,799,o), +(408,758,c), +(408,745,l), +(194,715,o), +(60,595,o), +(60,435,cs), +(60,264,o), +(193,108,o), +(404,32,cs), +(531,-14,o), +(610,-88,o), +(610,-159,cs), +(610,-221,o), +(557,-304,o), +(473,-373,c) +); +} +); +width = 1029; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(505,-359,l), +(615,-278,o), +(685,-189,o), +(702,-113,cs), +(728,11,o), +(656,108,o), +(500,158,cs), +(237,245,o), +(107,378,o), +(139,528,cs), +(181,725,o), +(397,835,o), +(741,835,cs), +(771,835,l), +(782,884,l), +(750,884,ls), +(482,884,o), +(353,983,o), +(390,1160,cs), +(433,1362,o), +(635,1474,o), +(953,1472,c), +(964,1520,l), +(273,1520,l), +(262,1472,l), +(670,1472,l), +(669,1466,l), +(491,1422,o), +(372,1312,o), +(340,1160,cs), +(307,1003,o), +(396,897,o), +(589,864,c), +(588,860,l), +(307,832,o), +(128,714,o), +(89,531,cs), +(52,355,o), +(190,204,o), +(475,110,cs), +(610,66,o), +(673,-13,o), +(652,-111,cs), +(637,-182,o), +(558,-271,o), +(431,-359,c) +); +} +); +width = 877; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(597,-364,l), +(678,-295,o), +(734,-211,o), +(752,-130,cs), +(783,18,o), +(704,134,o), +(529,193,cs), +(329,264,o), +(228,353,o), +(247,442,cs), +(279,593,o), +(444,677,o), +(708,677,cs), +(822,677,l), +(853,823,l), +(800,823,ls), +(572,823,o), +(462,904,o), +(493,1050,cs), +(537,1257,o), +(725,1372,o), +(1017,1372,c), +(1048,1520,l), +(273,1520,l), +(235,1342,l), +(558,1342,l), +(556,1330,l), +(430,1276,o), +(343,1174,o), +(312,1046,cs), +(281,916,o), +(357,819,o), +(526,774,c), +(523,762,l), +(268,734,o), +(105,620,o), +(68,445,cs), +(35,289,o), +(168,146,o), +(441,46,cs), +(541,9,o), +(587,-57,o), +(570,-139,cs), +(556,-201,o), +(494,-279,o), +(394,-358,c) +); +} +); +width = 930; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(662,-373,l), +(755,-298,o), +(827,-196,o), +(849,-109,cs), +(888,53,o), +(784,213,o), +(578,305,cs), +(482,347,o), +(430,412,o), +(443,473,cs), +(459,552,o), +(556,602,o), +(694,602,cs), +(883,602,l), +(938,861,l), +(857,861,ls), +(697,861,o), +(613,938,o), +(640,1061,cs), +(664,1177,o), +(813,1250,o), +(1026,1250,c), +(1083,1520,l), +(270,1520,l), +(206,1220,l), +(497,1220,l), +(493,1201,l), +(367,1159,o), +(276,1076,o), +(254,984,cs), +(230,886,o), +(307,799,o), +(452,758,c), +(449,745,l), +(229,715,o), +(70,595,o), +(36,435,cs), +(-1,264,o), +(99,108,o), +(294,32,cs), +(411,-14,o), +(474,-88,o), +(459,-159,cs), +(446,-221,o), +(375,-304,o), +(277,-373,c) +); +} +); +width = 1029; +} +); +metricLeft = O; +unicode = 958; +}, +{ +color = 10; +glyphname = omicron; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = o; +} +); +width = 1201; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = o; +} +); +width = 1233; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = o; +} +); +width = 1437; +} +); +unicode = 959; +}, +{ +color = 6; +glyphname = pi; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,992,l), +(1239,992,l), +(1239,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(340,2,l), +(390,2,l), +(390,1010,l), +(340,1010,l) +); +}, +{ +closed = 1; +nodes = ( +(909,168,ls), +(909,53,o), +(981,-20,o), +(1096,-20,cs), +(1147,-20,o), +(1199,-18,o), +(1229,-14,c), +(1218,35,l), +(1179,30,o), +(1130,28,o), +(1091,29,cs), +(1010,31,o), +(959,85,o), +(959,170,cs), +(959,1010,l), +(909,1010,l) +); +} +); +width = 1299; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,880,l), +(1227,880,l), +(1227,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(271,2,l), +(451,2,l), +(451,945,l), +(271,945,l) +); +}, +{ +closed = 1; +nodes = ( +(814,234,ls), +(814,78,o), +(907,-20,o), +(1055,-20,cs), +(1100,-20,o), +(1163,-15,o), +(1218,-6,c), +(1185,157,l), +(1147,146,o), +(1099,141,o), +(1061,142,cs), +(1020,146,o), +(994,182,o), +(994,236,cs), +(994,945,l), +(814,945,l) +); +} +); +width = 1287; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,800,l), +(1401,800,l), +(1401,1100,l), +(60,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(256,4,l), +(616,4,l), +(616,877,l), +(256,877,l) +); +}, +{ +closed = 1; +nodes = ( +(855,270,ls), +(855,74,o), +(972,-36,o), +(1181,-38,cs), +(1245,-39,o), +(1320,-31,o), +(1391,-17,c), +(1347,266,l), +(1327,263,o), +(1306,261,o), +(1289,261,cs), +(1242,265,o), +(1215,290,o), +(1215,330,cs), +(1215,877,l), +(855,877,l) +); +} +); +width = 1461; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,992,l), +(1339,992,l), +(1350,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(230,2,l), +(280,2,l), +(494,1010,l), +(444,1010,l) +); +}, +{ +closed = 1; +nodes = ( +(834,168,ls), +(810,53,o), +(866,-20,o), +(981,-20,cs), +(1032,-20,o), +(1085,-18,o), +(1116,-14,c), +(1115,35,l), +(1075,30,o), +(1026,28,o), +(987,29,cs), +(906,31,o), +(867,85,o), +(885,170,cs), +(1063,1010,l), +(1013,1010,l) +); +} +); +width = 1299; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,880,l), +(1304,880,l), +(1338,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(161,2,l), +(341,2,l), +(541,945,l), +(361,945,l) +); +}, +{ +closed = 1; +nodes = ( +(753,234,ls), +(720,78,o), +(792,-20,o), +(940,-20,cs), +(985,-20,o), +(1049,-15,o), +(1106,-6,c), +(1108,157,l), +(1068,146,o), +(1019,141,o), +(981,142,cs), +(941,146,o), +(922,182,o), +(934,236,cs), +(1084,945,l), +(904,945,l) +); +} +); +width = 1287; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,800,l), +(1454,800,l), +(1518,1100,l), +(177,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(140,4,l), +(500,4,l), +(686,877,l), +(326,877,l) +); +}, +{ +closed = 1; +nodes = ( +(796,270,ls), +(754,74,o), +(847,-36,o), +(1056,-38,cs), +(1120,-39,o), +(1197,-31,o), +(1271,-17,c), +(1287,266,l), +(1266,263,o), +(1245,261,o), +(1228,261,cs), +(1181,265,o), +(1160,290,o), +(1168,330,cs), +(1285,877,l), +(925,877,l) +); +} +); +width = 1461; +} +); +metricLeft = o; +metricRight = o; +unicode = 960; +}, +{ +color = 6; +glyphname = rho; +kernLeft = ssflat; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (569,10); +}, +{ +name = center; +pos = (559,470); +}, +{ +name = ogonek; +pos = (949,9); +}, +{ +name = top; +pos = (559,954); +}, +{ +name = topright; +pos = (800,953); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(866,-18,o), +(1058,183,o), +(1058,503,cs), +(1058,843,o), +(866,1056,o), +(559,1056,cs), +(252,1056,o), +(60,843,o), +(60,503,c), +(61,-360,l), +(111,-360,l), +(111,262,l), +(120,262,l), +(183,90,o), +(352,-18,o), +(559,-18,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,813,o), +(282,1008,o), +(557,1008,cs), +(834,1008,o), +(1008,813,o), +(1008,503,cs), +(1008,213,o), +(835,31,o), +(559,31,cs), +(283,31,o), +(110,213,o), +(110,503,cs) +); +} +); +width = 1118; +}, +{ +anchors = ( +{ +name = bottom; +pos = (586,38); +}, +{ +name = center; +pos = (575,533); +}, +{ +name = ogonek; +pos = (995,37); +}, +{ +name = top; +pos = (575,1054); +}, +{ +name = topright; +pos = (789,1054); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(892,-18,o), +(1091,186,o), +(1091,512,cs), +(1091,845,o), +(892,1054,o), +(575,1054,cs), +(259,1054,o), +(60,845,o), +(60,512,cs), +(60,-360,l), +(239,-360,l), +(239,169,l), +(251,169,l), +(302,54,o), +(427,-18,o), +(575,-18,cs) +); +}, +{ +closed = 1; +nodes = ( +(239,747,o), +(368,894,o), +(573,894,cs), +(781,894,o), +(911,747,o), +(911,512,cs), +(911,285,o), +(781,142,o), +(575,142,cs), +(369,142,o), +(239,285,o), +(239,512,cs) +); +} +); +width = 1151; +}, +{ +anchors = ( +{ +name = bottom; +pos = (687,27); +}, +{ +name = center; +pos = (1463,472); +}, +{ +name = ogonek; +pos = (1210,38); +}, +{ +name = top; +pos = (688,1124); +}, +{ +name = topright; +pos = (1090,1124); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1105,-12,o), +(1299,210,o), +(1299,564,cs), +(1299,908,o), +(1063,1124,o), +(688,1124,cs), +(313,1124,o), +(71,915,o), +(60,583,c), +(60,-374,l), +(460,-374,l), +(460,152,l), +(478,152,l), +(525,51,o), +(647,-12,o), +(795,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(471,724,o), +(550,824,o), +(677,824,cs), +(813,824,o), +(899,724,o), +(899,564,cs), +(899,389,o), +(813,279,o), +(677,279,cs), +(550,279,o), +(471,389,o), +(471,564,cs) +); +} +); +width = 1359; +}, +{ +anchors = ( +{ +name = bottom; +pos = (460,10); +}, +{ +name = center; +pos = (548,470); +}, +{ +name = ogonek; +pos = (840,9); +}, +{ +name = top; +pos = (651,954); +}, +{ +name = topright; +pos = (892,953); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(751,-18,o), +(986,183,o), +(1054,503,cs), +(1126,843,o), +(979,1056,o), +(672,1056,cs), +(365,1056,o), +(128,843,o), +(56,503,c), +(-126,-360,l), +(-76,-360,l), +(56,262,l), +(65,262,l), +(91,90,o), +(237,-18,o), +(444,-18,cs) +); +}, +{ +closed = 1; +nodes = ( +(172,813,o), +(385,1008,o), +(660,1008,cs), +(937,1008,o), +(1070,813,o), +(1004,503,cs), +(942,213,o), +(731,31,o), +(455,31,cs), +(179,31,o), +(44,213,o), +(106,503,cs) +); +} +); +width = 1118; +}, +{ +anchors = ( +{ +name = bottom; +pos = (483,38); +}, +{ +name = center; +pos = (578,533); +}, +{ +name = ogonek; +pos = (892,37); +}, +{ +name = top; +pos = (688,1054); +}, +{ +name = topright; +pos = (902,1054); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(777,-18,o), +(1020,186,o), +(1089,512,cs), +(1160,845,o), +(1005,1054,o), +(688,1054,cs), +(372,1054,o), +(129,845,o), +(58,512,cs), +(-127,-360,l), +(52,-360,l), +(164,169,l), +(176,169,l), +(203,54,o), +(312,-18,o), +(460,-18,cs) +); +}, +{ +closed = 1; +nodes = ( +(287,747,o), +(447,894,o), +(652,894,cs), +(860,894,o), +(959,747,o), +(909,512,cs), +(861,285,o), +(700,142,o), +(494,142,cs), +(288,142,o), +(189,285,o), +(237,512,cs) +); +} +); +width = 1151; +}, +{ +anchors = ( +{ +name = bottom; +pos = (576,27); +}, +{ +name = center; +pos = (1447,472); +}, +{ +name = ogonek; +pos = (1101,38); +}, +{ +name = top; +pos = (810,1124); +}, +{ +name = topright; +pos = (1212,1124); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(986,-12,o), +(1227,210,o), +(1302,564,cs), +(1375,908,o), +(1185,1124,o), +(810,1124,cs), +(435,1124,o), +(149,915,o), +(67,583,c), +(-136,-374,l), +(264,-374,l), +(376,152,l), +(394,152,l), +(419,51,o), +(528,-12,o), +(676,-12,cs) +); +}, +{ +closed = 1; +nodes = ( +(508,724,o), +(608,824,o), +(735,824,cs), +(871,824,o), +(936,724,o), +(902,564,cs), +(865,389,o), +(756,279,o), +(620,279,cs), +(493,279,o), +(437,389,o), +(474,564,cs) +); +} +); +width = 1359; +} +); +metricLeft = o; +metricRight = o; +unicode = 961; +}, +{ +color = 6; +glyphname = sigmafinal; +kernLeft = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(414,212,l), +(227,280,o), +(109,429,o), +(109,597,cs), +(109,849,o), +(253,1007,o), +(483,1007,cs), +(717,1007,o), +(864,887,o), +(864,697,c), +(914,697,l), +(914,917,o), +(749,1055,o), +(485,1055,cs), +(224,1055,o), +(60,878,o), +(60,597,cs), +(60,405,o), +(191,239,o), +(399,166,c), +(514,121,ls), +(686,54,o), +(794,-56,o), +(794,-164,cs), +(794,-219,o), +(760,-295,o), +(705,-361,c), +(764,-361,l), +(813,-303,o), +(843,-223,o), +(843,-155,cs), +(843,-30,o), +(721,95,o), +(527,169,cs) +); +} +); +width = 974; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(496,211,l), +(339,272,o), +(240,405,o), +(240,555,cs), +(240,764,o), +(367,895,o), +(569,895,cs), +(736,895,o), +(841,789,o), +(841,668,c), +(1021,668,l), +(1021,887,o), +(847,1055,o), +(571,1055,cs), +(257,1055,o), +(60,862,o), +(60,555,cs), +(60,325,o), +(204,132,o), +(433,54,c), +(550,13,ls), +(664,-27,o), +(735,-94,o), +(735,-162,cs), +(735,-211,o), +(689,-287,o), +(615,-361,c), +(817,-361,l), +(877,-301,o), +(915,-221,o), +(915,-154,cs), +(915,-23,o), +(799,101,o), +(614,168,cs) +); +} +); +width = 1081; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(644,381,ls), +(532,426,o), +(461,520,o), +(461,623,cs), +(461,753,o), +(540,834,o), +(667,834,cs), +(775,834,o), +(843,758,o), +(843,637,c), +(1244,637,l), +(1248,936,o), +(1026,1124,o), +(669,1124,cs), +(295,1124,o), +(60,931,o), +(60,623,cs), +(60,386,o), +(234,177,o), +(510,79,cs), +(626,38,ls), +(694,14,o), +(737,-38,o), +(737,-98,cs), +(737,-187,o), +(680,-293,o), +(589,-372,c), +(997,-372,l), +(1081,-291,o), +(1134,-173,o), +(1134,-67,cs), +(1134,89,o), +(990,244,o), +(760,335,cs) +); +} +); +width = 1304; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(348,212,l), +(176,280,o), +(89,429,o), +(125,597,cs), +(179,849,o), +(356,1007,o), +(586,1007,cs), +(820,1007,o), +(942,887,o), +(901,697,c), +(951,697,l), +(998,917,o), +(862,1055,o), +(598,1055,cs), +(337,1055,o), +(136,878,o), +(76,597,cs), +(35,405,o), +(131,239,o), +(324,166,c), +(429,121,ls), +(587,54,o), +(671,-56,o), +(648,-164,cs), +(637,-219,o), +(587,-295,o), +(518,-361,c), +(577,-361,l), +(638,-303,o), +(685,-223,o), +(699,-155,cs), +(726,-30,o), +(630,95,o), +(452,169,cs) +); +} +); +width = 973; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,211,l), +(286,272,o), +(215,405,o), +(247,555,cs), +(292,764,o), +(446,895,o), +(648,895,cs), +(815,895,o), +(898,789,o), +(872,668,c), +(1052,668,l), +(1099,887,o), +(960,1055,o), +(684,1055,cs), +(370,1055,o), +(132,862,o), +(67,555,cs), +(18,325,o), +(121,132,o), +(334,54,c), +(442,13,ls), +(548,-27,o), +(604,-94,o), +(590,-162,cs), +(579,-211,o), +(517,-287,o), +(428,-361,c), +(630,-361,l), +(702,-301,o), +(757,-221,o), +(772,-154,cs), +(799,-23,o), +(710,101,o), +(539,168,cs) +); +} +); +width = 1081; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(608,381,ls), +(506,426,o), +(455,520,o), +(477,623,cs), +(504,753,o), +(600,834,o), +(727,834,cs), +(835,834,o), +(887,758,o), +(861,637,c), +(1262,637,l), +(1330,936,o), +(1148,1124,o), +(791,1124,cs), +(417,1124,o), +(141,931,o), +(76,623,cs), +(25,386,o), +(155,177,o), +(410,79,cs), +(517,38,ls), +(580,14,o), +(612,-38,o), +(599,-98,cs), +(580,-187,o), +(501,-293,o), +(393,-372,c), +(801,-372,l), +(902,-291,o), +(980,-173,o), +(1003,-67,cs), +(1036,89,o), +(925,244,o), +(714,335,cs) +); +} +); +width = 1304; +} +); +metricLeft = o; +metricRight = o; +unicode = 962; +}, +{ +color = 6; +glyphname = sigma; +kernLeft = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (571,12); +}, +{ +name = center; +pos = (560,513); +}, +{ +name = ogonek; +pos = (985,11); +}, +{ +name = top; +pos = (560,1040); +}, +{ +name = topright; +pos = (822,1039); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(867,-20,o), +(1060,185,o), +(1060,512,cs), +(1060,724,o), +(951,907,o), +(778,987,c), +(778,992,l), +(1104,992,l), +(1104,1040,l), +(560,1040,ls), +(253,1040,o), +(60,836,o), +(60,512,cs), +(60,185,o), +(253,-20,o), +(560,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,807,o), +(283,992,o), +(558,992,cs), +(836,992,o), +(1010,807,o), +(1010,512,cs), +(1010,215,o), +(836,28,o), +(560,28,cs), +(284,28,o), +(110,215,o), +(110,512,cs) +); +} +); +width = 1164; +}, +{ +anchors = ( +{ +name = bottom; +pos = (583,12); +}, +{ +name = center; +pos = (572,513); +}, +{ +name = ogonek; +pos = (997,11); +}, +{ +name = top; +pos = (572,1040); +}, +{ +name = topright; +pos = (789,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(887,-15,o), +(1084,184,o), +(1084,502,cs), +(1084,672,o), +(1026,815,o), +(933,871,c), +(933,880,l), +(1170,880,l), +(1170,1040,l), +(572,1040,ls), +(257,1040,o), +(60,832,o), +(60,502,cs), +(60,184,o), +(257,-15,o), +(572,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(241,733,o), +(368,878,o), +(570,878,cs), +(775,878,o), +(904,733,o), +(904,502,cs), +(904,283,o), +(776,145,o), +(572,145,cs), +(369,145,o), +(241,283,o), +(241,502,cs) +); +} +); +width = 1230; +}, +{ +anchors = ( +{ +name = bottom; +pos = (668,3); +}, +{ +name = center; +pos = (1444,447); +}, +{ +name = ogonek; +pos = (1191,13); +}, +{ +name = top; +pos = (669,1100); +}, +{ +name = topright; +pos = (1071,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1031,-36,o), +(1259,161,o), +(1259,476,cs), +(1259,621,o), +(1187,756,o), +(1073,825,c), +(1073,842,l), +(1347,842,l), +(1347,1100,l), +(669,1100,ls), +(295,1100,o), +(60,884,o), +(60,540,cs), +(60,186,o), +(295,-36,o), +(669,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(460,700,o), +(541,800,o), +(669,800,cs), +(807,800,o), +(893,700,o), +(893,540,cs), +(893,370,o), +(807,264,o), +(669,264,cs), +(541,264,o), +(460,370,o), +(460,540,cs) +); +} +); +width = 1407; +}, +{ +anchors = ( +{ +name = bottom; +pos = (463,12); +}, +{ +name = center; +pos = (559,513); +}, +{ +name = ogonek; +pos = (877,11); +}, +{ +name = top; +pos = (671,1040); +}, +{ +name = topright; +pos = (932,1039); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(752,-20,o), +(989,185,o), +(1058,512,cs), +(1103,724,o), +(1033,907,o), +(877,987,c), +(878,992,l), +(1204,992,l), +(1215,1040,l), +(671,1040,ls), +(364,1040,o), +(127,836,o), +(58,512,cs), +(-11,185,o), +(138,-20,o), +(445,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(171,807,o), +(383,992,o), +(658,992,cs), +(936,992,o), +(1071,807,o), +(1008,512,cs), +(945,215,o), +(732,28,o), +(456,28,cs), +(180,28,o), +(45,215,o), +(108,512,cs) +); +} +); +width = 1164; +}, +{ +anchors = ( +{ +name = bottom; +pos = (475,12); +}, +{ +name = center; +pos = (570,513); +}, +{ +name = ogonek; +pos = (888,11); +}, +{ +name = top; +pos = (682,1040); +}, +{ +name = topright; +pos = (899,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(773,-15,o), +(1012,184,o), +(1080,502,cs), +(1116,672,o), +(1088,815,o), +(1007,871,c), +(1009,880,l), +(1246,880,l), +(1280,1040,l), +(682,1040,ls), +(367,1040,o), +(126,832,o), +(56,502,cs), +(-12,184,o), +(143,-15,o), +(458,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(286,733,o), +(444,878,o), +(646,878,cs), +(851,878,o), +(949,733,o), +(900,502,cs), +(853,283,o), +(696,145,o), +(492,145,cs), +(289,145,o), +(190,283,o), +(237,502,cs) +); +} +); +width = 1229; +}, +{ +anchors = ( +{ +name = bottom; +pos = (552,3); +}, +{ +name = center; +pos = (1422,447); +}, +{ +name = ogonek; +pos = (1077,13); +}, +{ +name = top; +pos = (786,1100); +}, +{ +name = topright; +pos = (1188,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(906,-36,o), +(1176,161,o), +(1243,476,cs), +(1274,621,o), +(1231,756,o), +(1131,825,c), +(1135,842,l), +(1409,842,l), +(1464,1100,l), +(786,1100,ls), +(412,1100,o), +(131,884,o), +(58,540,cs), +(-18,186,o), +(170,-36,o), +(544,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(492,700,o), +(594,800,o), +(722,800,cs), +(860,800,o), +(925,700,o), +(891,540,cs), +(855,370,o), +(746,264,o), +(608,264,cs), +(480,264,o), +(422,370,o), +(458,540,cs) +); +} +); +width = 1407; +} +); +metricLeft = o; +metricRight = o; +unicode = 963; +}, +{ +color = 6; +glyphname = tau; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,992,l), +(1073,992,l), +(1073,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(539,168,ls), +(539,53,o), +(613,-20,o), +(732,-20,cs), +(781,-20,o), +(832,-18,o), +(865,-14,c), +(854,34,l), +(813,29,o), +(765,27,o), +(727,28,cs), +(645,30,o), +(589,88,o), +(589,170,cs), +(589,1010,l), +(539,1010,l) +); +} +); +width = 1133; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,880,l), +(1039,880,l), +(1039,1040,l), +(60,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(451,234,ls), +(451,78,o), +(551,-20,o), +(710,-20,cs), +(756,-20,o), +(819,-15,o), +(874,-6,c), +(841,155,l), +(802,144,o), +(754,139,o), +(717,140,cs), +(664,145,o), +(631,181,o), +(631,234,cs), +(631,945,l), +(451,945,l) +); +} +); +width = 1099; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,800,l), +(1207,800,l), +(1207,1100,l), +(60,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(436,300,ls), +(436,94,o), +(583,-36,o), +(818,-38,cs), +(883,-39,o), +(964,-31,o), +(1028,-17,c), +(984,256,l), +(966,253,o), +(936,251,o), +(906,251,cs), +(863,255,o), +(836,281,o), +(836,320,cs), +(836,877,l), +(436,877,l) +); +} +); +width = 1267; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,992,l), +(1173,992,l), +(1184,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(464,168,ls), +(440,53,o), +(498,-20,o), +(617,-20,cs), +(666,-20,o), +(718,-18,o), +(752,-14,c), +(751,34,l), +(709,29,o), +(660,27,o), +(623,28,cs), +(541,30,o), +(497,88,o), +(515,170,cs), +(693,1010,l), +(643,1010,l) +); +} +); +width = 1133; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,880,l), +(1116,880,l), +(1150,1040,l), +(171,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(390,234,ls), +(357,78,o), +(436,-20,o), +(595,-20,cs), +(641,-20,o), +(705,-15,o), +(762,-6,c), +(764,155,l), +(722,144,o), +(673,139,o), +(636,140,cs), +(584,145,o), +(559,181,o), +(570,234,cs), +(721,945,l), +(541,945,l) +); +} +); +width = 1099; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,800,l), +(1260,800,l), +(1324,1100,l), +(177,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(383,300,ls), +(339,94,o), +(458,-36,o), +(693,-38,cs), +(758,-39,o), +(841,-31,o), +(908,-17,c), +(922,256,l), +(903,253,o), +(872,251,o), +(842,251,cs), +(800,255,o), +(779,281,o), +(787,320,cs), +(906,877,l), +(506,877,l) +); +} +); +width = 1267; +} +); +metricLeft = o; +metricRight = o; +unicode = 964; +}, +{ +color = 6; +glyphname = upsilon; +kernLeft = upsilon; +kernRight = upsilon; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (557,0); +}, +{ +name = ogonek; +pos = (557,10); +}, +{ +name = top; +pos = (465,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(815,-20,o), +(986,166,o), +(986,463,c), +(986,612,o), +(938,835,o), +(829,1040,c), +(778,1040,l), +(887,833,o), +(935,610,o), +(935,463,c), +(935,196,o), +(784,28,o), +(543,28,c), +(308,28,o), +(160,175,o), +(160,408,c), +(160,1040,l), +(110,1040,l), +(110,408,l), +(110,145,o), +(277,-20,o), +(543,-20,c) +); +} +); +width = 1046; +}, +{ +anchors = ( +{ +name = bottom; +pos = (600,1); +}, +{ +name = ogonek; +pos = (600,-10); +}, +{ +name = top; +pos = (511,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(861,-20,o), +(1052,186,o), +(1052,514,c), +(1052,674,o), +(1001,877,o), +(920,1040,c), +(739,1040,l), +(821,881,o), +(872,678,o), +(872,514,c), +(872,284,o), +(758,140,o), +(576,140,c), +(400,140,o), +(290,261,o), +(290,455,c), +(290,1040,l), +(110,1040,l), +(110,455,l), +(110,163,o), +(283,-20,o), +(558,-20,c) +); +} +); +width = 1112; +}, +{ +anchors = ( +{ +name = bottom; +pos = (701,2); +}, +{ +name = ogonek; +pos = (723,-1); +}, +{ +name = top; +pos = (657,1100); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1076,-23,o), +(1316,201,o), +(1316,559,c), +(1316,759,o), +(1265,967,o), +(1185,1099,c), +(785,1099,l), +(865,976,o), +(916,770,o), +(916,564,c), +(916,382,o), +(830,267,o), +(694,267,c), +(581,267,o), +(510,355,o), +(510,494,c), +(510,1099,l), +(110,1099,l), +(110,449,l), +(110,159,o), +(335,-23,o), +(694,-23,c) +); +} +); +width = 1376; +}, +{ +anchors = ( +{ +name = bottom; +pos = (448,0); +}, +{ +name = ogonek; +pos = (450,10); +}, +{ +name = top; +pos = (577,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(701,-20,o), +(912,166,o), +(975,463,c), +(1007,612,o), +(1006,835,o), +(941,1040,c), +(890,1040,l), +(955,833,o), +(955,610,o), +(924,463,c), +(867,196,o), +(681,28,o), +(440,28,c), +(205,28,o), +(88,175,o), +(137,408,c), +(272,1040,l), +(222,1040,l), +(87,408,l), +(31,145,o), +(163,-20,o), +(429,-20,c) +); +} +); +width = 1047; +}, +{ +anchors = ( +{ +name = bottom; +pos = (377,1); +}, +{ +name = ogonek; +pos = (372,-10); +}, +{ +name = top; +pos = (729,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(741,-20,o), +(976,186,o), +(1046,514,c), +(1080,674,o), +(1072,877,o), +(1026,1040,c), +(845,1040,l), +(893,881,o), +(901,678,o), +(866,514,c), +(817,284,o), +(672,140,o), +(490,140,c), +(314,140,o), +(230,261,o), +(271,455,c), +(396,1040,l), +(216,1040,l), +(91,455,l), +(29,163,o), +(163,-20,o), +(438,-20,c) +); +} +); +width = 1107; +}, +{ +anchors = ( +{ +name = bottom; +pos = (585,2); +}, +{ +name = ogonek; +pos = (606,-1); +}, +{ +name = top; +pos = (774,1100); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(955,-23,o), +(1242,201,o), +(1318,559,c), +(1361,759,o), +(1354,967,o), +(1302,1099,c), +(902,1099,l), +(956,976,o), +(963,770,o), +(920,564,c), +(881,382,o), +(770,267,o), +(634,267,c), +(521,267,o), +(469,355,o), +(499,494,c), +(627,1099,l), +(227,1099,l), +(89,449,l), +(27,159,o), +(214,-23,o), +(573,-23,c) +); +} +); +width = 1376; +} +); +metricLeft = u; +metricRight = o; +unicode = 965; +}, +{ +color = 10; +glyphname = phi; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = "ef-cy"; +} +); +width = 1394; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = "ef-cy"; +} +); +width = 1398; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = "ef-cy"; +} +); +width = 1794; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = "ef-cy"; +} +); +width = 1474; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = "ef-cy"; +} +); +width = 1478; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = "ef-cy"; +} +); +width = 1874; +} +); +unicode = 966; +}, +{ +color = 6; +glyphname = chi; +kernLeft = "up-curve"; +kernRight = x; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(84,-360,l), +(576,321,l), +(581,321,l), +(912,-269,l), +(943,-324,o), +(1000,-359,o), +(1060,-359,cs), +(1084,-359,o), +(1121,-355,o), +(1157,-349,c), +(1157,-298,l), +(1131,-306,o), +(1094,-311,o), +(1062,-311,cs), +(1020,-311,o), +(979,-287,o), +(956,-248,c), +(617,354,l), +(1121,1040,l), +(1059,1040,l), +(582,389,l), +(577,389,l), +(236,997,l), +(212,1031,o), +(175,1052,o), +(139,1052,cs), +(122,1052,o), +(76,1049,o), +(20,1045,c), +(20,996,l), +(62,1001,o), +(105,1004,o), +(132,1004,cs), +(158,1004,o), +(182,991,o), +(196,969,c), +(541,354,l), +(23,-360,l) +); +} +); +width = 1177; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(221,-360,l), +(561,234,l), +(572,234,l), +(869,-259,l), +(910,-327,o), +(960,-369,o), +(1047,-369,cs), +(1078,-369,o), +(1115,-366,o), +(1144,-361,c), +(1143,-200,l), +(1127,-205,o), +(1102,-208,o), +(1078,-208,cs), +(1057,-208,o), +(1037,-196,o), +(1027,-176,c), +(697,354,l), +(1118,1040,l), +(904,1040,l), +(573,469,l), +(561,469,l), +(280,965,l), +(253,1018,o), +(204,1052,o), +(151,1052,cs), +(101,1052,o), +(45,1048,o), +(17,1042,c), +(17,888,l), +(58,893,o), +(92,891,o), +(104,884,cs), +(115,878,o), +(127,867,o), +(133,856,c), +(435,354,l), +(10,-360,l) +); +} +); +width = 1154; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(473,-373,l), +(726,174,l), +(745,174,l), +(999,-251,ls), +(1053,-341,o), +(1159,-382,o), +(1263,-382,cs), +(1334,-382,o), +(1402,-377,o), +(1453,-368,c), +(1453,-63,l), +(1432,-70,o), +(1398,-74,o), +(1359,-74,cs), +(1328,-74,o), +(1295,-62,o), +(1280,-39,cs), +(1007,375,l), +(1435,1100,l), +(974,1100,l), +(744,569,l), +(726,569,l), +(494,1004,l), +(440,1081,o), +(369,1124,o), +(295,1124,cs), +(207,1124,o), +(111,1115,o), +(28,1099,c), +(28,794,l), +(69,800,o), +(108,803,o), +(137,804,cs), +(192,805,o), +(220,753,o), +(220,753,c), +(473,374,l), +(10,-373,l) +); +} +); +width = 1463; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-113,-360,l), +(524,321,l), +(529,321,l), +(734,-269,l), +(754,-324,o), +(803,-359,o), +(863,-359,cs), +(887,-359,o), +(925,-355,o), +(962,-349,c), +(973,-298,l), +(945,-306,o), +(907,-311,o), +(875,-311,cs), +(833,-311,o), +(797,-287,o), +(783,-248,c), +(572,354,l), +(1222,1040,l), +(1160,1040,l), +(544,389,l), +(539,389,l), +(327,997,l), +(311,1031,o), +(278,1052,o), +(242,1052,cs), +(225,1052,o), +(178,1049,o), +(122,1045,c), +(111,996,l), +(154,1001,o), +(198,1004,o), +(225,1004,cs), +(251,1004,o), +(272,991,o), +(281,969,c), +(496,354,l), +(-174,-360,l) +); +} +); +width = 1157; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(34,-360,l), +(500,234,l), +(511,234,l), +(703,-259,l), +(730,-327,o), +(771,-369,o), +(858,-369,cs), +(889,-369,o), +(927,-366,o), +(957,-361,c), +(990,-200,l), +(973,-205,o), +(947,-208,o), +(923,-208,cs), +(902,-208,o), +(885,-196,o), +(879,-176,c), +(662,354,l), +(1228,1040,l), +(1014,1040,l), +(562,469,l), +(550,469,l), +(375,965,l), +(359,1018,o), +(317,1052,o), +(264,1052,cs), +(214,1052,o), +(157,1048,o), +(128,1042,c), +(95,888,l), +(137,893,o), +(171,891,o), +(181,884,cs), +(191,878,o), +(201,867,o), +(204,856,c), +(400,354,l), +(-177,-360,l) +); +} +); +width = 1154; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,-373,l), +(646,174,l), +(665,174,l), +(829,-251,ls), +(864,-341,o), +(961,-382,o), +(1065,-382,cs), +(1136,-382,o), +(1205,-377,o), +(1258,-368,c), +(1323,-63,l), +(1300,-70,o), +(1265,-74,o), +(1226,-74,cs), +(1195,-74,o), +(1165,-62,o), +(1155,-39,cs), +(970,375,l), +(1552,1100,l), +(1091,1100,l), +(748,569,l), +(730,569,l), +(591,1004,l), +(553,1081,o), +(491,1124,o), +(417,1124,cs), +(329,1124,o), +(231,1115,o), +(145,1099,c), +(80,794,l), +(122,800,o), +(162,803,o), +(191,804,cs), +(246,805,o), +(263,753,o), +(263,753,c), +(436,374,l), +(-186,-373,l) +); +} +); +width = 1463; +} +); +metricLeft = v; +metricRight = v; +unicode = 967; +}, +{ +color = 6; +glyphname = psi; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(960,-19,o), +(1176,165,o), +(1176,457,c), +(1176,688,o), +(1149,913,o), +(1106,1040,c), +(1056,1040,l), +(1099,913,o), +(1126,688,o), +(1126,457,c), +(1126,195,o), +(930,30,o), +(617,30,c), +(306,30,o), +(110,195,o), +(110,457,c), +(110,1040,l), +(60,1040,l), +(60,457,l), +(60,165,o), +(275,-19,o), +(617,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(593,-360,l), +(643,-360,l), +(643,1423,l), +(593,1423,l) +); +} +); +width = 1236; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1025,-20,o), +(1256,168,o), +(1256,467,c), +(1256,689,o), +(1221,910,o), +(1166,1040,c), +(986,1040,l), +(1041,910,o), +(1076,689,o), +(1076,467,c), +(1076,266,o), +(914,140,o), +(657,140,c), +(401,140,o), +(240,266,o), +(240,467,c), +(240,1040,l), +(60,1040,l), +(60,467,l), +(60,168,o), +(290,-20,o), +(657,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(568,-360,l), +(748,-360,l), +(748,1410,l), +(568,1410,l) +); +} +); +width = 1316; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1282,-37,o), +(1582,179,o), +(1582,523,c), +(1582,731,o), +(1551,954,o), +(1502,1100,c), +(1142,1100,l), +(1179,958,o), +(1202,730,o), +(1202,510,c), +(1202,352,o), +(1049,253,o), +(805,253,c), +(581,253,o), +(440,356,o), +(440,520,c), +(440,1100,l), +(60,1100,l), +(60,513,l), +(60,175,o), +(347,-37,o), +(805,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(626,-374,l), +(986,-374,l), +(986,1450,l), +(626,1450,l) +); +} +); +width = 1642; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(846,-19,o), +(1101,165,o), +(1163,457,c), +(1212,688,o), +(1233,913,o), +(1217,1040,c), +(1167,1040,l), +(1183,913,o), +(1162,688,o), +(1113,457,c), +(1057,195,o), +(826,30,o), +(513,30,c), +(202,30,o), +(41,195,o), +(97,457,c), +(221,1040,l), +(171,1040,l), +(47,457,l), +(-15,165,o), +(161,-19,o), +(503,-19,c) +); +}, +{ +closed = 1; +nodes = ( +(407,-360,l), +(457,-360,l), +(835,1423,l), +(785,1423,l) +); +} +); +width = 1236; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(911,-20,o), +(1182,168,o), +(1246,467,c), +(1293,689,o), +(1305,910,o), +(1277,1040,c), +(1097,1040,l), +(1125,910,o), +(1113,689,o), +(1066,467,c), +(1023,266,o), +(834,140,o), +(577,140,c), +(321,140,o), +(187,266,o), +(230,467,c), +(351,1040,l), +(171,1040,l), +(50,467,l), +(-14,168,o), +(176,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(382,-360,l), +(562,-360,l), +(938,1410,l), +(758,1410,l) +); +} +); +width = 1317; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1158,-37,o), +(1504,179,o), +(1577,523,c), +(1621,731,o), +(1637,954,o), +(1619,1100,c), +(1259,1100,l), +(1266,958,o), +(1241,730,o), +(1194,510,c), +(1160,352,o), +(986,253,o), +(742,253,c), +(518,253,o), +(399,356,o), +(434,520,c), +(557,1100,l), +(177,1100,l), +(53,513,l), +(-19,175,o), +(223,-37,o), +(681,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(430,-374,l), +(790,-374,l), +(1178,1450,l), +(818,1450,l) +); +} +); +width = 1643; +} +); +metricLeft = o; +metricRight = o; +unicode = 968; +}, +{ +color = 6; +glyphname = omega; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (813,2); +}, +{ +name = top; +pos = (813,974); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(624,-15,o), +(751,79,o), +(803,228,c), +(812,228,l), +(868,79,o), +(995,-15,o), +(1140,-15,cs), +(1400,-15,o), +(1564,169,o), +(1564,463,cs), +(1564,647,o), +(1504,870,o), +(1409,1040,c), +(1360,1040,l), +(1455,871,o), +(1514,648,o), +(1514,463,cs), +(1514,203,o), +(1372,39,o), +(1146,39,cs), +(953,39,o), +(832,181,o), +(832,408,cs), +(832,799,l), +(783,799,l), +(783,408,ls), +(783,181,o), +(662,39,o), +(469,39,cs), +(250,39,o), +(112,203,o), +(112,463,cs), +(112,648,o), +(171,871,o), +(266,1040,c), +(215,1040,l), +(120,870,o), +(60,647,o), +(60,463,cs), +(60,169,o), +(219,-15,o), +(473,-15,cs) +); +} +); +width = 1624; +}, +{ +anchors = ( +{ +name = bottom; +pos = (815,2); +}, +{ +name = top; +pos = (815,974); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,-20,o), +(748,49,o), +(810,160,c), +(819,160,l), +(875,49,o), +(993,-20,o), +(1126,-20,cs), +(1398,-20,o), +(1569,194,o), +(1569,534,cs), +(1569,700,o), +(1522,895,o), +(1448,1040,c), +(1268,1040,l), +(1342,895,o), +(1389,700,o), +(1389,534,cs), +(1389,291,o), +(1288,139,o), +(1126,139,cs), +(987,139,o), +(900,253,o), +(900,435,cs), +(900,799,l), +(730,799,l), +(730,435,ls), +(730,253,o), +(642,139,o), +(503,139,cs), +(341,139,o), +(240,291,o), +(240,534,cs), +(240,687,o), +(291,882,o), +(372,1040,c), +(193,1040,l), +(111,884,o), +(60,688,o), +(60,534,cs), +(60,194,o), +(238,-20,o), +(522,-20,cs) +); +} +); +width = 1629; +}, +{ +anchors = ( +{ +name = bottom; +pos = (997,2); +}, +{ +name = top; +pos = (997,1035); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(776,-23,o), +(918,61,o), +(985,194,c), +(1004,194,l), +(1076,61,o), +(1220,-23,o), +(1377,-23,cs), +(1719,-23,o), +(1934,201,o), +(1934,559,cs), +(1934,760,o), +(1883,969,o), +(1802,1100,c), +(1413,1100,l), +(1494,979,o), +(1545,788,o), +(1545,604,cs), +(1545,396,o), +(1472,266,o), +(1355,266,cs), +(1241,266,o), +(1169,354,o), +(1169,495,cs), +(1169,796,l), +(825,796,l), +(825,495,ls), +(825,354,o), +(753,266,o), +(639,266,cs), +(522,266,o), +(449,396,o), +(449,604,cs), +(449,788,o), +(500,979,o), +(581,1100,c), +(192,1100,l), +(111,969,o), +(60,760,o), +(60,559,cs), +(60,201,o), +(275,-23,o), +(617,-23,cs) +); +} +); +width = 1994; +}, +{ +anchors = ( +{ +name = bottom; +pos = (703,2); +}, +{ +name = top; +pos = (910,974); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(511,-15,o), +(658,79,o), +(742,228,c), +(751,228,l), +(775,79,o), +(882,-15,o), +(1027,-15,cs), +(1287,-15,o), +(1490,169,o), +(1552,463,cs), +(1592,647,o), +(1579,870,o), +(1520,1040,c), +(1471,1040,l), +(1530,871,o), +(1542,648,o), +(1502,463,cs), +(1447,203,o), +(1270,39,o), +(1044,39,cs), +(851,39,o), +(761,181,o), +(809,408,cs), +(892,799,l), +(843,799,l), +(760,408,ls), +(712,181,o), +(560,39,o), +(367,39,cs), +(148,39,o), +(45,203,o), +(100,463,cs), +(140,648,o), +(246,871,o), +(377,1040,c), +(326,1040,l), +(195,870,o), +(88,647,o), +(48,463,cs), +(-14,169,o), +(106,-15,o), +(360,-15,cs) +); +} +); +width = 1624; +}, +{ +anchors = ( +{ +name = bottom; +pos = (705,2); +}, +{ +name = top; +pos = (912,974); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(522,-20,o), +(648,49,o), +(734,160,c), +(743,160,l), +(775,49,o), +(878,-20,o), +(1011,-20,cs), +(1283,-20,o), +(1500,194,o), +(1572,534,cs), +(1607,700,o), +(1602,895,o), +(1559,1040,c), +(1379,1040,l), +(1422,895,o), +(1427,700,o), +(1392,534,cs), +(1340,291,o), +(1207,139,o), +(1045,139,cs), +(906,139,o), +(843,253,o), +(882,435,cs), +(959,799,l), +(789,799,l), +(712,435,ls), +(673,253,o), +(561,139,o), +(422,139,cs), +(260,139,o), +(191,291,o), +(243,534,cs), +(276,687,o), +(368,882,o), +(483,1040,c), +(304,1040,l), +(188,884,o), +(96,688,o), +(63,534,cs), +(-9,194,o), +(123,-20,o), +(407,-20,cs) +); +} +); +width = 1629; +}, +{ +anchors = ( +{ +name = bottom; +pos = (881,2); +}, +{ +name = top; +pos = (1101,1035); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(655,-23,o), +(815,61,o), +(910,194,c), +(929,194,l), +(973,61,o), +(1099,-23,o), +(1256,-23,cs), +(1598,-23,o), +(1860,201,o), +(1936,559,cs), +(1979,760,o), +(1973,969,o), +(1919,1100,c), +(1530,1100,l), +(1586,979,o), +(1596,788,o), +(1557,604,cs), +(1513,396,o), +(1412,266,o), +(1295,266,cs), +(1181,266,o), +(1128,354,o), +(1158,495,cs), +(1222,796,l), +(878,796,l), +(814,495,ls), +(784,354,o), +(693,266,o), +(579,266,cs), +(462,266,o), +(417,396,o), +(461,604,cs), +(500,788,o), +(592,979,o), +(698,1100,c), +(309,1100,l), +(201,969,o), +(105,760,o), +(62,559,cs), +(-14,201,o), +(154,-23,o), +(496,-23,cs) +); +} +); +width = 1994; +} +); +metricLeft = o; +metricRight = o; +unicode = 969; +}, +{ +color = 10; +glyphname = iotatonos; +kernLeft = iota; +kernRight = iota; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (16,100); +ref = acute; +} +); +width = 465; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (23,100); +ref = acute; +} +); +width = 553; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (93,100); +ref = acute; +} +); +width = 750; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (62,100); +ref = acute; +} +); +width = 466; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (44,100); +ref = acute; +} +); +width = 548; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (114,100); +ref = acute; +} +); +width = 750; +} +); +unicode = 943; +}, +{ +color = 10; +glyphname = iotadieresis; +kernLeft = iota; +kernRight = iota; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (135,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,150,ls), +(110,46,o), +(177,-20,o), +(284,-20,cs), +(329,-20,o), +(375,-18,o), +(405,-15,c), +(395,33,l), +(358,29,o), +(314,27,o), +(280,28,cs), +(206,30,o), +(160,78,o), +(160,152,cs), +(160,1040,l), +(110,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-41,1235,l), +(29,1235,l), +(29,1305,l), +(-41,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(242,1235,l), +(312,1235,l), +(312,1305,l), +(242,1305,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-151,100); +ref = dieresiscomb; +} +); +width = 465; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (200,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,210,ls), +(110,69,o), +(201,-20,o), +(345,-20,cs), +(390,-20,o), +(447,-15,o), +(493,-7,c), +(463,149,l), +(420,138,o), +(376,135,o), +(351,136,cs), +(314,139,o), +(290,172,o), +(290,221,cs), +(290,1040,l), +(110,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-43,1161,l), +(137,1161,l), +(137,1340,l), +(-43,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(264,1161,l), +(444,1161,l), +(444,1340,l), +(264,1340,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-153,100); +ref = dieresiscomb; +} +); +width = 553; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (310,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,280,ls), +(110,74,o), +(242,-36,o), +(469,-38,cs), +(531,-39,o), +(629,-32,o), +(690,-19,c), +(650,269,l), +(630,266,o), +(598,264,o), +(567,265,cs), +(526,268,o), +(500,292,o), +(500,328,cs), +(500,1100,l), +(110,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1262,l), +(239,1262,l), +(239,1505,l), +(-39,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(376,1262,l), +(654,1262,l), +(654,1505,l), +(376,1505,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-149,100); +ref = dieresiscomb; +} +); +width = 750; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (247,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(32,150,ls), +(10,46,o), +(63,-20,o), +(170,-20,cs), +(215,-20,o), +(262,-18,o), +(292,-15,c), +(293,33,l), +(255,29,o), +(210,27,o), +(177,28,cs), +(103,30,o), +(67,78,o), +(83,152,cs), +(272,1040,l), +(222,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(103,1225,l), +(173,1225,l), +(187,1295,l), +(117,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(386,1225,l), +(456,1225,l), +(470,1295,l), +(400,1295,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = iota; +}, +{ +alignment = -1; +pos = (-137,100); +ref = dieresiscomb; +} +); +width = 495; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (306,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(39,210,ls), +(9,69,o), +(81,-20,o), +(225,-20,cs), +(270,-20,o), +(328,-15,o), +(376,-7,c), +(379,149,l), +(334,138,o), +(289,135,o), +(265,136,cs), +(228,139,o), +(211,172,o), +(222,221,cs), +(396,1040,l), +(216,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(73,1151,l), +(253,1151,l), +(290,1330,l), +(111,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(380,1151,l), +(560,1151,l), +(597,1330,l), +(418,1330,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = iota; +}, +{ +alignment = -1; +pos = (-145,100); +ref = dieresiscomb; +} +); +width = 593; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (427,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(53,280,ls), +(9,74,o), +(117,-36,o), +(344,-38,cs), +(406,-39,o), +(505,-32,o), +(569,-19,c), +(590,269,l), +(570,266,o), +(537,264,o), +(506,265,cs), +(466,268,o), +(445,292,o), +(453,328,cs), +(617,1100,l), +(227,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(112,1262,l), +(390,1262,l), +(442,1505,l), +(164,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(527,1262,l), +(805,1262,l), +(857,1505,l), +(579,1505,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = iota; +}, +{ +alignment = -1; +pos = (-128,100); +ref = dieresiscomb; +} +); +width = 780; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (427,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(53,280,ls), +(9,74,o), +(117,-36,o), +(344,-38,cs), +(406,-39,o), +(505,-32,o), +(569,-19,c), +(590,269,l), +(570,266,o), +(537,264,o), +(506,265,cs), +(466,268,o), +(445,292,o), +(453,328,cs), +(617,1100,l), +(227,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(112,1262,l), +(390,1262,l), +(442,1505,l), +(164,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(527,1262,l), +(805,1262,l), +(857,1505,l), +(579,1505,l) +); +} +); +}; +layerId = "AE046D1D-9742-4536-8701-794456ED3000"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = iota; +}, +{ +alignment = -1; +pos = (-128,100); +ref = dieresiscomb; +} +); +width = 780; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (306,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(39,210,ls), +(9,69,o), +(81,-20,o), +(225,-20,cs), +(270,-20,o), +(328,-15,o), +(376,-7,c), +(379,149,l), +(334,138,o), +(289,135,o), +(265,136,cs), +(228,139,o), +(211,172,o), +(222,221,cs), +(396,1040,l), +(216,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(73,1151,l), +(253,1151,l), +(290,1330,l), +(111,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(380,1151,l), +(560,1151,l), +(597,1330,l), +(418,1330,l) +); +} +); +}; +layerId = "F8E24402-C437-4B2F-9D0F-FEE734A94E97"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = iota; +}, +{ +alignment = -1; +pos = (-145,100); +ref = dieresiscomb; +} +); +width = 593; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (310,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,280,ls), +(110,74,o), +(242,-36,o), +(469,-38,cs), +(531,-39,o), +(629,-32,o), +(690,-19,c), +(650,269,l), +(630,266,o), +(598,264,o), +(567,265,cs), +(526,268,o), +(500,292,o), +(500,328,cs), +(500,1100,l), +(110,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(-39,1262,l), +(239,1262,l), +(239,1505,l), +(-39,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(376,1262,l), +(654,1262,l), +(654,1505,l), +(376,1505,l) +); +} +); +}; +layerId = "EB361EF0-679A-4934-9268-8BBACA3E6D52"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-149,100); +ref = dieresiscomb; +} +); +width = 750; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (247,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(32,150,ls), +(10,46,o), +(63,-20,o), +(170,-20,cs), +(215,-20,o), +(262,-18,o), +(292,-15,c), +(293,33,l), +(255,29,o), +(210,27,o), +(177,28,cs), +(103,30,o), +(67,78,o), +(83,152,cs), +(272,1040,l), +(222,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(103,1225,l), +(173,1225,l), +(187,1295,l), +(117,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(386,1225,l), +(456,1225,l), +(470,1295,l), +(400,1295,l) +); +} +); +}; +layerId = "0331C440-D8BF-4BCF-A67E-12CA427CBCC2"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = iota; +}, +{ +alignment = -1; +pos = (-137,100); +ref = dieresiscomb; +} +); +width = 495; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (200,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,210,ls), +(110,69,o), +(201,-20,o), +(345,-20,cs), +(390,-20,o), +(447,-15,o), +(493,-7,c), +(463,149,l), +(420,138,o), +(376,135,o), +(351,136,cs), +(314,139,o), +(290,172,o), +(290,221,cs), +(290,1040,l), +(110,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-43,1161,l), +(137,1161,l), +(137,1340,l), +(-43,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(264,1161,l), +(444,1161,l), +(444,1340,l), +(264,1340,l) +); +} +); +}; +layerId = "D04B4639-918A-45FE-BC45-D4FC73789532"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-153,100); +ref = dieresiscomb; +} +); +width = 553; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (135,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,150,ls), +(110,46,o), +(177,-20,o), +(284,-20,cs), +(329,-20,o), +(375,-18,o), +(405,-15,c), +(395,33,l), +(358,29,o), +(314,27,o), +(280,28,cs), +(206,30,o), +(160,78,o), +(160,152,cs), +(160,1040,l), +(110,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(-41,1235,l), +(29,1235,l), +(29,1305,l), +(-41,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(242,1235,l), +(312,1235,l), +(312,1305,l), +(242,1305,l) +); +} +); +}; +layerId = "CF0B8D22-7002-4A92-A6FF-B24F439AE304"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-151,100); +ref = dieresiscomb; +} +); +width = 465; +} +); +unicode = 970; +}, +{ +color = 10; +glyphname = iotadieresistonos; +kernLeft = iota; +kernRight = iota; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = top; +pos = (420,1274); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,150,ls), +(110,46,o), +(177,-20,o), +(284,-20,cs), +(329,-20,o), +(375,-18,o), +(405,-15,c), +(395,33,l), +(358,29,o), +(314,27,o), +(280,28,cs), +(206,30,o), +(160,78,o), +(160,152,cs), +(160,1040,l), +(110,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(191,1471,l), +(116,1196,l), +(160,1196,l), +(251,1471,l) +); +}, +{ +closed = 1; +nodes = ( +(-47,1243,l), +(23,1243,l), +(23,1313,l), +(-47,1313,l) +); +}, +{ +closed = 1; +nodes = ( +(386,1243,l), +(456,1243,l), +(456,1313,l), +(386,1313,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-147,135); +ref = dieresistonos; +} +); +width = 465; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (603.605,1408.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,210,ls), +(110,69,o), +(201,-20,o), +(345,-20,cs), +(390,-20,o), +(447,-15,o), +(493,-7,c), +(463,149,l), +(420,138,o), +(376,135,o), +(351,136,cs), +(314,139,o), +(290,172,o), +(290,221,cs), +(290,1040,l), +(110,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(213,1489,l), +(123,1190,l), +(286,1190,l), +(426,1489,l) +); +}, +{ +closed = 1; +nodes = ( +(-98,1240,l), +(97,1240,l), +(97,1434,l), +(-98,1434,l) +); +}, +{ +closed = 1; +nodes = ( +(506,1240,l), +(701,1240,l), +(701,1434,l), +(506,1434,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-198,163); +ref = dieresistonos; +} +); +width = 553; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (800.123,1572.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,280,ls), +(110,74,o), +(242,-36,o), +(469,-38,cs), +(531,-39,o), +(629,-32,o), +(690,-19,c), +(650,269,l), +(630,266,o), +(598,264,o), +(567,265,cs), +(526,268,o), +(500,292,o), +(500,328,cs), +(500,1100,l), +(110,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(263,1675,l), +(193,1268,l), +(436,1268,l), +(616,1675,l) +); +}, +{ +closed = 1; +nodes = ( +(-135,1354,l), +(146,1354,l), +(146,1600,l), +(-135,1600,l) +); +}, +{ +closed = 1; +nodes = ( +(659,1354,l), +(940,1354,l), +(940,1600,l), +(659,1600,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-235,214); +ref = dieresistonos; +} +); +width = 750; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (596,1274); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(32,150,ls), +(10,46,o), +(63,-20,o), +(170,-20,cs), +(215,-20,o), +(262,-18,o), +(292,-15,c), +(293,33,l), +(255,29,o), +(210,27,o), +(177,28,cs), +(103,30,o), +(67,78,o), +(83,152,cs), +(272,1040,l), +(222,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(524,1471,l), +(375,1196,l), +(419,1196,l), +(584,1471,l) +); +}, +{ +closed = 1; +nodes = ( +(122,1243,l), +(192,1243,l), +(206,1313,l), +(136,1313,l) +); +}, +{ +closed = 1; +nodes = ( +(555,1243,l), +(625,1243,l), +(639,1313,l), +(569,1313,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-105,135); +ref = dieresistonos; +} +); +width = 466; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (768.506,1408.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(39,210,ls), +(9,69,o), +(81,-20,o), +(225,-20,cs), +(270,-20,o), +(328,-15,o), +(376,-7,c), +(379,149,l), +(334,138,o), +(289,135,o), +(265,136,cs), +(228,139,o), +(211,172,o), +(222,221,cs), +(396,1040,l), +(216,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(526,1489,l), +(355,1190,l), +(518,1190,l), +(739,1489,l) +); +}, +{ +closed = 1; +nodes = ( +(27,1240,l), +(222,1240,l), +(262,1434,l), +(68,1434,l) +); +}, +{ +closed = 1; +nodes = ( +(631,1240,l), +(826,1240,l), +(866,1434,l), +(672,1434,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-192,163); +ref = dieresistonos; +} +); +width = 548; +}, +{ +background = { +anchors = ( +{ +name = top; +pos = (990.623,1572.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(53,280,ls), +(9,74,o), +(117,-36,o), +(344,-38,cs), +(406,-39,o), +(505,-32,o), +(569,-19,c), +(590,269,l), +(570,266,o), +(537,264,o), +(506,265,cs), +(466,268,o), +(445,292,o), +(453,328,cs), +(617,1100,l), +(227,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(625,1675,l), +(446,1268,l), +(689,1268,l), +(978,1675,l) +); +}, +{ +closed = 1; +nodes = ( +(21,1354,l), +(302,1354,l), +(354,1600,l), +(73,1600,l) +); +}, +{ +closed = 1; +nodes = ( +(815,1354,l), +(1096,1354,l), +(1148,1600,l), +(867,1600,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = iota; +}, +{ +alignment = -1; +pos = (-204,214); +ref = dieresistonos; +} +); +width = 730; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = top; +pos = (990.623,1572.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(53,280,ls), +(9,74,o), +(117,-36,o), +(344,-38,cs), +(406,-39,o), +(505,-32,o), +(569,-19,c), +(590,269,l), +(570,266,o), +(537,264,o), +(506,265,cs), +(466,268,o), +(445,292,o), +(453,328,cs), +(617,1100,l), +(227,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(625,1675,l), +(446,1268,l), +(689,1268,l), +(978,1675,l) +); +}, +{ +closed = 1; +nodes = ( +(21,1354,l), +(302,1354,l), +(354,1600,l), +(73,1600,l) +); +}, +{ +closed = 1; +nodes = ( +(815,1354,l), +(1096,1354,l), +(1148,1600,l), +(867,1600,l) +); +} +); +}; +layerId = "8CD961DC-0ECB-4A3E-B51F-ED807E1E2B42"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = iota; +}, +{ +alignment = -1; +pos = (-204,214); +ref = dieresistonos; +} +); +width = 730; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = top; +pos = (768.506,1408.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(39,210,ls), +(9,69,o), +(81,-20,o), +(225,-20,cs), +(270,-20,o), +(328,-15,o), +(376,-7,c), +(379,149,l), +(334,138,o), +(289,135,o), +(265,136,cs), +(228,139,o), +(211,172,o), +(222,221,cs), +(396,1040,l), +(216,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(526,1489,l), +(355,1190,l), +(518,1190,l), +(739,1489,l) +); +}, +{ +closed = 1; +nodes = ( +(27,1240,l), +(222,1240,l), +(262,1434,l), +(68,1434,l) +); +}, +{ +closed = 1; +nodes = ( +(631,1240,l), +(826,1240,l), +(866,1434,l), +(672,1434,l) +); +} +); +}; +layerId = "D47BA225-9C3F-4883-A62C-9B7CF0068A31"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-192,163); +ref = dieresistonos; +} +); +width = 548; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = top; +pos = (800.123,1572.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,280,ls), +(110,74,o), +(242,-36,o), +(469,-38,cs), +(531,-39,o), +(629,-32,o), +(690,-19,c), +(650,269,l), +(630,266,o), +(598,264,o), +(567,265,cs), +(526,268,o), +(500,292,o), +(500,328,cs), +(500,1100,l), +(110,1100,l) +); +}, +{ +closed = 1; +nodes = ( +(263,1675,l), +(193,1268,l), +(436,1268,l), +(616,1675,l) +); +}, +{ +closed = 1; +nodes = ( +(-135,1354,l), +(146,1354,l), +(146,1600,l), +(-135,1600,l) +); +}, +{ +closed = 1; +nodes = ( +(659,1354,l), +(940,1354,l), +(940,1600,l), +(659,1600,l) +); +} +); +}; +layerId = "993CD7EE-34DF-41DC-B100-1F43838DE2A9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-235,214); +ref = dieresistonos; +} +); +width = 750; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = top; +pos = (596,1274); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(32,150,ls), +(10,46,o), +(63,-20,o), +(170,-20,cs), +(215,-20,o), +(262,-18,o), +(292,-15,c), +(293,33,l), +(255,29,o), +(210,27,o), +(177,28,cs), +(103,30,o), +(67,78,o), +(83,152,cs), +(272,1040,l), +(222,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(524,1471,l), +(375,1196,l), +(419,1196,l), +(584,1471,l) +); +}, +{ +closed = 1; +nodes = ( +(122,1243,l), +(192,1243,l), +(206,1313,l), +(136,1313,l) +); +}, +{ +closed = 1; +nodes = ( +(555,1243,l), +(625,1243,l), +(639,1313,l), +(569,1313,l) +); +} +); +}; +layerId = "851A865F-5CD9-4020-928D-1097F9CCB150"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-105,135); +ref = dieresistonos; +} +); +width = 466; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = top; +pos = (603.605,1408.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,210,ls), +(110,69,o), +(201,-20,o), +(345,-20,cs), +(390,-20,o), +(447,-15,o), +(493,-7,c), +(463,149,l), +(420,138,o), +(376,135,o), +(351,136,cs), +(314,139,o), +(290,172,o), +(290,221,cs), +(290,1040,l), +(110,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(213,1489,l), +(123,1190,l), +(286,1190,l), +(426,1489,l) +); +}, +{ +closed = 1; +nodes = ( +(-98,1240,l), +(97,1240,l), +(97,1434,l), +(-98,1434,l) +); +}, +{ +closed = 1; +nodes = ( +(506,1240,l), +(701,1240,l), +(701,1434,l), +(506,1434,l) +); +} +); +}; +layerId = "1137A904-FFEA-405A-9F2F-CD7450267DB1"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-198,163); +ref = dieresistonos; +} +); +width = 553; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = top; +pos = (420,1274); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(110,150,ls), +(110,46,o), +(177,-20,o), +(284,-20,cs), +(329,-20,o), +(375,-18,o), +(405,-15,c), +(395,33,l), +(358,29,o), +(314,27,o), +(280,28,cs), +(206,30,o), +(160,78,o), +(160,152,cs), +(160,1040,l), +(110,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(191,1471,l), +(116,1196,l), +(160,1196,l), +(251,1471,l) +); +}, +{ +closed = 1; +nodes = ( +(-47,1243,l), +(23,1243,l), +(23,1313,l), +(-47,1313,l) +); +}, +{ +closed = 1; +nodes = ( +(386,1243,l), +(456,1243,l), +(456,1313,l), +(386,1313,l) +); +} +); +}; +layerId = "55022286-2662-44BC-A2E4-EBF06F825D99"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = iota; +}, +{ +pos = (-147,135); +ref = dieresistonos; +} +); +width = 465; +} +); +unicode = 912; +}, +{ +color = 10; +glyphname = upsilontonos; +kernLeft = upsilon; +kernRight = upsilon; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (346,100); +ref = acute; +} +); +width = 1046; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (334,100); +ref = acute; +} +); +width = 1112; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (440,100); +ref = acute; +} +); +width = 1376; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (392,100); +ref = acute; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (467,100); +ref = acute; +} +); +width = 1107; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (461,100); +ref = acute; +} +); +width = 1376; +} +); +unicode = 973; +}, +{ +color = 10; +glyphname = upsilondieresis; +kernLeft = upsilon; +kernRight = upsilon; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (557,0); +}, +{ +name = ogonek; +pos = (557,10); +}, +{ +name = top; +pos = (465,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(815,-20,o), +(986,166,o), +(986,463,c), +(986,612,o), +(938,835,o), +(829,1040,c), +(778,1040,l), +(887,833,o), +(935,610,o), +(935,463,c), +(935,196,o), +(784,28,o), +(543,28,c), +(308,28,o), +(160,175,o), +(160,408,c), +(160,1040,l), +(110,1040,l), +(110,408,l), +(110,145,o), +(277,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(289,1235,l), +(359,1235,l), +(359,1305,l), +(289,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(572,1235,l), +(642,1235,l), +(642,1305,l), +(572,1305,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (179,100); +ref = dieresiscomb; +} +); +width = 1046; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (600,1); +}, +{ +name = ogonek; +pos = (600,-10); +}, +{ +name = top; +pos = (511,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,-20,o), +(1052,186,o), +(1052,514,c), +(1052,674,o), +(1001,877,o), +(920,1040,c), +(739,1040,l), +(821,881,o), +(872,678,o), +(872,514,c), +(872,284,o), +(758,140,o), +(576,140,c), +(400,140,o), +(290,261,o), +(290,455,c), +(290,1040,l), +(110,1040,l), +(110,455,l), +(110,163,o), +(283,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(268,1161,l), +(448,1161,l), +(448,1340,l), +(268,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(575,1161,l), +(755,1161,l), +(755,1340,l), +(575,1340,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (158,100); +ref = dieresiscomb; +} +); +width = 1112; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (701,2); +}, +{ +name = ogonek; +pos = (723,-1); +}, +{ +name = top; +pos = (657,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1076,-23,o), +(1316,201,o), +(1316,559,c), +(1316,759,o), +(1265,967,o), +(1185,1099,c), +(785,1099,l), +(865,976,o), +(916,770,o), +(916,564,c), +(916,382,o), +(830,267,o), +(694,267,c), +(581,267,o), +(510,355,o), +(510,494,c), +(510,1099,l), +(110,1099,l), +(110,449,l), +(110,159,o), +(335,-23,o), +(694,-23,c) +); +}, +{ +closed = 1; +nodes = ( +(308,1262,l), +(586,1262,l), +(586,1505,l), +(308,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(723,1262,l), +(1001,1262,l), +(1001,1505,l), +(723,1505,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (198,100); +ref = dieresiscomb; +} +); +width = 1376; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (448,0); +}, +{ +name = ogonek; +pos = (450,10); +}, +{ +name = top; +pos = (577,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(701,-20,o), +(912,166,o), +(975,463,c), +(1007,612,o), +(1006,835,o), +(941,1040,c), +(890,1040,l), +(955,833,o), +(955,610,o), +(924,463,c), +(867,196,o), +(681,28,o), +(440,28,c), +(205,28,o), +(88,175,o), +(137,408,c), +(272,1040,l), +(222,1040,l), +(87,408,l), +(31,145,o), +(163,-20,o), +(429,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(433,1225,l), +(503,1225,l), +(517,1295,l), +(447,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(716,1225,l), +(786,1225,l), +(800,1295,l), +(730,1295,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +ref = upsilon; +}, +{ +alignment = -1; +pos = (193,100); +ref = dieresiscomb; +} +); +width = 1116; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (377,1); +}, +{ +name = ogonek; +pos = (372,-10); +}, +{ +name = top; +pos = (729,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(741,-20,o), +(976,186,o), +(1046,514,c), +(1080,674,o), +(1072,877,o), +(1026,1040,c), +(845,1040,l), +(893,881,o), +(901,678,o), +(866,514,c), +(817,284,o), +(672,140,o), +(490,140,c), +(314,140,o), +(230,261,o), +(271,455,c), +(396,1040,l), +(216,1040,l), +(91,455,l), +(29,163,o), +(163,-20,o), +(438,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(496,1151,l), +(676,1151,l), +(713,1330,l), +(534,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(803,1151,l), +(983,1151,l), +(1020,1330,l), +(841,1330,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +ref = upsilon; +}, +{ +alignment = -1; +pos = (278,100); +ref = dieresiscomb; +} +); +width = 1192; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (585,2); +}, +{ +name = ogonek; +pos = (606,-1); +}, +{ +name = top; +pos = (774,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(955,-23,o), +(1242,201,o), +(1318,559,c), +(1361,759,o), +(1354,967,o), +(1302,1099,c), +(902,1099,l), +(956,976,o), +(963,770,o), +(920,564,c), +(881,382,o), +(770,267,o), +(634,267,c), +(521,267,o), +(469,355,o), +(499,494,c), +(627,1099,l), +(227,1099,l), +(89,449,l), +(27,159,o), +(214,-23,o), +(573,-23,c) +); +}, +{ +closed = 1; +nodes = ( +(459,1262,l), +(737,1262,l), +(789,1505,l), +(511,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(874,1262,l), +(1152,1262,l), +(1204,1505,l), +(926,1505,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = upsilon; +}, +{ +alignment = -1; +pos = (219,100); +ref = dieresiscomb; +} +); +width = 1446; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (585,2); +}, +{ +name = ogonek; +pos = (606,-1); +}, +{ +name = top; +pos = (774,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(955,-23,o), +(1242,201,o), +(1318,559,c), +(1361,759,o), +(1354,967,o), +(1302,1099,c), +(902,1099,l), +(956,976,o), +(963,770,o), +(920,564,c), +(881,382,o), +(770,267,o), +(634,267,c), +(521,267,o), +(469,355,o), +(499,494,c), +(627,1099,l), +(227,1099,l), +(89,449,l), +(27,159,o), +(214,-23,o), +(573,-23,c) +); +}, +{ +closed = 1; +nodes = ( +(459,1262,l), +(737,1262,l), +(789,1505,l), +(511,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(874,1262,l), +(1152,1262,l), +(1204,1505,l), +(926,1505,l) +); +} +); +}; +layerId = "C289836B-A926-464A-BFD7-8A4B695E7480"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = upsilon; +}, +{ +alignment = -1; +pos = (219,100); +ref = dieresiscomb; +} +); +width = 1446; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (377,1); +}, +{ +name = ogonek; +pos = (372,-10); +}, +{ +name = top; +pos = (729,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(741,-20,o), +(976,186,o), +(1046,514,c), +(1080,674,o), +(1072,877,o), +(1026,1040,c), +(845,1040,l), +(893,881,o), +(901,678,o), +(866,514,c), +(817,284,o), +(672,140,o), +(490,140,c), +(314,140,o), +(230,261,o), +(271,455,c), +(396,1040,l), +(216,1040,l), +(91,455,l), +(29,163,o), +(163,-20,o), +(438,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(496,1151,l), +(676,1151,l), +(713,1330,l), +(534,1330,l) +); +}, +{ +closed = 1; +nodes = ( +(803,1151,l), +(983,1151,l), +(1020,1330,l), +(841,1330,l) +); +} +); +}; +layerId = "CE028A83-1104-4D72-BA38-3E3977C6E2FE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = upsilon; +}, +{ +alignment = -1; +pos = (278,100); +ref = dieresiscomb; +} +); +width = 1192; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (701,2); +}, +{ +name = ogonek; +pos = (723,-1); +}, +{ +name = top; +pos = (657,1100); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1076,-23,o), +(1316,201,o), +(1316,559,c), +(1316,759,o), +(1265,967,o), +(1185,1099,c), +(785,1099,l), +(865,976,o), +(916,770,o), +(916,564,c), +(916,382,o), +(830,267,o), +(694,267,c), +(581,267,o), +(510,355,o), +(510,494,c), +(510,1099,l), +(110,1099,l), +(110,449,l), +(110,159,o), +(335,-23,o), +(694,-23,c) +); +}, +{ +closed = 1; +nodes = ( +(308,1262,l), +(586,1262,l), +(586,1505,l), +(308,1505,l) +); +}, +{ +closed = 1; +nodes = ( +(723,1262,l), +(1001,1262,l), +(1001,1505,l), +(723,1505,l) +); +} +); +}; +layerId = "97141DFF-F2EF-463E-990E-1A2F510E1B07"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (198,100); +ref = dieresiscomb; +} +); +width = 1376; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (448,0); +}, +{ +name = ogonek; +pos = (450,10); +}, +{ +name = top; +pos = (577,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(701,-20,o), +(912,166,o), +(975,463,c), +(1007,612,o), +(1006,835,o), +(941,1040,c), +(890,1040,l), +(955,833,o), +(955,610,o), +(924,463,c), +(867,196,o), +(681,28,o), +(440,28,c), +(205,28,o), +(88,175,o), +(137,408,c), +(272,1040,l), +(222,1040,l), +(87,408,l), +(31,145,o), +(163,-20,o), +(429,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(433,1225,l), +(503,1225,l), +(517,1295,l), +(447,1295,l) +); +}, +{ +closed = 1; +nodes = ( +(716,1225,l), +(786,1225,l), +(800,1295,l), +(730,1295,l) +); +} +); +}; +layerId = "93760502-A0B9-4702-A008-D769ED4C2AD4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = upsilon; +}, +{ +alignment = -1; +pos = (193,100); +ref = dieresiscomb; +} +); +width = 1116; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (600,1); +}, +{ +name = ogonek; +pos = (600,-10); +}, +{ +name = top; +pos = (511,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,-20,o), +(1052,186,o), +(1052,514,c), +(1052,674,o), +(1001,877,o), +(920,1040,c), +(739,1040,l), +(821,881,o), +(872,678,o), +(872,514,c), +(872,284,o), +(758,140,o), +(576,140,c), +(400,140,o), +(290,261,o), +(290,455,c), +(290,1040,l), +(110,1040,l), +(110,455,l), +(110,163,o), +(283,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(268,1161,l), +(448,1161,l), +(448,1340,l), +(268,1340,l) +); +}, +{ +closed = 1; +nodes = ( +(575,1161,l), +(755,1161,l), +(755,1340,l), +(575,1340,l) +); +} +); +}; +layerId = "7ADA4D0F-0099-41E0-AF2B-472B97C56950"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (158,100); +ref = dieresiscomb; +} +); +width = 1112; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (557,0); +}, +{ +name = ogonek; +pos = (557,10); +}, +{ +name = top; +pos = (465,1040); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(815,-20,o), +(986,166,o), +(986,463,c), +(986,612,o), +(938,835,o), +(829,1040,c), +(778,1040,l), +(887,833,o), +(935,610,o), +(935,463,c), +(935,196,o), +(784,28,o), +(543,28,c), +(308,28,o), +(160,175,o), +(160,408,c), +(160,1040,l), +(110,1040,l), +(110,408,l), +(110,145,o), +(277,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(289,1235,l), +(359,1235,l), +(359,1305,l), +(289,1305,l) +); +}, +{ +closed = 1; +nodes = ( +(572,1235,l), +(642,1235,l), +(642,1305,l), +(572,1305,l) +); +} +); +}; +layerId = "552E5C23-0C70-4890-956A-30B1276DD018"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (179,100); +ref = dieresiscomb; +} +); +width = 1046; +} +); +unicode = 971; +}, +{ +color = 10; +glyphname = upsilondieresistonos; +kernLeft = upsilon; +kernRight = upsilon; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = bottom; +pos = (557,0); +}, +{ +name = ogonek; +pos = (557,10); +}, +{ +name = top; +pos = (750,1274); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(815,-20,o), +(986,166,o), +(986,463,c), +(986,612,o), +(938,835,o), +(829,1040,c), +(778,1040,l), +(887,833,o), +(935,610,o), +(935,463,c), +(935,196,o), +(784,28,o), +(543,28,c), +(308,28,o), +(160,175,o), +(160,408,c), +(160,1040,l), +(110,1040,l), +(110,408,l), +(110,145,o), +(277,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(521,1471,l), +(446,1196,l), +(490,1196,l), +(581,1471,l) +); +}, +{ +closed = 1; +nodes = ( +(283,1243,l), +(353,1243,l), +(353,1313,l), +(283,1313,l) +); +}, +{ +closed = 1; +nodes = ( +(716,1243,l), +(786,1243,l), +(786,1313,l), +(716,1313,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (183,135); +ref = dieresistonos; +} +); +width = 1046; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (600,1); +}, +{ +name = ogonek; +pos = (600,-10); +}, +{ +name = top; +pos = (914.605,1408.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,-20,o), +(1052,186,o), +(1052,514,c), +(1052,674,o), +(1001,877,o), +(920,1040,c), +(739,1040,l), +(821,881,o), +(872,678,o), +(872,514,c), +(872,284,o), +(758,140,o), +(576,140,c), +(400,140,o), +(290,261,o), +(290,455,c), +(290,1040,l), +(110,1040,l), +(110,455,l), +(110,163,o), +(283,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(524,1489,l), +(434,1190,l), +(597,1190,l), +(737,1489,l) +); +}, +{ +closed = 1; +nodes = ( +(213,1240,l), +(408,1240,l), +(408,1434,l), +(213,1434,l) +); +}, +{ +closed = 1; +nodes = ( +(817,1240,l), +(1012,1240,l), +(1012,1434,l), +(817,1434,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (113,163); +ref = dieresistonos; +} +); +width = 1112; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (701,2); +}, +{ +name = ogonek; +pos = (723,-1); +}, +{ +name = top; +pos = (1147.123,1572.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1076,-23,o), +(1316,201,o), +(1316,559,c), +(1316,759,o), +(1265,967,o), +(1185,1099,c), +(785,1099,l), +(865,976,o), +(916,770,o), +(916,564,c), +(916,382,o), +(830,267,o), +(694,267,c), +(581,267,o), +(510,355,o), +(510,494,c), +(510,1099,l), +(110,1099,l), +(110,449,l), +(110,159,o), +(335,-23,o), +(694,-23,c) +); +}, +{ +closed = 1; +nodes = ( +(610,1675,l), +(540,1268,l), +(783,1268,l), +(963,1675,l) +); +}, +{ +closed = 1; +nodes = ( +(212,1354,l), +(493,1354,l), +(493,1600,l), +(212,1600,l) +); +}, +{ +closed = 1; +nodes = ( +(1006,1354,l), +(1287,1354,l), +(1287,1600,l), +(1006,1600,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (112,214); +ref = dieresistonos; +} +); +width = 1376; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (448,0); +}, +{ +name = ogonek; +pos = (450,10); +}, +{ +name = top; +pos = (926,1274); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(701,-20,o), +(912,166,o), +(975,463,c), +(1007,612,o), +(1006,835,o), +(941,1040,c), +(890,1040,l), +(955,833,o), +(955,610,o), +(924,463,c), +(867,196,o), +(681,28,o), +(440,28,c), +(205,28,o), +(88,175,o), +(137,408,c), +(272,1040,l), +(222,1040,l), +(87,408,l), +(31,145,o), +(163,-20,o), +(429,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(854,1471,l), +(705,1196,l), +(749,1196,l), +(914,1471,l) +); +}, +{ +closed = 1; +nodes = ( +(452,1243,l), +(522,1243,l), +(536,1313,l), +(466,1313,l) +); +}, +{ +closed = 1; +nodes = ( +(885,1243,l), +(955,1243,l), +(969,1313,l), +(899,1313,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (225,135); +ref = dieresistonos; +} +); +width = 1047; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (377,1); +}, +{ +name = ogonek; +pos = (372,-10); +}, +{ +name = top; +pos = (1191.506,1408.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(741,-20,o), +(976,186,o), +(1046,514,c), +(1080,674,o), +(1072,877,o), +(1026,1040,c), +(845,1040,l), +(893,881,o), +(901,678,o), +(866,514,c), +(817,284,o), +(672,140,o), +(490,140,c), +(314,140,o), +(230,261,o), +(271,455,c), +(396,1040,l), +(216,1040,l), +(91,455,l), +(29,163,o), +(163,-20,o), +(438,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(949,1489,l), +(778,1190,l), +(941,1190,l), +(1162,1489,l) +); +}, +{ +closed = 1; +nodes = ( +(450,1240,l), +(645,1240,l), +(685,1434,l), +(491,1434,l) +); +}, +{ +closed = 1; +nodes = ( +(1054,1240,l), +(1249,1240,l), +(1289,1434,l), +(1095,1434,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (231,163); +ref = dieresistonos; +} +); +width = 1107; +}, +{ +background = { +anchors = ( +{ +name = bottom; +pos = (585,2); +}, +{ +name = ogonek; +pos = (606,-1); +}, +{ +name = top; +pos = (1337.623,1572.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(955,-23,o), +(1242,201,o), +(1318,559,c), +(1361,759,o), +(1354,967,o), +(1302,1099,c), +(902,1099,l), +(956,976,o), +(963,770,o), +(920,564,c), +(881,382,o), +(770,267,o), +(634,267,c), +(521,267,o), +(469,355,o), +(499,494,c), +(627,1099,l), +(227,1099,l), +(89,449,l), +(27,159,o), +(214,-23,o), +(573,-23,c) +); +}, +{ +closed = 1; +nodes = ( +(972,1675,l), +(793,1268,l), +(1036,1268,l), +(1325,1675,l) +); +}, +{ +closed = 1; +nodes = ( +(368,1354,l), +(649,1354,l), +(701,1600,l), +(420,1600,l) +); +}, +{ +closed = 1; +nodes = ( +(1162,1354,l), +(1443,1354,l), +(1495,1600,l), +(1214,1600,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +ref = upsilon; +}, +{ +alignment = -1; +pos = (143,214); +ref = dieresistonos; +} +); +width = 1356; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = bottom; +pos = (585,2); +}, +{ +name = ogonek; +pos = (606,-1); +}, +{ +name = top; +pos = (1337.623,1572.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(955,-23,o), +(1242,201,o), +(1318,559,c), +(1361,759,o), +(1354,967,o), +(1302,1099,c), +(902,1099,l), +(956,976,o), +(963,770,o), +(920,564,c), +(881,382,o), +(770,267,o), +(634,267,c), +(521,267,o), +(469,355,o), +(499,494,c), +(627,1099,l), +(227,1099,l), +(89,449,l), +(27,159,o), +(214,-23,o), +(573,-23,c) +); +}, +{ +closed = 1; +nodes = ( +(972,1675,l), +(793,1268,l), +(1036,1268,l), +(1325,1675,l) +); +}, +{ +closed = 1; +nodes = ( +(368,1354,l), +(649,1354,l), +(701,1600,l), +(420,1600,l) +); +}, +{ +closed = 1; +nodes = ( +(1162,1354,l), +(1443,1354,l), +(1495,1600,l), +(1214,1600,l) +); +} +); +}; +layerId = "791B8CC6-4AFA-4704-94E1-A4AE78FC5C9B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +ref = upsilon; +}, +{ +alignment = -1; +pos = (143,214); +ref = dieresistonos; +} +); +width = 1356; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = bottom; +pos = (377,1); +}, +{ +name = ogonek; +pos = (372,-10); +}, +{ +name = top; +pos = (1191.506,1408.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(741,-20,o), +(976,186,o), +(1046,514,c), +(1080,674,o), +(1072,877,o), +(1026,1040,c), +(845,1040,l), +(893,881,o), +(901,678,o), +(866,514,c), +(817,284,o), +(672,140,o), +(490,140,c), +(314,140,o), +(230,261,o), +(271,455,c), +(396,1040,l), +(216,1040,l), +(91,455,l), +(29,163,o), +(163,-20,o), +(438,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(949,1489,l), +(778,1190,l), +(941,1190,l), +(1162,1489,l) +); +}, +{ +closed = 1; +nodes = ( +(450,1240,l), +(645,1240,l), +(685,1434,l), +(491,1434,l) +); +}, +{ +closed = 1; +nodes = ( +(1054,1240,l), +(1249,1240,l), +(1289,1434,l), +(1095,1434,l) +); +} +); +}; +layerId = "41E78C29-BF04-4569-AAF5-16E5E8E27A76"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (231,163); +ref = dieresistonos; +} +); +width = 1107; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = bottom; +pos = (701,2); +}, +{ +name = ogonek; +pos = (723,-1); +}, +{ +name = top; +pos = (1147.123,1572.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(1076,-23,o), +(1316,201,o), +(1316,559,c), +(1316,759,o), +(1265,967,o), +(1185,1099,c), +(785,1099,l), +(865,976,o), +(916,770,o), +(916,564,c), +(916,382,o), +(830,267,o), +(694,267,c), +(581,267,o), +(510,355,o), +(510,494,c), +(510,1099,l), +(110,1099,l), +(110,449,l), +(110,159,o), +(335,-23,o), +(694,-23,c) +); +}, +{ +closed = 1; +nodes = ( +(610,1675,l), +(540,1268,l), +(783,1268,l), +(963,1675,l) +); +}, +{ +closed = 1; +nodes = ( +(212,1354,l), +(493,1354,l), +(493,1600,l), +(212,1600,l) +); +}, +{ +closed = 1; +nodes = ( +(1006,1354,l), +(1287,1354,l), +(1287,1600,l), +(1006,1600,l) +); +} +); +}; +layerId = "ECDF119E-BA63-47B7-93D9-869A0A91BEDE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (112,214); +ref = dieresistonos; +} +); +width = 1376; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = bottom; +pos = (448,0); +}, +{ +name = ogonek; +pos = (450,10); +}, +{ +name = top; +pos = (926,1274); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(701,-20,o), +(912,166,o), +(975,463,c), +(1007,612,o), +(1006,835,o), +(941,1040,c), +(890,1040,l), +(955,833,o), +(955,610,o), +(924,463,c), +(867,196,o), +(681,28,o), +(440,28,c), +(205,28,o), +(88,175,o), +(137,408,c), +(272,1040,l), +(222,1040,l), +(87,408,l), +(31,145,o), +(163,-20,o), +(429,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(854,1471,l), +(705,1196,l), +(749,1196,l), +(914,1471,l) +); +}, +{ +closed = 1; +nodes = ( +(452,1243,l), +(522,1243,l), +(536,1313,l), +(466,1313,l) +); +}, +{ +closed = 1; +nodes = ( +(885,1243,l), +(955,1243,l), +(969,1313,l), +(899,1313,l) +); +} +); +}; +layerId = "632634DB-7926-4D5F-988C-C9A2602C2776"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (225,135); +ref = dieresistonos; +} +); +width = 1047; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = bottom; +pos = (600,1); +}, +{ +name = ogonek; +pos = (600,-10); +}, +{ +name = top; +pos = (914.605,1408.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(861,-20,o), +(1052,186,o), +(1052,514,c), +(1052,674,o), +(1001,877,o), +(920,1040,c), +(739,1040,l), +(821,881,o), +(872,678,o), +(872,514,c), +(872,284,o), +(758,140,o), +(576,140,c), +(400,140,o), +(290,261,o), +(290,455,c), +(290,1040,l), +(110,1040,l), +(110,455,l), +(110,163,o), +(283,-20,o), +(558,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(524,1489,l), +(434,1190,l), +(597,1190,l), +(737,1489,l) +); +}, +{ +closed = 1; +nodes = ( +(213,1240,l), +(408,1240,l), +(408,1434,l), +(213,1434,l) +); +}, +{ +closed = 1; +nodes = ( +(817,1240,l), +(1012,1240,l), +(1012,1434,l), +(817,1434,l) +); +} +); +}; +layerId = "24FC6DE5-3E7A-446C-923C-7F6D82B5D463"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (113,163); +ref = dieresistonos; +} +); +width = 1112; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = bottom; +pos = (557,0); +}, +{ +name = ogonek; +pos = (557,10); +}, +{ +name = top; +pos = (750,1274); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(815,-20,o), +(986,166,o), +(986,463,c), +(986,612,o), +(938,835,o), +(829,1040,c), +(778,1040,l), +(887,833,o), +(935,610,o), +(935,463,c), +(935,196,o), +(784,28,o), +(543,28,c), +(308,28,o), +(160,175,o), +(160,408,c), +(160,1040,l), +(110,1040,l), +(110,408,l), +(110,145,o), +(277,-20,o), +(543,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(521,1471,l), +(446,1196,l), +(490,1196,l), +(581,1471,l) +); +}, +{ +closed = 1; +nodes = ( +(283,1243,l), +(353,1243,l), +(353,1313,l), +(283,1313,l) +); +}, +{ +closed = 1; +nodes = ( +(716,1243,l), +(786,1243,l), +(786,1313,l), +(716,1313,l) +); +} +); +}; +layerId = "A70733FF-3CC3-4596-9155-270F8C40398F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (183,135); +ref = dieresistonos; +} +); +width = 1046; +} +); +unicode = 944; +}, +{ +color = 10; +glyphname = omicrontonos; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = o; +}, +{ +pos = (443,114); +ref = acute; +} +); +width = 1120; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = o; +}, +{ +pos = (419,115); +ref = acute; +} +); +width = 1192; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = o; +}, +{ +pos = (443,124); +ref = acute; +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = o; +}, +{ +pos = (471,114); +ref = acute; +} +); +width = 1121; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = o; +}, +{ +pos = (408,115); +ref = acute; +} +); +width = 1153; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = o; +}, +{ +pos = (459,124); +ref = acute; +} +); +width = 1357; +} +); +unicode = 972; +}, +{ +color = 10; +glyphname = omegatonos; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = omega; +}, +{ +pos = (694,34); +ref = acute; +} +); +width = 1624; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = omega; +}, +{ +pos = (638,34); +ref = acute; +} +); +width = 1629; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = omega; +}, +{ +pos = (780,35); +ref = acute; +} +); +width = 1994; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = omega; +}, +{ +pos = (725,34); +ref = acute; +} +); +width = 1624; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = omega; +}, +{ +pos = (650,34); +ref = acute; +} +); +width = 1629; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = omega; +}, +{ +pos = (788,35); +ref = acute; +} +); +width = 1994; +} +); +unicode = 974; +}, +{ +color = 10; +glyphname = alphatonos; +kernLeft = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = alpha; +}, +{ +pos = (507,100); +ref = acute; +} +); +width = 1322; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = alpha; +}, +{ +pos = (426,100); +ref = acute; +} +); +width = 1285; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = alpha; +}, +{ +pos = (496,100); +ref = acute; +} +); +width = 1469; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = alpha; +}, +{ +pos = (533,100); +ref = acute; +} +); +width = 1342; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = alpha; +}, +{ +pos = (341,100); +ref = acute; +} +); +width = 1305; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = alpha; +}, +{ +pos = (497,100); +ref = acute; +} +); +width = 1489; +} +); +unicode = 940; +}, +{ +color = 10; +glyphname = epsilontonos; +kernLeft = sround; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = epsilon; +}, +{ +pos = (378,97); +ref = acute; +} +); +width = 1002; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = epsilon; +}, +{ +pos = (321,97); +ref = acute; +} +); +width = 1008; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = epsilon; +}, +{ +pos = (406,98); +ref = acute; +} +); +width = 1259; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = epsilon; +}, +{ +pos = (404,97); +ref = acute; +} +); +width = 1003; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = epsilon; +}, +{ +pos = (327,97); +ref = acute; +} +); +width = 1007; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = epsilon; +}, +{ +pos = (504,98); +ref = acute; +} +); +width = 1257; +} +); +unicode = 941; +}, +{ +color = 10; +glyphname = etatonos; +kernLeft = "up-curve"; +kernRight = n; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = eta; +}, +{ +pos = (535,116); +ref = acute; +} +); +width = 1146; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = eta; +}, +{ +pos = (460,115); +ref = acute; +} +); +width = 1174; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = eta; +}, +{ +pos = (535,128); +ref = acute; +} +); +width = 1459; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = eta; +}, +{ +pos = (656,116); +ref = acute; +} +); +width = 1270; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = eta; +}, +{ +pos = (562,115); +ref = acute; +} +); +width = 1298; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = eta; +}, +{ +pos = (642,128); +ref = acute; +} +); +width = 1579; +} +); +unicode = 942; +}, +{ +color = 6; +glyphname = digamma; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,-360,l), +(110,375,l), +(802,375,l), +(802,423,l), +(110,423,l), +(110,992,l), +(802,992,l), +(802,1040,l), +(60,1040,l), +(60,-360,l) +); +} +); +width = 862; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(240,-360,l), +(240,316,l), +(855,316,l), +(855,476,l), +(240,476,l), +(240,881,l), +(855,881,l), +(855,1041,l), +(60,1041,l), +(60,-360,l) +); +} +); +width = 915; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(460,-374,l), +(460,210,l), +(1041,210,l), +(1041,510,l), +(460,510,l), +(460,800,l), +(1041,800,l), +(1041,1100,l), +(60,1100,l), +(60,-374,l) +); +} +); +width = 1101; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-77,-360,l), +(79,375,l), +(771,375,l), +(782,423,l), +(90,423,l), +(211,992,l), +(903,992,l), +(913,1040,l), +(171,1040,l), +(-127,-360,l) +); +} +); +width = 863; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,-360,l), +(197,316,l), +(812,316,l), +(846,476,l), +(231,476,l), +(317,881,l), +(932,881,l), +(966,1041,l), +(171,1041,l), +(-127,-360,l) +); +} +); +width = 915; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(264,-374,l), +(388,210,l), +(969,210,l), +(1033,510,l), +(452,510,l), +(514,800,l), +(1095,800,l), +(1159,1100,l), +(178,1100,l), +(-136,-374,l) +); +} +); +width = 1102; +} +); +metricLeft = o; +metricRight = o; +unicode = 989; +}, +{ +color = 6; +glyphname = zero; +kernLeft = round; +kernRight = round; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(829,-20,o), +(997,249,o), +(997,726,c), +(997,1198,o), +(829,1463,o), +(530,1463,c), +(229,1463,o), +(60,1198,o), +(60,726,c), +(60,249,o), +(229,-20,o), +(530,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(261,29,o), +(110,280,o), +(110,726,c), +(110,1165,o), +(261,1413,o), +(530,1414,cs), +(797,1415,o), +(947,1167,o), +(947,726,c), +(947,280,o), +(797,29,o), +(530,29,c) +); +} +); +width = 1057; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(915,-20,o), +(1089,234,o), +(1089,726,c), +(1089,1212,o), +(915,1463,o), +(576,1463,c), +(235,1463,o), +(60,1212,o), +(60,726,c), +(60,234,o), +(235,-20,o), +(576,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(354,140,o), +(240,339,o), +(240,725,c), +(240,1105,o), +(354,1302,o), +(576,1303,cs), +(796,1303,o), +(909,1106,o), +(909,725,c), +(909,339,o), +(796,140,o), +(576,140,c) +); +} +); +width = 1149; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1057,-37,o), +(1255,215,o), +(1255,723,c), +(1255,1229,o), +(1057,1480,o), +(658,1480,c), +(258,1480,o), +(60,1229,o), +(60,723,c), +(60,215,o), +(258,-37,o), +(658,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(539,273,o), +(480,422,o), +(480,723,c), +(484,1022,o), +(543,1170,o), +(658,1170,cs), +(776,1170,o), +(835,1024,o), +(835,728,c), +(830,424,o), +(771,273,o), +(658,273,c) +); +} +); +width = 1315; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(755,-20,o), +(954,227,o), +(1042,726,c), +(1129,1219,o), +(1017,1463,o), +(705,1463,c), +(391,1463,o), +(192,1219,o), +(105,726,c), +(17,227,o), +(129,-20,o), +(443,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(171,29,o), +(73,260,o), +(155,726,c), +(236,1185,o), +(415,1413,o), +(696,1414,cs), +(975,1415,o), +(1073,1187,o), +(992,726,c), +(910,260,o), +(731,29,o), +(452,29,c) +); +} +); +width = 1060; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(832,-20,o), +(1046,227,o), +(1134,726,c), +(1221,1219,o), +(1094,1463,o), +(751,1463,c), +(406,1463,o), +(192,1219,o), +(105,726,c), +(17,227,o), +(144,-20,o), +(489,-20,c) +); +}, +{ +closed = 1; +nodes = ( +(292,140,o), +(216,334,o), +(285,725,c), +(353,1110,o), +(497,1302,o), +(723,1303,cs), +(946,1303,o), +(1022,1111,o), +(954,725,c), +(885,334,o), +(740,140,o), +(517,140,c) +); +} +); +width = 1152; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(961,-37,o), +(1204,215,o), +(1293,723,c), +(1382,1229,o), +(1229,1480,o), +(830,1480,c), +(430,1480,o), +(187,1229,o), +(98,723,c), +(9,215,o), +(162,-37,o), +(562,-37,c) +); +}, +{ +closed = 1; +nodes = ( +(498,273,o), +(465,422,o), +(518,723,c), +(575,1022,o), +(660,1170,o), +(775,1170,cs), +(893,1170,o), +(926,1024,o), +(874,728,c), +(816,424,o), +(730,273,o), +(617,273,c) +); +} +); +width = 1318; +} +); +metricLeft = O; +metricRight = O; +unicode = 48; +}, +{ +color = 6; +glyphname = one; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,1443,l), +(140,1395,l), +(399,1395,l), +(399,0,l), +(449,0,l), +(449,1443,l) +); +} +); +width = 649; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,1443,l), +(140,1283,l), +(470,1283,l), +(470,0,l), +(650,0,l), +(650,1443,l) +); +} +); +width = 810; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,1443,l), +(140,1103,l), +(440,1103,l), +(440,0,l), +(860,0,l), +(860,1443,l) +); +} +); +width = 1020; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(336,1443,l), +(326,1395,l), +(585,1395,l), +(289,0,l), +(339,0,l), +(645,1443,l) +); +} +); +width = 650; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(336,1443,l), +(302,1283,l), +(632,1283,l), +(360,0,l), +(540,0,l), +(846,1443,l) +); +} +); +width = 811; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(330,1443,l), +(258,1103,l), +(558,1103,l), +(324,0,l), +(744,0,l), +(1050,1443,l) +); +} +); +width = 1021; +} +); +unicode = 49; +}, +{ +color = 6; +glyphname = two; +kernLeft = "2"; +kernRight = "2"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1072,0,l), +(1072,50,l), +(232,50,l), +(232,55,l), +(719,395,o), +(1024,773,o), +(1024,1035,c), +(1024,1297,o), +(845,1462,o), +(560,1463,cs), +(331,1464,o), +(153,1314,o), +(100,1075,c), +(148,1062,l), +(193,1275,o), +(352,1411,o), +(559,1414,cs), +(814,1420,o), +(974,1274,o), +(974,1035,c), +(974,781,o), +(648,399,o), +(129,45,c), +(129,0,l) +); +} +); +width = 1172; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1072,0,l), +(1072,160,l), +(420,160,l), +(420,169,l), +(794,404,o), +(1064,755,o), +(1064,1005,cs), +(1064,1270,o), +(861,1462,o), +(580,1463,cs), +(360,1464,o), +(158,1276,o), +(100,1015,c), +(272,966,l), +(306,1160,o), +(435,1302,o), +(579,1304,cs), +(756,1308,o), +(884,1182,o), +(884,1005,cs), +(884,785,o), +(559,425,o), +(109,149,c), +(109,0,l) +); +} +); +width = 1172; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1216,0,l), +(1216,301,l), +(718,301,l), +(718,319,l), +(1016,532,o), +(1203,797,o), +(1203,1007,cs), +(1203,1297,o), +(985,1479,o), +(637,1480,cs), +(369,1481,o), +(162,1306,o), +(100,1027,c), +(466,930,l), +(491,1076,o), +(560,1169,o), +(644,1170,cs), +(736,1172,o), +(793,1109,o), +(793,1007,cs), +(793,863,o), +(541,579,o), +(140,272,c), +(140,0,l) +); +} +); +width = 1316; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(962,0,l), +(972,50,l), +(132,50,l), +(133,55,l), +(692,395,o), +(1078,773,o), +(1134,1035,c), +(1189,1297,o), +(1045,1462,o), +(760,1463,cs), +(532,1464,o), +(322,1314,o), +(218,1075,c), +(263,1062,l), +(354,1275,o), +(541,1411,o), +(749,1414,cs), +(1005,1420,o), +(1134,1274,o), +(1084,1035,c), +(1030,781,o), +(622,399,o), +(28,45,c), +(19,0,l) +); +} +); +width = 1173; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(964,0,l), +(998,160,l), +(346,160,l), +(347,169,l), +(799,437,o), +(1115,752,o), +(1165,985,c), +(1227,1278,o), +(1079,1462,o), +(782,1463,cs), +(548,1464,o), +(325,1291,o), +(205,1015,c), +(369,966,l), +(449,1172,o), +(603,1302,o), +(768,1304,cs), +(943,1308,o), +(1027,1185,o), +(985,985,c), +(942,784,o), +(575,461,o), +(32,149,c), +(1,0,l) +); +} +); +width = 1175; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1099,0,l), +(1163,301,l), +(665,301,l), +(669,319,l), +(1012,532,o), +(1255,797,o), +(1300,1007,cs), +(1361,1297,o), +(1166,1479,o), +(794,1480,cs), +(551,1481,o), +(322,1306,o), +(201,1027,c), +(546,930,l), +(602,1076,o), +(698,1169,o), +(795,1170,cs), +(874,1172,o), +(911,1109,o), +(890,1007,cs), +(859,862,o), +(547,579,o), +(81,272,c), +(23,0,l) +); +} +); +width = 1316; +} +); +metricLeft = H; +metricRight = H; +unicode = 50; +}, +{ +color = 6; +glyphname = three; +kernRight = "3"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(76,1395,l), +(837,1395,l), +(837,1389,l), +(290,858,l), +(290,805,l), +(351,805,l), +(702,870,o), +(923,720,o), +(923,417,cs), +(923,178,o), +(763,28,o), +(507,28,cs), +(313,28,o), +(156,127,o), +(102,285,c), +(60,257,l), +(121,87,o), +(291,-20,o), +(503,-20,c), +(792,-20,o), +(973,147,o), +(973,413,cs), +(973,756,o), +(738,927,o), +(365,857,c), +(365,861,l), +(909,1391,l), +(909,1443,l), +(76,1443,l) +); +} +); +width = 1033; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(86,1283,l), +(680,1283,l), +(680,1271,l), +(290,870,l), +(290,712,l), +(361,718,l), +(647,768,o), +(858,650,o), +(863,437,cs), +(866,265,o), +(733,140,o), +(547,140,c), +(395,140,o), +(244,232,o), +(188,359,c), +(60,257,l), +(145,96,o), +(348,-20,o), +(543,-20,c), +(833,-20,o), +(1043,170,o), +(1043,432,cs), +(1043,702,o), +(835,890,o), +(548,879,c), +(548,893,l), +(919,1281,l), +(919,1443,l), +(86,1443,l) +); +} +); +width = 1103; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,1143,l), +(654,1143,l), +(654,1125,l), +(354,816,l), +(354,651,l), +(581,651,ls), +(713,651,o), +(797,579,o), +(800,464,c), +(801,341,o), +(729,263,o), +(613,263,c), +(497,263,o), +(412,347,o), +(392,482,c), +(60,373,l), +(114,121,o), +(323,-37,o), +(603,-37,cs), +(976,-37,o), +(1210,150,o), +(1210,449,c), +(1207,720,o), +(1044,877,o), +(787,857,c), +(787,873,l), +(1127,1215,l), +(1129,1443,l), +(104,1443,l) +); +} +); +width = 1270; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,1397,l), +(1016,1397,l), +(1015,1391,l), +(363,860,l), +(352,807,l), +(433,807,l), +(786,870,o), +(967,720,o), +(902,419,cs), +(852,180,o), +(660,30,o), +(404,30,cs), +(207,30,o), +(71,128,o), +(50,284,c), +(5,259,l), +(30,89,o), +(186,-18,o), +(410,-18,c), +(686,-18,o), +(893,143,o), +(948,400,cs), +(1021,749,o), +(825,925,o), +(439,855,c), +(440,859,l), +(1095,1393,l), +(1106,1445,l), +(273,1445,l) +); +} +); +width = 1034; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(248,1283,l), +(822,1283,l), +(820,1271,l), +(365,870,l), +(331,712,l), +(463,718,l), +(739,765,o), +(887,657,o), +(846,437,cs), +(810,255,o), +(660,140,o), +(457,140,c), +(293,140,o), +(172,217,o), +(144,339,c), +(4,257,l), +(58,87,o), +(234,-20,o), +(459,-20,c), +(750,-20,o), +(968,147,o), +(1025,412,cs), +(1088,710,o), +(940,890,o), +(641,879,c), +(644,893,l), +(1081,1281,l), +(1115,1443,l), +(282,1443,l) +); +} +); +width = 1108; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(230,1143,l), +(740,1143,l), +(736,1125,l), +(410,816,l), +(375,651,l), +(632,651,ls), +(746,651,o), +(803,579,o), +(781,464,c), +(756,341,o), +(659,263,o), +(531,263,c), +(411,263,o), +(341,347,o), +(350,482,c), +(22,373,l), +(22,121,o), +(209,-37,o), +(508,-37,cs), +(853,-37,o), +(1108,139,o), +(1168,419,c), +(1227,706,o), +(1113,875,o), +(872,857,c), +(875,873,l), +(1268,1215,l), +(1318,1443,l), +(293,1443,l) +); +} +); +width = 1256; +} +); +metricLeft = O; +metricRight = O; +unicode = 51; +}, +{ +color = 6; +glyphname = four; +kernLeft = "4"; +kernRight = "4"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(886,1,l), +(886,334,l), +(1144,334,l), +(1144,382,l), +(886,382,l), +(886,1443,l), +(814,1443,l), +(60,384,l), +(61,334,l), +(836,334,l), +(836,0,l) +); +}, +{ +closed = 1; +nodes = ( +(834,1384,l), +(836,1384,l), +(836,382,l), +(118,382,l) +); +} +); +width = 1204; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(986,1,l), +(986,292,l), +(1174,292,l), +(1174,452,l), +(986,452,l), +(986,1443,l), +(714,1443,l), +(60,454,l), +(61,292,l), +(806,292,l), +(806,0,l) +); +}, +{ +closed = 1; +nodes = ( +(804,1265,l), +(806,1265,l), +(806,452,l), +(269,452,l) +); +} +); +width = 1234; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1196,1,l), +(1196,205,l), +(1376,205,l), +(1376,505,l), +(1196,505,l), +(1196,1443,l), +(664,1443,l), +(60,503,l), +(110,205,l), +(776,205,l), +(776,0,l) +); +}, +{ +closed = 1; +nodes = ( +(758,1043,l), +(776,1043,l), +(776,505,l), +(456,505,l) +); +} +); +width = 1436; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(776,1,l), +(847,334,l), +(1105,334,l), +(1115,382,l), +(857,382,l), +(1082,1443,l), +(1010,1443,l), +(31,384,l), +(22,334,l), +(797,334,l), +(726,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1018,1384,l), +(1020,1384,l), +(807,382,l), +(89,382,l) +); +} +); +width = 1205; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(876,1,l), +(938,292,l), +(1126,292,l), +(1160,452,l), +(972,452,l), +(1182,1443,l), +(910,1443,l), +(46,454,l), +(13,292,l), +(758,292,l), +(696,0,l) +); +}, +{ +closed = 1; +nodes = ( +(963,1265,l), +(965,1265,l), +(792,452,l), +(255,452,l) +); +} +); +width = 1234; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1079,1,l), +(1122,205,l), +(1302,205,l), +(1366,505,l), +(1186,505,l), +(1385,1443,l), +(853,1443,l), +(50,503,l), +(36,205,l), +(702,205,l), +(659,0,l) +); +}, +{ +closed = 1; +nodes = ( +(862,1043,l), +(880,1043,l), +(766,505,l), +(446,505,l) +); +} +); +width = 1436; +} +); +metricLeft = o; +metricRight = O; +unicode = 52; +}, +{ +color = 6; +glyphname = five; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(67,642,l), +(117,627,l), +(189,767,o), +(333,855,o), +(491,855,cs), +(739,855,o), +(894,694,o), +(894,438,cs), +(894,186,o), +(739,28,o), +(491,28,cs), +(303,28,o), +(155,141,o), +(107,322,c), +(60,308,l), +(109,107,o), +(275,-20,o), +(491,-20,c), +(769,-20,o), +(944,158,o), +(944,442,cs), +(944,726,o), +(772,904,o), +(497,904,cs), +(342,904,o), +(201,835,o), +(132,724,c), +(126,725,l), +(229,1394,l), +(864,1393,l), +(863,1442,l), +(185,1443,l) +); +} +); +width = 1004; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,662,l), +(259,637,l), +(299,716,o), +(414,773,o), +(533,773,cs), +(720,773,o), +(856,641,o), +(856,458,cs), +(856,274,o), +(720,140,o), +(533,140,cs), +(394,140,o), +(273,216,o), +(245,322,c), +(60,298,l), +(105,114,o), +(304,-20,o), +(533,-20,c), +(825,-20,o), +(1036,182,o), +(1036,462,cs), +(1036,736,o), +(836,934,o), +(559,934,cs), +(443,934,o), +(327,883,o), +(283,813,c), +(273,815,l), +(345,1283,l), +(954,1283,l), +(954,1443,l), +(190,1443,l) +); +} +); +width = 1096; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(62,632,l), +(439,577,l), +(462,636,o), +(529,673,o), +(613,673,cs), +(725,673,o), +(796,594,o), +(796,468,cs), +(796,348,o), +(725,273,o), +(613,273,cs), +(528,273,o), +(458,334,o), +(432,432,c), +(60,318,l), +(125,100,o), +(338,-37,o), +(613,-37,c), +(977,-37,o), +(1206,155,o), +(1206,462,cs), +(1206,762,o), +(1038,951,o), +(770,951,cs), +(634,951,o), +(525,905,o), +(488,833,c), +(468,835,l), +(497,1133,l), +(1122,1132,l), +(1125,1442,l), +(140,1443,l) +); +} +); +width = 1266; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,642,l), +(140,627,l), +(242,767,o), +(409,855,o), +(573,855,cs), +(814,855,o), +(931,694,o), +(877,438,cs), +(823,186,o), +(630,28,o), +(377,28,cs), +(195,28,o), +(73,139,o), +(63,320,c), +(15,308,l), +(22,107,o), +(162,-20,o), +(377,-20,c), +(655,-20,o), +(867,158,o), +(928,442,cs), +(988,726,o), +(853,904,o), +(579,904,cs), +(423,904,o), +(268,835,o), +(176,724,c), +(170,725,l), +(415,1394,l), +(1050,1393,l), +(1059,1442,l), +(381,1443,l) +); +} +); +width = 1005; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(102,662,l), +(284,637,l), +(345,721,o), +(462,773,o), +(587,773,cs), +(785,773,o), +(884,652,o), +(843,458,cs), +(802,263,o), +(651,140,o), +(453,140,cs), +(305,140,o), +(209,210,o), +(203,322,c), +(13,298,l), +(20,103,o), +(184,-20,o), +(439,-20,c), +(735,-20,o), +(961,166,o), +(1024,462,cs), +(1086,752,o), +(933,934,o), +(627,934,cs), +(516,934,o), +(407,887,o), +(346,813,c), +(336,815,l), +(511,1283,l), +(1114,1282,l), +(1151,1442,l), +(386,1443,l) +); +} +); +width = 1096; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(80,632,l), +(445,577,l), +(481,636,o), +(556,673,o), +(640,673,cs), +(752,673,o), +(806,594,o), +(779,468,cs), +(754,348,o), +(668,273,o), +(555,273,cs), +(458,273,o), +(393,334,o), +(387,432,c), +(11,318,l), +(30,100,o), +(222,-37,o), +(509,-37,c), +(861,-37,o), +(1123,155,o), +(1188,462,cs), +(1252,762,o), +(1116,951,o), +(836,951,cs), +(712,951,o), +(601,905,o), +(549,833,c), +(529,835,l), +(621,1133,l), +(1246,1132,l), +(1315,1442,l), +(330,1443,l) +); +} +); +width = 1267; +} +); +metricLeft = O; +metricRight = O; +unicode = 53; +}, +{ +color = 6; +glyphname = six; +kernLeft = "6"; +kernRight = "6"; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +guides = ( +{ +pos = (-134,1950); +showMeasurement = 1; +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(777,-20,o), +(949,156,o), +(949,437,cs), +(949,705,o), +(785,876,o), +(525,879,cs), +(367,880,o), +(230,816,o), +(169,712,c), +(165,715,l), +(200,803,o), +(268,943,o), +(340,1076,cs), +(412,1214,o), +(495,1356,o), +(554,1443,c), +(495,1443,l), +(418,1330,o), +(295,1105,o), +(176,858,cs), +(105,709,o), +(60,546,o), +(60,434,cs), +(60,155,o), +(231,-20,o), +(503,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,676,o), +(270,831,o), +(525,831,cs), +(755,831,o), +(899,679,o), +(899,436,cs), +(899,185,o), +(749,28,o), +(509,28,cs), +(264,28,o), +(110,183,o), +(110,429,cs) +); +} +); +width = 1009; +}, +{ +guides = ( +{ +pos = (-34,1950); +showMeasurement = 1; +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(841,-20,o), +(1049,185,o), +(1049,468,cs), +(1049,732,o), +(863,926,o), +(607,929,cs), +(499,930,o), +(385,878,o), +(335,806,c), +(324,809,l), +(338,853,o), +(395,957,o), +(460,1056,cs), +(516,1142,o), +(631,1305,o), +(734,1443,c), +(520,1443,l), +(362,1231,o), +(201,971,o), +(138,823,cs), +(93,718,o), +(60,568,o), +(60,465,cs), +(60,184,o), +(267,-20,o), +(553,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,638,o), +(374,767,o), +(559,767,cs), +(739,767,o), +(869,638,o), +(869,460,cs), +(869,274,o), +(739,140,o), +(559,140,cs), +(374,140,o), +(240,274,o), +(240,460,cs) +); +} +); +width = 1109; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1023,-36,o), +(1251,161,o), +(1251,475,cs), +(1251,739,o), +(1097,913,o), +(852,927,cs), +(721,934,o), +(600,892,o), +(539,819,c), +(528,822,l), +(541,861,o), +(587,950,o), +(647,1052,cs), +(712,1161,o), +(822,1312,o), +(933,1443,c), +(513,1443,l), +(328,1205,o), +(178,963,o), +(125,815,cs), +(85,707,o), +(60,575,o), +(60,472,cs), +(60,160,o), +(291,-36,o), +(659,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(470,601,o), +(544,677,o), +(663,677,cs), +(772,677,o), +(841,601,o), +(841,479,cs), +(841,353,o), +(772,274,o), +(663,274,cs), +(544,274,o), +(470,353,o), +(470,479,cs) +); +} +); +width = 1311; +}, +{ +guides = ( +{ +pos = (-62,1950); +showMeasurement = 1; +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(679,-20,o), +(882,156,o), +(932,437,cs), +(979,706,o), +(846,876,o), +(586,879,cs), +(428,880,o), +(279,816,o), +(200,712,c), +(197,715,l), +(244,798,o), +(336,938,o), +(435,1076,cs), +(532,1214,o), +(640,1355,o), +(714,1443,c), +(655,1443,l), +(555,1327,o), +(392,1101,o), +(233,858,cs), +(135,708,o), +(62,545,o), +(42,434,cs), +(-7,155,o), +(133,-20,o), +(405,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(135,676,o), +(322,831,o), +(577,831,cs), +(807,831,o), +(924,679,o), +(881,436,cs), +(837,185,o), +(659,28,o), +(419,28,cs), +(174,28,o), +(48,183,o), +(91,429,cs) +); +} +); +width = 1010; +}, +{ +guides = ( +{ +pos = (38,1950); +showMeasurement = 1; +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(768,-20,o), +(985,168,o), +(1038,468,cs), +(1087,748,o), +(944,926,o), +(667,929,cs), +(560,930,o), +(451,883,o), +(384,806,c), +(373,809,l), +(395,854,o), +(465,949,o), +(553,1056,cs), +(625,1144,o), +(757,1294,o), +(895,1443,c), +(681,1443,l), +(470,1215,o), +(281,976,o), +(190,823,cs), +(122,712,o), +(68,573,o), +(49,465,cs), +(-4,167,o), +(161,-20,o), +(476,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(261,649,o), +(413,767,o), +(621,767,cs), +(799,767,o), +(890,649,o), +(857,460,cs), +(822,263,o), +(677,140,o), +(480,140,cs), +(290,140,o), +(193,263,o), +(228,460,cs) +); +} +); +width = 1110; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(925,-36,o), +(1180,161,o), +(1236,475,cs), +(1282,738,o), +(1151,912,o), +(896,927,cs), +(778,933,o), +(657,891,o), +(584,819,c), +(574,822,l), +(597,867,o), +(658,956,o), +(733,1052,cs), +(819,1163,o), +(956,1313,o), +(1088,1443,c), +(668,1443,l), +(441,1205,o), +(249,963,o), +(170,815,cs), +(110,707,o), +(62,575,o), +(44,472,cs), +(-11,160,o), +(193,-36,o), +(574,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,601,o), +(569,677,o), +(693,677,cs), +(797,677,o), +(848,601,o), +(826,479,cs), +(804,353,o), +(718,274,o), +(602,274,cs), +(490,274,o), +(433,353,o), +(455,479,cs) +); +} +); +width = 1312; +} +); +metricLeft = o; +metricRight = o; +unicode = 54; +}, +{ +color = 6; +glyphname = seven; +kernRight = V; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(293,0,l), +(923,1399,l), +(923,1443,l), +(60,1443,l), +(60,1395,l), +(864,1395,l), +(864,1390,l), +(240,0,l) +); +} +); +width = 983; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(436,0,l), +(943,1319,l), +(943,1443,l), +(60,1443,l), +(60,1283,l), +(726,1283,l), +(726,1275,l), +(230,0,l) +); +} +); +width = 1003; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(646,0,l), +(1123,1199,l), +(1123,1443,l), +(60,1443,l), +(60,1093,l), +(644,1093,l), +(644,1082,l), +(180,0,l) +); +} +); +width = 1183; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,0,l), +(1110,1399,l), +(1119,1443,l), +(256,1443,l), +(246,1395,l), +(1050,1395,l), +(1049,1390,l), +(170,0,l) +); +} +); +width = 983; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(366,0,l), +(1143,1319,l), +(1169,1443,l), +(256,1443,l), +(222,1283,l), +(918,1283,l), +(917,1275,l), +(160,0,l) +); +} +); +width = 1033; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(570,0,l), +(1261,1199,l), +(1313,1443,l), +(250,1443,l), +(176,1093,l), +(760,1093,l), +(758,1082,l), +(104,0,l) +); +} +); +width = 1183; +} +); +metricLeft = o; +metricRight = O; +unicode = 55; +}, +{ +color = 6; +glyphname = eight; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(794,-20,o), +(981,152,o), +(981,390,cs), +(981,571,o), +(858,733,o), +(689,778,c), +(689,784,l), +(821,823,o), +(917,960,o), +(917,1111,cs), +(917,1315,o), +(749,1463,o), +(518,1463,cs), +(294,1463,o), +(131,1316,o), +(131,1113,cs), +(131,958,o), +(227,820,o), +(360,783,c), +(360,777,l), +(186,739,o), +(60,577,o), +(60,390,cs), +(60,152,o), +(260,-20,o), +(536,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(110,600,o), +(283,753,o), +(523,753,cs), +(761,753,o), +(933,600,o), +(933,388,cs), +(933,179,o), +(762,28,o), +(527,28,cs), +(285,28,o), +(110,179,o), +(110,388,cs) +); +}, +{ +closed = 1; +nodes = ( +(181,1286,o), +(325,1416,o), +(523,1416,cs), +(723,1416,o), +(867,1286,o), +(867,1107,cs), +(867,930,o), +(723,801,o), +(523,801,cs), +(325,801,o), +(181,930,o), +(181,1107,cs) +); +} +); +width = 1041; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(836,-20,o), +(1031,156,o), +(1031,400,cs), +(1031,581,o), +(917,734,o), +(759,764,c), +(759,776,l), +(885,811,o), +(977,947,o), +(977,1101,cs), +(977,1311,o), +(797,1463,o), +(548,1463,cs), +(306,1463,o), +(131,1312,o), +(131,1103,cs), +(131,949,o), +(227,812,o), +(360,778,c), +(360,766,l), +(186,741,o), +(60,587,o), +(60,400,cs), +(60,156,o), +(273,-20,o), +(566,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(240,566,o), +(368,681,o), +(544,681,cs), +(722,681,o), +(851,566,o), +(851,408,cs), +(851,253,o), +(723,141,o), +(547,141,cs), +(369,141,o), +(240,253,o), +(240,408,cs) +); +}, +{ +closed = 1; +nodes = ( +(298,1208,o), +(405,1303,o), +(553,1303,cs), +(701,1303,o), +(809,1208,o), +(809,1077,cs), +(809,952,o), +(701,861,o), +(553,861,cs), +(405,861,o), +(298,952,o), +(298,1077,cs) +); +} +); +width = 1091; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1032,-35,o), +(1240,125,o), +(1240,404,cs), +(1240,611,o), +(1134,743,o), +(949,766,c), +(949,784,l), +(1110,816,o), +(1202,934,o), +(1202,1108,cs), +(1202,1343,o), +(1005,1477,o), +(661,1477,cs), +(312,1477,o), +(112,1343,o), +(112,1108,cs), +(112,937,o), +(219,819,o), +(407,784,c), +(407,766,l), +(186,743,o), +(60,611,o), +(60,404,cs), +(60,125,o), +(282,-35,o), +(669,-35,cs) +); +}, +{ +closed = 1; +nodes = ( +(471,553,o), +(538,619,o), +(654,619,cs), +(766,619,o), +(830,553,o), +(830,437,cs), +(830,328,o), +(766,265,o), +(654,265,cs), +(538,265,o), +(471,328,o), +(471,437,cs) +); +}, +{ +closed = 1; +nodes = ( +(502,1155,o), +(562,1206,o), +(666,1206,cs), +(772,1206,o), +(832,1155,o), +(832,1065,cs), +(832,970,o), +(772,916,o), +(666,916,cs), +(562,916,o), +(502,970,o), +(502,1065,cs) +); +} +); +width = 1300; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(742,-20,o), +(949,138,o), +(994,390,cs), +(1027,579,o), +(937,729,o), +(760,778,c), +(761,784,l), +(915,827,o), +(1029,953,o), +(1057,1111,cs), +(1095,1327,o), +(957,1463,o), +(700,1463,cs), +(450,1463,o), +(269,1328,o), +(231,1113,cs), +(202,950,o), +(272,823,o), +(412,783,c), +(411,777,l), +(214,736,o), +(67,587,o), +(33,390,cs), +(-12,138,o), +(151,-20,o), +(456,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(122,612,o), +(314,753,o), +(580,753,cs), +(844,753,o), +(985,612,o), +(945,388,cs), +(906,167,o), +(718,28,o), +(456,28,cs), +(188,28,o), +(43,167,o), +(82,388,cs) +); +}, +{ +closed = 1; +nodes = ( +(313,1297,o), +(474,1416,o), +(696,1416,cs), +(920,1416,o), +(1039,1297,o), +(1006,1107,cs), +(973,919,o), +(812,801,o), +(588,801,cs), +(366,801,o), +(247,919,o), +(280,1107,cs) +); +} +); +width = 1082; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(778,-20,o), +(1001,142,o), +(1046,400,cs), +(1079,589,o), +(991,730,o), +(818,764,c), +(821,776,l), +(974,816,o), +(1088,941,o), +(1116,1101,cs), +(1155,1323,o), +(998,1463,o), +(711,1463,cs), +(454,1463,o), +(269,1324,o), +(230,1103,cs), +(202,942,o), +(276,817,o), +(422,778,c), +(420,766,l), +(218,737,o), +(70,596,o), +(35,400,cs), +(-10,142,o), +(157,-20,o), +(467,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(246,576,o), +(390,681,o), +(589,681,cs), +(790,681,o), +(897,576,o), +(868,408,cs), +(839,244,o), +(703,141,o), +(517,141,cs), +(303,141,o), +(188,244,o), +(217,408,cs) +); +}, +{ +closed = 1; +nodes = ( +(417,1216,o), +(546,1303,o), +(728,1303,cs), +(885,1303,o), +(968,1216,o), +(944,1077,cs), +(920,944,o), +(799,861,o), +(630,861,cs), +(460,861,o), +(369,944,o), +(393,1077,cs) +); +} +); +width = 1132; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(928,-35,o), +(1181,134,o), +(1229,404,cs), +(1265,606,o), +(1173,743,o), +(992,766,c), +(995,784,l), +(1156,815,o), +(1275,936,o), +(1305,1108,cs), +(1345,1335,o), +(1161,1477,o), +(829,1477,cs), +(492,1477,o), +(255,1335,o), +(215,1108,cs), +(185,938,o), +(278,818,o), +(453,784,c), +(450,766,l), +(227,743,o), +(65,606,o), +(29,404,cs), +(-19,134,o), +(191,-35,o), +(571,-35,cs) +); +}, +{ +closed = 1; +nodes = ( +(476,549,o), +(559,619,o), +(671,619,cs), +(779,619,o), +(835,549,o), +(815,437,cs), +(796,331,o), +(717,265,o), +(609,265,cs), +(497,265,o), +(437,331,o), +(456,437,cs) +); +}, +{ +closed = 1; +nodes = ( +(613,1152,o), +(686,1206,o), +(787,1206,cs), +(889,1206,o), +(943,1152,o), +(928,1065,cs), +(911,973,o), +(837,916,o), +(735,916,cs), +(634,916,o), +(581,973,o), +(598,1065,cs) +); +} +); +width = 1320; +} +); +metricLeft = O; +metricRight = O; +unicode = 56; +}, +{ +color = 10; +glyphname = nine; +kernLeft = "9"; +kernRight = "9"; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +angle = 180; +pos = (1009,1444); +ref = six; +} +); +width = 1009; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +angle = 180; +pos = (1109,1444); +ref = six; +} +); +width = 1109; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +angle = 180; +pos = (1311,1444); +ref = six; +} +); +width = 1311; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +angle = 180; +pos = (1096,1444); +ref = six; +} +); +width = 1010; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +angle = 180; +pos = (1196,1444); +ref = six; +} +); +width = 1110; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +angle = 180; +pos = (1385,1444); +ref = six; +} +); +width = 1312; +} +); +metricLeft = O; +metricRight = O; +unicode = 57; +}, +{ +color = 6; +glyphname = fraction; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(-196,-9,l), +(673,1443,l), +(619,1443,l), +(-250,-9,l) +); +} +); +width = 423; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(-199,1,l), +(740,1443,l), +(539,1443,l), +(-400,1,l) +); +} +); +width = 340; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(-122,0,l), +(787,1443,l), +(509,1443,l), +(-400,0,l) +); +} +); +width = 387; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-308,-9,l), +(817,1443,l), +(763,1443,l), +(-362,-9,l) +); +} +); +width = 371; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-309,1,l), +(884,1443,l), +(683,1443,l), +(-510,1,l) +); +} +); +width = 288; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-239,0,l), +(924,1443,l), +(646,1443,l), +(-517,0,l) +); +} +); +width = 334; +} +); +unicode = 8260; +}, +{ +color = 10; +glyphname = onehalf; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(289,-9,l), +(1158,1443,l), +(1104,1443,l), +(235,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1417,l), +(140,1369,l), +(282,1369,l), +(282,624,l), +(332,624,l), +(332,1417,l) +); +}, +{ +closed = 1; +nodes = ( +(1483,-2,l), +(1483,46,l), +(1048,46,l), +(1048,48,l), +(1307,207,o), +(1469,407,o), +(1469,567,c), +(1469,711,o), +(1362,802,o), +(1191,803,cs), +(1064,803,o), +(966,720,o), +(937,589,c), +(986,582,l), +(1008,687,o), +(1087,754,o), +(1190,756,cs), +(1331,759,o), +(1419,686,o), +(1419,567,c), +(1419,418,o), +(1239,216,o), +(953,43,c), +(953,-2,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (485,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (837,123); +ref = twoinferior; +} +); +width = 1583; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(436,1,l), +(1375,1443,l), +(1174,1443,l), +(235,1,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1468,l), +(140,1341,l), +(321,1341,l), +(321,675,l), +(471,675,l), +(471,1468,l) +); +}, +{ +closed = 1; +nodes = ( +(1604,-2,l), +(1604,126,l), +(1280,126,l), +(1280,131,l), +(1476,244,o), +(1599,402,o), +(1599,540,c), +(1599,701,o), +(1484,802,o), +(1302,803,cs), +(1161,803,o), +(1051,708,o), +(1017,556,c), +(1162,529,l), +(1178,618,o), +(1232,674,o), +(1301,675,cs), +(1392,678,o), +(1449,626,o), +(1449,540,c), +(1449,429,o), +(1288,267,o), +(1032,120,c), +(1032,-2,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (635,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (917,123); +ref = twoinferior; +} +); +width = 1704; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,0,l), +(1452,1443,l), +(1174,1443,l), +(265,0,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1468,l), +(140,1268,l), +(305,1268,l), +(305,675,l), +(556,675,l), +(556,1468,l) +); +}, +{ +closed = 1; +nodes = ( +(1681,-1,l), +(1681,199,l), +(1433,199,l), +(1433,204,l), +(1585,312,o), +(1680,442,o), +(1680,542,c), +(1680,707,o), +(1550,812,o), +(1342,813,cs), +(1198,814,o), +(1084,710,o), +(1047,544,c), +(1248,491,l), +(1260,561,o), +(1298,605,o), +(1346,606,cs), +(1396,607,o), +(1428,575,o), +(1428,522,c), +(1428,446,o), +(1290,311,o), +(1069,170,c), +(1069,-1,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (665,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (947,123); +ref = twoinferior; +} +); +width = 1781; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(231,-9,l), +(1356,1443,l), +(1302,1443,l), +(177,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(331,1417,l), +(321,1369,l), +(463,1369,l), +(305,624,l), +(355,624,l), +(523,1417,l) +); +}, +{ +closed = 1; +nodes = ( +(1400,-2,l), +(1411,46,l), +(976,46,l), +(976,48,l), +(1268,207,o), +(1473,407,o), +(1507,567,c), +(1538,711,o), +(1450,802,o), +(1280,803,cs), +(1153,803,o), +(1037,720,o), +(980,589,c), +(1028,582,l), +(1072,687,o), +(1165,754,o), +(1269,756,cs), +(1411,759,o), +(1483,686,o), +(1457,567,c), +(1426,418,o), +(1204,216,o), +(880,43,c), +(870,-2,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (539,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-26,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (891,123); +ref = twoinferior; +} +); +width = 1612; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(340,1,l), +(1533,1443,l), +(1332,1443,l), +(139,1,l) +); +}, +{ +closed = 1; +nodes = ( +(342,1468,l), +(315,1341,l), +(496,1341,l), +(355,675,l), +(505,675,l), +(673,1468,l) +); +}, +{ +closed = 1; +nodes = ( +(1511,-2,l), +(1539,126,l), +(1215,126,l), +(1216,131,l), +(1435,244,o), +(1592,401,o), +(1622,540,c), +(1656,701,o), +(1563,802,o), +(1381,803,cs), +(1239,803,o), +(1109,708,o), +(1043,556,c), +(1182,529,l), +(1217,618,o), +(1282,674,o), +(1352,675,cs), +(1444,678,o), +(1490,626,o), +(1472,540,c), +(1448,429,o), +(1252,267,o), +(965,120,c), +(939,-2,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (649,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-26,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (961,123); +ref = twoinferior; +} +); +width = 1723; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(525,0,l), +(1688,1443,l), +(1410,1443,l), +(247,0,l) +); +}, +{ +closed = 1; +nodes = ( +(330,1445,l), +(288,1245,l), +(453,1245,l), +(327,652,l), +(578,652,l), +(746,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(1727,-1,l), +(1770,199,l), +(1522,199,l), +(1523,204,l), +(1698,312,o), +(1821,442,o), +(1842,542,c), +(1877,707,o), +(1769,812,o), +(1562,813,cs), +(1418,814,o), +(1282,710,o), +(1209,544,c), +(1399,491,l), +(1426,561,o), +(1473,605,o), +(1522,606,cs), +(1572,607,o), +(1597,575,o), +(1586,522,c), +(1570,446,o), +(1403,311,o), +(1152,170,c), +(1115,-1,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (764,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-32,-149); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (1136,123); +ref = twoinferior; +} +); +width = 1945; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(525,0,l), +(1688,1443,l), +(1410,1443,l), +(247,0,l) +); +}, +{ +closed = 1; +nodes = ( +(330,1445,l), +(288,1245,l), +(453,1245,l), +(327,652,l), +(578,652,l), +(746,1445,l) +); +}, +{ +closed = 1; +nodes = ( +(1727,-1,l), +(1770,199,l), +(1522,199,l), +(1523,204,l), +(1698,312,o), +(1821,442,o), +(1842,542,c), +(1877,707,o), +(1769,812,o), +(1562,813,cs), +(1418,814,o), +(1282,710,o), +(1209,544,c), +(1399,491,l), +(1426,561,o), +(1473,605,o), +(1522,606,cs), +(1572,607,o), +(1597,575,o), +(1586,522,c), +(1570,446,o), +(1403,311,o), +(1152,170,c), +(1115,-1,l) +); +} +); +}; +layerId = "E169E6CD-242C-4FCB-B2D1-8B9E3C9E36EB"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (764,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-32,-149); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (1136,123); +ref = twoinferior; +} +); +width = 1945; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(340,1,l), +(1533,1443,l), +(1332,1443,l), +(139,1,l) +); +}, +{ +closed = 1; +nodes = ( +(342,1468,l), +(315,1341,l), +(496,1341,l), +(355,675,l), +(505,675,l), +(673,1468,l) +); +}, +{ +closed = 1; +nodes = ( +(1511,-2,l), +(1539,126,l), +(1215,126,l), +(1216,131,l), +(1435,244,o), +(1592,401,o), +(1622,540,c), +(1656,701,o), +(1563,802,o), +(1381,803,cs), +(1239,803,o), +(1109,708,o), +(1043,556,c), +(1182,529,l), +(1217,618,o), +(1282,674,o), +(1352,675,cs), +(1444,678,o), +(1490,626,o), +(1472,540,c), +(1448,429,o), +(1252,267,o), +(965,120,c), +(939,-2,l) +); +} +); +}; +layerId = "8AE9A831-43FF-47DD-9A55-9824AC8ADE5C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (649,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-26,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (961,123); +ref = twoinferior; +} +); +width = 1723; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(543,0,l), +(1452,1443,l), +(1174,1443,l), +(265,0,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1468,l), +(140,1268,l), +(305,1268,l), +(305,675,l), +(556,675,l), +(556,1468,l) +); +}, +{ +closed = 1; +nodes = ( +(1681,-1,l), +(1681,199,l), +(1433,199,l), +(1433,204,l), +(1585,312,o), +(1680,442,o), +(1680,542,c), +(1680,707,o), +(1550,812,o), +(1342,813,cs), +(1198,814,o), +(1084,710,o), +(1047,544,c), +(1248,491,l), +(1260,561,o), +(1298,605,o), +(1346,606,cs), +(1396,607,o), +(1428,575,o), +(1428,522,c), +(1428,446,o), +(1290,311,o), +(1069,170,c), +(1069,-1,l) +); +} +); +}; +layerId = "743A3205-D51D-4C61-B54C-4C3B07E5C754"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (665,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (947,123); +ref = twoinferior; +} +); +width = 1781; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(231,-9,l), +(1356,1443,l), +(1302,1443,l), +(177,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(331,1417,l), +(321,1369,l), +(463,1369,l), +(305,624,l), +(355,624,l), +(523,1417,l) +); +}, +{ +closed = 1; +nodes = ( +(1400,-2,l), +(1411,46,l), +(976,46,l), +(976,48,l), +(1268,207,o), +(1473,407,o), +(1507,567,c), +(1538,711,o), +(1450,802,o), +(1280,803,cs), +(1153,803,o), +(1037,720,o), +(980,589,c), +(1028,582,l), +(1072,687,o), +(1165,754,o), +(1269,756,cs), +(1411,759,o), +(1483,686,o), +(1457,567,c), +(1426,418,o), +(1204,216,o), +(880,43,c), +(870,-2,l) +); +} +); +}; +layerId = "446CF42A-D368-40EC-940D-3D68CEC29413"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (539,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-26,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (891,123); +ref = twoinferior; +} +); +width = 1612; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(436,1,l), +(1375,1443,l), +(1174,1443,l), +(235,1,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1468,l), +(140,1341,l), +(321,1341,l), +(321,675,l), +(471,675,l), +(471,1468,l) +); +}, +{ +closed = 1; +nodes = ( +(1604,-2,l), +(1604,126,l), +(1280,126,l), +(1280,131,l), +(1476,244,o), +(1599,402,o), +(1599,540,c), +(1599,701,o), +(1484,802,o), +(1302,803,cs), +(1161,803,o), +(1051,708,o), +(1017,556,c), +(1162,529,l), +(1178,618,o), +(1232,674,o), +(1301,675,cs), +(1392,678,o), +(1449,626,o), +(1449,540,c), +(1449,429,o), +(1288,267,o), +(1032,120,c), +(1032,-2,l) +); +} +); +}; +layerId = "DF24DF55-7C0E-4A6A-A39E-91824C1CB11C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (635,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (917,123); +ref = twoinferior; +} +); +width = 1704; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(289,-9,l), +(1158,1443,l), +(1104,1443,l), +(235,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1417,l), +(140,1369,l), +(282,1369,l), +(282,624,l), +(332,624,l), +(332,1417,l) +); +}, +{ +closed = 1; +nodes = ( +(1483,-2,l), +(1483,46,l), +(1048,46,l), +(1048,48,l), +(1307,207,o), +(1469,407,o), +(1469,567,c), +(1469,711,o), +(1362,802,o), +(1191,803,cs), +(1064,803,o), +(966,720,o), +(937,589,c), +(986,582,l), +(1008,687,o), +(1087,754,o), +(1190,756,cs), +(1331,759,o), +(1419,686,o), +(1419,567,c), +(1419,418,o), +(1239,216,o), +(953,43,c), +(953,-2,l) +); +} +); +}; +layerId = "CEDE86E3-D5CE-4B28-91E5-67842BEEDDB3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (485,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-126); +ref = onesuperior; +}, +{ +alignment = -1; +pos = (837,123); +ref = twoinferior; +} +); +width = 1583; +} +); +metricLeft = one; +metricRight = two; +unicode = 189; +}, +{ +color = 10; +glyphname = onequarter; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(264,-9,l), +(1133,1443,l), +(1079,1443,l), +(210,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1439,l), +(140,1391,l), +(282,1391,l), +(282,646,l), +(332,646,l), +(332,1439,l) +); +}, +{ +closed = 1; +nodes = ( +(1258,-3,l), +(1258,159,l), +(1378,159,l), +(1378,207,l), +(1258,207,l), +(1258,790,l), +(1196,790,l), +(780,208,l), +(781,159,l), +(1208,159,l), +(1208,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1208,726,l), +(1208,207,l), +(838,207,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (460,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-104); +ref = onesuperior; +}, +{ +pos = (720,122); +ref = fourinferior; +} +); +width = 1438; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(441,1,l), +(1380,1443,l), +(1179,1443,l), +(240,1,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1442,l), +(140,1315,l), +(321,1315,l), +(321,649,l), +(471,649,l), +(471,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(1410,0,l), +(1410,140,l), +(1514,140,l), +(1514,268,l), +(1410,268,l), +(1410,793,l), +(1240,793,l), +(880,269,l), +(881,140,l), +(1261,140,l), +(1261,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1261,607,l), +(1261,268,l), +(1045,268,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (640,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-152); +ref = onesuperior; +}, +{ +pos = (820,125); +ref = fourinferior; +} +); +width = 1574; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(548,0,l), +(1457,1443,l), +(1179,1443,l), +(270,0,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1443,l), +(140,1243,l), +(305,1243,l), +(305,650,l), +(556,650,l), +(556,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1566,-4,l), +(1566,108,l), +(1656,108,l), +(1656,301,l), +(1566,301,l), +(1566,789,l), +(1263,789,l), +(930,272,l), +(958,108,l), +(1325,108,l), +(1325,-4,l) +); +}, +{ +closed = 1; +nodes = ( +(1325,557,l), +(1325,301,l), +(1180,301,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (670,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-151); +ref = onesuperior; +}, +{ +pos = (870,122); +ref = fourinferior; +} +); +width = 1716; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(250,-9,l), +(1375,1443,l), +(1321,1443,l), +(196,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(335,1439,l), +(325,1391,l), +(467,1391,l), +(309,646,l), +(359,646,l), +(527,1439,l) +); +}, +{ +closed = 1; +nodes = ( +(1199,-3,l), +(1233,159,l), +(1353,159,l), +(1363,207,l), +(1243,207,l), +(1367,790,l), +(1305,790,l), +(766,208,l), +(756,159,l), +(1183,159,l), +(1149,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1304,726,l), +(1193,207,l), +(823,207,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (558,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-22,-104); +ref = onesuperior; +}, +{ +pos = (798,122); +ref = fourinferior; +} +); +width = 1490; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(409,1,l), +(1602,1443,l), +(1401,1443,l), +(208,1,l) +); +}, +{ +closed = 1; +nodes = ( +(336,1442,l), +(309,1315,l), +(490,1315,l), +(349,649,l), +(499,649,l), +(667,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(1391,0,l), +(1420,140,l), +(1524,140,l), +(1552,268,l), +(1448,268,l), +(1559,793,l), +(1389,793,l), +(918,269,l), +(891,140,l), +(1271,140,l), +(1242,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1371,607,l), +(1299,268,l), +(1083,268,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (718,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-32,-152); +ref = onesuperior; +}, +{ +pos = (938,125); +ref = fourinferior; +} +); +width = 1666; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(539,0,l), +(1702,1443,l), +(1424,1443,l), +(261,0,l) +); +}, +{ +closed = 1; +nodes = ( +(330,1442,l), +(288,1242,l), +(453,1242,l), +(327,649,l), +(578,649,l), +(746,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(1601,-1,l), +(1625,111,l), +(1715,111,l), +(1756,304,l), +(1666,304,l), +(1769,792,l), +(1466,792,l), +(1023,275,l), +(1017,111,l), +(1384,111,l), +(1360,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(1479,560,l), +(1425,304,l), +(1280,304,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (778,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-32,-152); +ref = onesuperior; +}, +{ +pos = (1048,125); +ref = fourinferior; +} +); +width = 1868; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(539,0,l), +(1702,1443,l), +(1424,1443,l), +(261,0,l) +); +}, +{ +closed = 1; +nodes = ( +(330,1442,l), +(288,1242,l), +(453,1242,l), +(327,649,l), +(578,649,l), +(746,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(1601,-1,l), +(1625,111,l), +(1715,111,l), +(1756,304,l), +(1666,304,l), +(1769,792,l), +(1466,792,l), +(1023,275,l), +(1017,111,l), +(1384,111,l), +(1360,-1,l) +); +}, +{ +closed = 1; +nodes = ( +(1479,560,l), +(1425,304,l), +(1280,304,l) +); +} +); +}; +layerId = "1A784D54-999C-40E9-B9CD-FE4ECD4B4388"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (778,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-32,-152); +ref = onesuperior; +}, +{ +pos = (1048,125); +ref = fourinferior; +} +); +width = 1868; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(409,1,l), +(1602,1443,l), +(1401,1443,l), +(208,1,l) +); +}, +{ +closed = 1; +nodes = ( +(336,1442,l), +(309,1315,l), +(490,1315,l), +(349,649,l), +(499,649,l), +(667,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(1391,0,l), +(1420,140,l), +(1524,140,l), +(1552,268,l), +(1448,268,l), +(1559,793,l), +(1389,793,l), +(918,269,l), +(891,140,l), +(1271,140,l), +(1242,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1371,607,l), +(1299,268,l), +(1083,268,l) +); +} +); +}; +layerId = "45134E43-8F41-4128-BABD-9B2EA87DB460"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (718,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-32,-152); +ref = onesuperior; +}, +{ +pos = (938,125); +ref = fourinferior; +} +); +width = 1666; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(548,0,l), +(1457,1443,l), +(1179,1443,l), +(270,0,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1443,l), +(140,1243,l), +(305,1243,l), +(305,650,l), +(556,650,l), +(556,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(1566,-4,l), +(1566,108,l), +(1656,108,l), +(1656,301,l), +(1566,301,l), +(1566,789,l), +(1263,789,l), +(930,272,l), +(958,108,l), +(1325,108,l), +(1325,-4,l) +); +}, +{ +closed = 1; +nodes = ( +(1325,557,l), +(1325,301,l), +(1180,301,l) +); +} +); +}; +layerId = "95617B06-B632-4A74-9684-BFE6B33C0C39"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (670,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-151); +ref = onesuperior; +}, +{ +pos = (870,122); +ref = fourinferior; +} +); +width = 1716; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(250,-9,l), +(1375,1443,l), +(1321,1443,l), +(196,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(335,1439,l), +(325,1391,l), +(467,1391,l), +(309,646,l), +(359,646,l), +(527,1439,l) +); +}, +{ +closed = 1; +nodes = ( +(1199,-3,l), +(1233,159,l), +(1353,159,l), +(1363,207,l), +(1243,207,l), +(1367,790,l), +(1305,790,l), +(766,208,l), +(756,159,l), +(1183,159,l), +(1149,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1304,726,l), +(1193,207,l), +(823,207,l) +); +} +); +}; +layerId = "0D9F4456-3A8D-4C86-833B-B880C1728B25"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (558,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (-22,-104); +ref = onesuperior; +}, +{ +pos = (798,122); +ref = fourinferior; +} +); +width = 1490; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(441,1,l), +(1380,1443,l), +(1179,1443,l), +(240,1,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1442,l), +(140,1315,l), +(321,1315,l), +(321,649,l), +(471,649,l), +(471,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(1410,0,l), +(1410,140,l), +(1514,140,l), +(1514,268,l), +(1410,268,l), +(1410,793,l), +(1240,793,l), +(880,269,l), +(881,140,l), +(1261,140,l), +(1261,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1261,607,l), +(1261,268,l), +(1045,268,l) +); +} +); +}; +layerId = "BC0D6DCB-6F17-48F9-A8F6-217520E71640"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (640,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-152); +ref = onesuperior; +}, +{ +pos = (820,125); +ref = fourinferior; +} +); +width = 1574; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(264,-9,l), +(1133,1443,l), +(1079,1443,l), +(210,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(140,1439,l), +(140,1391,l), +(282,1391,l), +(282,646,l), +(332,646,l), +(332,1439,l) +); +}, +{ +closed = 1; +nodes = ( +(1258,-3,l), +(1258,159,l), +(1378,159,l), +(1378,207,l), +(1258,207,l), +(1258,790,l), +(1196,790,l), +(780,208,l), +(781,159,l), +(1208,159,l), +(1208,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1208,726,l), +(1208,207,l), +(838,207,l) +); +} +); +}; +layerId = "2B4ABC2D-A80B-4713-BF0D-676F55D798A3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (460,0); +ref = fraction; +}, +{ +alignment = -1; +pos = (0,-104); +ref = onesuperior; +}, +{ +pos = (720,122); +ref = fourinferior; +} +); +width = 1438; +} +); +metricLeft = one; +metricRight = four; +unicode = 188; +}, +{ +color = 10; +glyphname = threequarters; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(424,-9,l), +(1293,1443,l), +(1239,1443,l), +(370,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(1428,-3,l), +(1428,159,l), +(1548,159,l), +(1548,207,l), +(1428,207,l), +(1428,790,l), +(1366,790,l), +(950,208,l), +(951,159,l), +(1378,159,l), +(1378,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1378,726,l), +(1378,207,l), +(1008,207,l) +); +}, +{ +closed = 1; +nodes = ( +(63,1395,l), +(446,1395,l), +(446,1392,l), +(176,1120,l), +(176,1072,l), +(239,1072,l), +(407,1108,o), +(513,1033,o), +(513,878,cs), +(513,759,o), +(433,684,o), +(305,684,cs), +(210,684,o), +(133,731,o), +(106,807,c), +(60,790,l), +(93,696,o), +(187,637,o), +(303,637,c), +(463,637,o), +(563,729,o), +(563,875,cs), +(563,1060,o), +(440,1155,o), +(245,1120,c), +(245,1122,l), +(511,1393,l), +(511,1443,l), +(63,1443,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = -1; +pos = (620,0); +ref = fraction; +}, +{ +pos = (890,122); +ref = fourinferior; +}, +{ +pos = (0,-93); +ref = threesuperior; +} +); +width = 1608; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(511,1,l), +(1450,1443,l), +(1249,1443,l), +(310,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1470,-3,l), +(1470,137,l), +(1574,137,l), +(1574,265,l), +(1470,265,l), +(1470,790,l), +(1300,790,l), +(940,266,l), +(941,137,l), +(1321,137,l), +(1321,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1321,604,l), +(1321,265,l), +(1105,265,l) +); +}, +{ +closed = 1; +nodes = ( +(74,1315,l), +(397,1315,l), +(397,1312,l), +(186,1128,l), +(186,1011,l), +(226,1014,l), +(380,1041,o), +(479,993,o), +(482,890,cs), +(484,814,o), +(427,766,o), +(333,766,c), +(257,766,o), +(190,809,o), +(160,877,c), +(60,791,l), +(109,697,o), +(213,638,o), +(330,638,c), +(515,638,o), +(631,734,o), +(631,887,cs), +(631,1045,o), +(534,1140,o), +(379,1133,c), +(379,1137,l), +(574,1314,l), +(574,1443,l), +(74,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = -1; +pos = (710,0); +ref = fraction; +}, +{ +pos = (880,122); +ref = fourinferior; +}, +{ +pos = (0,-143); +ref = threesuperior; +} +); +width = 1634; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(628,0,l), +(1537,1443,l), +(1259,1443,l), +(350,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1656,-4,l), +(1656,108,l), +(1746,108,l), +(1746,301,l), +(1656,301,l), +(1656,789,l), +(1353,789,l), +(1020,272,l), +(1048,108,l), +(1415,108,l), +(1415,-4,l) +); +}, +{ +closed = 1; +nodes = ( +(1415,557,l), +(1415,301,l), +(1270,301,l) +); +}, +{ +closed = 1; +nodes = ( +(84,1237,l), +(382,1237,l), +(382,1232,l), +(222,1091,l), +(222,985,l), +(347,985,ls), +(419,985,o), +(466,951,o), +(468,898,c), +(468,843,o), +(428,808,o), +(365,808,c), +(305,808,o), +(262,846,o), +(253,907,c), +(60,848,l), +(90,709,o), +(213,622,o), +(379,622,cs), +(579,622,o), +(704,725,o), +(704,889,c), +(702,1041,o), +(609,1130,o), +(462,1119,c), +(462,1125,l), +(638,1288,l), +(639,1436,l), +(84,1436,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = -1; +pos = (750,0); +ref = fraction; +}, +{ +pos = (960,122); +ref = fourinferior; +}, +{ +pos = (0,-143); +ref = threesuperior; +} +); +width = 1806; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(322,-9,l), +(1447,1443,l), +(1393,1443,l), +(268,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(1271,-3,l), +(1305,159,l), +(1425,159,l), +(1435,207,l), +(1315,207,l), +(1439,790,l), +(1377,790,l), +(838,208,l), +(828,159,l), +(1255,159,l), +(1221,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1376,726,l), +(1265,207,l), +(895,207,l) +); +}, +{ +closed = 1; +nodes = ( +(238,1345,l), +(621,1345,l), +(621,1342,l), +(293,1070,l), +(283,1022,l), +(346,1022,l), +(522,1058,o), +(611,983,o), +(579,828,cs), +(553,709,o), +(456,634,o), +(329,634,cs), +(234,634,o), +(168,681,o), +(156,757,c), +(107,740,l), +(121,646,o), +(202,587,o), +(317,587,c), +(477,587,o), +(597,679,o), +(628,825,cs), +(668,1010,o), +(565,1105,o), +(362,1070,c), +(362,1072,l), +(686,1343,l), +(697,1393,l), +(249,1393,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (630,0); +ref = fraction; +}, +{ +pos = (870,122); +ref = fourinferior; +}, +{ +pos = (-30,-143); +ref = threesuperior; +} +); +width = 1562; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(481,1,l), +(1674,1443,l), +(1473,1443,l), +(280,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1453,-3,l), +(1482,137,l), +(1586,137,l), +(1614,265,l), +(1510,265,l), +(1621,790,l), +(1451,790,l), +(980,266,l), +(953,137,l), +(1333,137,l), +(1304,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1433,604,l), +(1361,265,l), +(1145,265,l) +); +}, +{ +closed = 1; +nodes = ( +(243,1315,l), +(566,1315,l), +(566,1312,l), +(316,1128,l), +(291,1011,l), +(351,1014,l), +(499,1039,o), +(580,991,o), +(561,890,cs), +(546,814,o), +(471,766,o), +(366,766,c), +(296,766,o), +(242,809,o), +(226,877,c), +(118,791,l), +(147,697,o), +(238,638,o), +(355,638,c), +(540,638,o), +(677,734,o), +(709,887,cs), +(742,1044,o), +(665,1139,o), +(510,1133,c), +(511,1137,l), +(743,1314,l), +(771,1443,l), +(271,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (790,0); +ref = fraction; +}, +{ +pos = (1000,122); +ref = fourinferior; +}, +{ +pos = (-30,-143); +ref = threesuperior; +} +); +width = 1728; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(600,0,l), +(1763,1443,l), +(1485,1443,l), +(322,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1682,-4,l), +(1706,108,l), +(1796,108,l), +(1837,301,l), +(1747,301,l), +(1850,789,l), +(1547,789,l), +(1104,272,l), +(1098,108,l), +(1465,108,l), +(1441,-4,l) +); +}, +{ +closed = 1; +nodes = ( +(1560,557,l), +(1506,301,l), +(1361,301,l) +); +}, +{ +closed = 1; +nodes = ( +(229,1237,l), +(507,1237,l), +(506,1232,l), +(336,1091,l), +(314,985,l), +(459,985,ls), +(518,985,o), +(550,951,o), +(541,898,c), +(529,843,o), +(482,808,o), +(419,808,c), +(359,808,o), +(324,846,o), +(328,907,c), +(123,848,l), +(123,709,o), +(235,622,o), +(413,622,cs), +(600,622,o), +(740,725,o), +(775,889,c), +(806,1040,o), +(739,1129,o), +(602,1119,c), +(603,1125,l), +(794,1288,l), +(827,1436,l), +(272,1436,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (839,0); +ref = fraction; +}, +{ +pos = (1129,122); +ref = fourinferior; +}, +{ +pos = (-31,-143); +ref = threesuperior; +} +); +width = 1950; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(600,0,l), +(1763,1443,l), +(1485,1443,l), +(322,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1682,-4,l), +(1706,108,l), +(1796,108,l), +(1837,301,l), +(1747,301,l), +(1850,789,l), +(1547,789,l), +(1104,272,l), +(1098,108,l), +(1465,108,l), +(1441,-4,l) +); +}, +{ +closed = 1; +nodes = ( +(1560,557,l), +(1506,301,l), +(1361,301,l) +); +}, +{ +closed = 1; +nodes = ( +(229,1237,l), +(507,1237,l), +(506,1232,l), +(336,1091,l), +(314,985,l), +(459,985,ls), +(518,985,o), +(550,951,o), +(541,898,c), +(529,843,o), +(482,808,o), +(419,808,c), +(359,808,o), +(324,846,o), +(328,907,c), +(123,848,l), +(123,709,o), +(235,622,o), +(413,622,cs), +(600,622,o), +(740,725,o), +(775,889,c), +(806,1040,o), +(739,1129,o), +(602,1119,c), +(603,1125,l), +(794,1288,l), +(827,1436,l), +(272,1436,l) +); +} +); +}; +layerId = "71A6392C-0371-4D26-9D0D-FB51F2A1179F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (839,0); +ref = fraction; +}, +{ +pos = (1129,122); +ref = fourinferior; +}, +{ +pos = (-31,-143); +ref = threesuperior; +} +); +width = 1950; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(481,1,l), +(1674,1443,l), +(1473,1443,l), +(280,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1453,-3,l), +(1482,137,l), +(1586,137,l), +(1614,265,l), +(1510,265,l), +(1621,790,l), +(1451,790,l), +(980,266,l), +(953,137,l), +(1333,137,l), +(1304,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1433,604,l), +(1361,265,l), +(1145,265,l) +); +}, +{ +closed = 1; +nodes = ( +(243,1315,l), +(566,1315,l), +(566,1312,l), +(316,1128,l), +(291,1011,l), +(351,1014,l), +(499,1039,o), +(580,991,o), +(561,890,cs), +(546,814,o), +(471,766,o), +(366,766,c), +(296,766,o), +(242,809,o), +(226,877,c), +(118,791,l), +(147,697,o), +(238,638,o), +(355,638,c), +(540,638,o), +(677,734,o), +(709,887,cs), +(742,1044,o), +(665,1139,o), +(510,1133,c), +(511,1137,l), +(743,1314,l), +(771,1443,l), +(271,1443,l) +); +} +); +}; +layerId = "7BB93F2A-60FE-4A99-A592-C8CFCB1D6598"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (790,0); +ref = fraction; +}, +{ +pos = (1000,122); +ref = fourinferior; +}, +{ +pos = (-30,-143); +ref = threesuperior; +} +); +width = 1728; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(628,0,l), +(1537,1443,l), +(1259,1443,l), +(350,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1656,-4,l), +(1656,108,l), +(1746,108,l), +(1746,301,l), +(1656,301,l), +(1656,789,l), +(1353,789,l), +(1020,272,l), +(1048,108,l), +(1415,108,l), +(1415,-4,l) +); +}, +{ +closed = 1; +nodes = ( +(1415,557,l), +(1415,301,l), +(1270,301,l) +); +}, +{ +closed = 1; +nodes = ( +(84,1237,l), +(382,1237,l), +(382,1232,l), +(222,1091,l), +(222,985,l), +(347,985,ls), +(419,985,o), +(466,951,o), +(468,898,c), +(468,843,o), +(428,808,o), +(365,808,c), +(305,808,o), +(262,846,o), +(253,907,c), +(60,848,l), +(90,709,o), +(213,622,o), +(379,622,cs), +(579,622,o), +(704,725,o), +(704,889,c), +(702,1041,o), +(609,1130,o), +(462,1119,c), +(462,1125,l), +(638,1288,l), +(639,1436,l), +(84,1436,l) +); +} +); +}; +layerId = "825D8FE8-4EA4-4C66-BA90-10675F7C7BC9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (750,0); +ref = fraction; +}, +{ +pos = (960,122); +ref = fourinferior; +}, +{ +pos = (0,-143); +ref = threesuperior; +} +); +width = 1806; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(322,-9,l), +(1447,1443,l), +(1393,1443,l), +(268,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(1271,-3,l), +(1305,159,l), +(1425,159,l), +(1435,207,l), +(1315,207,l), +(1439,790,l), +(1377,790,l), +(838,208,l), +(828,159,l), +(1255,159,l), +(1221,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1376,726,l), +(1265,207,l), +(895,207,l) +); +}, +{ +closed = 1; +nodes = ( +(238,1345,l), +(621,1345,l), +(621,1342,l), +(293,1070,l), +(283,1022,l), +(346,1022,l), +(522,1058,o), +(611,983,o), +(579,828,cs), +(553,709,o), +(456,634,o), +(329,634,cs), +(234,634,o), +(168,681,o), +(156,757,c), +(107,740,l), +(121,646,o), +(202,587,o), +(317,587,c), +(477,587,o), +(597,679,o), +(628,825,cs), +(668,1010,o), +(565,1105,o), +(362,1070,c), +(362,1072,l), +(686,1343,l), +(697,1393,l), +(249,1393,l) +); +} +); +}; +layerId = "A804AA46-9010-45FA-8DC5-45BE71FA67B9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (630,0); +ref = fraction; +}, +{ +pos = (870,122); +ref = fourinferior; +}, +{ +pos = (-30,-143); +ref = threesuperior; +} +); +width = 1562; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(511,1,l), +(1450,1443,l), +(1249,1443,l), +(310,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1470,-3,l), +(1470,137,l), +(1574,137,l), +(1574,265,l), +(1470,265,l), +(1470,790,l), +(1300,790,l), +(940,266,l), +(941,137,l), +(1321,137,l), +(1321,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1321,604,l), +(1321,265,l), +(1105,265,l) +); +}, +{ +closed = 1; +nodes = ( +(74,1315,l), +(397,1315,l), +(397,1312,l), +(186,1128,l), +(186,1011,l), +(226,1014,l), +(380,1041,o), +(479,993,o), +(482,890,cs), +(484,814,o), +(427,766,o), +(333,766,c), +(257,766,o), +(190,809,o), +(160,877,c), +(60,791,l), +(109,697,o), +(213,638,o), +(330,638,c), +(515,638,o), +(631,734,o), +(631,887,cs), +(631,1045,o), +(534,1140,o), +(379,1133,c), +(379,1137,l), +(574,1314,l), +(574,1443,l), +(74,1443,l) +); +} +); +}; +layerId = "4F99AAF7-D0A6-48C2-86B1-584B95B68B0A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (710,0); +ref = fraction; +}, +{ +pos = (880,122); +ref = fourinferior; +}, +{ +pos = (0,-143); +ref = threesuperior; +} +); +width = 1634; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(424,-9,l), +(1293,1443,l), +(1239,1443,l), +(370,-9,l) +); +}, +{ +closed = 1; +nodes = ( +(1428,-3,l), +(1428,159,l), +(1548,159,l), +(1548,207,l), +(1428,207,l), +(1428,790,l), +(1366,790,l), +(950,208,l), +(951,159,l), +(1378,159,l), +(1378,-3,l) +); +}, +{ +closed = 1; +nodes = ( +(1378,726,l), +(1378,207,l), +(1008,207,l) +); +}, +{ +closed = 1; +nodes = ( +(63,1395,l), +(446,1395,l), +(446,1392,l), +(176,1120,l), +(176,1072,l), +(239,1072,l), +(407,1108,o), +(513,1033,o), +(513,878,cs), +(513,759,o), +(433,684,o), +(305,684,cs), +(210,684,o), +(133,731,o), +(106,807,c), +(60,790,l), +(93,696,o), +(187,637,o), +(303,637,c), +(463,637,o), +(563,729,o), +(563,875,cs), +(563,1060,o), +(440,1155,o), +(245,1120,c), +(245,1122,l), +(511,1393,l), +(511,1443,l), +(63,1443,l) +); +} +); +}; +layerId = "5286D54C-957C-4507-B788-7D7B566B2F02"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +alignment = -1; +pos = (620,0); +ref = fraction; +}, +{ +pos = (890,122); +ref = fourinferior; +}, +{ +pos = (0,-93); +ref = threesuperior; +} +); +width = 1608; +} +); +metricLeft = three; +metricRight = four; +unicode = 190; +}, +{ +color = 6; +glyphname = oneinferior; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,668,l), +(140,620,l), +(282,620,l), +(282,-125,l), +(332,-125,l), +(332,668,l) +); +} +); +width = 532; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,669,l), +(140,542,l), +(321,542,l), +(321,-124,l), +(471,-124,l), +(471,669,l) +); +} +); +width = 631; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,669,l), +(140,469,l), +(305,469,l), +(305,-124,l), +(556,-124,l), +(556,669,l) +); +} +); +width = 716; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,668,l), +(161,620,l), +(303,620,l), +(145,-125,l), +(195,-125,l), +(363,668,l) +); +} +); +width = 532; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,669,l), +(145,542,l), +(326,542,l), +(185,-124,l), +(335,-124,l), +(503,669,l) +); +} +); +width = 632; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(165,669,l), +(123,469,l), +(288,469,l), +(162,-124,l), +(413,-124,l), +(581,669,l) +); +} +); +width = 716; +} +); +metricLeft = one; +metricRight = one; +unicode = 8321; +}, +{ +color = 6; +glyphname = twoinferior; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(646,-125,l), +(646,-77,l), +(211,-77,l), +(211,-75,l), +(470,84,o), +(632,284,o), +(632,444,c), +(632,588,o), +(525,679,o), +(354,680,cs), +(227,680,o), +(129,597,o), +(100,466,c), +(149,459,l), +(171,564,o), +(250,631,o), +(353,633,cs), +(494,636,o), +(582,563,o), +(582,444,c), +(582,295,o), +(402,93,o), +(116,-80,c), +(116,-125,l) +); +} +); +width = 746; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(687,-125,l), +(687,3,l), +(363,3,l), +(363,8,l), +(559,121,o), +(682,279,o), +(682,417,c), +(682,578,o), +(567,679,o), +(385,680,cs), +(244,680,o), +(134,585,o), +(100,433,c), +(245,406,l), +(261,495,o), +(315,551,o), +(384,552,cs), +(475,555,o), +(532,503,o), +(532,417,c), +(532,306,o), +(371,144,o), +(115,-3,c), +(115,-125,l) +); +} +); +width = 787; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(734,-124,l), +(734,76,l), +(486,76,l), +(486,81,l), +(638,189,o), +(733,319,o), +(733,419,c), +(733,584,o), +(603,689,o), +(395,690,cs), +(251,691,o), +(137,587,o), +(100,421,c), +(301,368,l), +(313,438,o), +(351,482,o), +(399,483,cs), +(449,484,o), +(481,452,o), +(481,399,c), +(481,323,o), +(343,188,o), +(122,47,c), +(122,-124,l) +); +} +); +width = 834; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(509,-125,l), +(520,-77,l), +(85,-77,l), +(85,-75,l), +(377,84,o), +(582,284,o), +(616,444,c), +(647,588,o), +(559,679,o), +(389,680,cs), +(262,680,o), +(146,597,o), +(89,466,c), +(137,459,l), +(181,564,o), +(274,631,o), +(378,633,cs), +(520,636,o), +(592,563,o), +(566,444,c), +(535,295,o), +(313,93,o), +(-11,-80,c), +(-21,-125,l) +); +} +); +width = 747; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(550,-125,l), +(578,3,l), +(254,3,l), +(255,8,l), +(474,121,o), +(631,278,o), +(661,417,c), +(695,578,o), +(602,679,o), +(420,680,cs), +(278,680,o), +(148,585,o), +(82,433,c), +(221,406,l), +(256,495,o), +(321,551,o), +(391,552,cs), +(483,555,o), +(529,503,o), +(511,417,c), +(487,306,o), +(291,144,o), +(4,-3,c), +(-22,-125,l) +); +} +); +width = 788; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(591,-124,l), +(634,76,l), +(386,76,l), +(387,81,l), +(562,189,o), +(685,319,o), +(706,419,c), +(741,584,o), +(633,689,o), +(426,690,cs), +(282,691,o), +(146,587,o), +(73,421,c), +(263,368,l), +(290,438,o), +(337,482,o), +(386,483,cs), +(436,484,o), +(461,452,o), +(450,399,c), +(434,323,o), +(267,188,o), +(16,47,c), +(-21,-124,l) +); +} +); +width = 835; +} +); +metricLeft = two; +metricRight = two; +unicode = 8322; +}, +{ +color = 6; +glyphname = threeinferior; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(63,613,l), +(446,613,l), +(446,610,l), +(176,338,l), +(176,290,l), +(239,290,l), +(407,326,o), +(513,251,o), +(513,96,cs), +(513,-23,o), +(433,-98,o), +(305,-98,cs), +(210,-98,o), +(133,-51,o), +(106,25,c), +(60,8,l), +(93,-86,o), +(187,-145,o), +(303,-145,c), +(463,-145,o), +(563,-53,o), +(563,93,cs), +(563,278,o), +(440,373,o), +(245,338,c), +(245,340,l), +(511,611,l), +(511,661,l), +(63,661,l) +); +} +); +width = 623; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,533,l), +(397,533,l), +(397,530,l), +(186,346,l), +(186,229,l), +(226,232,l), +(380,259,o), +(479,211,o), +(482,108,cs), +(484,32,o), +(427,-16,o), +(333,-16,c), +(257,-16,o), +(190,27,o), +(160,95,c), +(60,9,l), +(109,-85,o), +(213,-144,o), +(330,-144,c), +(515,-144,o), +(631,-48,o), +(631,105,cs), +(631,263,o), +(534,358,o), +(379,351,c), +(379,355,l), +(574,532,l), +(574,661,l), +(74,661,l) +); +} +); +width = 691; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(84,455,l), +(382,455,l), +(382,450,l), +(222,309,l), +(222,203,l), +(347,203,ls), +(419,203,o), +(466,169,o), +(468,116,c), +(468,61,o), +(428,26,o), +(365,26,c), +(305,26,o), +(262,64,o), +(253,125,c), +(60,66,l), +(90,-73,o), +(213,-160,o), +(379,-160,cs), +(579,-160,o), +(704,-57,o), +(704,107,c), +(702,259,o), +(609,348,o), +(462,337,c), +(462,343,l), +(638,506,l), +(639,654,l), +(84,654,l) +); +} +); +width = 764; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(82,613,l), +(465,613,l), +(465,610,l), +(137,338,l), +(127,290,l), +(190,290,l), +(366,326,o), +(455,251,o), +(423,96,cs), +(397,-23,o), +(300,-98,o), +(173,-98,cs), +(78,-98,o), +(12,-51,o), +(0,25,c), +(-49,8,l), +(-35,-86,o), +(46,-145,o), +(161,-145,c), +(321,-145,o), +(441,-53,o), +(472,93,cs), +(512,278,o), +(409,373,o), +(206,338,c), +(206,340,l), +(530,611,l), +(541,661,l), +(93,661,l) +); +} +); +width = 623; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(76,533,l), +(399,533,l), +(399,530,l), +(149,346,l), +(124,229,l), +(184,232,l), +(332,257,o), +(413,209,o), +(394,108,cs), +(379,32,o), +(304,-16,o), +(199,-16,c), +(129,-16,o), +(75,27,o), +(59,95,c), +(-49,9,l), +(-20,-85,o), +(71,-144,o), +(188,-144,c), +(373,-144,o), +(510,-48,o), +(542,105,cs), +(575,262,o), +(498,357,o), +(343,351,c), +(344,355,l), +(576,532,l), +(604,661,l), +(104,661,l) +); +} +); +width = 690; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(63,455,l), +(341,455,l), +(340,450,l), +(170,309,l), +(148,203,l), +(293,203,ls), +(352,203,o), +(384,169,o), +(375,116,c), +(363,61,o), +(316,26,o), +(253,26,c), +(193,26,o), +(158,64,o), +(162,125,c), +(-43,66,l), +(-43,-73,o), +(69,-160,o), +(247,-160,cs), +(434,-160,o), +(574,-57,o), +(609,107,c), +(640,258,o), +(573,347,o), +(436,337,c), +(437,343,l), +(628,506,l), +(661,654,l), +(106,654,l) +); +} +); +width = 763; +} +); +metricLeft = three; +metricRight = three; +unicode = 8323; +}, +{ +color = 6; +glyphname = fourinferior; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(538,-125,l), +(538,37,l), +(658,37,l), +(658,85,l), +(538,85,l), +(538,668,l), +(476,668,l), +(60,86,l), +(61,37,l), +(488,37,l), +(488,-125,l) +); +}, +{ +closed = 1; +nodes = ( +(488,604,l), +(488,85,l), +(118,85,l) +); +} +); +width = 718; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(590,-125,l), +(590,15,l), +(694,15,l), +(694,143,l), +(590,143,l), +(590,668,l), +(420,668,l), +(60,144,l), +(61,15,l), +(441,15,l), +(441,-125,l) +); +}, +{ +closed = 1; +nodes = ( +(441,482,l), +(441,143,l), +(225,143,l) +); +} +); +width = 754; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(696,-126,l), +(696,-14,l), +(786,-14,l), +(786,179,l), +(696,179,l), +(696,667,l), +(393,667,l), +(60,150,l), +(88,-14,l), +(455,-14,l), +(455,-126,l) +); +}, +{ +closed = 1; +nodes = ( +(455,435,l), +(455,179,l), +(310,179,l) +); +} +); +width = 846; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(401,-125,l), +(435,37,l), +(555,37,l), +(565,85,l), +(445,85,l), +(569,668,l), +(507,668,l), +(-32,86,l), +(-42,37,l), +(385,37,l), +(351,-125,l) +); +}, +{ +closed = 1; +nodes = ( +(506,604,l), +(395,85,l), +(25,85,l) +); +} +); +width = 718; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(453,-125,l), +(482,15,l), +(586,15,l), +(614,143,l), +(510,143,l), +(621,668,l), +(451,668,l), +(-20,144,l), +(-47,15,l), +(333,15,l), +(304,-125,l) +); +}, +{ +closed = 1; +nodes = ( +(433,482,l), +(361,143,l), +(145,143,l) +); +} +); +width = 754; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(553,-126,l), +(577,-14,l), +(667,-14,l), +(708,179,l), +(618,179,l), +(721,667,l), +(418,667,l), +(-25,150,l), +(-31,-14,l), +(336,-14,l), +(312,-126,l) +); +}, +{ +closed = 1; +nodes = ( +(431,435,l), +(377,179,l), +(232,179,l) +); +} +); +width = 847; +} +); +metricLeft = four; +metricRight = four; +unicode = 8324; +}, +{ +color = 6; +glyphname = onesuperior; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,1543,l), +(140,1495,l), +(282,1495,l), +(282,750,l), +(332,750,l), +(332,1543,l) +); +} +); +width = 532; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,1594,l), +(140,1467,l), +(321,1467,l), +(321,801,l), +(471,801,l), +(471,1594,l) +); +} +); +width = 631; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,1594,l), +(140,1394,l), +(305,1394,l), +(305,801,l), +(556,801,l), +(556,1594,l) +); +} +); +width = 716; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(357,1543,l), +(347,1495,l), +(489,1495,l), +(331,750,l), +(381,750,l), +(549,1543,l) +); +} +); +width = 532; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(368,1594,l), +(341,1467,l), +(522,1467,l), +(381,801,l), +(531,801,l), +(699,1594,l) +); +} +); +width = 631; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(362,1594,l), +(320,1394,l), +(485,1394,l), +(359,801,l), +(610,801,l), +(778,1594,l) +); +} +); +width = 717; +} +); +metricLeft = one; +metricRight = one; +unicode = 185; +}, +{ +color = 6; +glyphname = twosuperior; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(646,750,l), +(646,798,l), +(211,798,l), +(211,800,l), +(470,959,o), +(632,1159,o), +(632,1319,c), +(632,1463,o), +(525,1554,o), +(354,1555,cs), +(227,1555,o), +(129,1472,o), +(100,1341,c), +(149,1334,l), +(171,1439,o), +(250,1506,o), +(353,1508,cs), +(494,1511,o), +(582,1438,o), +(582,1319,c), +(582,1170,o), +(402,968,o), +(116,795,c), +(116,750,l) +); +} +); +width = 746; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(687,800,l), +(687,928,l), +(363,928,l), +(363,933,l), +(559,1046,o), +(682,1204,o), +(682,1342,c), +(682,1503,o), +(567,1604,o), +(385,1605,cs), +(244,1605,o), +(134,1510,o), +(100,1358,c), +(245,1331,l), +(261,1420,o), +(315,1476,o), +(384,1477,cs), +(475,1480,o), +(532,1428,o), +(532,1342,c), +(532,1231,o), +(371,1069,o), +(115,922,c), +(115,800,l) +); +} +); +width = 787; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(734,801,l), +(734,1001,l), +(486,1001,l), +(486,1006,l), +(638,1114,o), +(733,1244,o), +(733,1344,c), +(733,1509,o), +(603,1614,o), +(395,1615,cs), +(251,1616,o), +(137,1512,o), +(100,1346,c), +(301,1293,l), +(313,1363,o), +(351,1407,o), +(399,1408,cs), +(449,1409,o), +(481,1377,o), +(481,1324,c), +(481,1248,o), +(343,1113,o), +(122,972,c), +(122,801,l) +); +} +); +width = 834; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(695,750,l), +(706,798,l), +(271,798,l), +(271,800,l), +(563,959,o), +(768,1159,o), +(802,1319,c), +(833,1463,o), +(745,1554,o), +(575,1555,cs), +(448,1555,o), +(332,1472,o), +(275,1341,c), +(323,1334,l), +(367,1439,o), +(460,1506,o), +(564,1508,cs), +(706,1511,o), +(778,1438,o), +(752,1319,c), +(721,1170,o), +(499,968,o), +(175,795,c), +(165,750,l) +); +} +); +width = 747; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(746,800,l), +(774,928,l), +(450,928,l), +(451,933,l), +(670,1046,o), +(827,1203,o), +(857,1342,c), +(891,1503,o), +(798,1604,o), +(616,1605,cs), +(474,1605,o), +(344,1510,o), +(278,1358,c), +(417,1331,l), +(452,1420,o), +(517,1476,o), +(587,1477,cs), +(679,1480,o), +(725,1428,o), +(707,1342,c), +(683,1231,o), +(487,1069,o), +(200,922,c), +(174,800,l) +); +} +); +width = 787; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(787,801,l), +(830,1001,l), +(582,1001,l), +(583,1006,l), +(758,1114,o), +(881,1244,o), +(902,1344,c), +(937,1509,o), +(829,1614,o), +(622,1615,cs), +(478,1616,o), +(342,1512,o), +(269,1346,c), +(459,1293,l), +(486,1363,o), +(533,1407,o), +(582,1408,cs), +(632,1409,o), +(657,1377,o), +(646,1324,c), +(630,1248,o), +(463,1113,o), +(212,972,c), +(175,801,l) +); +} +); +width = 834; +} +); +metricLeft = two; +metricRight = two; +unicode = 178; +}, +{ +color = 6; +glyphname = threesuperior; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(63,1488,l), +(446,1488,l), +(446,1485,l), +(176,1213,l), +(176,1165,l), +(239,1165,l), +(407,1201,o), +(513,1126,o), +(513,971,cs), +(513,852,o), +(433,777,o), +(305,777,cs), +(210,777,o), +(133,824,o), +(106,900,c), +(60,883,l), +(93,789,o), +(187,730,o), +(303,730,c), +(463,730,o), +(563,822,o), +(563,968,cs), +(563,1153,o), +(440,1248,o), +(245,1213,c), +(245,1215,l), +(511,1486,l), +(511,1536,l), +(63,1536,l) +); +} +); +width = 623; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,1458,l), +(397,1458,l), +(397,1455,l), +(186,1271,l), +(186,1154,l), +(226,1157,l), +(380,1184,o), +(479,1136,o), +(482,1033,cs), +(484,957,o), +(427,909,o), +(333,909,c), +(257,909,o), +(190,952,o), +(160,1020,c), +(60,934,l), +(109,840,o), +(213,781,o), +(330,781,c), +(515,781,o), +(631,877,o), +(631,1030,cs), +(631,1188,o), +(534,1283,o), +(379,1276,c), +(379,1280,l), +(574,1457,l), +(574,1586,l), +(74,1586,l) +); +} +); +width = 691; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(84,1380,l), +(382,1380,l), +(382,1375,l), +(222,1234,l), +(222,1128,l), +(347,1128,ls), +(419,1128,o), +(466,1094,o), +(468,1041,c), +(468,986,o), +(428,951,o), +(365,951,c), +(305,951,o), +(262,989,o), +(253,1050,c), +(60,991,l), +(90,852,o), +(213,765,o), +(379,765,cs), +(579,765,o), +(704,868,o), +(704,1032,c), +(702,1184,o), +(609,1273,o), +(462,1262,c), +(462,1268,l), +(638,1431,l), +(639,1579,l), +(84,1579,l) +); +} +); +width = 764; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(268,1488,l), +(651,1488,l), +(651,1485,l), +(323,1213,l), +(313,1165,l), +(376,1165,l), +(552,1201,o), +(641,1126,o), +(609,971,cs), +(583,852,o), +(486,777,o), +(359,777,cs), +(264,777,o), +(198,824,o), +(186,900,c), +(137,883,l), +(151,789,o), +(232,730,o), +(347,730,c), +(507,730,o), +(627,822,o), +(658,968,cs), +(698,1153,o), +(595,1248,o), +(392,1213,c), +(392,1215,l), +(716,1486,l), +(727,1536,l), +(279,1536,l) +); +} +); +width = 623; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,1458,l), +(596,1458,l), +(596,1455,l), +(346,1271,l), +(321,1154,l), +(381,1157,l), +(529,1182,o), +(610,1134,o), +(591,1033,cs), +(576,957,o), +(501,909,o), +(396,909,c), +(326,909,o), +(272,952,o), +(256,1020,c), +(148,934,l), +(177,840,o), +(268,781,o), +(385,781,c), +(570,781,o), +(707,877,o), +(739,1030,cs), +(772,1187,o), +(695,1282,o), +(540,1276,c), +(541,1280,l), +(773,1457,l), +(801,1586,l), +(301,1586,l) +); +} +); +width = 691; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,1380,l), +(538,1380,l), +(537,1375,l), +(367,1234,l), +(345,1128,l), +(490,1128,ls), +(549,1128,o), +(581,1094,o), +(572,1041,c), +(560,986,o), +(513,951,o), +(450,951,c), +(390,951,o), +(355,989,o), +(359,1050,c), +(154,991,l), +(154,852,o), +(266,765,o), +(444,765,cs), +(631,765,o), +(771,868,o), +(806,1032,c), +(837,1183,o), +(770,1272,o), +(633,1262,c), +(634,1268,l), +(825,1431,l), +(858,1579,l), +(303,1579,l) +); +} +); +width = 764; +} +); +metricLeft = three; +metricRight = three; +unicode = 179; +}, +{ +color = 6; +glyphname = space; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +width = 500; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +width = 530; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +width = 520; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +width = 500; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +width = 530; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +width = 520; +} +); +unicode = 32; +}, +{ +color = 6; +glyphname = nbspace; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +width = 500; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +width = 530; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +width = 520; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +width = 500; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +width = 530; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +width = 520; +} +); +metricWidth = "=space"; +unicode = 160; +}, +{ +color = 6; +glyphname = .notdef; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(61,1155,l), +(1055,1155,l), +(1055,1373,l), +(61,1373,l) +); +}, +{ +closed = 1; +nodes = ( +(61,867,l), +(1056,867,l), +(1056,1085,l), +(61,1085,l) +); +}, +{ +closed = 1; +nodes = ( +(61,579,l), +(1056,579,l), +(1056,797,l), +(61,797,l) +); +}, +{ +closed = 1; +nodes = ( +(61,291,l), +(1056,291,l), +(1056,509,l), +(61,509,l) +); +}, +{ +closed = 1; +nodes = ( +(60,3,l), +(1055,3,l), +(1055,221,l), +(60,221,l) +); +} +); +width = 1116; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(61,1155,l), +(1055,1155,l), +(1055,1293,l), +(61,1293,l) +); +}, +{ +closed = 1; +nodes = ( +(61,867,l), +(1056,867,l), +(1056,1005,l), +(61,1005,l) +); +}, +{ +closed = 1; +nodes = ( +(61,579,l), +(1056,579,l), +(1056,717,l), +(61,717,l) +); +}, +{ +closed = 1; +nodes = ( +(61,291,l), +(1056,291,l), +(1056,429,l), +(61,429,l) +); +}, +{ +closed = 1; +nodes = ( +(60,3,l), +(1055,3,l), +(1055,141,l), +(60,141,l) +); +} +); +width = 1116; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(61,1155,l), +(1055,1155,l), +(1055,1253,l), +(61,1253,l) +); +}, +{ +closed = 1; +nodes = ( +(61,867,l), +(1056,867,l), +(1056,965,l), +(61,965,l) +); +}, +{ +closed = 1; +nodes = ( +(61,579,l), +(1056,579,l), +(1056,677,l), +(61,677,l) +); +}, +{ +closed = 1; +nodes = ( +(61,291,l), +(1056,291,l), +(1056,389,l), +(61,389,l) +); +}, +{ +closed = 1; +nodes = ( +(60,3,l), +(1055,3,l), +(1055,101,l), +(60,101,l) +); +} +); +width = 1116; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,1155,l), +(1190,1155,l), +(1237,1373,l), +(243,1373,l) +); +}, +{ +closed = 1; +nodes = ( +(135,867,l), +(1130,867,l), +(1176,1085,l), +(181,1085,l) +); +}, +{ +closed = 1; +nodes = ( +(74,579,l), +(1069,579,l), +(1115,797,l), +(120,797,l) +); +}, +{ +closed = 1; +nodes = ( +(13,291,l), +(1008,291,l), +(1054,509,l), +(59,509,l) +); +}, +{ +closed = 1; +nodes = ( +(-50,3,l), +(945,3,l), +(992,221,l), +(-3,221,l) +); +} +); +width = 1117; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,1155,l), +(1190,1155,l), +(1219,1293,l), +(225,1293,l) +); +}, +{ +closed = 1; +nodes = ( +(135,867,l), +(1130,867,l), +(1159,1005,l), +(164,1005,l) +); +}, +{ +closed = 1; +nodes = ( +(73,579,l), +(1068,579,l), +(1098,717,l), +(103,717,l) +); +}, +{ +closed = 1; +nodes = ( +(12,291,l), +(1007,291,l), +(1036,429,l), +(41,429,l) +); +}, +{ +closed = 1; +nodes = ( +(-50,3,l), +(945,3,l), +(974,141,l), +(-21,141,l) +); +} +); +width = 1116; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,1155,l), +(1184,1155,l), +(1205,1253,l), +(211,1253,l) +); +}, +{ +closed = 1; +nodes = ( +(129,867,l), +(1124,867,l), +(1145,965,l), +(150,965,l) +); +}, +{ +closed = 1; +nodes = ( +(68,579,l), +(1063,579,l), +(1083,677,l), +(88,677,l) +); +}, +{ +closed = 1; +nodes = ( +(6,291,l), +(1001,291,l), +(1022,389,l), +(27,389,l) +); +}, +{ +closed = 1; +nodes = ( +(-56,3,l), +(939,3,l), +(960,101,l), +(-35,101,l) +); +} +); +width = 1117; +} +); +metricLeft = o; +metricRight = o; +}, +{ +glyphname = lineseparator; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +width = 600; +}, +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +width = 600; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +width = 600; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +width = 600; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +width = 600; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +width = 600; +} +); +unicode = 8232; +}, +{ +glyphname = paragraphseparator; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +width = 600; +}, +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +width = 600; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +width = 600; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +width = 600; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +width = 600; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +width = 600; +} +); +unicode = 8233; +}, +{ +color = 6; +glyphname = anoteleia; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,519,l), +(190,519,l), +(190,609,l), +(100,609,l) +); +} +); +width = 290; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,489,l), +(313,489,l), +(313,689,l), +(102,689,l) +); +} +); +width = 413; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,419,l), +(450,419,l), +(450,748,l), +(100,748,l) +); +} +); +width = 550; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,519,l), +(190,519,l), +(210,609,l), +(120,609,l) +); +} +); +width = 291; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,489,l), +(306,489,l), +(348,689,l), +(137,689,l) +); +} +); +width = 413; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(72,419,l), +(422,419,l), +(492,748,l), +(142,748,l) +); +} +); +width = 550; +} +); +metricLeft = H; +metricRight = H; +unicode = 903; +}, +{ +color = 6; +glyphname = questiongreek; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,702,l), +(242,702,l), +(242,792,l), +(152,792,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-279,l), +(148,-279,l), +(234,198,l), +(140,198,l) +); +} +); +width = 342; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,640,l), +(381,640,l), +(381,840,l), +(170,840,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-272,l), +(253,-272,l), +(379,201,l), +(150,201,l) +); +} +); +width = 481; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,672,l), +(545,672,l), +(545,1001,l), +(195,1001,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-310,l), +(357,-310,l), +(573,332,l), +(170,332,l) +); +} +); +width = 673; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(139,702,l), +(229,702,l), +(249,792,l), +(159,792,l) +); +}, +{ +closed = 1; +nodes = ( +(4,-279,l), +(52,-279,l), +(156,88,l), +(82,88,l) +); +} +); +width = 348; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,640,l), +(339,640,l), +(381,840,l), +(170,840,l) +); +}, +{ +closed = 1; +nodes = ( +(26,-242,l), +(179,-242,l), +(329,201,l), +(120,201,l) +); +} +); +width = 497; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,672,l), +(476,672,l), +(546,1001,l), +(196,1001,l) +); +}, +{ +closed = 1; +nodes = ( +(-43,-310,l), +(244,-310,l), +(496,332,l), +(93,332,l) +); +} +); +width = 642; +} +); +metricLeft = H; +metricRight = H; +unicode = 894; +}, +{ +color = 6; +glyphname = period; +kernLeft = dot; +kernRight = dot; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(150,0,l), +(150,90,l), +(60,90,l) +); +} +); +width = 210; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(273,0,l), +(273,200,l), +(62,200,l) +); +} +); +width = 333; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(345,-27,o), +(414,46,o), +(414,147,cs), +(414,248,o), +(345,320,o), +(237,320,cs), +(130,320,o), +(60,248,o), +(60,147,cs), +(60,46,o), +(130,-27,o), +(237,-27,cs) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,0,l), +(410,0,l), +(410,329,l), +(60,329,l) +); +} +); +width = 470; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-51,0,l), +(39,0,l), +(59,90,l), +(-31,90,l) +); +} +); +width = 210; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-51,0,l), +(162,0,l), +(204,200,l), +(-7,200,l) +); +} +); +width = 333; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(263,-27,o), +(332,46,o), +(332,147,cs), +(332,248,o), +(263,320,o), +(155,320,cs), +(48,320,o), +(-22,248,o), +(-22,147,cs), +(-22,46,o), +(48,-27,o), +(155,-27,cs) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-57,0,l), +(293,0,l), +(363,329,l), +(13,329,l) +); +} +); +width = 470; +} +); +metricLeft = o; +metricRight = o; +unicode = 46; +}, +{ +color = 6; +glyphname = comma; +kernLeft = dot; +kernRight = dot; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,-279,l), +(108,-279,l), +(194,198,l), +(100,198,l) +); +} +); +width = 294; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,-272,l), +(213,-272,l), +(339,201,l), +(110,201,l) +); +} +); +width = 439; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,-310,l), +(317,-310,l), +(533,332,l), +(130,332,l) +); +} +); +width = 633; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-110,-279,l), +(-62,-279,l), +(42,88,l), +(-32,88,l) +); +} +); +width = 234; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-102,-242,l), +(51,-242,l), +(201,201,l), +(-8,201,l) +); +} +); +width = 369; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-122,-310,l), +(165,-310,l), +(417,332,l), +(14,332,l) +); +} +); +width = 563; +} +); +metricLeft = o; +metricRight = H; +unicode = 44; +}, +{ +color = 6; +glyphname = colon; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,702,l), +(190,702,l), +(190,792,l), +(100,792,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(190,0,l), +(190,90,l), +(100,90,l) +); +} +); +width = 290; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,642,l), +(313,642,l), +(313,842,l), +(102,842,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(313,0,l), +(313,200,l), +(102,200,l) +); +} +); +width = 413; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,672,l), +(450,672,l), +(450,1001,l), +(100,1001,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(450,0,l), +(450,329,l), +(100,329,l) +); +} +); +width = 550; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,702,l), +(241,702,l), +(261,792,l), +(171,792,l) +); +}, +{ +closed = 1; +nodes = ( +(-11,0,l), +(79,0,l), +(99,90,l), +(9,90,l) +); +} +); +width = 303; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,642,l), +(342,642,l), +(384,842,l), +(173,842,l) +); +}, +{ +closed = 1; +nodes = ( +(-11,0,l), +(202,0,l), +(244,200,l), +(33,200,l) +); +} +); +width = 416; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,672,l), +(476,672,l), +(546,1001,l), +(196,1001,l) +); +}, +{ +closed = 1; +nodes = ( +(-12,0,l), +(338,0,l), +(408,329,l), +(58,329,l) +); +} +); +width = 555; +} +); +metricLeft = H; +metricRight = H; +unicode = 58; +}, +{ +color = 6; +glyphname = semicolon; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,702,l), +(232,702,l), +(232,792,l), +(142,792,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-279,l), +(148,-279,l), +(234,198,l), +(140,198,l) +); +} +); +width = 334; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(161,640,l), +(374,640,l), +(374,840,l), +(163,840,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-272,l), +(253,-272,l), +(379,201,l), +(150,201,l) +); +} +); +width = 479; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,672,l), +(540,672,l), +(540,1001,l), +(190,1001,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-310,l), +(357,-310,l), +(573,332,l), +(170,332,l) +); +} +); +width = 673; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(139,702,l), +(229,702,l), +(249,792,l), +(159,792,l) +); +}, +{ +closed = 1; +nodes = ( +(4,-279,l), +(52,-279,l), +(156,88,l), +(82,88,l) +); +} +); +width = 348; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,640,l), +(339,640,l), +(381,840,l), +(170,840,l) +); +}, +{ +closed = 1; +nodes = ( +(26,-242,l), +(179,-242,l), +(329,201,l), +(120,201,l) +); +} +); +width = 497; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(126,672,l), +(476,672,l), +(546,1001,l), +(196,1001,l) +); +}, +{ +closed = 1; +nodes = ( +(-43,-310,l), +(244,-310,l), +(496,332,l), +(93,332,l) +); +} +); +width = 642; +} +); +metricLeft = H; +metricRight = H; +unicode = 59; +}, +{ +color = 10; +glyphname = ellipsis; +kernLeft = dot; +kernRight = dot; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(870,0,l), +(960,0,l), +(960,90,l), +(870,90,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(190,0,l), +(190,90,l), +(100,90,l) +); +}, +{ +closed = 1; +nodes = ( +(489,0,l), +(579,0,l), +(579,90,l), +(489,90,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (810,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (429,0); +ref = period; +} +); +width = 1060; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(870,0,l), +(1083,0,l), +(1083,200,l), +(872,200,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(313,0,l), +(313,200,l), +(102,200,l) +); +}, +{ +closed = 1; +nodes = ( +(489,0,l), +(702,0,l), +(702,200,l), +(491,200,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (810,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (429,0); +ref = period; +} +); +width = 1183; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1290,0,l), +(1640,0,l), +(1640,329,l), +(1290,329,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(450,0,l), +(450,329,l), +(100,329,l) +); +}, +{ +closed = 1; +nodes = ( +(689,0,l), +(1039,0,l), +(1039,329,l), +(689,329,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (1230,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (629,0); +ref = period; +} +); +width = 1740; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(759,0,l), +(849,0,l), +(869,90,l), +(779,90,l) +); +}, +{ +closed = 1; +nodes = ( +(-11,0,l), +(79,0,l), +(99,90,l), +(9,90,l) +); +}, +{ +closed = 1; +nodes = ( +(378,0,l), +(468,0,l), +(488,90,l), +(398,90,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (810,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (429,0); +ref = period; +} +); +width = 1060; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(759,0,l), +(972,0,l), +(1014,200,l), +(803,200,l) +); +}, +{ +closed = 1; +nodes = ( +(-11,0,l), +(202,0,l), +(244,200,l), +(33,200,l) +); +}, +{ +closed = 1; +nodes = ( +(378,0,l), +(591,0,l), +(633,200,l), +(422,200,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (810,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (429,0); +ref = period; +} +); +width = 1183; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1173,0,l), +(1523,0,l), +(1593,329,l), +(1243,329,l) +); +}, +{ +closed = 1; +nodes = ( +(-17,0,l), +(333,0,l), +(403,329,l), +(53,329,l) +); +}, +{ +closed = 1; +nodes = ( +(572,0,l), +(922,0,l), +(992,329,l), +(642,329,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (1230,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (629,0); +ref = period; +} +); +width = 1740; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1173,0,l), +(1523,0,l), +(1593,329,l), +(1243,329,l) +); +}, +{ +closed = 1; +nodes = ( +(-17,0,l), +(333,0,l), +(403,329,l), +(53,329,l) +); +}, +{ +closed = 1; +nodes = ( +(572,0,l), +(922,0,l), +(992,329,l), +(642,329,l) +); +} +); +}; +layerId = "AF021B77-5CFE-482D-A4DA-5C810E511EB4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (1230,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (629,0); +ref = period; +} +); +width = 1740; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(759,0,l), +(972,0,l), +(1014,200,l), +(803,200,l) +); +}, +{ +closed = 1; +nodes = ( +(-11,0,l), +(202,0,l), +(244,200,l), +(33,200,l) +); +}, +{ +closed = 1; +nodes = ( +(378,0,l), +(591,0,l), +(633,200,l), +(422,200,l) +); +} +); +}; +layerId = "2594233B-8651-4172-976A-8E86A6C7E588"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (810,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (429,0); +ref = period; +} +); +width = 1183; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1290,0,l), +(1640,0,l), +(1640,329,l), +(1290,329,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(450,0,l), +(450,329,l), +(100,329,l) +); +}, +{ +closed = 1; +nodes = ( +(689,0,l), +(1039,0,l), +(1039,329,l), +(689,329,l) +); +} +); +}; +layerId = "25423E85-040F-430A-B62A-D1645B5258F4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (1230,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (629,0); +ref = period; +} +); +width = 1740; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(759,0,l), +(849,0,l), +(869,90,l), +(779,90,l) +); +}, +{ +closed = 1; +nodes = ( +(-11,0,l), +(79,0,l), +(99,90,l), +(9,90,l) +); +}, +{ +closed = 1; +nodes = ( +(378,0,l), +(468,0,l), +(488,90,l), +(398,90,l) +); +} +); +}; +layerId = "571DFD35-5EF8-424F-9ECE-1007D0C91DBF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (810,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (429,0); +ref = period; +} +); +width = 1060; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(870,0,l), +(1083,0,l), +(1083,200,l), +(872,200,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(313,0,l), +(313,200,l), +(102,200,l) +); +}, +{ +closed = 1; +nodes = ( +(489,0,l), +(702,0,l), +(702,200,l), +(491,200,l) +); +} +); +}; +layerId = "AE9F51E2-191E-4D68-887F-A3EEEC6C7084"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (810,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (429,0); +ref = period; +} +); +width = 1183; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(870,0,l), +(960,0,l), +(960,90,l), +(870,90,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(190,0,l), +(190,90,l), +(100,90,l) +); +}, +{ +closed = 1; +nodes = ( +(489,0,l), +(579,0,l), +(579,90,l), +(489,90,l) +); +} +); +}; +layerId = "90D1872D-FCA2-4D85-9913-A94D4E15444B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (810,0); +ref = period; +}, +{ +pos = (40,0); +ref = period; +}, +{ +pos = (429,0); +ref = period; +} +); +width = 1060; +} +); +metricLeft = H; +metricRight = H; +unicode = 8230; +}, +{ +color = 6; +glyphname = exclam; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(122,335,l), +(168,335,l), +(170,1443,l), +(120,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(190,0,l), +(190,90,l), +(100,90,l) +); +} +); +width = 290; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(117,345,l), +(297,345,l), +(307,1443,l), +(107,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(100,0,l), +(313,0,l), +(313,200,l), +(102,200,l) +); +} +); +width = 413; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(134,463,l), +(486,463,l), +(520,1439,l), +(100,1439,l) +); +}, +{ +closed = 1; +nodes = ( +(135,0,l), +(485,0,l), +(485,329,l), +(135,329,l) +); +} +); +width = 620; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,335,l), +(189,335,l), +(427,1443,l), +(377,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-11,0,l), +(79,0,l), +(99,90,l), +(9,90,l) +); +} +); +width = 331; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,345,l), +(340,345,l), +(584,1443,l), +(384,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-11,0,l), +(202,0,l), +(244,200,l), +(33,200,l) +); +} +); +width = 488; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,463,l), +(497,463,l), +(739,1439,l), +(319,1439,l) +); +}, +{ +closed = 1; +nodes = ( +(-17,0,l), +(333,0,l), +(403,329,l), +(53,329,l) +); +} +); +width = 650; +} +); +metricLeft = H; +metricRight = H; +unicode = 33; +}, +{ +color = 10; +glyphname = exclamdown; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,1039); +ref = exclam; +scale = (1,-1); +} +); +width = 290; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,1038); +ref = exclam; +scale = (1,-1); +} +); +width = 413; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,1098); +ref = exclam; +scale = (1,-1); +} +); +width = 620; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +angle = 180; +pos = (310,940); +ref = exclam; +} +); +width = 332; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +angle = 180; +pos = (467,941); +ref = exclam; +} +); +width = 489; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +angle = 180; +pos = (629,1000); +ref = exclam; +} +); +width = 650; +} +); +metricLeft = H; +metricRight = H; +unicode = 161; +}, +{ +color = 6; +glyphname = question; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(129,1105,l), +(147,1292,o), +(286,1415,o), +(466,1415,cs), +(651,1415,o), +(797,1288,o), +(797,1109,cs), +(797,1000,o), +(741,915,o), +(598,809,cs), +(450,700,o), +(406,628,o), +(406,496,cs), +(406,397,l), +(455,397,l), +(455,494,ls), +(455,615,o), +(493,676,o), +(633,776,cs), +(788,887,o), +(848,979,o), +(848,1111,cs), +(848,1310,o), +(685,1461,o), +(466,1461,cs), +(254,1461,o), +(94,1309,o), +(81,1105,c) +); +}, +{ +closed = 1; +nodes = ( +(463,-7,o), +(487,17,o), +(487,45,cs), +(487,74,o), +(463,98,o), +(434,98,cs), +(405,98,o), +(382,74,o), +(382,45,cs), +(382,17,o), +(405,-7,o), +(434,-7,cs) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(473,328,l), +(473,511,ls), +(473,749,o), +(851,870,o), +(851,1130,cs), +(851,1335,o), +(712,1463,o), +(491,1463,cs), +(251,1463,o), +(100,1325,o), +(100,1105,c), +(150,1105,l), +(150,1295,o), +(281,1415,o), +(489,1415,cs), +(681,1415,o), +(801,1305,o), +(801,1130,cs), +(801,898,o), +(423,755,o), +(423,518,cs), +(423,328,l) +); +}, +{ +closed = 1; +nodes = ( +(397,0,l), +(487,0,l), +(487,90,l), +(397,90,l) +); +} +); +width = 951; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(125,1105,l), +(143,1292,o), +(282,1415,o), +(462,1415,cs), +(647,1415,o), +(793,1288,o), +(793,1109,cs), +(793,1000,o), +(737,915,o), +(594,809,cs), +(446,700,o), +(402,628,o), +(402,496,cs), +(402,397,l), +(451,397,l), +(451,494,ls), +(451,615,o), +(489,676,o), +(629,776,cs), +(784,887,o), +(844,979,o), +(844,1111,cs), +(844,1310,o), +(681,1461,o), +(462,1461,cs), +(250,1461,o), +(90,1309,o), +(77,1105,c) +); +}, +{ +closed = 1; +nodes = ( +(459,-7,o), +(483,17,o), +(483,45,cs), +(483,74,o), +(459,98,o), +(430,98,cs), +(401,98,o), +(378,74,o), +(378,45,cs), +(378,17,o), +(401,-7,o), +(430,-7,cs) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(515,348,l), +(515,511,ls), +(515,749,o), +(911,850,o), +(911,1110,cs), +(911,1327,o), +(749,1463,o), +(490,1463,cs), +(250,1463,o), +(100,1317,o), +(100,1085,c), +(280,1085,l), +(280,1219,o), +(361,1303,o), +(490,1303,cs), +(638,1303,o), +(731,1236,o), +(731,1130,cs), +(731,898,o), +(335,775,o), +(335,538,cs), +(335,348,l) +); +}, +{ +closed = 1; +nodes = ( +(318,0,l), +(531,0,l), +(531,200,l), +(320,200,l) +); +} +); +width = 1011; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(750,458,l), +(750,541,l), +(750,779,o), +(1112,772,o), +(1112,1070,cs), +(1112,1322,o), +(923,1480,o), +(622,1480,cs), +(301,1480,o), +(100,1297,o), +(100,1005,c), +(501,1005,l), +(501,1095,o), +(547,1152,o), +(620,1152,cs), +(677,1152,o), +(712,1120,o), +(712,1070,cs), +(712,925,o), +(390,840,o), +(390,583,cs), +(390,458,l) +); +}, +{ +closed = 1; +nodes = ( +(406,0,l), +(756,0,l), +(756,329,l), +(406,329,l) +); +} +); +width = 1212; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(147,1105,l), +(165,1292,o), +(304,1415,o), +(484,1415,cs), +(669,1415,o), +(815,1288,o), +(815,1109,cs), +(815,1000,o), +(759,915,o), +(616,809,cs), +(468,700,o), +(424,628,o), +(424,496,cs), +(424,397,l), +(473,397,l), +(473,494,ls), +(473,615,o), +(511,676,o), +(651,776,cs), +(806,887,o), +(866,979,o), +(866,1111,cs), +(866,1310,o), +(703,1461,o), +(484,1461,cs), +(272,1461,o), +(112,1309,o), +(99,1105,c) +); +}, +{ +closed = 1; +nodes = ( +(481,-7,o), +(505,17,o), +(505,45,cs), +(505,74,o), +(481,98,o), +(452,98,cs), +(423,98,o), +(400,74,o), +(400,45,cs), +(400,17,o), +(423,-7,o), +(452,-7,cs) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(441,328,l), +(493,511,ls), +(559,744,o), +(935,870,o), +(980,1130,cs), +(1017,1335,o), +(900,1463,o), +(679,1463,cs), +(439,1463,o), +(264,1325,o), +(225,1105,c), +(275,1105,l), +(308,1295,o), +(460,1415,o), +(669,1415,cs), +(861,1415,o), +(961,1305,o), +(930,1130,cs), +(889,898,o), +(509,750,o), +(444,518,cs), +(391,328,l) +); +}, +{ +closed = 1; +nodes = ( +(304,0,l), +(394,0,l), +(414,90,l), +(324,90,l) +); +} +); +width = 951; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(133,1105,l), +(151,1292,o), +(290,1415,o), +(470,1415,cs), +(655,1415,o), +(801,1288,o), +(801,1109,cs), +(801,1000,o), +(745,915,o), +(602,809,cs), +(454,700,o), +(410,628,o), +(410,496,cs), +(410,397,l), +(459,397,l), +(459,494,ls), +(459,615,o), +(497,676,o), +(637,776,cs), +(792,887,o), +(852,979,o), +(852,1111,cs), +(852,1310,o), +(689,1461,o), +(470,1461,cs), +(258,1461,o), +(98,1309,o), +(85,1105,c) +); +}, +{ +closed = 1; +nodes = ( +(467,-7,o), +(491,17,o), +(491,45,cs), +(491,74,o), +(467,98,o), +(438,98,cs), +(409,98,o), +(386,74,o), +(386,45,cs), +(386,17,o), +(409,-7,o), +(438,-7,cs) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(485,348,l), +(533,511,ls), +(601,743,o), +(989,850,o), +(1035,1110,cs), +(1074,1327,o), +(935,1463,o), +(676,1463,cs), +(437,1463,o), +(261,1317,o), +(220,1085,c), +(400,1085,l), +(423,1219,o), +(519,1303,o), +(648,1303,cs), +(796,1303,o), +(878,1236,o), +(859,1130,cs), +(818,898,o), +(423,770,o), +(358,538,cs), +(305,348,l) +); +}, +{ +closed = 1; +nodes = ( +(215,0,l), +(428,0,l), +(470,200,l), +(259,200,l) +); +} +); +width = 1010; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(731,458,l), +(766,541,ls), +(861,767,o), +(1168,772,o), +(1221,1070,cs), +(1265,1322,o), +(1104,1480,o), +(803,1480,cs), +(483,1480,o), +(249,1297,o), +(197,1005,c), +(598,1005,l), +(615,1095,o), +(671,1152,o), +(743,1152,cs), +(799,1152,o), +(829,1120,o), +(821,1070,cs), +(795,925,o), +(496,831,o), +(413,583,cs), +(371,458,l) +); +}, +{ +closed = 1; +nodes = ( +(263,0,l), +(613,0,l), +(683,329,l), +(333,329,l) +); +} +); +width = 1211; +} +); +metricLeft = H; +metricRight = H; +unicode = 63; +}, +{ +color = 10; +glyphname = questiondown; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +angle = 180; +pos = (951,1039); +ref = question; +} +); +width = 951; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +angle = 180; +pos = (1011,1040); +ref = question; +} +); +width = 1011; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +angle = 180; +pos = (1212,1099); +ref = question; +} +); +width = 1212; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +angle = 180; +pos = (958,1077); +ref = question; +} +); +width = 950; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +angle = 180; +pos = (1001,997); +ref = question; +} +); +width = 1011; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +angle = 180; +pos = (1189,997); +ref = question; +} +); +width = 1211; +} +); +metricLeft = H; +metricRight = H; +unicode = 191; +}, +{ +color = 10; +glyphname = periodcentered; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (40,519); +ref = period; +} +); +width = 290; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (40,489); +ref = period; +} +); +width = 413; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (40,419); +ref = period; +} +); +width = 550; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (151,519); +ref = period; +} +); +width = 291; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (144,489); +ref = period; +} +); +width = 413; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (129,419); +ref = period; +} +); +width = 550; +} +); +metricLeft = H; +metricRight = H; +unicode = 183; +}, +{ +color = 10; +glyphname = bullet; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (10,496); +ref = period; +scale = (1.5,1.5); +} +); +width = 335; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (10,448); +ref = period; +scale = (1.5,1.5); +} +); +width = 519; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (10,329); +ref = period; +scale = (1.5,1.5); +} +); +width = 725; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (171,496); +ref = period; +scale = (1.5,1.5); +} +); +width = 336; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (161,448); +ref = period; +scale = (1.5,1.5); +} +); +width = 519; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (139,329); +ref = period; +scale = (1.5,1.5); +} +); +width = 726; +} +); +metricLeft = H; +metricRight = H; +unicode = 8226; +}, +{ +color = 6; +glyphname = asterisk; +lastChange = "2025-12-11 15:03:51 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(379,929,l), +(380,1142,l), +(579,1024,l), +(607,1066,l), +(401,1184,l), +(610,1301,l), +(584,1344,l), +(380,1226,l), +(379,1445,l), +(328,1445,l), +(331,1225,l), +(128,1346,l), +(100,1304,l), +(307,1184,l), +(102,1070,l), +(128,1027,l), +(331,1144,l), +(328,929,l) +); +} +); +width = 710; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(447,928,l), +(448,1066,l), +(579,988,l), +(648,1097,l), +(497,1184,l), +(648,1268,l), +(582,1383,l), +(448,1305,l), +(447,1444,l), +(296,1444,l), +(298,1300,l), +(169,1377,l), +(100,1268,l), +(240,1187,l), +(100,1109,l), +(166,994,l), +(298,1070,l), +(296,928,l) +); +} +); +width = 748; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(615,698,l), +(606,886,l), +(779,774,l), +(892,957,l), +(694,1059,l), +(898,1164,l), +(785,1347,l), +(606,1232,l), +(616,1441,l), +(391,1441,l), +(401,1231,l), +(214,1351,l), +(100,1169,l), +(311,1060,l), +(107,955,l), +(219,774,l), +(399,889,l), +(390,698,l) +); +} +); +width = 998; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(466,929,l), +(512,1142,l), +(686,1024,l), +(723,1066,l), +(543,1184,l), +(776,1301,l), +(759,1344,l), +(530,1226,l), +(576,1445,l), +(525,1445,l), +(481,1225,l), +(304,1346,l), +(267,1304,l), +(449,1184,l), +(219,1070,l), +(236,1027,l), +(464,1144,l), +(415,929,l) +); +} +); +width = 710; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(534,928,l), +(564,1066,l), +(679,988,l), +(771,1097,l), +(639,1184,l), +(807,1268,l), +(766,1383,l), +(615,1305,l), +(644,1444,l), +(493,1444,l), +(465,1300,l), +(352,1377,l), +(259,1268,l), +(382,1187,l), +(226,1109,l), +(267,994,l), +(416,1070,l), +(383,928,l) +); +} +); +width = 748; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(647,698,l), +(678,886,l), +(827,774,l), +(979,957,l), +(803,1059,l), +(1029,1164,l), +(955,1347,l), +(751,1232,l), +(806,1441,l), +(581,1441,l), +(547,1231,l), +(385,1351,l), +(232,1169,l), +(420,1060,l), +(194,955,l), +(267,774,l), +(472,889,l), +(422,698,l) +); +} +); +width = 998; +} +); +metricLeft = H; +metricRight = H; +unicode = 42; +}, +{ +color = 6; +glyphname = hyphenbullet; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,534,l), +(562,534,l), +(562,584,l), +(100,584,l) +); +} +); +width = 662; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,509,l), +(642,509,l), +(642,669,l), +(100,669,l) +); +} +); +width = 742; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,429,l), +(672,429,l), +(672,729,l), +(100,729,l) +); +} +); +width = 772; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,534,l), +(566,534,l), +(576,584,l), +(114,584,l) +); +} +); +width = 663; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,509,l), +(640,509,l), +(674,669,l), +(132,669,l) +); +} +); +width = 742; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(74,429,l), +(646,429,l), +(710,729,l), +(138,729,l) +); +} +); +width = 772; +} +); +metricLeft = H; +metricRight = H; +unicode = 8259; +}, +{ +color = 6; +glyphname = numbersign; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,468,l), +(1270,468,l), +(1270,517,l), +(60,517,l) +); +}, +{ +closed = 1; +nodes = ( +(100,991,l), +(1310,991,l), +(1310,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(243,0,l), +(294,0,l), +(614,1443,l), +(563,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(737,-4,l), +(788,-4,l), +(1108,1439,l), +(1057,1439,l) +); +} +); +width = 1370; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,357,l), +(1270,357,l), +(1270,517,l), +(60,517,l) +); +}, +{ +closed = 1; +nodes = ( +(100,880,l), +(1310,880,l), +(1310,1040,l), +(100,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(213,0,l), +(397,0,l), +(687,1443,l), +(503,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(707,-4,l), +(891,-4,l), +(1181,1439,l), +(997,1439,l) +); +} +); +width = 1370; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,343,l), +(1350,343,l), +(1350,613,l), +(60,613,l) +); +}, +{ +closed = 1; +nodes = ( +(60,839,l), +(1350,839,l), +(1350,1109,l), +(60,1109,l) +); +}, +{ +closed = 1; +nodes = ( +(168,0,l), +(521,0,l), +(711,1443,l), +(358,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(702,0,l), +(1055,0,l), +(1245,1443,l), +(892,1443,l) +); +} +); +width = 1410; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(49,468,l), +(1259,468,l), +(1269,517,l), +(59,517,l) +); +}, +{ +closed = 1; +nodes = ( +(200,991,l), +(1410,991,l), +(1420,1040,l), +(210,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(132,0,l), +(183,0,l), +(810,1443,l), +(759,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(625,-4,l), +(676,-4,l), +(1303,1439,l), +(1252,1439,l) +); +} +); +width = 1370; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(25,357,l), +(1235,357,l), +(1269,517,l), +(59,517,l) +); +}, +{ +closed = 1; +nodes = ( +(176,880,l), +(1386,880,l), +(1420,1040,l), +(210,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(102,0,l), +(286,0,l), +(883,1443,l), +(699,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(595,-4,l), +(779,-4,l), +(1376,1439,l), +(1192,1439,l) +); +} +); +width = 1369; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(17,343,l), +(1307,343,l), +(1364,613,l), +(74,613,l) +); +}, +{ +closed = 1; +nodes = ( +(122,839,l), +(1412,839,l), +(1469,1109,l), +(179,1109,l) +); +}, +{ +closed = 1; +nodes = ( +(52,0,l), +(405,0,l), +(901,1443,l), +(548,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(586,0,l), +(939,0,l), +(1435,1443,l), +(1082,1443,l) +); +} +); +width = 1411; +} +); +metricLeft = o; +metricRight = o; +unicode = 35; +}, +{ +color = 6; +glyphname = slash; +kernLeft = A; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(64,-299,l), +(643,1520,l), +(589,1520,l), +(10,-299,l) +); +} +); +width = 653; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(178,-299,l), +(707,1520,l), +(539,1520,l), +(10,-299,l) +); +} +); +width = 717; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(376,-299,l), +(905,1520,l), +(539,1520,l), +(10,-299,l) +); +} +); +width = 915; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-110,-299,l), +(855,1520,l), +(801,1520,l), +(-164,-299,l) +); +} +); +width = 652; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-6,-299,l), +(909,1520,l), +(751,1520,l), +(-164,-299,l) +); +} +); +width = 716; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(196,-299,l), +(1111,1520,l), +(745,1520,l), +(-170,-299,l) +); +} +); +width = 915; +} +); +unicode = 47; +}, +{ +color = 10; +glyphname = backslash; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (653,0); +ref = slash; +scale = (-1,1); +} +); +width = 653; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (717,0); +ref = slash; +scale = (-1,1); +} +); +width = 717; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (915,0); +ref = slash; +scale = (-1,1); +} +); +width = 915; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (754,0); +ref = slash; +scale = (-1,1); +slant = (12,0); +} +); +width = 1039; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (808,0); +ref = slash; +scale = (-1,1); +slant = (12,0); +} +); +width = 1103; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (1004,0); +ref = slash; +scale = (-1,1); +slant = (12,0); +} +); +width = 1301; +} +); +metricLeft = slash; +metricRight = slash; +unicode = 92; +}, +{ +color = 10; +glyphname = colon.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,328); +ref = colon; +} +); +width = 290; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,316); +ref = colon; +} +); +width = 413; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,221); +ref = colon; +} +); +width = 550; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (70,328); +ref = colon; +} +); +width = 303; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (68,316); +ref = colon; +} +); +width = 417; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (47,221); +ref = colon; +} +); +width = 555; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = bullet.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (10,656); +ref = period; +scale = (1.5,1.5); +} +); +width = 335; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (10,576); +ref = period; +scale = (1.5,1.5); +} +); +width = 519; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (10,469); +ref = period; +scale = (1.5,1.5); +} +); +width = 725; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (205,656); +ref = period; +scale = (1.5,1.5); +} +); +width = 336; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (188,576); +ref = period; +scale = (1.5,1.5); +} +); +width = 519; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (168,469); +ref = period; +scale = (1.5,1.5); +} +); +width = 725; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = hyphenbullet.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,154); +ref = hyphenbullet; +} +); +width = 662; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,137); +ref = hyphenbullet; +} +); +width = 742; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,142); +ref = hyphenbullet; +} +); +width = 772; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (32,154); +ref = hyphenbullet; +} +); +width = 662; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (29,137); +ref = hyphenbullet; +} +); +width = 742; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (30,142); +ref = hyphenbullet; +} +); +width = 772; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 6; +glyphname = hyphen; +kernLeft = hyphen; +kernRight = hyphen; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,486,l), +(740,486,l), +(740,534,l), +(100,534,l) +); +} +); +width = 840; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,426,l), +(800,426,l), +(800,586,l), +(100,586,l) +); +} +); +width = 900; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,340,l), +(800,340,l), +(800,690,l), +(100,690,l) +); +} +); +width = 900; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(93,486,l), +(733,486,l), +(743,534,l), +(103,534,l) +); +} +); +width = 840; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(80,426,l), +(780,426,l), +(814,586,l), +(114,586,l) +); +} +); +width = 900; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(56,340,l), +(756,340,l), +(830,690,l), +(130,690,l) +); +} +); +width = 901; +} +); +metricLeft = H; +metricRight = H; +unicode = 45; +}, +{ +color = 6; +glyphname = endash; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,488,l), +(1084,488,l), +(1084,533,l), +(60,533,l) +); +} +); +width = 1144; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,426,l), +(1084,426,l), +(1084,586,l), +(60,586,l) +); +} +); +width = 1144; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,340,l), +(1080,340,l), +(1080,690,l), +(60,690,l) +); +} +); +width = 1140; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,488,l), +(1077,488,l), +(1087,533,l), +(63,533,l) +); +} +); +width = 1144; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,426,l), +(1064,426,l), +(1098,586,l), +(74,586,l) +); +} +); +width = 1144; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(16,340,l), +(1036,340,l), +(1110,690,l), +(90,690,l) +); +} +); +width = 1141; +} +); +metricLeft = O; +metricRight = O; +unicode = 8211; +}, +{ +color = 6; +glyphname = emdash; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,488,l), +(1698,488,l), +(1698,533,l), +(60,533,l) +); +} +); +width = 1758; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,426,l), +(1658,426,l), +(1658,586,l), +(60,586,l) +); +} +); +width = 1718; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(60,340,l), +(1838,340,l), +(1838,690,l), +(60,690,l) +); +} +); +width = 1898; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(53,488,l), +(1691,488,l), +(1701,533,l), +(63,533,l) +); +} +); +width = 1758; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(40,426,l), +(1638,426,l), +(1672,586,l), +(74,586,l) +); +} +); +width = 1718; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(16,340,l), +(1794,340,l), +(1868,690,l), +(90,690,l) +); +} +); +width = 1899; +} +); +metricLeft = O; +metricRight = O; +unicode = 8212; +}, +{ +color = 6; +glyphname = underscore; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-129,l), +(865,-129,l), +(865,-79,l), +(0,-79,l) +); +} +); +width = 865; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1,-238,l), +(895,-238,l), +(895,-78,l), +(1,-78,l) +); +} +); +width = 895; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-425,l), +(724,-425,l), +(724,-75,l), +(0,-75,l) +); +} +); +width = 724; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-137,-129,l), +(728,-129,l), +(738,-79,l), +(-127,-79,l) +); +} +); +width = 866; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-161,-238,l), +(733,-238,l), +(767,-78,l), +(-127,-78,l) +); +} +); +width = 894; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-207,-425,l), +(817,-425,l), +(891,-75,l), +(-133,-75,l) +); +} +); +width = 1024; +} +); +unicode = 95; +}, +{ +color = 10; +glyphname = hyphen.uc; +kernLeft = hyphen; +kernRight = hyphen; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,213); +ref = hyphen; +} +); +width = 840; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,215); +ref = hyphen; +} +); +width = 900; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,208); +ref = hyphen; +} +); +width = 900; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (45,213); +ref = hyphen; +} +); +width = 840; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (46,215); +ref = hyphen; +} +); +width = 900; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (44,208); +ref = hyphen; +} +); +width = 900; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = endash.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,212); +ref = endash; +} +); +width = 1144; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,216); +ref = endash; +} +); +width = 1144; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,206); +ref = endash; +} +); +width = 1140; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (45,212); +ref = endash; +} +); +width = 1144; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (46,216); +ref = endash; +} +); +width = 1144; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (44,206); +ref = endash; +} +); +width = 1141; +} +); +metricLeft = O; +metricRight = O; +}, +{ +color = 10; +glyphname = emdash.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,211); +ref = emdash; +} +); +width = 1758; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,216); +ref = emdash; +} +); +width = 1718; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,207); +ref = emdash; +} +); +width = 1898; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (45,211); +ref = emdash; +} +); +width = 1758; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (46,216); +ref = emdash; +} +); +width = 1718; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (44,207); +ref = emdash; +} +); +width = 1899; +} +); +metricLeft = O; +metricRight = O; +}, +{ +color = 6; +glyphname = parenleft; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,1137,o), +(160,846,o), +(160,565,cs), +(160,207,o), +(260,-84,o), +(462,-315,c), +(511,-315,l), +(310,-72,o), +(210,220,o), +(210,565,cs), +(210,842,o), +(310,1134,o), +(511,1444,c), +(462,1444,l) +); +} +); +width = 561; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(268,1164,o), +(160,849,o), +(160,565,cs), +(160,212,o), +(268,-104,o), +(462,-315,c), +(604,-315,l), +(441,-84,o), +(350,232,o), +(350,565,cs), +(350,837,o), +(441,1153,o), +(604,1444,c), +(462,1444,l) +); +} +); +width = 654; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(267,1138,o), +(160,846,o), +(160,565,cs), +(160,212,o), +(267,-80,o), +(482,-315,c), +(834,-315,l), +(664,-41,o), +(580,250,o), +(580,565,cs), +(580,814,o), +(664,1105,o), +(834,1444,c), +(482,1444,l) +); +} +); +width = 884; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,1142,o), +(232,854,o), +(172,575,cs), +(95,212,o), +(133,-83,o), +(287,-315,c), +(336,-315,l), +(187,-72,o), +(149,220,o), +(222,565,cs), +(281,842,o), +(443,1134,o), +(710,1444,c), +(654,1444,l) +); +} +); +width = 564; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(403,1179,o), +(234,871,o), +(174,585,cs), +(98,229,o), +(143,-94,o), +(299,-315,c), +(431,-315,l), +(317,-84,o), +(293,232,o), +(364,565,cs), +(422,839,o), +(580,1155,o), +(805,1444,c), +(643,1444,l) +); +} +); +width = 659; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(389,1153,o), +(227,868,o), +(167,585,cs), +(93,236,o), +(144,-62,o), +(322,-315,c), +(654,-315,l), +(542,-42,o), +(520,249,o), +(587,565,cs), +(640,814,o), +(786,1105,o), +(1028,1444,c), +(656,1444,l) +); +} +); +width = 888; +} +); +unicode = 40; +}, +{ +color = 10; +glyphname = parenright; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (561,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 561; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (654,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 654; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (884,0); +ref = parenleft; +scale = (-1,1); +} +); +width = 884; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (349,0); +ref = parenleft; +scale = (-1,1); +slant = (24,0); +} +); +width = 582; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (474,0); +ref = parenleft; +scale = (-1,1); +slant = (24,0); +} +); +width = 707; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (650,0); +ref = parenleft; +scale = (-1,1); +slant = (24,0); +} +); +width = 896; +} +); +unicode = 41; +}, +{ +color = 6; +glyphname = braceleft; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,1444,o), +(273,1346,o), +(269,1189,c), +(265,807,l), +(265,681,o), +(190,602,o), +(70,602,c), +(70,555,l), +(190,555,o), +(265,476,o), +(265,350,c), +(268,-32,l), +(272,-189,o), +(390,-287,o), +(573,-287,c), +(573,-242,l), +(415,-242,o), +(315,-161,o), +(315,-32,cs), +(314,350,ls), +(314,460,o), +(260,547,o), +(175,576,c), +(175,581,l), +(260,610,o), +(314,697,o), +(314,807,cs), +(315,1189,ls), +(315,1318,o), +(415,1399,o), +(573,1399,c), +(573,1444,l) +); +} +); +width = 643; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(416,1438,o), +(278,1320,o), +(274,1133,cs), +(274,831,ls), +(271,740,o), +(197,683,o), +(80,683,c), +(80,442,l), +(198,442,o), +(272,385,o), +(274,294,c), +(274,2,l), +(280,-185,o), +(418,-303,o), +(633,-303,c), +(633,-148,l), +(524,-148,o), +(455,-90,o), +(455,2,cs), +(455,334,ls), +(454,462,o), +(385,548,o), +(275,557,c), +(275,568,l), +(385,577,o), +(454,663,o), +(455,791,cs), +(455,1133,ls), +(455,1225,o), +(524,1283,o), +(633,1283,c), +(633,1438,l) +); +} +); +width = 713; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(312,626,l), +(482,645,o), +(574,732,o), +(574,876,cs), +(574,1113,ls), +(574,1252,o), +(621,1304,o), +(748,1304,cs), +(792,1304,l), +(792,1524,l), +(718,1524,ls), +(421,1524,o), +(295,1412,o), +(295,1148,cs), +(295,956,ls), +(295,810,o), +(230,754,o), +(59,753,c), +(59,466,l), +(231,464,o), +(295,409,o), +(295,263,cs), +(295,71,ls), +(295,-196,o), +(421,-310,o), +(718,-310,cs), +(792,-310,l), +(792,-91,l), +(748,-91,ls), +(622,-91,o), +(574,-39,o), +(574,100,cs), +(574,342,ls), +(574,487,o), +(482,574,o), +(312,593,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(462,1442,o), +(237,1301,o), +(229,1076,c), +(225,884,l), +(225,794,o), +(165,737,o), +(70,737,c), +(70,416,l), +(149,416,o), +(209,359,o), +(225,269,c), +(229,77,l), +(236,-148,o), +(461,-289,o), +(813,-289,c), +(813,1,l), +(686,1,o), +(607,63,o), +(607,161,cs), +(607,329,ls), +(607,449,o), +(532,542,o), +(413,570,c), +(413,582,l), +(532,610,o), +(607,703,o), +(607,824,cs), +(607,992,ls), +(607,1090,o), +(686,1152,o), +(813,1152,c), +(813,1442,l) +); +} +); +width = 883; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(586,1444,o), +(448,1346,o), +(411,1189,c), +(326,807,l), +(299,681,o), +(207,602,o), +(87,602,c), +(77,555,l), +(197,555,o), +(255,476,o), +(228,350,c), +(150,-32,l), +(121,-189,o), +(218,-287,o), +(401,-287,c), +(411,-242,l), +(253,-242,o), +(170,-161,o), +(197,-32,cs), +(277,350,ls), +(301,460,o), +(265,547,o), +(186,576,c), +(188,581,l), +(279,610,o), +(351,697,o), +(375,807,cs), +(457,1189,ls), +(484,1318,o), +(601,1399,o), +(759,1399,c), +(769,1444,l) +); +} +); +width = 643; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(611,1438,o), +(448,1320,o), +(404,1133,cs), +(340,831,ls), +(318,740,o), +(232,683,o), +(115,683,c), +(63,442,l), +(181,442,o), +(243,385,o), +(226,294,c), +(164,2,l), +(130,-185,o), +(243,-303,o), +(458,-303,c), +(491,-148,l), +(382,-148,o), +(325,-90,o), +(345,2,cs), +(415,334,ls), +(442,462,o), +(391,548,o), +(283,557,c), +(285,568,l), +(397,577,o), +(484,663,o), +(513,791,cs), +(585,1133,ls), +(605,1225,o), +(686,1283,o), +(795,1283,c), +(828,1438,l) +); +} +); +width = 713; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(318,626,l), +(488,645,o), +(580,732,o), +(580,876,cs), +(580,1113,ls), +(580,1252,o), +(627,1304,o), +(754,1304,cs), +(798,1304,l), +(798,1524,l), +(724,1524,ls), +(427,1524,o), +(301,1412,o), +(301,1148,cs), +(301,956,ls), +(301,810,o), +(236,754,o), +(65,753,c), +(65,466,l), +(237,464,o), +(301,409,o), +(301,263,cs), +(301,71,ls), +(301,-196,o), +(427,-310,o), +(724,-310,cs), +(798,-310,l), +(798,-91,l), +(754,-91,ls), +(628,-91,o), +(580,-39,o), +(580,100,cs), +(580,342,ls), +(580,487,o), +(488,574,o), +(318,593,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(562,1442,o), +(397,1301,o), +(341,1076,c), +(296,884,l), +(277,794,o), +(205,737,o), +(110,737,c), +(42,416,l), +(121,416,o), +(169,359,o), +(166,269,c), +(129,77,l), +(88,-148,o), +(283,-289,o), +(635,-289,c), +(697,1,l), +(570,1,o), +(505,63,o), +(525,161,cs), +(560,329,ls), +(585,449,o), +(531,542,o), +(418,570,c), +(420,582,l), +(545,610,o), +(641,703,o), +(666,824,cs), +(701,992,ls), +(721,1090,o), +(814,1152,o), +(941,1152,c), +(1003,1442,l) +); +} +); +width = 884; +} +); +unicode = 123; +}, +{ +color = 10; +glyphname = braceright; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (643,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 643; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (713,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 713; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (883,0); +ref = braceleft; +scale = (-1,1); +} +); +width = 883; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (427,0); +ref = braceleft; +scale = (-1,1); +slant = (23,0); +} +); +width = 661; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (498,0); +ref = braceleft; +scale = (-1,1); +slant = (23,0); +} +); +width = 732; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (655,0); +ref = braceleft; +scale = (-1,1); +slant = (23,0); +} +); +width = 903; +} +); +unicode = 125; +}, +{ +color = 6; +glyphname = bracketleft; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(201,1396,l), +(529,1396,l), +(529,1444,l), +(201,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(200,-305,l), +(250,-305,l), +(250,1444,l), +(200,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(201,-305,l), +(529,-305,l), +(529,-257,l), +(201,-257,l) +); +} +); +width = 559; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(268,1282,l), +(626,1282,l), +(626,1442,l), +(268,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(200,-307,l), +(380,-307,l), +(380,1442,l), +(200,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(268,-307,l), +(626,-307,l), +(626,-147,l), +(268,-147,l) +); +} +); +width = 656; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(348,1153,l), +(806,1153,l), +(806,1443,l), +(348,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(200,-305,l), +(580,-305,l), +(580,1443,l), +(200,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(348,-305,l), +(806,-305,l), +(806,-15,l), +(348,-15,l) +); +} +); +width = 836; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(388,1396,l), +(716,1396,l), +(726,1444,l), +(398,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(25,-305,l), +(75,-305,l), +(447,1444,l), +(397,1444,l) +); +}, +{ +closed = 1; +nodes = ( +(26,-305,l), +(354,-305,l), +(364,-257,l), +(36,-257,l) +); +} +); +width = 560; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(430,1282,l), +(788,1282,l), +(822,1442,l), +(464,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(24,-307,l), +(204,-307,l), +(576,1442,l), +(396,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(92,-307,l), +(450,-307,l), +(484,-147,l), +(126,-147,l) +); +} +); +width = 656; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(476,1153,l), +(934,1153,l), +(996,1443,l), +(538,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(18,-305,l), +(398,-305,l), +(770,1443,l), +(390,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(166,-305,l), +(624,-305,l), +(686,-15,l), +(228,-15,l) +); +} +); +width = 836; +} +); +unicode = 91; +}, +{ +color = 10; +glyphname = bracketright; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (559,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 559; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (656,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 656; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (836,0); +ref = bracketleft; +scale = (-1,1); +} +); +width = 836; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (340,0); +ref = bracketleft; +scale = (-1,1); +slant = (23,0); +} +); +width = 561; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (436,0); +ref = bracketleft; +scale = (-1,1); +slant = (23,0); +} +); +width = 657; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (603,0); +ref = bracketleft; +scale = (-1,1); +slant = (23,0); +} +); +width = 837; +} +); +unicode = 93; +}, +{ +color = 10; +glyphname = parenleft.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,160); +ref = parenleft; +} +); +width = 561; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,160); +ref = parenleft; +} +); +width = 684; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,160); +ref = parenleft; +} +); +width = 874; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (34,160); +ref = parenleft; +} +); +width = 564; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (34,160); +ref = parenleft; +} +); +width = 659; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (34,160); +ref = parenleft; +} +); +width = 888; +} +); +}, +{ +color = 10; +glyphname = parenright.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (561,0); +ref = parenleft.uc; +scale = (-1,1); +} +); +width = 561; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (684,0); +ref = parenleft.uc; +scale = (-1,1); +} +); +width = 684; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (874,0); +ref = parenleft.uc; +scale = (-1,1); +} +); +width = 874; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (344,0); +ref = parenleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 564; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (439,0); +ref = parenleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 659; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (655,0); +ref = parenleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 889; +} +); +}, +{ +color = 10; +glyphname = braceleft.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,147); +ref = braceleft; +} +); +width = 643; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,153); +ref = braceleft; +} +); +width = 713; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(292,626,l), +(462,645,o), +(554,732,o), +(554,876,cs), +(554,1113,ls), +(554,1252,o), +(601,1304,o), +(728,1304,cs), +(772,1304,l), +(772,1524,l), +(698,1524,ls), +(401,1524,o), +(275,1412,o), +(275,1148,cs), +(275,956,ls), +(275,810,o), +(210,754,o), +(39,753,c), +(39,466,l), +(211,464,o), +(275,409,o), +(275,263,cs), +(275,71,ls), +(275,-196,o), +(401,-310,o), +(698,-310,cs), +(772,-310,l), +(772,-91,l), +(728,-91,ls), +(602,-91,o), +(554,-39,o), +(554,100,cs), +(554,342,ls), +(554,487,o), +(462,574,o), +(292,593,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,149); +ref = braceleft; +} +); +width = 843; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (32,147); +ref = braceleft; +} +); +width = 644; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (23,153); +ref = braceleft; +} +); +width = 693; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(323,626,l), +(493,645,o), +(585,732,o), +(585,876,cs), +(585,1113,ls), +(585,1252,o), +(632,1304,o), +(759,1304,cs), +(803,1304,l), +(803,1524,l), +(729,1524,ls), +(432,1524,o), +(306,1412,o), +(306,1148,cs), +(306,956,ls), +(306,810,o), +(241,754,o), +(70,753,c), +(70,466,l), +(242,464,o), +(306,409,o), +(306,263,cs), +(306,71,ls), +(306,-196,o), +(432,-310,o), +(729,-310,cs), +(803,-310,l), +(803,-91,l), +(759,-91,ls), +(633,-91,o), +(585,-39,o), +(585,100,cs), +(585,342,ls), +(585,487,o), +(493,574,o), +(323,593,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (31,149); +ref = braceleft; +} +); +width = 883; +} +); +}, +{ +color = 10; +glyphname = braceright.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (643,0); +ref = braceleft.uc; +scale = (-1,1); +} +); +width = 643; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (713,0); +ref = braceleft.uc; +scale = (-1,1); +} +); +width = 713; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (843,0); +ref = braceleft.uc; +scale = (-1,1); +} +); +width = 843; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (423,0); +ref = braceleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 643; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (473,0); +ref = braceleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 694; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (650,0); +ref = braceleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 884; +} +); +}, +{ +color = 10; +glyphname = bracketleft.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,156); +ref = bracketleft; +} +); +width = 559; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,156); +ref = bracketleft; +} +); +width = 656; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,156); +ref = bracketleft; +} +); +width = 836; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (0,156); +ref = bracketleft; +} +); +width = 559; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (33,156); +ref = bracketleft; +} +); +width = 656; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (0,156); +ref = bracketleft; +} +); +width = 836; +} +); +}, +{ +color = 10; +glyphname = bracketright.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (559,0); +ref = bracketleft.uc; +scale = (-1,1); +} +); +width = 559; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (656,0); +ref = bracketleft.uc; +scale = (-1,1); +} +); +width = 656; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (836,0); +ref = bracketleft.uc; +scale = (-1,1); +} +); +width = 836; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (307,0); +ref = bracketleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 561; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (436,0); +ref = bracketleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 658; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (570,0); +ref = bracketleft.uc; +scale = (-1,1); +slant = (23,0); +} +); +width = 837; +} +); +}, +{ +color = 10; +glyphname = quotesinglbase; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (40,0); +ref = comma; +} +); +width = 334; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (40,0); +ref = comma; +} +); +width = 479; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (40,0); +ref = comma; +} +); +width = 673; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (40,0); +ref = comma; +} +); +width = 274; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (40,0); +ref = comma; +} +); +width = 409; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (40,0); +ref = comma; +} +); +width = 603; +} +); +metricLeft = H; +metricRight = H; +unicode = 8218; +}, +{ +color = 10; +glyphname = quotedblbase; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-289,l), +(148,-289,l), +(234,188,l), +(140,188,l) +); +}, +{ +closed = 1; +nodes = ( +(325,-289,l), +(373,-289,l), +(459,188,l), +(365,188,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (40,-10); +ref = comma; +}, +{ +pos = (265,-10); +ref = comma; +} +); +width = 559; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-282,l), +(253,-282,l), +(379,191,l), +(150,191,l) +); +}, +{ +closed = 1; +nodes = ( +(395,-282,l), +(548,-282,l), +(674,191,l), +(445,191,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (40,-10); +ref = comma; +}, +{ +pos = (335,-10); +ref = comma; +} +); +width = 774; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-310,l), +(357,-310,l), +(573,332,l), +(170,332,l) +); +}, +{ +closed = 1; +nodes = ( +(600,-310,l), +(857,-310,l), +(1073,332,l), +(670,332,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (40,0); +ref = comma; +}, +{ +pos = (540,0); +ref = comma; +} +); +width = 1173; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-72,-289,l), +(-24,-289,l), +(80,78,l), +(6,78,l) +); +}, +{ +closed = 1; +nodes = ( +(153,-289,l), +(201,-289,l), +(305,78,l), +(231,78,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (38,-10); +ref = comma; +}, +{ +pos = (263,-10); +ref = comma; +} +); +width = 499; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-64,-252,l), +(89,-252,l), +(239,191,l), +(30,191,l) +); +}, +{ +closed = 1; +nodes = ( +(231,-252,l), +(384,-252,l), +(534,191,l), +(325,191,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (38,-10); +ref = comma; +}, +{ +pos = (333,-10); +ref = comma; +} +); +width = 704; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-82,-310,l), +(205,-310,l), +(457,332,l), +(54,332,l) +); +}, +{ +closed = 1; +nodes = ( +(441,-310,l), +(728,-310,l), +(980,332,l), +(577,332,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (40,0); +ref = comma; +}, +{ +pos = (563,0); +ref = comma; +} +); +width = 1126; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-82,-310,l), +(205,-310,l), +(457,332,l), +(54,332,l) +); +}, +{ +closed = 1; +nodes = ( +(441,-310,l), +(728,-310,l), +(980,332,l), +(577,332,l) +); +} +); +}; +layerId = "3DC33849-257A-4436-A6B5-8E4345AB15D4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (40,0); +ref = comma; +}, +{ +pos = (563,0); +ref = comma; +} +); +width = 1126; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-64,-252,l), +(89,-252,l), +(239,191,l), +(30,191,l) +); +}, +{ +closed = 1; +nodes = ( +(231,-252,l), +(384,-252,l), +(534,191,l), +(325,191,l) +); +} +); +}; +layerId = "F8A20814-7DC9-46C6-8989-0A493A332BED"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (38,-10); +ref = comma; +}, +{ +pos = (333,-10); +ref = comma; +} +); +width = 704; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-310,l), +(357,-310,l), +(573,332,l), +(170,332,l) +); +}, +{ +closed = 1; +nodes = ( +(600,-310,l), +(857,-310,l), +(1073,332,l), +(670,332,l) +); +} +); +}; +layerId = "7D0A7E9C-CEE4-4D73-9D8D-87230B845001"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (40,0); +ref = comma; +}, +{ +pos = (540,0); +ref = comma; +} +); +width = 1173; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-72,-289,l), +(-24,-289,l), +(80,78,l), +(6,78,l) +); +}, +{ +closed = 1; +nodes = ( +(153,-289,l), +(201,-289,l), +(305,78,l), +(231,78,l) +); +} +); +}; +layerId = "96692AD9-E72A-45C3-B71B-6BA24D506D55"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (38,-10); +ref = comma; +}, +{ +pos = (263,-10); +ref = comma; +} +); +width = 499; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-282,l), +(253,-282,l), +(379,191,l), +(150,191,l) +); +}, +{ +closed = 1; +nodes = ( +(395,-282,l), +(548,-282,l), +(674,191,l), +(445,191,l) +); +} +); +}; +layerId = "A3BEAFE2-349C-46B5-8F0C-65F677A3D0A5"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (40,-10); +ref = comma; +}, +{ +pos = (335,-10); +ref = comma; +} +); +width = 774; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,-289,l), +(148,-289,l), +(234,188,l), +(140,188,l) +); +}, +{ +closed = 1; +nodes = ( +(325,-289,l), +(373,-289,l), +(459,188,l), +(365,188,l) +); +} +); +}; +layerId = "F7F5A7E7-1FF8-4479-AF5F-3156EA869A9B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (40,-10); +ref = comma; +}, +{ +pos = (265,-10); +ref = comma; +} +); +width = 559; +} +); +metricLeft = H; +metricRight = H; +unicode = 8222; +}, +{ +color = 10; +glyphname = quotedblleft; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(420,1081,l), +(379,1444,l), +(331,1444,l), +(331,1081,l) +); +}, +{ +closed = 1; +nodes = ( +(189,1081,l), +(148,1444,l), +(100,1444,l), +(100,1081,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (231,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 520; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(609,960,l), +(487,1443,l), +(377,1443,l), +(399,960,l) +); +}, +{ +closed = 1; +nodes = ( +(332,960,l), +(210,1443,l), +(100,1443,l), +(122,960,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (277,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 709; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(936,877,l), +(874,1441,l), +(580,1441,l), +(580,877,l) +); +}, +{ +closed = 1; +nodes = ( +(456,877,l), +(394,1441,l), +(100,1441,l), +(100,877,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (480,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 1036; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(539,1081,l), +(576,1444,l), +(528,1444,l), +(450,1081,l) +); +}, +{ +closed = 1; +nodes = ( +(308,1081,l), +(345,1444,l), +(297,1444,l), +(219,1081,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (231,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 520; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(703,960,l), +(683,1443,l), +(573,1443,l), +(493,960,l) +); +}, +{ +closed = 1; +nodes = ( +(426,960,l), +(406,1443,l), +(296,1443,l), +(216,960,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (277,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 709; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1006,877,l), +(1064,1441,l), +(770,1441,l), +(650,877,l) +); +}, +{ +closed = 1; +nodes = ( +(526,877,l), +(584,1441,l), +(290,1441,l), +(170,877,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (480,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 1036; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1006,877,l), +(1064,1441,l), +(770,1441,l), +(650,877,l) +); +}, +{ +closed = 1; +nodes = ( +(526,877,l), +(584,1441,l), +(290,1441,l), +(170,877,l) +); +} +); +}; +layerId = "D10C6E08-2744-4311-B89C-258EC94837BC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (480,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 1036; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(703,960,l), +(683,1443,l), +(573,1443,l), +(493,960,l) +); +}, +{ +closed = 1; +nodes = ( +(426,960,l), +(406,1443,l), +(296,1443,l), +(216,960,l) +); +} +); +}; +layerId = "0428FF29-5895-4510-B930-0C80299CA37B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (277,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 709; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(936,877,l), +(874,1441,l), +(580,1441,l), +(580,877,l) +); +}, +{ +closed = 1; +nodes = ( +(456,877,l), +(394,1441,l), +(100,1441,l), +(100,877,l) +); +} +); +}; +layerId = "D2987011-8B8F-4552-A699-0491D9C2E9C3"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (480,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 1036; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(539,1081,l), +(576,1444,l), +(528,1444,l), +(450,1081,l) +); +}, +{ +closed = 1; +nodes = ( +(308,1081,l), +(345,1444,l), +(297,1444,l), +(219,1081,l) +); +} +); +}; +layerId = "9385A3B2-99A8-45E8-BC10-69CD8D2F2D9C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (231,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 520; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(609,960,l), +(487,1443,l), +(377,1443,l), +(399,960,l) +); +}, +{ +closed = 1; +nodes = ( +(332,960,l), +(210,1443,l), +(100,1443,l), +(122,960,l) +); +} +); +}; +layerId = "C4FFC1C2-EB57-41A6-A9FD-6135326B3F24"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (277,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 709; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(420,1081,l), +(379,1444,l), +(331,1444,l), +(331,1081,l) +); +}, +{ +closed = 1; +nodes = ( +(189,1081,l), +(148,1444,l), +(100,1444,l), +(100,1081,l) +); +} +); +}; +layerId = "244DCF00-2177-41E4-80BE-25C5004915DC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (231,0); +ref = quoteleft; +}, +{ +ref = quoteleft; +} +); +width = 520; +} +); +metricLeft = H; +metricRight = H; +unicode = 8220; +}, +{ +color = 10; +glyphname = quotedblright; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-118,1017,l), +(-16,1443,l), +(-68,1443,l), +(-162,1017,l) +); +}, +{ +closed = 1; +nodes = ( +(113,1017,l), +(216,1443,l), +(164,1443,l), +(70,1017,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,2592); +ref = quotedblleft; +scale = (1,-1); +} +); +width = 520; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(-118,1017,l), +(-16,1443,l), +(-68,1443,l), +(-162,1017,l) +); +}, +{ +closed = 1; +nodes = ( +(113,1017,l), +(216,1443,l), +(164,1443,l), +(70,1017,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,2542); +ref = quotedblleft; +scale = (1,-1); +} +); +width = 709; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(177,817,l), +(349,1443,l), +(64,1443,l), +(-38,817,l) +); +}, +{ +closed = 1; +nodes = ( +(636,817,l), +(823,1443,l), +(538,1443,l), +(421,817,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,2320); +ref = quotedblleft; +scale = (1,-1); +} +); +width = 1036; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(433,1017,l), +(535,1443,l), +(483,1443,l), +(389,1017,l) +); +}, +{ +closed = 1; +nodes = ( +(664,1017,l), +(767,1443,l), +(715,1443,l), +(621,1017,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (551,2592); +ref = quotedblleft; +scale = (1,-1); +slant = (23,0); +} +); +width = 520; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(422,1017,l), +(524,1443,l), +(472,1443,l), +(378,1017,l) +); +}, +{ +closed = 1; +nodes = ( +(653,1017,l), +(756,1443,l), +(704,1443,l), +(610,1017,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (540,2542); +ref = quotedblleft; +scale = (1,-1); +slant = (23,0); +} +); +width = 710; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(669,817,l), +(841,1443,l), +(556,1443,l), +(454,817,l) +); +}, +{ +closed = 1; +nodes = ( +(1128,817,l), +(1315,1443,l), +(1030,1443,l), +(913,817,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (492,2320); +ref = quotedblleft; +scale = (1,-1); +slant = (23,0); +} +); +width = 1036; +} +); +metricLeft = H; +metricRight = H; +unicode = 8221; +}, +{ +color = 6; +glyphname = quoteleft; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,1081,l), +(148,1444,l), +(100,1444,l), +(100,1081,l) +); +} +); +width = 289; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,960,l), +(210,1443,l), +(100,1443,l), +(122,960,l) +); +} +); +width = 432; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(456,877,l), +(394,1441,l), +(100,1441,l), +(100,877,l) +); +} +); +width = 556; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,1081,l), +(345,1444,l), +(297,1444,l), +(219,1081,l) +); +} +); +width = 289; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(426,960,l), +(406,1443,l), +(296,1443,l), +(216,960,l) +); +} +); +width = 432; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(526,877,l), +(584,1441,l), +(290,1441,l), +(170,877,l) +); +} +); +width = 556; +} +); +metricLeft = H; +metricRight = H; +unicode = 8216; +}, +{ +color = 6; +glyphname = quoteright; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1081,l), +(148,1081,l), +(189,1444,l), +(100,1444,l) +); +} +); +width = 289; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,960,l), +(210,960,l), +(332,1443,l), +(122,1443,l) +); +} +); +width = 432; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,879,l), +(394,879,l), +(456,1443,l), +(100,1443,l) +); +} +); +width = 556; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(219,1081,l), +(267,1081,l), +(386,1444,l), +(297,1444,l) +); +} +); +width = 290; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(194,960,l), +(304,960,l), +(528,1443,l), +(318,1443,l) +); +} +); +width = 432; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,879,l), +(464,879,l), +(646,1443,l), +(290,1443,l) +); +} +); +width = 556; +} +); +metricLeft = H; +metricRight = H; +unicode = 8217; +}, +{ +color = 10; +glyphname = guillemetleft; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(504,549,l), +(802,158,l), +(861,158,l), +(563,549,l), +(861,940,l), +(802,940,l) +); +}, +{ +closed = 1; +nodes = ( +(100,550,l), +(398,159,l), +(457,159,l), +(159,550,l), +(457,941,l), +(398,941,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (404,-1); +ref = guilsinglleft; +}, +{ +ref = guilsinglleft; +} +); +width = 961; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(574,567,l), +(872,176,l), +(1091,176,l), +(793,567,l), +(1091,958,l), +(872,958,l) +); +}, +{ +closed = 1; +nodes = ( +(100,567,l), +(398,176,l), +(617,176,l), +(319,567,l), +(617,958,l), +(398,958,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (474,0); +ref = guilsinglleft; +}, +{ +ref = guilsinglleft; +} +); +width = 1191; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(715,537,l), +(1035,76,l), +(1454,76,l), +(1134,537,l), +(1454,998,l), +(1035,998,l) +); +}, +{ +closed = 1; +nodes = ( +(100,537,l), +(420,76,l), +(839,76,l), +(519,537,l), +(839,998,l), +(420,998,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (615,10); +ref = guilsinglleft; +}, +{ +pos = (0,10); +ref = guilsinglleft; +} +); +width = 1554; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(510,549,l), +(739,158,l), +(798,158,l), +(569,549,l), +(936,940,l), +(877,940,l) +); +}, +{ +closed = 1; +nodes = ( +(106,550,l), +(335,159,l), +(394,159,l), +(165,550,l), +(532,941,l), +(473,941,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (404,-1); +ref = guilsinglleft; +}, +{ +ref = guilsinglleft; +} +); +width = 975; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(584,567,l), +(813,176,l), +(1032,176,l), +(803,567,l), +(1170,958,l), +(951,958,l) +); +}, +{ +closed = 1; +nodes = ( +(110,567,l), +(339,176,l), +(558,176,l), +(329,567,l), +(696,958,l), +(477,958,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (474,0); +ref = guilsinglleft; +}, +{ +ref = guilsinglleft; +} +); +width = 1205; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(712,537,l), +(951,76,l), +(1370,76,l), +(1131,537,l), +(1532,998,l), +(1113,998,l) +); +}, +{ +closed = 1; +nodes = ( +(97,537,l), +(336,76,l), +(755,76,l), +(516,537,l), +(917,998,l), +(498,998,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (617,10); +ref = guilsinglleft; +}, +{ +pos = (2,10); +ref = guilsinglleft; +} +); +width = 1571; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(712,537,l), +(951,76,l), +(1370,76,l), +(1131,537,l), +(1532,998,l), +(1113,998,l) +); +}, +{ +closed = 1; +nodes = ( +(97,537,l), +(336,76,l), +(755,76,l), +(516,537,l), +(917,998,l), +(498,998,l) +); +} +); +}; +layerId = "4211C5ED-C5E2-4A29-836C-B80BA821B40E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (617,10); +ref = guilsinglleft; +}, +{ +pos = (2,10); +ref = guilsinglleft; +} +); +width = 1571; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(584,567,l), +(813,176,l), +(1032,176,l), +(803,567,l), +(1170,958,l), +(951,958,l) +); +}, +{ +closed = 1; +nodes = ( +(110,567,l), +(339,176,l), +(558,176,l), +(329,567,l), +(696,958,l), +(477,958,l) +); +} +); +}; +layerId = "B5E28613-929C-462A-B64F-2E836699CB3C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (474,0); +ref = guilsinglleft; +}, +{ +ref = guilsinglleft; +} +); +width = 1205; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(715,537,l), +(1035,76,l), +(1454,76,l), +(1134,537,l), +(1454,998,l), +(1035,998,l) +); +}, +{ +closed = 1; +nodes = ( +(100,537,l), +(420,76,l), +(839,76,l), +(519,537,l), +(839,998,l), +(420,998,l) +); +} +); +}; +layerId = "D5A13439-8AB8-488F-8B7E-FF3B7A6B87DC"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (615,10); +ref = guilsinglleft; +}, +{ +pos = (0,10); +ref = guilsinglleft; +} +); +width = 1554; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(510,549,l), +(739,158,l), +(798,158,l), +(569,549,l), +(936,940,l), +(877,940,l) +); +}, +{ +closed = 1; +nodes = ( +(106,550,l), +(335,159,l), +(394,159,l), +(165,550,l), +(532,941,l), +(473,941,l) +); +} +); +}; +layerId = "C368A767-074B-469B-A331-52F5F6FEAC6F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (404,-1); +ref = guilsinglleft; +}, +{ +ref = guilsinglleft; +} +); +width = 975; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(574,567,l), +(872,176,l), +(1091,176,l), +(793,567,l), +(1091,958,l), +(872,958,l) +); +}, +{ +closed = 1; +nodes = ( +(100,567,l), +(398,176,l), +(617,176,l), +(319,567,l), +(617,958,l), +(398,958,l) +); +} +); +}; +layerId = "EE09255D-F455-4B3C-BE1A-056BF4DEBF37"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (474,0); +ref = guilsinglleft; +}, +{ +ref = guilsinglleft; +} +); +width = 1191; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(504,549,l), +(802,158,l), +(861,158,l), +(563,549,l), +(861,940,l), +(802,940,l) +); +}, +{ +closed = 1; +nodes = ( +(100,550,l), +(398,159,l), +(457,159,l), +(159,550,l), +(457,941,l), +(398,941,l) +); +} +); +}; +layerId = "065C3CE4-50E0-4180-A229-B2E4E2F7521D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (404,-1); +ref = guilsinglleft; +}, +{ +ref = guilsinglleft; +} +); +width = 961; +} +); +metricLeft = H; +metricRight = H; +unicode = 171; +}, +{ +color = 10; +glyphname = guillemetright; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (961,0); +ref = guillemetleft; +scale = (-1,1); +} +); +width = 961; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (1191,0); +ref = guillemetleft; +scale = (-1,1); +} +); +width = 1191; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (1554,0); +ref = guillemetleft; +scale = (-1,1); +} +); +width = 1554; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (783,0); +ref = guillemetleft; +scale = (-1,1); +slant = (20,0); +} +); +width = 971; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (1014,0); +ref = guillemetleft; +scale = (-1,1); +slant = (20,0); +} +); +width = 1200; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (1364,0); +ref = guillemetleft; +scale = (-1,1); +slant = (20,0); +} +); +width = 1565; +} +); +metricLeft = H; +metricRight = H; +unicode = 187; +}, +{ +color = 6; +glyphname = guilsinglleft; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,550,l), +(398,159,l), +(457,159,l), +(159,550,l), +(457,941,l), +(398,941,l) +); +} +); +width = 557; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,567,l), +(398,176,l), +(617,176,l), +(319,567,l), +(617,958,l), +(398,958,l) +); +} +); +width = 717; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(469,572,l), +(816,981,l), +(545,981,l), +(196,570,l), +(196,562,l), +(540,151,l), +(816,151,l), +(469,561,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,527,l), +(420,66,l), +(839,66,l), +(519,527,l), +(839,988,l), +(420,988,l) +); +} +); +width = 939; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(106,550,l), +(335,159,l), +(394,159,l), +(165,550,l), +(532,941,l), +(473,941,l) +); +} +); +width = 571; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(110,567,l), +(339,176,l), +(558,176,l), +(329,567,l), +(696,958,l), +(477,958,l) +); +} +); +width = 731; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(464,572,l), +(811,981,l), +(540,981,l), +(191,570,l), +(191,562,l), +(535,151,l), +(811,151,l), +(464,561,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(95,527,l), +(334,66,l), +(753,66,l), +(514,527,l), +(915,988,l), +(496,988,l) +); +} +); +width = 956; +} +); +metricLeft = H; +metricRight = H; +unicode = 8249; +}, +{ +color = 10; +glyphname = guilsinglright; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (557,0); +ref = guilsinglleft; +scale = (-1,1); +} +); +width = 557; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (717,0); +ref = guilsinglleft; +scale = (-1,1); +} +); +width = 717; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (939,0); +ref = guilsinglleft; +scale = (-1,1); +} +); +width = 939; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (379,0); +ref = guilsinglleft; +scale = (-1,1); +slant = (20,0); +} +); +width = 567; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (540,0); +ref = guilsinglleft; +scale = (-1,1); +slant = (20,0); +} +); +width = 726; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (748,0); +ref = guilsinglleft; +scale = (-1,1); +slant = (20,0); +} +); +width = 950; +} +); +metricLeft = H; +metricRight = H; +unicode = 8250; +}, +{ +color = 10; +glyphname = quotedbl; +kernLeft = updot; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(105,1100,l), +(145,1100,l), +(160,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(350,1100,l), +(390,1100,l), +(405,1443,l), +(345,1443,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (245,0); +ref = quotesingle; +} +); +width = 505; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,960,l), +(210,960,l), +(332,1443,l), +(122,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(405,960,l), +(515,960,l), +(637,1443,l), +(427,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (305,0); +ref = quotesingle; +} +); +width = 737; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,879,l), +(408,879,l), +(558,1443,l), +(150,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(621,879,l), +(929,879,l), +(1079,1443,l), +(671,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (521,0); +ref = quotesingle; +} +); +width = 1179; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(229,1100,l), +(269,1100,l), +(356,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(474,1100,l), +(514,1100,l), +(601,1443,l), +(541,1443,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (245,0); +ref = quotesingle; +} +); +width = 505; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(239,1100,l), +(389,1100,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(544,1100,l), +(694,1100,l), +(781,1443,l), +(601,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (305,0); +ref = quotesingle; +} +); +width = 685; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(210,879,l), +(538,879,l), +(698,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(731,879,l), +(1059,879,l), +(1219,1443,l), +(811,1443,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (521,0); +ref = quotesingle; +} +); +width = 1129; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(210,879,l), +(538,879,l), +(698,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(731,879,l), +(1059,879,l), +(1219,1443,l), +(811,1443,l) +); +} +); +}; +layerId = "87A66322-3422-477D-BB19-AD1E50ED279E"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (521,0); +ref = quotesingle; +} +); +width = 1129; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(239,1100,l), +(389,1100,l), +(476,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(544,1100,l), +(694,1100,l), +(781,1443,l), +(601,1443,l) +); +} +); +}; +layerId = "7AA11E8D-A5A4-4C69-A7D7-334D841CD931"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (305,0); +ref = quotesingle; +} +); +width = 685; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,879,l), +(408,879,l), +(558,1443,l), +(150,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(621,879,l), +(929,879,l), +(1079,1443,l), +(671,1443,l) +); +} +); +}; +layerId = "1B9A7C96-4C51-4292-BD5A-DBEBA4427835"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (521,0); +ref = quotesingle; +} +); +width = 1179; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(229,1100,l), +(269,1100,l), +(356,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(474,1100,l), +(514,1100,l), +(601,1443,l), +(541,1443,l) +); +} +); +}; +layerId = "680C7C85-F819-4976-9F72-23C00AA8898F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (245,0); +ref = quotesingle; +} +); +width = 505; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,960,l), +(210,960,l), +(332,1443,l), +(122,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(405,960,l), +(515,960,l), +(637,1443,l), +(427,1443,l) +); +} +); +}; +layerId = "769C610B-6049-4A3B-A031-9329FF811F74"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (305,0); +ref = quotesingle; +} +); +width = 737; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(105,1100,l), +(145,1100,l), +(160,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(350,1100,l), +(390,1100,l), +(405,1443,l), +(345,1443,l) +); +} +); +}; +layerId = "2588C783-ACEB-4E9F-B3DD-CF9279BC3854"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +ref = quotesingle; +}, +{ +pos = (245,0); +ref = quotesingle; +} +); +width = 505; +} +); +metricLeft = H; +metricRight = H; +unicode = 34; +}, +{ +color = 6; +glyphname = quotesingle; +kernLeft = updot; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(105,1100,l), +(145,1100,l), +(160,1443,l), +(100,1443,l) +); +} +); +width = 260; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,960,l), +(210,960,l), +(332,1443,l), +(122,1443,l) +); +} +); +width = 432; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,879,l), +(408,879,l), +(558,1443,l), +(150,1443,l) +); +} +); +width = 658; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(229,1100,l), +(269,1100,l), +(356,1443,l), +(296,1443,l) +); +} +); +width = 260; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(239,1100,l), +(389,1100,l), +(476,1443,l), +(296,1443,l) +); +} +); +width = 380; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(210,879,l), +(538,879,l), +(698,1443,l), +(290,1443,l) +); +} +); +width = 608; +} +); +metricLeft = H; +metricRight = H; +unicode = 39; +}, +{ +color = 6; +glyphname = at; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(574,1037,o), +(433,874,o), +(433,614,cs), +(433,356,o), +(574,194,o), +(799,194,cs), +(944,194,o), +(1057,272,o), +(1093,397,c), +(1098,397,l), +(1101,234,o), +(1190,132,o), +(1329,132,cs), +(1493,132,o), +(1596,328,o), +(1596,640,cs), +(1596,1125,o), +(1310,1430,o), +(854,1430,cs), +(366,1430,o), +(60,1125,o), +(60,640,cs), +(60,176,o), +(317,-116,o), +(726,-116,cs), +(872,-116,o), +(1012,-84,o), +(1089,-33,c), +(1089,21,l), +(1011,-31,o), +(871,-64,o), +(726,-64,cs), +(348,-64,o), +(110,208,o), +(110,640,cs), +(110,1096,o), +(397,1382,o), +(854,1382,cs), +(1279,1382,o), +(1546,1096,o), +(1546,640,cs), +(1546,357,o), +(1462,180,o), +(1327,180,cs), +(1216,180,o), +(1147,262,o), +(1147,393,cs), +(1147,1021,l), +(1096,1020,l), +(1095,834,l), +(1089,834,l), +(1046,959,o), +(934,1037,o), +(799,1037,cs) +); +}, +{ +closed = 1; +nodes = ( +(482,843,o), +(604,987,o), +(799,987,cs), +(975,987,o), +(1090,843,o), +(1096,614,cs), +(1096,387,o), +(981,244,o), +(799,244,cs), +(604,244,o), +(482,387,o), +(482,614,cs) +); +} +); +width = 1656; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(570,1048,o), +(433,884,o), +(433,624,cs), +(433,373,o), +(570,215,o), +(789,215,cs), +(919,215,o), +(1016,289,o), +(1040,408,c), +(1048,408,l), +(1064,246,o), +(1164,145,o), +(1309,145,cs), +(1498,145,o), +(1616,349,o), +(1616,675,cs), +(1616,1133,o), +(1330,1421,o), +(874,1421,cs), +(374,1421,o), +(60,1114,o), +(60,624,cs), +(60,176,o), +(332,-105,o), +(766,-105,cs), +(867,-105,o), +(980,-84,o), +(1059,-50,c), +(1059,110,l), +(987,76,o), +(874,55,o), +(766,55,cs), +(443,55,o), +(240,274,o), +(240,624,cs), +(240,1015,o), +(485,1261,o), +(874,1261,cs), +(1219,1261,o), +(1436,1033,o), +(1436,671,cs), +(1436,446,o), +(1388,305,o), +(1312,305,cs), +(1253,305,o), +(1216,354,o), +(1216,432,cs), +(1216,1032,l), +(1048,1031,l), +(1048,845,l), +(1040,845,l), +(1012,970,o), +(915,1048,o), +(789,1048,cs) +); +}, +{ +closed = 1; +nodes = ( +(613,786,o), +(696,888,o), +(829,888,cs), +(951,888,o), +(1031,786,o), +(1035,624,cs), +(1039,471,o), +(960,375,o), +(829,375,cs), +(696,375,o), +(613,471,o), +(613,624,cs) +); +} +); +width = 1676; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(623,1035,o), +(466,857,o), +(466,574,cs), +(466,309,o), +(623,142,o), +(874,142,cs), +(994,142,o), +(1093,201,o), +(1132,294,c), +(1144,294,l), +(1165,143,o), +(1282,49,o), +(1448,49,cs), +(1672,49,o), +(1812,286,o), +(1812,664,cs), +(1812,1147,o), +(1473,1450,o), +(934,1450,cs), +(397,1450,o), +(60,1109,o), +(60,565,cs), +(60,79,o), +(375,-226,o), +(876,-226,cs), +(957,-226,o), +(1066,-205,o), +(1159,-171,c), +(1159,81,l), +(1086,45,o), +(976,25,o), +(876,28,cs), +(549,36,o), +(343,243,o), +(343,565,cs), +(343,953,o), +(567,1197,o), +(924,1197,cs), +(1302,1197,o), +(1539,990,o), +(1539,660,cs), +(1539,446,o), +(1504,311,o), +(1448,311,cs), +(1402,311,o), +(1373,352,o), +(1373,418,cs), +(1373,955,l), +(1136,1025,l), +(1136,872,l), +(1124,872,l), +(1093,972,o), +(996,1035,o), +(874,1035,cs) +); +}, +{ +closed = 1; +nodes = ( +(757,724,o), +(831,808,o), +(948,808,cs), +(1063,808,o), +(1136,727,o), +(1136,598,cs), +(1136,459,o), +(1063,371,o), +(948,371,cs), +(831,371,o), +(757,455,o), +(757,589,cs) +); +} +); +width = 1872; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(670,1037,o), +(500,874,o), +(454,614,cs), +(409,356,o), +(522,194,o), +(746,194,cs), +(891,194,o), +(1018,272,o), +(1076,397,c), +(1081,397,l), +(1056,234,o), +(1127,132,o), +(1265,132,cs), +(1428,132,o), +(1566,328,o), +(1622,640,cs), +(1708,1125,o), +(1475,1430,o), +(1019,1430,cs), +(532,1430,o), +(172,1125,o), +(86,640,cs), +(4,176,o), +(210,-116,o), +(619,-116,cs), +(766,-116,o), +(911,-84,o), +(996,-33,c), +(1006,21,l), +(918,-31,o), +(768,-64,o), +(618,-64,cs), +(246,-64,o), +(60,208,o), +(136,640,cs), +(216,1096,o), +(557,1382,o), +(1021,1382,cs), +(1439,1382,o), +(1652,1096,o), +(1572,640,cs), +(1522,357,o), +(1403,180,o), +(1262,180,cs), +(1157,180,o), +(1106,262,o), +(1129,393,cs), +(1240,1021,l), +(1189,1020,l), +(1155,834,l), +(1149,834,l), +(1128,959,o), +(1030,1037,o), +(895,1037,cs) +); +}, +{ +closed = 1; +nodes = ( +(544,843,o), +(692,987,o), +(886,987,cs), +(1063,987,o), +(1152,843,o), +(1117,614,cs), +(1077,387,o), +(937,244,o), +(755,244,cs), +(560,244,o), +(463,387,o), +(503,614,cs) +); +} +); +width = 1657; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(668,1048,o), +(502,884,o), +(456,624,cs), +(412,373,o), +(522,215,o), +(740,215,cs), +(870,215,o), +(980,289,o), +(1025,408,c), +(1033,408,l), +(1020,246,o), +(1111,145,o), +(1268,145,cs), +(1444,145,o), +(1590,349,o), +(1648,675,cs), +(1729,1133,o), +(1494,1421,o), +(1038,1421,cs), +(538,1421,o), +(170,1114,o), +(83,624,cs), +(5,176,o), +(228,-105,o), +(660,-105,cs), +(763,-105,o), +(880,-84,o), +(963,-50,c), +(991,110,l), +(914,76,o), +(786,55,o), +(659,55,cs), +(354,55,o), +(201,274,o), +(263,624,cs), +(332,1015,o), +(631,1261,o), +(1039,1261,cs), +(1366,1261,o), +(1531,1033,o), +(1467,671,cs), +(1427,446,o), +(1355,305,o), +(1279,305,cs), +(1220,305,o), +(1191,354,o), +(1205,432,cs), +(1311,1032,l), +(1143,1031,l), +(1110,845,l), +(1102,845,l), +(1096,970,o), +(1013,1048,o), +(887,1048,cs) +); +}, +{ +closed = 1; +nodes = ( +(664,786,o), +(765,888,o), +(899,888,cs), +(1021,888,o), +(1082,786,o), +(1058,624,cs), +(1035,471,o), +(939,375,o), +(808,375,cs), +(675,375,o), +(609,471,o), +(636,624,cs) +); +} +); +width = 1676; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(710,1035,o), +(521,857,o), +(471,574,cs), +(425,309,o), +(553,142,o), +(803,142,cs), +(922,142,o), +(1032,201,o), +(1088,294,c), +(1100,294,l), +(1095,143,o), +(1207,49,o), +(1391,49,cs), +(1597,49,o), +(1767,286,o), +(1833,664,cs), +(1918,1147,o), +(1617,1450,o), +(1054,1450,cs), +(541,1450,o), +(159,1109,o), +(64,565,cs), +(-22,79,o), +(254,-226,o), +(780,-226,cs), +(839,-226,o), +(937,-205,o), +(1033,-171,c), +(1077,81,l), +(1000,45,o), +(887,25,o), +(785,28,cs), +(459,36,o), +(290,243,o), +(347,565,cs), +(415,953,o), +(682,1197,o), +(1039,1197,cs), +(1417,1197,o), +(1618,990,o), +(1559,660,cs), +(1521,446,o), +(1462,311,o), +(1407,311,cs), +(1361,311,o), +(1339,352,o), +(1351,418,cs), +(1445,955,l), +(1221,1025,l), +(1194,872,l), +(1182,872,l), +(1168,972,o), +(1083,1035,o), +(961,1035,cs) +); +}, +{ +closed = 1; +nodes = ( +(789,724,o), +(885,808,o), +(1015,808,cs), +(1117,808,o), +(1168,727,o), +(1146,598,cs), +(1121,459,o), +(1025,371,o), +(898,371,cs), +(792,371,o), +(741,455,o), +(765,589,cs) +); +} +); +width = 1870; +} +); +metricLeft = O; +metricRight = O; +unicode = 64; +}, +{ +color = 6; +glyphname = ampersand; +lastChange = "2025-12-11 14:01:08 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1307,0,l), +(539,782,ls), +(399,924,o), +(301,1026,o), +(301,1151,cs), +(301,1307,o), +(420,1416,o), +(589,1416,cs), +(758,1416,o), +(876,1307,o), +(876,1151,cs), +(876,1028,o), +(724,882,o), +(509,799,c), +(541,760,l), +(767,853,o), +(926,1014,o), +(926,1151,cs), +(926,1335,o), +(787,1464,o), +(590,1464,cs), +(391,1464,o), +(251,1335,o), +(251,1151,cs), +(251,1015,o), +(351,903,o), +(493,759,cs), +(1237,0,l) +); +}, +{ +closed = 1; +nodes = ( +(594,-19,o), +(749,35,o), +(845,111,cs), +(1015,247,o), +(1170,512,o), +(1220,751,c), +(1169,751,l), +(1120,525,o), +(973,276,o), +(813,149,cs), +(726,80,o), +(583,31,o), +(466,31,cs), +(280,31,o), +(150,161,o), +(150,347,cs), +(150,507,o), +(305,675,o), +(526,755,c), +(494,792,l), +(263,710,o), +(100,524,o), +(100,341,cs), +(100,130,o), +(252,-19,o), +(469,-19,cs) +); +} +); +width = 1367; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1446,6,l), +(636,777,ls), +(509,897,o), +(421,976,o), +(421,1086,cs), +(421,1214,o), +(515,1304,o), +(649,1304,cs), +(776,1304,o), +(866,1224,o), +(866,1096,cs), +(866,983,o), +(725,884,o), +(524,822,c), +(644,700,l), +(880,781,o), +(1046,930,o), +(1046,1096,cs), +(1046,1318,o), +(883,1464,o), +(650,1464,cs), +(410,1464,o), +(241,1308,o), +(241,1086,cs), +(241,941,o), +(352,819,o), +(509,670,c), +(1197,1,l) +); +}, +{ +closed = 1; +nodes = ( +(661,-19,o), +(820,31,o), +(925,101,cs), +(1140,263,o), +(1324,532,o), +(1370,751,c), +(1184,751,l), +(1145,575,o), +(999,364,o), +(831,241,cs), +(752,182,o), +(631,141,o), +(536,141,cs), +(386,141,o), +(280,238,o), +(280,377,cs), +(280,506,o), +(413,633,o), +(603,684,c), +(484,803,l), +(259,743,o), +(100,565,o), +(100,371,cs), +(100,142,o), +(281,-19,o), +(539,-19,cs) +); +} +); +width = 1506; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1444,0,l), +(665,905,ls), +(596,985,o), +(551,1057,o), +(551,1094,cs), +(551,1171,o), +(601,1220,o), +(681,1220,cs), +(754,1220,o), +(800,1171,o), +(800,1094,cs), +(800,1019,o), +(703,936,o), +(549,878,c), +(744,681,l), +(975,774,o), +(1120,933,o), +(1120,1094,cs), +(1120,1331,o), +(955,1480,o), +(692,1480,cs), +(409,1480,o), +(231,1331,o), +(231,1094,cs), +(231,986,o), +(316,836,o), +(452,707,c), +(1054,-5,l) +); +}, +{ +closed = 1; +nodes = ( +(685,-36,o), +(835,11,o), +(937,87,cs), +(1174,267,o), +(1332,515,o), +(1378,731,c), +(1061,731,l), +(1023,562,o), +(899,390,o), +(738,287,cs), +(678,239,o), +(598,215,o), +(531,223,cs), +(466,234,o), +(425,290,o), +(425,369,cs), +(425,457,o), +(525,564,o), +(684,648,c), +(503,843,l), +(255,727,o), +(100,542,o), +(100,363,cs), +(100,118,o), +(273,-36,o), +(548,-36,cs) +); +} +); +width = 1504; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1209,0,l), +(578,782,ls), +(458,930,o), +(392,1073,o), +(406,1151,cs), +(434,1314,o), +(570,1416,o), +(747,1416,cs), +(924,1416,o), +(1009,1314,o), +(981,1151,cs), +(958,1022,o), +(792,886,o), +(551,799,c), +(577,760,l), +(830,857,o), +(1005,1008,o), +(1031,1151,cs), +(1064,1343,o), +(956,1464,o), +(750,1464,cs), +(542,1464,o), +(389,1343,o), +(356,1151,cs), +(340,1061,o), +(406,910,o), +(528,759,cs), +(1139,1,l) +); +}, +{ +closed = 1; +nodes = ( +(497,-19,o), +(651,31,o), +(766,111,cs), +(969,253,o), +(1157,500,o), +(1254,751,c), +(1203,751,l), +(1110,514,o), +(932,282,o), +(741,149,cs), +(637,77,o), +(481,31,o), +(359,31,cs), +(165,31,o), +(79,153,o), +(113,347,cs), +(142,514,o), +(315,671,o), +(561,755,c), +(535,792,l), +(278,706,o), +(95,532,o), +(62,341,cs), +(23,120,o), +(141,-19,o), +(367,-19,cs) +); +} +); +width = 1380; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1351,6,l), +(677,777,ls), +(567,902,o), +(505,1021,o), +(516,1086,cs), +(540,1220,o), +(651,1304,o), +(803,1304,cs), +(923,1304,o), +(985,1224,o), +(963,1096,cs), +(945,993,o), +(795,887,o), +(573,822,c), +(671,700,l), +(933,785,o), +(1115,938,o), +(1143,1096,cs), +(1183,1322,o), +(1055,1464,o), +(812,1464,cs), +(561,1464,o), +(377,1318,o), +(336,1086,cs), +(319,986,o), +(394,826,o), +(531,670,c), +(1101,1,l) +); +}, +{ +closed = 1; +nodes = ( +(566,-19,o), +(723,27,o), +(846,101,cs), +(1101,271,o), +(1317,522,o), +(1406,751,c), +(1220,751,l), +(1147,567,o), +(976,370,o), +(777,241,cs), +(683,180,o), +(559,141,o), +(454,141,cs), +(304,141,o), +(225,232,o), +(250,377,cs), +(274,513,o), +(420,631,o), +(627,684,c), +(529,803,l), +(283,740,o), +(105,574,o), +(69,371,cs), +(27,131,o), +(170,-19,o), +(439,-19,cs) +); +} +); +width = 1520; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1350,0,l), +(720,905,ls), +(664,985,o), +(633,1058,o), +(640,1094,cs), +(654,1171,o), +(717,1220,o), +(802,1220,cs), +(870,1220,o), +(903,1171,o), +(889,1094,cs), +(875,1019,o), +(764,936,o), +(600,878,c), +(760,681,l), +(1007,774,o), +(1180,933,o), +(1209,1094,cs), +(1251,1331,o), +(1104,1480,o), +(829,1480,cs), +(559,1480,o), +(367,1350,o), +(330,1144,cs), +(313,1048,o), +(384,880,o), +(512,707,c), +(989,-5,l) +); +}, +{ +closed = 1; +nodes = ( +(602,-36,o), +(765,11,o), +(878,87,cs), +(1113,243,o), +(1320,492,o), +(1413,731,c), +(1086,731,l), +(1018,561,o), +(863,390,o), +(684,287,cs), +(614,238,o), +(522,213,o), +(446,223,cs), +(394,232,o), +(371,288,o), +(386,369,cs), +(402,456,o), +(521,564,o), +(694,648,c), +(547,843,l), +(279,727,o), +(91,542,o), +(60,363,cs), +(16,118,o), +(169,-36,o), +(457,-36,cs) +); +} +); +width = 1527; +} +); +metricLeft = H; +metricRight = o; +unicode = 38; +}, +{ +color = 6; +glyphname = paragraph; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(693,-72,l), +(743,-72,l), +(743,1443,l), +(693,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(376,-72,l), +(426,-72,l), +(426,1443,l), +(376,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(376,893,o), +(376,1012,o), +(376,1165,c), +(376,1316,o), +(376,1443,o), +(376,1443,cs), +(207,1443,o), +(100,1321,o), +(100,1169,cs), +(100,1015,o), +(224,893,o), +(376,893,cs) +); +} +); +width = 843; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(952,-142,l), +(1132,-142,l), +(1132,1443,l), +(952,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(508,-142,l), +(688,-142,l), +(688,1443,l), +(508,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(706,662,o), +(690,820,o), +(690,1037,cs), +(690,1251,o), +(706,1443,o), +(491,1443,cs), +(275,1443,o), +(100,1268,o), +(100,1052,cs), +(100,835,o), +(275,662,o), +(491,662,cs) +); +} +); +width = 1232; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1002,-142,l), +(1322,-142,l), +(1322,1443,l), +(1002,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(508,-142,l), +(828,-142,l), +(828,1443,l), +(508,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(706,662,o), +(690,820,o), +(690,1037,cs), +(690,1251,o), +(706,1443,o), +(491,1443,cs), +(275,1443,o), +(100,1268,o), +(100,1052,cs), +(100,835,o), +(275,662,o), +(491,662,cs) +); +} +); +width = 1422; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(567,-72,l), +(617,-72,l), +(939,1443,l), +(889,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(250,-72,l), +(300,-72,l), +(622,1443,l), +(572,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(455,893,o), +(480,1012,o), +(513,1165,c), +(545,1316,o), +(572,1443,o), +(572,1443,cs), +(403,1443,o), +(270,1321,o), +(238,1169,cs), +(205,1015,o), +(303,893,o), +(455,893,cs) +); +} +); +width = 843; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(812,-142,l), +(992,-142,l), +(1328,1443,l), +(1148,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(368,-142,l), +(548,-142,l), +(884,1443,l), +(704,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(736,662,o), +(754,820,o), +(800,1037,cs), +(846,1251,o), +(902,1443,o), +(687,1443,cs), +(471,1443,o), +(259,1268,o), +(213,1052,cs), +(167,835,o), +(305,662,o), +(521,662,cs) +); +} +); +width = 1233; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(856,-142,l), +(1176,-142,l), +(1512,1443,l), +(1192,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(362,-142,l), +(682,-142,l), +(1018,1443,l), +(698,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(730,662,o), +(748,820,o), +(794,1037,cs), +(840,1251,o), +(896,1443,o), +(681,1443,cs), +(465,1443,o), +(253,1268,o), +(207,1052,cs), +(161,835,o), +(299,662,o), +(515,662,cs) +); +} +); +width = 1423; +} +); +metricLeft = H; +metricRight = H; +unicode = 182; +}, +{ +color = 6; +glyphname = section; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = bottom; +pos = (377,0); +}, +{ +name = top; +pos = (377,1040); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(632,382,o), +(809,449,o), +(809,645,cs), +(809,799,o), +(711,866,o), +(489,930,cs), +(269,993,o), +(198,1065,o), +(198,1178,cs), +(198,1292,o), +(303,1362,o), +(453,1362,cs), +(545,1362,o), +(649,1337,o), +(741,1279,c), +(740,1327,l), +(639,1389,o), +(548,1407,o), +(453,1407,c), +(275,1407,o), +(149,1315,o), +(149,1171,cs), +(149,1041,o), +(229,956,o), +(467,890,cs), +(669,834,o), +(759,779,o), +(760,645,cs), +(761,510,o), +(649,428,o), +(462,428,cs), +(369,428,o), +(176,490,o), +(151,651,c), +(135,608,l), +(135,484,o), +(333,383,o), +(426,383,c) +); +}, +{ +closed = 1; +nodes = ( +(642,-151,o), +(779,-45,o), +(779,118,cs), +(779,272,o), +(681,339,o), +(459,403,cs), +(239,466,o), +(168,538,o), +(168,651,cs), +(168,765,o), +(273,840,o), +(423,835,cs), +(698,825,o), +(756,749,o), +(762,648,c), +(761,696,l), +(746,801,o), +(594,880,o), +(423,880,c), +(245,880,o), +(119,788,o), +(119,644,cs), +(119,514,o), +(199,429,o), +(437,363,cs), +(639,307,o), +(729,252,o), +(730,118,cs), +(731,-17,o), +(619,-105,o), +(432,-105,cs), +(339,-105,o), +(239,-75,o), +(116,19,c), +(100,-24,l), +(198,-103,o), +(308,-150,o), +(436,-150,c) +); +} +); +width = 909; +}, +{ +anchors = ( +{ +name = bottom; +pos = (448,0); +}, +{ +name = top; +pos = (448,1040); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(787,302,o), +(950,426,o), +(950,625,cs), +(950,816,o), +(798,929,o), +(557,918,cs), +(405,911,o), +(309,988,o), +(309,1118,cs), +(309,1219,o), +(392,1282,o), +(524,1282,cs), +(641,1282,o), +(776,1242,o), +(874,1179,c), +(870,1360,l), +(790,1413,o), +(657,1447,o), +(524,1447,cs), +(282,1447,o), +(130,1317,o), +(130,1111,cs), +(130,911,o), +(273,776,o), +(502,762,cs), +(666,752,o), +(770,695,o), +(771,615,cs), +(772,525,o), +(680,468,o), +(533,468,cs), +(390,468,o), +(299,527,o), +(297,622,c), +(136,600,l), +(144,418,o), +(295,303,o), +(527,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(779,-211,o), +(950,-84,o), +(950,118,cs), +(950,335,o), +(787,470,o), +(527,467,cs), +(387,465,o), +(299,524,o), +(299,621,cs), +(299,703,o), +(385,755,o), +(522,755,cs), +(671,755,o), +(768,701,o), +(773,614,c), +(943,629,l), +(942,808,o), +(769,920,o), +(494,920,cs), +(264,920,o), +(120,806,o), +(120,624,cs), +(120,427,o), +(277,303,o), +(528,302,cs), +(675,301,o), +(769,230,o), +(771,118,cs), +(773,18,o), +(670,-45,o), +(503,-45,cs), +(378,-45,o), +(246,9,o), +(159,96,c), +(100,-62,l), +(201,-153,o), +(358,-210,o), +(507,-210,cs) +); +} +); +width = 1050; +}, +{ +anchors = ( +{ +name = bottom; +pos = (377,0); +}, +{ +name = top; +pos = (377,1040); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(829,332,o), +(995,456,o), +(995,653,cs), +(995,838,o), +(825,954,o), +(554,954,cs), +(464,954,o), +(408,1016,o), +(408,1116,cs), +(408,1201,o), +(477,1255,o), +(587,1255,cs), +(686,1255,o), +(813,1221,o), +(916,1167,c), +(916,1374,l), +(835,1439,o), +(694,1479,o), +(551,1479,cs), +(285,1479,o), +(118,1346,o), +(118,1134,cs), +(118,904,o), +(290,760,o), +(565,760,cs), +(652,760,o), +(707,720,o), +(707,657,cs), +(707,599,o), +(647,562,o), +(551,562,cs), +(468,562,o), +(416,600,o), +(416,661,c), +(263,473,l), +(373,386,o), +(489,332,o), +(565,332,c) +); +}, +{ +closed = 1; +nodes = ( +(837,-173,o), +(1022,-38,o), +(1022,178,cs), +(1022,405,o), +(841,548,o), +(554,548,cs), +(469,548,o), +(415,592,o), +(415,661,cs), +(415,716,o), +(472,750,o), +(564,750,cs), +(656,750,o), +(712,713,o), +(709,654,c), +(858,835,l), +(773,896,o), +(646,934,o), +(528,934,cs), +(280,934,o), +(125,828,o), +(125,659,cs), +(125,447,o), +(291,314,o), +(555,314,cs), +(665,314,o), +(734,263,o), +(734,182,cs), +(734,105,o), +(655,57,o), +(528,57,cs), +(440,57,o), +(313,101,o), +(200,171,c), +(100,-23,l), +(216,-115,o), +(387,-173,o), +(542,-173,c) +); +} +); +width = 1122; +}, +{ +anchors = ( +{ +name = bottom; +pos = (271,0); +}, +{ +name = top; +pos = (455,1040); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(594,382,o), +(782,449,o), +(817,645,cs), +(844,799,o), +(758,866,o), +(547,930,cs), +(338,993,o), +(280,1065,o), +(300,1178,cs), +(320,1292,o), +(437,1362,o), +(587,1362,cs), +(679,1362,o), +(779,1337,o), +(861,1279,c), +(868,1327,l), +(778,1389,o), +(690,1407,o), +(595,1407,c), +(417,1407,o), +(275,1315,o), +(250,1171,cs), +(227,1041,o), +(292,956,o), +(518,890,cs), +(710,834,o), +(791,779,o), +(768,645,cs), +(745,510,o), +(619,428,o), +(432,428,cs), +(339,428,o), +(157,490,o), +(160,651,c), +(136,608,l), +(115,484,o), +(295,383,o), +(388,383,c) +); +}, +{ +closed = 1; +nodes = ( +(510,-151,o), +(665,-45,o), +(694,118,cs), +(721,272,o), +(635,339,o), +(424,403,cs), +(215,466,o), +(157,538,o), +(177,651,cs), +(197,765,o), +(315,840,o), +(464,835,cs), +(738,825,o), +(782,749,o), +(770,648,c), +(778,696,l), +(781,801,o), +(643,880,o), +(472,880,c), +(294,880,o), +(152,788,o), +(127,644,cs), +(104,514,o), +(169,429,o), +(395,363,cs), +(587,307,o), +(668,252,o), +(645,118,cs), +(622,-17,o), +(495,-105,o), +(308,-105,cs), +(215,-105,o), +(120,-75,o), +(14,19,c), +(-10,-24,l), +(74,-103,o), +(176,-150,o), +(304,-150,c) +); +} +); +width = 891; +}, +{ +anchors = ( +{ +name = bottom; +pos = (348,0); +}, +{ +name = top; +pos = (531,1040); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(740,302,o), +(925,426,o), +(960,625,cs), +(994,816,o), +(862,929,o), +(619,918,cs), +(466,911,o), +(383,988,o), +(406,1118,cs), +(424,1219,o), +(518,1282,o), +(650,1282,cs), +(767,1282,o), +(895,1242,o), +(982,1179,c), +(1010,1360,l), +(939,1413,o), +(812,1447,o), +(679,1447,cs), +(437,1447,o), +(262,1317,o), +(226,1111,cs), +(191,911,o), +(310,776,o), +(536,762,cs), +(699,752,o), +(792,695,o), +(779,615,cs), +(765,525,o), +(662,468,o), +(515,468,cs), +(372,468,o), +(292,527,o), +(307,622,c), +(142,600,l), +(118,418,o), +(248,303,o), +(480,303,cs) +); +}, +{ +closed = 1; +nodes = ( +(642,-211,o), +(835,-84,o), +(871,118,cs), +(909,335,o), +(770,470,o), +(509,467,cs), +(369,465,o), +(291,524,o), +(308,621,cs), +(323,703,o), +(418,755,o), +(555,755,cs), +(704,755,o), +(792,701,o), +(781,614,c), +(954,629,l), +(984,808,o), +(831,920,o), +(556,920,cs), +(326,920,o), +(162,806,o), +(130,624,cs), +(95,427,o), +(230,303,o), +(481,302,cs), +(628,301,o), +(709,230,o), +(692,118,cs), +(676,18,o), +(562,-45,o), +(395,-45,cs), +(270,-45,o), +(148,9,o), +(76,96,c), +(-11,-62,l), +(74,-153,o), +(221,-210,o), +(370,-210,cs) +); +} +); +width = 1057; +}, +{ +anchors = ( +{ +name = bottom; +pos = (398,0); +}, +{ +name = top; +pos = (398,1040); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(793,332,o), +(981,456,o), +(1016,653,cs), +(1049,838,o), +(899,954,o), +(628,954,cs), +(538,954,o), +(493,1016,o), +(511,1116,cs), +(526,1201,o), +(604,1255,o), +(714,1255,cs), +(813,1255,o), +(934,1221,o), +(1028,1167,c), +(1064,1374,l), +(995,1439,o), +(861,1479,o), +(718,1479,cs), +(452,1479,o), +(261,1346,o), +(224,1134,cs), +(183,904,o), +(330,760,o), +(605,760,cs), +(692,760,o), +(740,720,o), +(729,657,cs), +(718,599,o), +(652,562,o), +(556,562,cs), +(473,562,o), +(428,600,o), +(438,661,c), +(252,473,l), +(347,386,o), +(453,332,o), +(529,332,c) +); +}, +{ +closed = 1; +nodes = ( +(712,-173,o), +(921,-38,o), +(959,178,cs), +(999,405,o), +(843,548,o), +(556,548,cs), +(471,548,o), +(425,592,o), +(437,661,cs), +(447,716,o), +(510,750,o), +(602,750,cs), +(694,750,o), +(744,713,o), +(730,654,c), +(911,835,l), +(837,896,o), +(717,934,o), +(599,934,cs), +(351,934,o), +(177,828,o), +(147,659,cs), +(110,447,o), +(252,314,o), +(516,314,cs), +(626,314,o), +(686,263,o), +(672,182,cs), +(658,105,o), +(571,57,o), +(444,57,cs), +(356,57,o), +(237,101,o), +(136,171,c), +(2,-23,l), +(102,-115,o), +(262,-173,o), +(417,-173,c) +); +} +); +width = 1138; +} +); +metricLeft = H; +metricRight = H; +unicode = 167; +}, +{ +color = 6; +glyphname = copyright; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(484,452,o), +(644,287,o), +(848,287,cs), +(960,287,o), +(1089,356,o), +(1141,444,c), +(1104,474,l), +(1058,396,o), +(946,335,o), +(848,335,cs), +(672,335,o), +(534,478,o), +(534,661,cs), +(534,844,o), +(672,987,o), +(848,987,cs), +(949,987,o), +(1061,926,o), +(1104,849,c), +(1141,878,l), +(1090,966,o), +(961,1035,o), +(848,1035,cs), +(644,1035,o), +(484,870,o), +(484,661,c) +); +}, +{ +closed = 1; +nodes = ( +(1265,-112,o), +(1605,228,o), +(1605,661,cs), +(1605,1094,o), +(1265,1434,o), +(833,1434,cs), +(400,1434,o), +(60,1094,o), +(60,661,cs), +(60,228,o), +(400,-112,o), +(833,-112,cs) +); +}, +{ +closed = 1; +nodes = ( +(427,-64,o), +(109,255,o), +(110,661,cs), +(111,1067,o), +(429,1386,o), +(833,1386,cs), +(1238,1386,o), +(1556,1067,o), +(1555,661,cs), +(1554,255,o), +(1236,-64,o), +(833,-64,cs) +); +} +); +width = 1665; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(471,444,o), +(633,287,o), +(857,287,cs), +(974,287,o), +(1097,353,o), +(1150,444,c), +(1043,536,l), +(1016,479,o), +(942,437,o), +(867,437,cs), +(730,437,o), +(631,531,o), +(631,661,cs), +(631,791,o), +(730,885,o), +(867,885,cs), +(937,885,o), +(1011,846,o), +(1043,791,c), +(1160,868,l), +(1105,965,o), +(977,1035,o), +(857,1035,cs), +(633,1035,o), +(471,878,o), +(471,661,cs) +); +}, +{ +closed = 1; +nodes = ( +(1297,-112,o), +(1625,213,o), +(1625,661,cs), +(1625,1109,o), +(1297,1434,o), +(843,1434,cs), +(389,1434,o), +(60,1109,o), +(60,661,cs), +(60,213,o), +(389,-112,o), +(843,-112,cs) +); +}, +{ +closed = 1; +nodes = ( +(493,48,o), +(240,305,o), +(240,661,cs), +(240,1017,o), +(493,1274,o), +(843,1274,cs), +(1192,1274,o), +(1445,1017,o), +(1445,661,cs), +(1445,305,o), +(1192,48,o), +(843,48,cs) +); +} +); +width = 1685; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(452,432,o), +(641,247,o), +(881,247,cs), +(1024,247,o), +(1181,349,o), +(1238,479,c), +(1044,579,l), +(1020,524,o), +(952,481,o), +(890,481,cs), +(785,481,o), +(703,562,o), +(703,666,cs), +(703,770,o), +(785,852,o), +(890,852,cs), +(952,852,o), +(1019,810,o), +(1043,756,c), +(1238,853,l), +(1183,983,o), +(1026,1086,o), +(881,1086,cs), +(638,1086,o), +(449,902,o), +(451,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(1320,-127,o), +(1675,220,o), +(1675,661,cs), +(1675,1108,o), +(1320,1459,o), +(868,1459,cs), +(416,1459,o), +(60,1108,o), +(60,661,cs), +(60,220,o), +(416,-127,o), +(868,-127,cs) +); +}, +{ +closed = 1; +nodes = ( +(557,106,o), +(313,350,o), +(313,661,cs), +(313,977,o), +(557,1226,o), +(868,1226,cs), +(1178,1226,o), +(1422,977,o), +(1422,661,cs), +(1422,350,o), +(1178,106,o), +(868,106,cs) +); +} +); +width = 1735; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(477,452,o), +(608,287,o), +(812,287,cs), +(925,287,o), +(1066,356,o), +(1133,444,c), +(1101,474,l), +(1041,396,o), +(918,335,o), +(821,335,cs), +(645,335,o), +(532,478,o), +(564,661,cs), +(596,844,o), +(759,987,o), +(935,987,cs), +(1036,987,o), +(1138,926,o), +(1167,849,c), +(1209,878,l), +(1174,966,o), +(1058,1035,o), +(944,1035,cs), +(741,1035,o), +(551,870,o), +(514,661,c) +); +}, +{ +closed = 1; +nodes = ( +(1161,-112,o), +(1558,228,o), +(1635,661,cs), +(1712,1094,o), +(1432,1434,o), +(999,1434,cs), +(567,1434,o), +(167,1094,o), +(90,661,cs), +(13,228,o), +(296,-112,o), +(732,-112,cs) +); +}, +{ +closed = 1; +nodes = ( +(327,-64,o), +(68,255,o), +(140,661,cs), +(212,1067,o), +(591,1386,o), +(1002,1386,cs), +(1401,1386,o), +(1657,1067,o), +(1585,661,cs), +(1513,255,o), +(1136,-64,o), +(729,-64,cs) +); +} +); +width = 1666; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(463,444,o), +(598,287,o), +(822,287,cs), +(939,287,o), +(1074,353,o), +(1143,444,c), +(1052,536,l), +(1014,479,o), +(933,437,o), +(859,437,cs), +(722,437,o), +(639,531,o), +(662,661,cs), +(685,791,o), +(800,885,o), +(937,885,cs), +(1008,885,o), +(1075,846,o), +(1097,791,c), +(1227,868,l), +(1189,965,o), +(1075,1035,o), +(954,1035,cs), +(731,1035,o), +(541,878,o), +(502,661,cs) +); +}, +{ +closed = 1; +nodes = ( +(1191,-112,o), +(1577,213,o), +(1656,661,cs), +(1735,1109,o), +(1464,1434,o), +(1010,1434,cs), +(556,1434,o), +(170,1109,o), +(91,661,cs), +(12,213,o), +(283,-112,o), +(738,-112,cs) +); +}, +{ +closed = 1; +nodes = ( +(408,48,o), +(209,305,o), +(271,661,cs), +(333,1017,o), +(640,1274,o), +(1002,1274,cs), +(1339,1274,o), +(1538,1017,o), +(1476,661,cs), +(1414,305,o), +(1107,48,o), +(746,48,cs) +); +} +); +width = 1687; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(433,415,o), +(575,247,o), +(832,247,cs), +(984,247,o), +(1143,340,o), +(1230,479,c), +(1054,579,l), +(1018,520,o), +(949,481,o), +(882,481,cs), +(770,481,o), +(709,555,o), +(728,666,cs), +(748,778,o), +(836,852,o), +(948,852,cs), +(1014,852,o), +(1068,814,o), +(1084,756,c), +(1296,853,l), +(1263,993,o), +(1136,1086,o), +(980,1086,cs), +(721,1086,o), +(519,919,o), +(476,668,cs) +); +}, +{ +closed = 1; +nodes = ( +(1238,-127,o), +(1616,188,o), +(1699,661,cs), +(1784,1140,o), +(1518,1459,o), +(1033,1459,cs), +(549,1459,o), +(169,1140,o), +(84,661,cs), +(1,188,o), +(269,-127,o), +(753,-127,cs) +); +}, +{ +closed = 1; +nodes = ( +(449,106,o), +(278,328,o), +(337,661,cs), +(397,1000,o), +(667,1226,o), +(1012,1226,cs), +(1332,1226,o), +(1506,1000,o), +(1446,661,cs), +(1387,328,o), +(1115,106,o), +(764,106,cs) +); +} +); +width = 1736; +} +); +metricLeft = O; +metricRight = O; +unicode = 169; +}, +{ +color = 6; +glyphname = registered; +lastChange = "2025-12-11 14:01:20 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(697,659,o), +(863,825,o), +(863,1062,cs), +(863,1297,o), +(697,1463,o), +(462,1463,cs), +(226,1463,o), +(60,1297,o), +(60,1062,cs), +(60,825,o), +(226,659,o), +(462,659,cs) +); +}, +{ +closed = 1; +nodes = ( +(254,707,o), +(108,854,o), +(108,1062,cs), +(108,1269,o), +(254,1415,o), +(462,1415,cs), +(669,1415,o), +(815,1269,o), +(815,1062,cs), +(815,854,o), +(669,707,o), +(462,707,cs) +); +}, +{ +closed = 1; +nodes = ( +(369,867,l), +(369,994,l), +(490,994,ls), +(576,994,o), +(636,1049,o), +(636,1127,cs), +(636,1207,o), +(576,1264,o), +(490,1264,cs), +(320,1264,l), +(320,867,l) +); +}, +{ +closed = 1; +nodes = ( +(632,867,l), +(533,1026,l), +(492,1003,l), +(574,867,l) +); +}, +{ +closed = 1; +nodes = ( +(369,1216,l), +(488,1216,ls), +(546,1216,o), +(586,1178,o), +(586,1123,cs), +(586,1075,o), +(546,1042,o), +(490,1042,cs), +(369,1042,l) +); +} +); +width = 923; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(702,637,o), +(887,822,o), +(887,1050,cs), +(887,1278,o), +(702,1463,o), +(474,1463,cs), +(246,1463,o), +(60,1278,o), +(60,1050,cs), +(60,822,o), +(246,637,o), +(474,637,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,752,o), +(175,886,o), +(175,1050,cs), +(175,1216,o), +(308,1349,o), +(474,1349,cs), +(640,1349,o), +(772,1216,o), +(772,1050,cs), +(772,886,o), +(640,752,o), +(474,752,cs) +); +}, +{ +closed = 1; +nodes = ( +(406,857,l), +(406,984,l), +(492,984,ls), +(579,984,o), +(638,1037,o), +(638,1117,cs), +(638,1192,o), +(579,1244,o), +(492,1244,cs), +(327,1244,l), +(327,857,l) +); +}, +{ +closed = 1; +nodes = ( +(644,857,l), +(545,1016,l), +(477,993,l), +(559,857,l) +); +}, +{ +closed = 1; +nodes = ( +(406,1176,l), +(488,1176,ls), +(529,1176,o), +(559,1152,o), +(559,1112,cs), +(559,1079,o), +(531,1053,o), +(489,1053,cs), +(406,1053,l) +); +} +); +width = 947; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(864,494,o), +(1073,698,o), +(1073,987,cs), +(1073,1277,o), +(864,1480,o), +(567,1480,cs), +(269,1480,o), +(60,1277,o), +(60,987,cs), +(60,698,o), +(269,494,o), +(567,494,cs) +); +}, +{ +closed = 1; +nodes = ( +(365,638,o), +(222,783,o), +(222,987,cs), +(222,1192,o), +(365,1336,o), +(567,1336,cs), +(769,1336,o), +(911,1192,o), +(911,987,cs), +(911,783,o), +(769,638,o), +(567,638,cs) +); +}, +{ +closed = 1; +nodes = ( +(509,744,l), +(509,892,l), +(597,892,ls), +(708,892,o), +(787,964,o), +(787,1066,cs), +(787,1163,o), +(708,1231,o), +(597,1231,cs), +(374,1231,l), +(374,744,l) +); +}, +{ +closed = 1; +nodes = ( +(783,744,l), +(689,941,l), +(562,909,l), +(632,744,l) +); +}, +{ +closed = 1; +nodes = ( +(509,1114,l), +(601,1114,ls), +(636,1114,o), +(661,1092,o), +(661,1060,cs), +(661,1031,o), +(637,1009,o), +(602,1009,cs), +(509,1009,l) +); +} +); +width = 1133; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(823,659,o), +(989,825,o), +(989,1062,cs), +(989,1297,o), +(823,1463,o), +(588,1463,cs), +(352,1463,o), +(186,1297,o), +(186,1062,cs), +(186,825,o), +(352,659,o), +(588,659,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,707,o), +(234,854,o), +(234,1062,cs), +(234,1269,o), +(380,1415,o), +(588,1415,cs), +(795,1415,o), +(941,1269,o), +(941,1062,cs), +(941,854,o), +(795,707,o), +(588,707,cs) +); +}, +{ +closed = 1; +nodes = ( +(495,867,l), +(495,994,l), +(616,994,ls), +(702,994,o), +(762,1049,o), +(762,1127,cs), +(762,1207,o), +(702,1264,o), +(616,1264,cs), +(446,1264,l), +(446,867,l) +); +}, +{ +closed = 1; +nodes = ( +(758,867,l), +(659,1026,l), +(618,1003,l), +(700,867,l) +); +}, +{ +closed = 1; +nodes = ( +(495,1216,l), +(614,1216,ls), +(672,1216,o), +(712,1178,o), +(712,1123,cs), +(712,1075,o), +(672,1042,o), +(616,1042,cs), +(495,1042,l) +); +} +); +width = 945; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(824,637,o), +(1009,822,o), +(1009,1050,cs), +(1009,1278,o), +(824,1463,o), +(596,1463,cs), +(368,1463,o), +(182,1278,o), +(182,1050,cs), +(182,822,o), +(368,637,o), +(596,637,cs) +); +}, +{ +closed = 1; +nodes = ( +(430,752,o), +(297,886,o), +(297,1050,cs), +(297,1216,o), +(430,1349,o), +(596,1349,cs), +(762,1349,o), +(894,1216,o), +(894,1050,cs), +(894,886,o), +(762,752,o), +(596,752,cs) +); +}, +{ +closed = 1; +nodes = ( +(528,857,l), +(528,984,l), +(614,984,ls), +(701,984,o), +(760,1037,o), +(760,1117,cs), +(760,1192,o), +(701,1244,o), +(614,1244,cs), +(449,1244,l), +(449,857,l) +); +}, +{ +closed = 1; +nodes = ( +(766,857,l), +(667,1016,l), +(599,993,l), +(681,857,l) +); +}, +{ +closed = 1; +nodes = ( +(528,1176,l), +(610,1176,ls), +(651,1176,o), +(681,1152,o), +(681,1112,cs), +(681,1079,o), +(653,1053,o), +(611,1053,cs), +(528,1053,l) +); +} +); +width = 966; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(970,494,o), +(1179,698,o), +(1179,987,cs), +(1179,1277,o), +(970,1480,o), +(673,1480,cs), +(375,1480,o), +(166,1277,o), +(166,987,cs), +(166,698,o), +(375,494,o), +(673,494,cs) +); +}, +{ +closed = 1; +nodes = ( +(471,638,o), +(328,783,o), +(328,987,cs), +(328,1192,o), +(471,1336,o), +(673,1336,cs), +(875,1336,o), +(1017,1192,o), +(1017,987,cs), +(1017,783,o), +(875,638,o), +(673,638,cs) +); +}, +{ +closed = 1; +nodes = ( +(615,744,l), +(615,892,l), +(703,892,ls), +(814,892,o), +(893,964,o), +(893,1066,cs), +(893,1163,o), +(814,1231,o), +(703,1231,cs), +(480,1231,l), +(480,744,l) +); +}, +{ +closed = 1; +nodes = ( +(889,744,l), +(795,941,l), +(668,909,l), +(738,744,l) +); +}, +{ +closed = 1; +nodes = ( +(615,1114,l), +(707,1114,ls), +(742,1114,o), +(767,1092,o), +(767,1060,cs), +(767,1031,o), +(743,1009,o), +(708,1009,cs), +(615,1009,l) +); +} +); +width = 1159; +} +); +metricLeft = O; +metricRight = O; +unicode = 174; +}, +{ +color = 6; +glyphname = trademark; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1397,l), +(369,1397,l), +(369,650,l), +(417,650,l), +(417,1397,l), +(685,1397,l), +(685,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(766,650,l), +(813,650,l), +(813,1351,l), +(824,1351,l), +(806,1366,l), +(1152,942,l), +(1163,942,l), +(1511,1366,l), +(1489,1351,l), +(1504,1351,l), +(1504,650,l), +(1551,650,l), +(1551,1443,l), +(1510,1443,l), +(1158,1008,l), +(1156,1008,l), +(807,1443,l), +(766,1443,l) +); +} +); +width = 1651; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1310,l), +(345,1310,l), +(345,650,l), +(503,650,l), +(503,1310,l), +(748,1310,l), +(748,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(803,650,l), +(963,650,l), +(963,1200,l), +(990,1200,l), +(864,1322,l), +(1243,881,l), +(1254,881,l), +(1612,1297,l), +(1501,1199,l), +(1534,1199,l), +(1534,650,l), +(1693,650,l), +(1693,1443,l), +(1534,1443,l), +(1250,1099,l), +(1246,1099,l), +(963,1443,l), +(803,1443,l) +); +} +); +width = 1793; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1263,l), +(306,1263,l), +(305,706,l), +(520,706,l), +(520,1263,l), +(725,1263,l), +(725,1442,l), +(100,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(803,705,l), +(1008,705,l), +(1008,1172,l), +(1078,1172,l), +(881,1358,l), +(1201,922,l), +(1243,922,l), +(1564,1358,l), +(1370,1170,l), +(1436,1170,l), +(1436,705,l), +(1641,705,l), +(1641,1443,l), +(1423,1443,l), +(1223,1163,l), +(1221,1163,l), +(1018,1443,l), +(803,1443,l) +); +} +); +width = 1741; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,1417,l), +(575,1417,l), +(575,650,l), +(603,650,l), +(603,1417,l), +(881,1417,l), +(881,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(962,650,l), +(989,650,l), +(989,1411,l), +(1000,1411,l), +(982,1426,l), +(1348,972,l), +(1359,972,l), +(1727,1426,l), +(1705,1411,l), +(1720,1411,l), +(1720,650,l), +(1747,650,l), +(1747,1443,l), +(1706,1443,l), +(1354,1008,l), +(1352,1008,l), +(1003,1443,l), +(962,1443,l) +); +} +); +width = 1819; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,1310,l), +(541,1310,l), +(541,650,l), +(699,650,l), +(699,1310,l), +(944,1310,l), +(944,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(999,650,l), +(1159,650,l), +(1159,1200,l), +(1186,1200,l), +(1060,1322,l), +(1439,881,l), +(1450,881,l), +(1808,1297,l), +(1697,1199,l), +(1730,1199,l), +(1730,650,l), +(1889,650,l), +(1889,1443,l), +(1730,1443,l), +(1446,1099,l), +(1442,1099,l), +(1159,1443,l), +(999,1443,l) +); +} +); +width = 1961; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,1263,l), +(496,1263,l), +(495,706,l), +(710,706,l), +(710,1263,l), +(915,1263,l), +(915,1442,l), +(290,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(993,705,l), +(1198,705,l), +(1198,1172,l), +(1268,1172,l), +(1071,1358,l), +(1391,922,l), +(1433,922,l), +(1754,1358,l), +(1560,1170,l), +(1626,1170,l), +(1626,705,l), +(1831,705,l), +(1831,1443,l), +(1613,1443,l), +(1413,1163,l), +(1411,1163,l), +(1208,1443,l), +(993,1443,l) +); +} +); +width = 1898; +} +); +metricLeft = H; +metricRight = H; +unicode = 8482; +}, +{ +color = 6; +glyphname = degree; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(415,1005,o), +(509,1099,o), +(509,1229,cs), +(509,1358,o), +(415,1452,o), +(284,1452,cs), +(154,1452,o), +(60,1358,o), +(60,1229,cs), +(60,1099,o), +(154,1005,o), +(284,1005,cs) +); +}, +{ +closed = 1; +nodes = ( +(183,1053,o), +(110,1127,o), +(110,1229,cs), +(110,1331,o), +(183,1404,o), +(284,1404,cs), +(386,1404,o), +(459,1331,o), +(459,1229,cs), +(459,1127,o), +(386,1053,o), +(284,1053,cs) +); +} +); +width = 569; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(479,978,o), +(590,1078,o), +(590,1216,cs), +(590,1353,o), +(479,1453,o), +(325,1453,cs), +(171,1453,o), +(60,1353,o), +(60,1216,cs), +(60,1078,o), +(171,978,o), +(325,978,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,1104,o), +(222,1151,o), +(222,1216,cs), +(222,1280,o), +(265,1327,o), +(325,1327,cs), +(385,1327,o), +(428,1280,o), +(428,1216,cs), +(428,1151,o), +(385,1104,o), +(325,1104,cs) +); +} +); +width = 650; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(650,834,o), +(807,970,o), +(807,1157,cs), +(807,1345,o), +(650,1481,o), +(434,1481,cs), +(217,1481,o), +(60,1345,o), +(60,1157,cs), +(60,970,o), +(217,834,o), +(434,834,cs) +); +}, +{ +closed = 1; +nodes = ( +(375,1042,o), +(332,1090,o), +(332,1157,cs), +(332,1224,o), +(375,1273,o), +(434,1273,cs), +(493,1273,o), +(535,1224,o), +(535,1157,cs), +(535,1090,o), +(493,1042,o), +(434,1042,cs) +); +} +); +width = 867; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(526,1005,o), +(637,1099,o), +(660,1229,cs), +(683,1358,o), +(605,1452,o), +(474,1452,cs), +(345,1452,o), +(234,1358,o), +(211,1229,cs), +(188,1099,o), +(266,1005,o), +(396,1005,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,1053,o), +(243,1127,o), +(261,1229,cs), +(279,1331,o), +(369,1404,o), +(476,1404,cs), +(572,1404,o), +(628,1331,o), +(610,1229,cs), +(592,1127,o), +(501,1053,o), +(394,1053,cs) +); +} +); +width = 569; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(584,978,o), +(713,1078,o), +(738,1216,cs), +(762,1353,o), +(669,1453,o), +(515,1453,cs), +(361,1453,o), +(232,1353,o), +(208,1216,cs), +(183,1078,o), +(277,978,o), +(431,978,cs) +); +}, +{ +closed = 1; +nodes = ( +(389,1104,o), +(359,1151,o), +(370,1216,cs), +(381,1280,o), +(437,1327,o), +(503,1327,cs), +(557,1327,o), +(587,1280,o), +(576,1216,cs), +(565,1151,o), +(509,1104,o), +(443,1104,cs) +); +} +); +width = 650; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(726,834,o), +(902,970,o), +(936,1157,cs), +(969,1345,o), +(832,1481,o), +(610,1481,cs), +(399,1481,o), +(222,1345,o), +(189,1157,cs), +(155,970,o), +(292,834,o), +(516,834,cs) +); +}, +{ +closed = 1; +nodes = ( +(480,1042,o), +(450,1090,o), +(461,1157,cs), +(473,1224,o), +(529,1273,o), +(593,1273,cs), +(646,1273,o), +(676,1224,o), +(664,1157,cs), +(653,1090,o), +(598,1042,o), +(533,1042,cs) +); +} +); +width = 867; +} +); +metricLeft = O; +metricRight = O; +unicode = 176; +}, +{ +color = 6; +glyphname = bar; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-263,l), +(150,-263,l), +(150,1443,l), +(100,1443,l) +); +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-293,l), +(280,-293,l), +(280,1443,l), +(100,1443,l) +); +} +); +width = 380; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(214,-310,l), +(214,1524,l), +(-59,1524,l), +(-59,-310,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-285,l), +(520,-285,l), +(520,1443,l), +(100,1443,l) +); +} +); +width = 620; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-66,-263,l), +(-16,-263,l), +(346,1443,l), +(296,1443,l) +); +} +); +width = 250; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-72,-293,l), +(108,-293,l), +(476,1443,l), +(296,1443,l) +); +} +); +width = 381; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(221,-310,l), +(221,1524,l), +(-52,1524,l), +(-52,-310,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-77,-285,l), +(343,-285,l), +(711,1443,l), +(291,1443,l) +); +} +); +width = 621; +} +); +metricLeft = H; +metricRight = H; +unicode = 124; +}, +{ +color = 6; +glyphname = brokenbar; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,718,l), +(150,718,l), +(150,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-276,l), +(150,-276,l), +(150,449,l), +(100,449,l) +); +} +); +width = 250; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,718,l), +(280,718,l), +(280,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-276,l), +(280,-276,l), +(280,449,l), +(100,449,l) +); +} +); +width = 380; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,718,l), +(520,718,l), +(520,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(100,-276,l), +(520,-276,l), +(520,449,l), +(100,449,l) +); +} +); +width = 620; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,718,l), +(193,718,l), +(347,1443,l), +(297,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-69,-276,l), +(-19,-276,l), +(135,449,l), +(85,449,l) +); +} +); +width = 251; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,718,l), +(323,718,l), +(477,1443,l), +(297,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-69,-276,l), +(111,-276,l), +(265,449,l), +(85,449,l) +); +} +); +width = 381; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,718,l), +(557,718,l), +(711,1443,l), +(291,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(-75,-276,l), +(345,-276,l), +(499,449,l), +(79,449,l) +); +} +); +width = 621; +} +); +metricLeft = H; +metricRight = H; +unicode = 166; +}, +{ +color = 6; +glyphname = dagger; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1183,l), +(695,1183,l), +(695,1231,l), +(100,1231,l) +); +}, +{ +closed = 1; +nodes = ( +(375,1527,l), +(375,602,l), +(425,602,l), +(425,1527,l) +); +} +); +width = 795; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1141,l), +(695,1141,l), +(695,1301,l), +(100,1301,l) +); +}, +{ +closed = 1; +nodes = ( +(308,1527,l), +(308,602,l), +(487,602,l), +(487,1527,l) +); +} +); +width = 795; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1086,l), +(897,1086,l), +(897,1371,l), +(100,1371,l) +); +}, +{ +closed = 1; +nodes = ( +(319,1557,l), +(319,562,l), +(668,562,l), +(668,1557,l) +); +} +); +width = 997; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(241,1183,l), +(836,1183,l), +(846,1231,l), +(251,1231,l) +); +}, +{ +closed = 1; +nodes = ( +(589,1527,l), +(393,602,l), +(443,602,l), +(639,1527,l) +); +} +); +width = 795; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,1141,l), +(827,1141,l), +(861,1301,l), +(266,1301,l) +); +}, +{ +closed = 1; +nodes = ( +(522,1527,l), +(326,602,l), +(505,602,l), +(701,1527,l) +); +} +); +width = 795; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,1086,l), +(1012,1086,l), +(1072,1371,l), +(275,1371,l) +); +}, +{ +closed = 1; +nodes = ( +(534,1557,l), +(322,562,l), +(671,562,l), +(883,1557,l) +); +} +); +width = 998; +} +); +metricLeft = H; +metricRight = H; +unicode = 8224; +}, +{ +color = 6; +glyphname = literSign; +lastChange = "2025-12-11 13:59:06 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(327,515,o), +(701,758,o), +(788,1052,cs), +(833,1204,o), +(824,1270,o), +(768,1270,cs), +(695,1270,o), +(665,1100,o), +(647,1009,cs), +(632,931,o), +(579,612,o), +(577,500,cs), +(575,379,o), +(599,229,o), +(692,229,cs), +(776,229,o), +(849,317,o), +(890,431,c), +(1079,297,l), +(1004,120,o), +(897,-24,o), +(632,-24,cs), +(306,-24,o), +(289,365,o), +(289,504,cs), +(289,644,o), +(329,932,o), +(358,1047,cs), +(390,1176,o), +(451,1481,o), +(748,1481,cs), +(1026,1481,o), +(1066,1279,o), +(1005,1024,cs), +(919,666,o), +(420,307,o), +(73,170,c), +(-4,362,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(750,-20,o), +(900,111,o), +(979,297,c), +(935,319,l), +(868,149,o), +(738,29,o), +(620,29,cs), +(480,29,o), +(400,207,o), +(426,461,cs), +(438,584,o), +(485,820,o), +(540,1032,cs), +(600,1255,o), +(711,1412,o), +(808,1412,cs), +(947,1412,o), +(976,1255,o), +(879,1032,cs), +(727,678,o), +(405,348,o), +(100,233,c), +(119,187,l), +(450,318,o), +(785,665,o), +(931,1027,cs), +(1032,1281,o), +(982,1460,o), +(808,1460,cs), +(686,1460,o), +(554,1283,o), +(488,1032,cs), +(436,828,o), +(390,594,o), +(377,465,cs), +(349,180,o), +(448,-20,o), +(616,-20,cs) +); +} +); +width = 1083; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(347,515,o), +(721,758,o), +(808,1052,cs), +(853,1204,o), +(844,1270,o), +(788,1270,cs), +(715,1270,o), +(685,1100,o), +(667,1009,cs), +(652,931,o), +(599,612,o), +(597,500,cs), +(595,379,o), +(619,229,o), +(712,229,cs), +(796,229,o), +(869,317,o), +(910,431,c), +(1099,297,l), +(1024,120,o), +(917,-24,o), +(652,-24,cs), +(326,-24,o), +(309,365,o), +(309,504,cs), +(309,644,o), +(349,932,o), +(378,1047,cs), +(410,1176,o), +(471,1481,o), +(768,1481,cs), +(1046,1481,o), +(1086,1279,o), +(1025,1024,cs), +(939,666,o), +(440,307,o), +(93,170,c), +(16,362,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(799,-20,o), +(956,102,o), +(1039,297,c), +(898,399,l), +(837,244,o), +(737,146,o), +(640,146,cs), +(562,146,o), +(513,287,o), +(512,511,cs), +(511,707,o), +(527,908,o), +(554,1032,cs), +(587,1198,o), +(666,1302,o), +(758,1302,cs), +(855,1302,o), +(871,1198,o), +(799,1032,cs), +(660,710,o), +(390,440,o), +(100,333,c), +(139,149,l), +(499,291,o), +(823,624,o), +(978,1012,cs), +(1088,1287,o), +(1003,1460,o), +(758,1460,cs), +(567,1460,o), +(417,1295,o), +(368,1032,cs), +(338,868,o), +(322,669,o), +(327,515,cs), +(337,186,o), +(455,-20,o), +(632,-20,cs) +); +} +); +width = 1139; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(989,-34,o), +(1167,125,o), +(1263,337,c), +(1014,451,l), +(961,336,o), +(871,257,o), +(796,259,cs), +(723,261,o), +(676,360,o), +(681,500,cs), +(685,605,o), +(714,815,o), +(751,1009,cs), +(771,1109,o), +(817,1180,o), +(862,1180,cs), +(909,1180,o), +(921,1111,o), +(892,1012,cs), +(809,732,o), +(482,443,o), +(100,312,c), +(177,60,l), +(715,273,o), +(1154,671,o), +(1239,1024,cs), +(1303,1292,o), +(1143,1481,o), +(852,1481,cs), +(633,1481,o), +(435,1302,o), +(372,1047,cs), +(341,927,o), +(324,702,o), +(333,504,cs), +(347,188,o), +(530,-34,o), +(776,-34,cs) +); +} +); +width = 1363; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(352,515,o), +(726,758,o), +(813,1052,cs), +(858,1204,o), +(849,1270,o), +(793,1270,cs), +(720,1270,o), +(690,1100,o), +(672,1009,cs), +(657,931,o), +(604,612,o), +(602,500,cs), +(600,379,o), +(624,229,o), +(717,229,cs), +(801,229,o), +(874,317,o), +(915,431,c), +(1104,297,l), +(1029,120,o), +(922,-24,o), +(657,-24,cs), +(331,-24,o), +(314,365,o), +(314,504,cs), +(314,644,o), +(354,932,o), +(383,1047,cs), +(415,1176,o), +(476,1481,o), +(773,1481,cs), +(1051,1481,o), +(1091,1279,o), +(1030,1024,cs), +(944,666,o), +(445,307,o), +(98,170,c), +(21,362,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(645,-20,o), +(818,111,o), +(929,297,c), +(889,319,l), +(792,149,o), +(641,29,o), +(523,29,cs), +(383,29,o), +(335,207,o), +(405,461,cs), +(439,584,o), +(528,820,o), +(620,1032,cs), +(719,1255,o), +(858,1412,o), +(955,1412,cs), +(1094,1412,o), +(1095,1255,o), +(959,1032,cs), +(745,678,o), +(364,348,o), +(39,233,c), +(50,187,l), +(404,318,o), +(800,665,o), +(1010,1027,cs), +(1156,1281,o), +(1137,1460,o), +(963,1460,cs), +(841,1460,o), +(678,1283,o), +(568,1032,cs), +(480,828,o), +(393,594,o), +(357,465,cs), +(279,180,o), +(343,-20,o), +(511,-20,cs) +); +} +); +width = 1076; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(375,515,o), +(749,758,o), +(836,1052,cs), +(881,1204,o), +(872,1270,o), +(816,1270,cs), +(743,1270,o), +(713,1100,o), +(695,1009,cs), +(680,931,o), +(627,612,o), +(625,500,cs), +(623,379,o), +(647,229,o), +(740,229,cs), +(824,229,o), +(897,317,o), +(938,431,c), +(1127,297,l), +(1052,120,o), +(945,-24,o), +(680,-24,cs), +(354,-24,o), +(337,365,o), +(337,504,cs), +(337,644,o), +(377,932,o), +(406,1047,cs), +(438,1176,o), +(499,1481,o), +(796,1481,cs), +(1074,1481,o), +(1114,1279,o), +(1053,1024,cs), +(967,666,o), +(468,307,o), +(121,170,c), +(44,362,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(697,-20,o), +(875,102,o), +(992,297,c), +(869,399,l), +(781,244,o), +(664,146,o), +(567,146,cs), +(489,146,o), +(465,287,o), +(503,511,cs), +(537,707,o), +(588,908,o), +(637,1032,cs), +(699,1198,o), +(797,1302,o), +(889,1302,cs), +(986,1302,o), +(983,1198,o), +(882,1032,cs), +(686,710,o), +(369,440,o), +(60,333,c), +(66,149,l), +(451,291,o), +(834,624,o), +(1057,1012,cs), +(1216,1287,o), +(1161,1460,o), +(916,1460,cs), +(725,1460,o), +(546,1295,o), +(451,1032,cs), +(392,868,o), +(341,669,o), +(319,515,cs), +(271,186,o), +(353,-20,o), +(530,-20,cs) +); +} +); +width = 1139; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(877,-34,o), +(1083,125,o), +(1217,337,c), +(988,451,l), +(915,336,o), +(811,257,o), +(736,259,cs), +(663,261,o), +(634,360,o), +(664,500,cs), +(686,605,o), +(752,815,o), +(823,1009,cs), +(861,1109,o), +(919,1180,o), +(964,1180,cs), +(1011,1180,o), +(1011,1111,o), +(965,1012,cs), +(832,732,o), +(455,443,o), +(49,312,c), +(82,60,l), +(658,273,o), +(1167,671,o), +(1314,1024,cs), +(1425,1292,o), +(1299,1481,o), +(1008,1481,cs), +(789,1481,o), +(559,1302,o), +(451,1047,cs), +(399,927,o), +(342,702,o), +(316,504,cs), +(275,188,o), +(418,-34,o), +(664,-34,cs) +); +} +); +width = 1362; +} +); +metricLeft = H; +metricRight = H; +unicode = 8467; +}, +{ +color = 3; +glyphname = daggerdbl; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(120,873,l), +(715,873,l), +(715,921,l), +(120,921,l) +); +}, +{ +ref = dagger; +} +); +width = 815; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,801,l), +(695,801,l), +(695,961,l), +(100,961,l) +); +}, +{ +ref = dagger; +} +); +width = 795; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,737,l), +(902,737,l), +(902,992,l), +(100,992,l) +); +}, +{ +pos = (3,0); +ref = dagger; +} +); +width = 1002; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(235,873,l), +(830,873,l), +(840,921,l), +(245,921,l) +); +}, +{ +ref = dagger; +} +); +width = 855; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,801,l), +(838,801,l), +(872,961,l), +(277,961,l) +); +}, +{ +ref = dagger; +} +); +width = 878; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,737,l), +(992,737,l), +(1046,992,l), +(244,992,l) +); +}, +{ +ref = dagger; +} +); +width = 1052; +} +); +metricLeft = H; +metricRight = H; +unicode = 8225; +}, +{ +color = 3; +glyphname = numero; +lastChange = "2025-12-11 13:59:06 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1823,884,o), +(1938,995,o), +(1938,1172,cs), +(1938,1349,o), +(1823,1460,o), +(1640,1460,cs), +(1463,1460,o), +(1352,1349,o), +(1352,1172,cs), +(1352,995,o), +(1463,884,o), +(1640,884,cs) +); +}, +{ +ref = N; +}, +{ +closed = 1; +nodes = ( +(1933,741,l), +(1933,786,l), +(1347,786,l), +(1347,741,l) +); +}, +{ +closed = 1; +nodes = ( +(1494,934,o), +(1402,1026,o), +(1402,1172,cs), +(1402,1318,o), +(1493,1410,o), +(1638,1410,cs), +(1792,1410,o), +(1888,1318,o), +(1888,1172,cs), +(1888,1026,o), +(1792,934,o), +(1640,934,cs) +); +} +); +width = 1998; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1931,824,o), +(2058,947,o), +(2058,1142,cs), +(2058,1337,o), +(1931,1460,o), +(1730,1460,cs), +(1535,1460,o), +(1412,1337,o), +(1412,1142,cs), +(1412,947,o), +(1535,824,o), +(1730,824,cs) +); +}, +{ +ref = N; +}, +{ +closed = 1; +nodes = ( +(2046,606,l), +(2046,756,l), +(1414,756,l), +(1414,606,l) +); +}, +{ +closed = 1; +nodes = ( +(1644,984,o), +(1589,1045,o), +(1589,1142,cs), +(1589,1239,o), +(1644,1300,o), +(1731,1300,cs), +(1823,1300,o), +(1880,1239,o), +(1880,1142,cs), +(1880,1045,o), +(1823,984,o), +(1732,984,cs) +); +} +); +width = 2118; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(2295,660,o), +(2462,817,o), +(2462,1068,cs), +(2462,1317,o), +(2295,1474,o), +(2029,1474,cs), +(1762,1474,o), +(1594,1317,o), +(1594,1068,cs), +(1594,817,o), +(1762,660,o), +(2029,660,cs) +); +}, +{ +ref = N; +}, +{ +closed = 1; +nodes = ( +(2442,312,l), +(2442,573,l), +(1615,573,l), +(1615,312,l) +); +}, +{ +closed = 1; +nodes = ( +(1937,915,o), +(1880,974,o), +(1880,1068,cs), +(1880,1161,o), +(1937,1219,o), +(2029,1219,cs), +(2119,1219,o), +(2176,1161,o), +(2176,1068,cs), +(2176,974,o), +(2119,915,o), +(2029,915,cs) +); +} +); +width = 2522; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1907,884,o), +(2045,995,o), +(2083,1172,cs), +(2121,1349,o), +(2029,1460,o), +(1846,1460,cs), +(1669,1460,o), +(1535,1349,o), +(1497,1172,cs), +(1459,995,o), +(1547,884,o), +(1724,884,cs) +); +}, +{ +ref = N; +}, +{ +closed = 1; +nodes = ( +(1987,741,l), +(1996,786,l), +(1410,786,l), +(1401,741,l) +); +}, +{ +closed = 1; +nodes = ( +(1588,934,o), +(1516,1026,o), +(1547,1172,cs), +(1578,1318,o), +(1689,1410,o), +(1834,1410,cs), +(1988,1410,o), +(2064,1318,o), +(2033,1172,cs), +(2002,1026,o), +(1887,934,o), +(1735,934,cs) +); +} +); +width = 2004; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(2027,824,o), +(2179,947,o), +(2221,1142,cs), +(2263,1337,o), +(2162,1460,o), +(1961,1460,cs), +(1766,1460,o), +(1617,1337,o), +(1575,1142,cs), +(1533,947,o), +(1630,824,o), +(1826,824,cs) +); +}, +{ +ref = N; +}, +{ +closed = 1; +nodes = ( +(2095,606,l), +(2127,756,l), +(1495,756,l), +(1463,606,l) +); +}, +{ +closed = 1; +nodes = ( +(1770,984,o), +(1731,1045,o), +(1752,1142,cs), +(1773,1239,o), +(1845,1300,o), +(1938,1300,cs), +(2023,1300,o), +(2064,1239,o), +(2043,1142,cs), +(2022,1045,o), +(1948,984,o), +(1852,984,cs) +); +} +); +width = 2149; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(2343,660,o), +(2536,817,o), +(2589,1068,cs), +(2642,1317,o), +(2501,1474,o), +(2222,1474,cs), +(1967,1474,o), +(1774,1317,o), +(1721,1068,cs), +(1668,817,o), +(1810,660,o), +(2089,660,cs) +); +}, +{ +ref = N; +}, +{ +closed = 1; +nodes = ( +(2409,312,l), +(2464,573,l), +(1637,573,l), +(1582,312,l) +); +}, +{ +closed = 1; +nodes = ( +(2032,915,o), +(1987,974,o), +(2007,1068,cs), +(2027,1161,o), +(2101,1219,o), +(2198,1219,cs), +(2282,1219,o), +(2323,1161,o), +(2303,1068,cs), +(2283,974,o), +(2214,915,o), +(2124,915,cs) +); +} +); +width = 2539; +} +); +metricLeft = N; +metricRight = o; +unicode = 8470; +}, +{ +color = 6; +glyphname = cent; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(544,0,l), +(594,0,l), +(594,1443,l), +(544,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(60,407,o), +(257,206,o), +(571,206,cs), +(753,206,o), +(908,290,o), +(973,423,c), +(929,445,l), +(869,328,o), +(731,254,o), +(571,254,cs), +(288,254,o), +(110,437,o), +(110,728,cs), +(110,1019,o), +(288,1202,o), +(571,1202,cs), +(725,1202,o), +(860,1125,o), +(921,1003,c), +(960,1031,l), +(894,1166,o), +(744,1250,o), +(571,1250,cs), +(257,1250,o), +(60,1049,o), +(60,728,c) +); +} +); +width = 1033; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +attr = { +axisRules = ( +{ +min = 500; +}, +{ +} +); +}; +layerId = "7B5D11A4-64F1-4F62-986F-12FC8EC23516"; +name = "[300]"; +shapes = ( +{ +closed = 1; +nodes = ( +(548,1229,l), +(602,1229,l), +(602,1443,l), +(548,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(548,2,l), +(602,2,l), +(602,229,l), +(548,229,l) +); +}, +{ +closed = 1; +nodes = ( +(60,422,o), +(271,206,o), +(571,206,cs), +(751,206,o), +(911,296,o), +(973,423,c), +(929,445,l), +(872,333,o), +(731,254,o), +(571,254,cs), +(300,254,o), +(110,450,o), +(110,728,cs), +(110,1006,o), +(300,1202,o), +(571,1202,cs), +(724,1202,o), +(863,1120,o), +(921,1003,c), +(960,1031,l), +(897,1160,o), +(742,1250,o), +(571,1250,cs), +(271,1250,o), +(60,1034,o), +(60,728,c) +); +} +); +width = 1033; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(500,0,l), +(670,0,l), +(670,1442,l), +(500,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(60,404,o), +(265,201,o), +(591,201,cs), +(779,201,o), +(952,324,o), +(1039,520,c), +(892,607,l), +(839,455,o), +(726,360,o), +(600,360,cs), +(379,360,o), +(240,501,o), +(240,726,cs), +(240,944,o), +(379,1081,o), +(601,1081,cs), +(730,1081,o), +(842,990,o), +(892,845,c), +(1039,922,l), +(952,1118,o), +(779,1241,o), +(591,1241,cs), +(265,1241,o), +(60,1043,o), +(60,727,cs) +); +} +); +width = 1099; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +attr = { +axisRules = ( +{ +min = 500; +}, +{ +} +); +}; +layerId = "6AEEB8D8-3EEC-412A-9F38-549D71C9DD35"; +name = "[300]"; +shapes = ( +{ +closed = 1; +nodes = ( +(498,1168,l), +(678,1168,l), +(678,1443,l), +(498,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(498,2,l), +(678,2,l), +(678,287,l), +(498,287,l) +); +}, +{ +closed = 1; +nodes = ( +(60,418,o), +(279,201,o), +(591,201,cs), +(771,201,o), +(956,333,o), +(1039,520,c), +(892,607,l), +(842,465,o), +(722,365,o), +(601,365,cs), +(389,365,o), +(240,514,o), +(240,726,cs), +(240,932,o), +(389,1077,o), +(601,1077,cs), +(725,1077,o), +(845,981,o), +(892,845,c), +(1039,922,l), +(956,1109,o), +(771,1241,o), +(591,1241,cs), +(279,1241,o), +(60,1029,o), +(60,727,cs) +); +} +); +width = 1099; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(575,0,l), +(844,0,l), +(844,1442,l), +(575,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(60,357,o), +(301,123,o), +(686,123,cs), +(901,123,o), +(1104,261,o), +(1214,482,c), +(967,629,l), +(920,517,o), +(823,447,o), +(716,447,cs), +(550,447,o), +(445,555,o), +(445,728,cs), +(445,901,o), +(550,1009,o), +(716,1009,cs), +(823,1009,o), +(920,939,o), +(967,827,c), +(1214,974,l), +(1107,1188,o), +(904,1323,o), +(686,1323,cs), +(301,1323,o), +(60,1094,o), +(60,729,cs) +); +} +); +width = 1274; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +attr = { +axisRules = ( +{ +min = 500; +}, +{ +} +); +}; +layerId = "4F9C96A8-7773-4AC2-B732-DE4F2F3F5679"; +name = "[300]"; +shapes = ( +{ +closed = 1; +nodes = ( +(512,1172,l), +(902,1172,l), +(902,1442,l), +(512,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(512,-3,l), +(902,-3,l), +(902,267,l), +(512,267,l) +); +}, +{ +closed = 1; +nodes = ( +(60,373,o), +(318,123,o), +(686,123,cs), +(891,123,o), +(1109,271,o), +(1214,482,c), +(967,629,l), +(922,522,o), +(819,447,o), +(716,447,cs), +(557,447,o), +(445,563,o), +(445,728,cs), +(445,893,o), +(557,1009,o), +(716,1009,cs), +(819,1009,o), +(922,934,o), +(967,827,c), +(1214,974,l), +(1112,1179,o), +(894,1323,o), +(686,1323,cs), +(318,1323,o), +(60,1078,o), +(60,729,cs) +); +} +); +width = 1274; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(414,0,l), +(464,0,l), +(770,1443,l), +(720,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(36,407,o), +(190,206,o), +(504,206,cs), +(687,206,o), +(860,290,o), +(953,423,c), +(909,445,l), +(824,328,o), +(668,254,o), +(505,254,cs), +(227,254,o), +(92,437,o), +(154,728,cs), +(216,1019,o), +(437,1202,o), +(726,1202,cs), +(877,1202,o), +(993,1128,o), +(1026,1010,c), +(1069,1031,l), +(1031,1166,o), +(899,1250,o), +(726,1250,cs), +(412,1250,o), +(172,1049,o), +(104,728,c) +); +} +); +width = 1034; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +attr = { +axisRules = ( +{ +min = 500; +}, +{ +} +); +}; +layerId = "BCF3C8B5-4DCD-46C5-98C6-E4EFBB12DD3A"; +name = "[300]"; +shapes = ( +{ +closed = 1; +nodes = ( +(699,1229,l), +(753,1229,l), +(798,1443,l), +(744,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(438,2,l), +(492,2,l), +(540,229,l), +(486,229,l) +); +}, +{ +closed = 1; +nodes = ( +(36,407,o), +(190,206,o), +(504,206,cs), +(686,206,o), +(859,290,o), +(952,423,c), +(913,445,l), +(828,328,o), +(667,254,o), +(494,254,cs), +(223,254,o), +(92,437,o), +(154,728,cs), +(216,1019,o), +(440,1202,o), +(736,1202,cs), +(877,1202,o), +(988,1125,o), +(1024,1003,c), +(1069,1031,l), +(1031,1166,o), +(899,1250,o), +(726,1250,cs), +(412,1250,o), +(172,1049,o), +(104,728,c) +); +} +); +width = 1033; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(376,0,l), +(556,0,l), +(862,1442,l), +(682,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(36,406,o), +(200,201,o), +(529,201,cs), +(718,201,o), +(916,323,o), +(1043,517,c), +(907,607,l), +(820,452,o), +(672,355,o), +(524,355,cs), +(326,355,o), +(232,498,o), +(280,726,cs), +(326,943,o), +(497,1080,o), +(723,1080,cs), +(854,1080,o), +(954,999,o), +(973,859,c), +(1121,922,l), +(1075,1118,o), +(932,1241,o), +(751,1241,cs), +(420,1241,o), +(171,1045,o), +(105,732,cs) +); +} +); +width = 1104; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +attr = { +axisRules = ( +{ +min = 500; +}, +{ +} +); +}; +layerId = "14EA6DAF-899D-4257-987A-6F92C996FE8B"; +name = "[300]"; +shapes = ( +{ +closed = 1; +nodes = ( +(636,1168,l), +(816,1168,l), +(874,1443,l), +(694,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(388,2,l), +(568,2,l), +(628,287,l), +(448,287,l) +); +}, +{ +closed = 1; +nodes = ( +(35,404,o), +(197,201,o), +(523,201,cs), +(718,201,o), +(921,323,o), +(1049,517,c), +(910,607,l), +(826,458,o), +(687,365,o), +(548,365,cs), +(339,365,o), +(237,504,o), +(284,726,cs), +(330,942,o), +(505,1077,o), +(739,1077,cs), +(857,1077,o), +(943,989,o), +(962,849,c), +(1124,922,l), +(1079,1118,o), +(932,1241,o), +(744,1241,cs), +(418,1241,o), +(171,1043,o), +(104,727,cs) +); +} +); +width = 1110; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(458,0,l), +(727,0,l), +(1033,1442,l), +(764,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(19,357,o), +(211,123,o), +(595,123,cs), +(822,123,o), +(1062,261,o), +(1219,482,c), +(993,629,l), +(915,505,o), +(780,427,o), +(644,427,cs), +(498,427,o), +(432,543,o), +(472,728,cs), +(513,913,o), +(660,1029,o), +(853,1029,cs), +(932,1029,o), +(999,951,o), +(1026,827,c), +(1304,974,l), +(1242,1188,o), +(1067,1323,o), +(850,1323,cs), +(465,1323,o), +(175,1094,o), +(98,729,cs) +); +} +); +width = 1293; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +attr = { +axisRules = ( +{ +min = 500; +}, +{ +} +); +}; +layerId = "22AE8B10-EADF-4386-939C-2D97E5223F8C"; +name = "[300]"; +shapes = ( +{ +closed = 1; +nodes = ( +(644,1172,l), +(1034,1172,l), +(1092,1442,l), +(702,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(394,-3,l), +(784,-3,l), +(842,267,l), +(452,267,l) +); +}, +{ +closed = 1; +nodes = ( +(19,357,o), +(210,123,o), +(595,123,cs), +(820,123,o), +(1057,258,o), +(1210,472,c), +(974,629,l), +(896,505,o), +(780,427,o), +(674,427,cs), +(518,427,o), +(444,543,o), +(483,728,cs), +(521,907,o), +(652,1019,o), +(824,1019,cs), +(931,1019,o), +(1013,949,o), +(1036,837,c), +(1304,974,l), +(1243,1188,o), +(1068,1323,o), +(850,1323,cs), +(465,1323,o), +(175,1094,o), +(98,729,cs) +); +} +); +width = 1287; +} +); +metricLeft = C; +metricRight = C; +unicode = 162; +}, +{ +color = 6; +glyphname = currency; +lastChange = "2025-12-11 14:01:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(728,266,o), +(904,440,o), +(904,655,cs), +(904,869,o), +(728,1044,o), +(515,1044,cs), +(300,1044,o), +(125,869,o), +(125,655,cs), +(125,440,o), +(300,266,o), +(515,266,cs) +); +}, +{ +closed = 1; +nodes = ( +(268,368,l), +(235,404,l), +(61,230,l), +(97,197,l) +); +}, +{ +closed = 1; +nodes = ( +(267,944,l), +(96,1115,l), +(60,1082,l), +(234,908,l) +); +}, +{ +closed = 1; +nodes = ( +(965,230,l), +(791,404,l), +(758,368,l), +(929,197,l) +); +}, +{ +closed = 1; +nodes = ( +(328,313,o), +(172,464,o), +(172,655,cs), +(172,841,o), +(328,997,o), +(515,997,c), +(705,997,o), +(856,841,o), +(856,655,cs), +(856,464,o), +(705,313,o), +(515,313,cs) +); +}, +{ +closed = 1; +nodes = ( +(964,1082,l), +(928,1115,l), +(757,944,l), +(790,908,l) +); +} +); +width = 1025; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(760,266,o), +(936,440,o), +(936,655,cs), +(936,869,o), +(760,1044,o), +(547,1044,cs), +(332,1044,o), +(157,869,o), +(157,655,cs), +(157,440,o), +(332,266,o), +(547,266,cs) +); +}, +{ +closed = 1; +nodes = ( +(357,336,l), +(244,442,l), +(73,271,l), +(183,162,l) +); +}, +{ +closed = 1; +nodes = ( +(340,978,l), +(169,1150,l), +(60,1041,l), +(233,866,l) +); +}, +{ +closed = 1; +nodes = ( +(1029,279,l), +(859,450,l), +(749,341,l), +(922,166,l) +); +}, +{ +closed = 1; +nodes = ( +(423,429,o), +(320,529,o), +(320,655,cs), +(320,778,o), +(423,881,o), +(547,881,c), +(672,881,o), +(772,778,o), +(772,655,cs), +(772,529,o), +(672,429,o), +(547,429,cs) +); +}, +{ +closed = 1; +nodes = ( +(1043,1019,l), +(930,1125,l), +(759,954,l), +(869,845,l) +); +} +); +width = 1103; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(372,775,o), +(478,881,o), +(606,881,cs), +(734,881,o), +(841,775,o), +(841,648,cs), +(841,522,o), +(734,416,o), +(606,416,cs), +(478,416,o), +(372,522,o), +(372,648,cs) +); +}, +{ +closed = 1; +nodes = ( +(1146,1021,l), +(980,1193,l), +(831,1044,l), +(765,1083,o), +(688,1105,o), +(606,1105,cs), +(524,1105,o), +(447,1083,o), +(380,1043,c), +(232,1193,l), +(66,1021,l), +(214,872,l), +(177,806,o), +(156,729,o), +(156,648,cs), +(156,567,o), +(177,491,o), +(214,424,c), +(66,275,l), +(232,103,l), +(381,253,l), +(447,214,o), +(524,192,o), +(606,192,cs), +(688,192,o), +(765,214,o), +(831,253,c), +(980,103,l), +(1146,275,l), +(998,424,l), +(1036,490,o), +(1057,567,o), +(1057,648,cs), +(1057,729,o), +(1036,806,o), +(999,872,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(852,185,o), +(1065,396,o), +(1065,655,cs), +(1065,913,o), +(852,1125,o), +(595,1125,cs), +(336,1125,o), +(124,913,o), +(124,655,cs), +(124,396,o), +(336,185,o), +(595,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(471,348,l), +(289,533,l), +(60,304,l), +(245,122,l) +); +}, +{ +closed = 1; +nodes = ( +(478,992,l), +(252,1220,l), +(67,1036,l), +(295,809,l) +); +}, +{ +closed = 1; +nodes = ( +(1131,314,l), +(913,533,l), +(729,348,l), +(947,132,l) +); +}, +{ +closed = 1; +nodes = ( +(491,467,o), +(406,550,o), +(406,655,cs), +(406,758,o), +(491,843,o), +(595,843,c), +(699,843,o), +(782,758,o), +(782,655,cs), +(782,550,o), +(699,467,o), +(595,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(1131,1036,l), +(947,1220,l), +(729,1002,l), +(913,819,l) +); +} +); +width = 1191; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(703,266,o), +(910,440,o), +(948,655,cs), +(986,869,o), +(840,1044,o), +(627,1044,cs), +(412,1044,o), +(207,869,o), +(169,655,cs), +(131,440,o), +(275,266,o), +(490,266,cs) +); +}, +{ +closed = 1; +nodes = ( +(261,368,l), +(235,404,l), +(30,230,l), +(60,197,l) +); +}, +{ +closed = 1; +nodes = ( +(362,944,l), +(221,1115,l), +(179,1082,l), +(322,908,l) +); +}, +{ +closed = 1; +nodes = ( +(934,230,l), +(791,404,l), +(751,368,l), +(892,197,l) +); +}, +{ +closed = 1; +nodes = ( +(312,313,o), +(182,464,o), +(216,655,cs), +(249,841,o), +(432,997,o), +(619,997,c), +(809,997,o), +(933,841,o), +(900,655,cs), +(866,464,o), +(689,313,o), +(499,313,cs) +); +}, +{ +closed = 1; +nodes = ( +(1083,1082,l), +(1053,1115,l), +(852,944,l), +(878,908,l) +); +} +); +width = 1056; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(734,266,o), +(941,440,o), +(979,655,cs), +(1017,869,o), +(871,1044,o), +(658,1044,cs), +(443,1044,o), +(238,869,o), +(200,655,cs), +(162,440,o), +(306,266,o), +(521,266,cs) +); +}, +{ +closed = 1; +nodes = ( +(344,336,l), +(249,442,l), +(48,271,l), +(139,162,l) +); +}, +{ +closed = 1; +nodes = ( +(440,978,l), +(299,1150,l), +(171,1041,l), +(313,866,l) +); +}, +{ +closed = 1; +nodes = ( +(1006,279,l), +(866,450,l), +(736,341,l), +(879,166,l) +); +}, +{ +closed = 1; +nodes = ( +(426,429,o), +(341,529,o), +(363,655,cs), +(385,778,o), +(506,881,o), +(630,881,c), +(755,881,o), +(837,778,o), +(815,655,cs), +(793,529,o), +(675,429,o), +(550,429,cs) +); +}, +{ +closed = 1; +nodes = ( +(1150,1019,l), +(1056,1125,l), +(855,954,l), +(945,845,l) +); +} +); +width = 1117; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(798,185,o), +(1049,396,o), +(1094,655,cs), +(1140,913,o), +(964,1125,o), +(707,1125,cs), +(448,1125,o), +(199,913,o), +(153,655,cs), +(108,396,o), +(282,185,o), +(541,185,cs) +); +}, +{ +closed = 1; +nodes = ( +(446,348,l), +(297,533,l), +(27,304,l), +(180,122,l) +); +}, +{ +closed = 1; +nodes = ( +(567,992,l), +(381,1220,l), +(163,1036,l), +(351,809,l) +); +}, +{ +closed = 1; +nodes = ( +(1100,314,l), +(921,533,l), +(704,348,l), +(884,132,l) +); +}, +{ +closed = 1; +nodes = ( +(487,467,o), +(417,550,o), +(435,655,cs), +(453,758,o), +(553,843,o), +(657,843,c), +(761,843,o), +(829,758,o), +(811,655,cs), +(793,550,o), +(695,467,o), +(591,467,cs) +); +}, +{ +closed = 1; +nodes = ( +(1227,1036,l), +(1076,1220,l), +(819,1002,l), +(971,819,l) +); +} +); +width = 1210; +} +); +metricLeft = O; +metricRight = O; +unicode = 164; +}, +{ +color = 3; +glyphname = dollar; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,-158,l), +(548,-158,l), +(548,1599,l), +(499,1599,l) +); +}, +{ +ref = S; +} +); +width = 1047; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +attr = { +axisRules = ( +{ +min = 400; +}, +{ +} +); +}; +layerId = "D4B12C27-83B5-4F8F-BFA7-5F1D9F900057"; +name = "[400]"; +shapes = ( +{ +closed = 1; +nodes = ( +(499,1436,l), +(549,1436,l), +(549,1599,l), +(499,1599,l) +); +}, +{ +closed = 1; +nodes = ( +(499,-156,l), +(549,-156,l), +(549,7,l), +(499,7,l) +); +}, +{ +ref = S; +} +); +width = 1047; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(472,-158,l), +(652,-158,l), +(652,1599,l), +(472,1599,l) +); +}, +{ +ref = S; +} +); +width = 1124; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +attr = { +axisRules = ( +{ +min = 400; +}, +{ +} +); +}; +layerId = "83225D92-F4E7-4831-A448-F971B362E6E8"; +name = "[400]"; +shapes = ( +{ +closed = 1; +nodes = ( +(472,1436,l), +(652,1436,l), +(652,1599,l), +(472,1599,l) +); +}, +{ +closed = 1; +nodes = ( +(472,-156,l), +(652,-156,l), +(652,7,l), +(472,7,l) +); +}, +{ +ref = S; +} +); +width = 1124; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(429,-150,l), +(805,-150,l), +(805,1578,l), +(429,1578,l) +); +}, +{ +ref = S; +} +); +width = 1234; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +attr = { +axisRules = ( +{ +min = 400; +}, +{ +} +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(687,577,l), +(842,538,o), +(895,495,o), +(895,410,cs), +(895,321,o), +(826,260,o), +(687,248,c) +); +}, +{ +closed = 1; +nodes = ( +(572,876,l), +(438,912,o), +(380,962,o), +(380,1040,cs), +(380,1118,o), +(446,1181,o), +(572,1195,c) +); +}, +{ +closed = 1; +nodes = ( +(687,850,l), +(687,1194,l), +(799,1178,o), +(874,1117,o), +(888,1011,c), +(1155,1011,l), +(1146,1249,o), +(965,1406,o), +(687,1427,c), +(687,1588,l), +(572,1588,l), +(572,1427,l), +(297,1410,o), +(100,1253,o), +(100,1013,cs), +(100,795,o), +(244,677,o), +(505,618,cs), +(572,603,l), +(572,248,l), +(436,262,o), +(365,331,o), +(348,430,c), +(80,430,l), +(88,180,o), +(291,32,o), +(572,15,c), +(572,-142,l), +(687,-142,l), +(687,16,l), +(971,36,o), +(1174,190,o), +(1174,442,cs), +(1174,662,o), +(1031,773,o), +(758,834,cs) +); +} +); +}; +layerId = "6E6704C9-AB6E-4E34-9AC0-B2C03B9EF273"; +name = "[400]"; +shapes = ( +{ +closed = 1; +nodes = ( +(407,1427,l), +(827,1427,l), +(827,1638,l), +(407,1638,l) +); +}, +{ +closed = 1; +nodes = ( +(407,-170,l), +(827,-170,l), +(827,41,l), +(407,41,l) +); +}, +{ +ref = S; +} +); +width = 1234; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,-158,l), +(388,-158,l), +(832,1599,l), +(783,1599,l) +); +}, +{ +ref = S; +} +); +width = 1047; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +attr = { +axisRules = ( +{ +min = 400; +}, +{ +} +); +}; +layerId = "3BBC219D-F5C7-401D-AFDF-3C12CAECCA16"; +name = "[400]"; +shapes = ( +{ +closed = 1; +nodes = ( +(717,1436,l), +(767,1436,l), +(802,1599,l), +(752,1599,l) +); +}, +{ +closed = 1; +nodes = ( +(378,-156,l), +(428,-156,l), +(463,7,l), +(413,7,l) +); +}, +{ +ref = S; +} +); +width = 1047; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(299,-158,l), +(479,-158,l), +(953,1599,l), +(773,1599,l) +); +}, +{ +ref = S; +} +); +width = 1123; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +attr = { +axisRules = ( +{ +min = 400; +}, +{ +} +); +}; +layerId = "14E370A4-8392-4165-B59A-D4A27BD5FB38"; +name = "[400]"; +shapes = ( +{ +closed = 1; +nodes = ( +(708,1436,l), +(888,1436,l), +(923,1599,l), +(743,1599,l) +); +}, +{ +closed = 1; +nodes = ( +(369,-156,l), +(549,-156,l), +(584,7,l), +(404,7,l) +); +}, +{ +ref = S; +} +); +width = 1123; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,-150,l), +(639,-150,l), +(1127,1578,l), +(751,1578,l) +); +}, +{ +ref = S; +} +); +width = 1234; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +attr = { +axisRules = ( +{ +min = 400; +}, +{ +} +); +}; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(687,577,l), +(842,538,o), +(895,495,o), +(895,410,cs), +(895,321,o), +(826,260,o), +(687,248,c) +); +}, +{ +closed = 1; +nodes = ( +(572,876,l), +(438,912,o), +(380,962,o), +(380,1040,cs), +(380,1118,o), +(446,1181,o), +(572,1195,c) +); +}, +{ +closed = 1; +nodes = ( +(687,850,l), +(687,1194,l), +(799,1178,o), +(874,1117,o), +(888,1011,c), +(1155,1011,l), +(1146,1249,o), +(965,1406,o), +(687,1427,c), +(687,1588,l), +(572,1588,l), +(572,1427,l), +(297,1410,o), +(100,1253,o), +(100,1013,cs), +(100,795,o), +(244,677,o), +(505,618,cs), +(572,603,l), +(572,248,l), +(436,262,o), +(365,331,o), +(348,430,c), +(80,430,l), +(88,180,o), +(291,32,o), +(572,15,c), +(572,-142,l), +(687,-142,l), +(687,16,l), +(971,36,o), +(1174,190,o), +(1174,442,cs), +(1174,662,o), +(1031,773,o), +(758,834,cs) +); +} +); +}; +layerId = "5348D232-1DD3-41D0-80C2-EC87407DDDD3"; +name = "[400]"; +shapes = ( +{ +closed = 1; +nodes = ( +(609,1427,l), +(1029,1427,l), +(1074,1638,l), +(654,1638,l) +); +}, +{ +closed = 1; +nodes = ( +(270,-170,l), +(690,-170,l), +(735,41,l), +(315,41,l) +); +}, +{ +ref = S; +} +); +width = 1234; +} +); +metricLeft = S; +metricRight = S; +unicode = 36; +}, +{ +color = 6; +glyphname = euro; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(572,1464,o), +(279,1178,o), +(279,723,cs), +(279,268,o), +(572,-18,o), +(1038,-18,cs), +(1117,-18,o), +(1209,-7,o), +(1275,11,c), +(1275,63,l), +(1211,43,o), +(1120,30,o), +(1038,30,cs), +(602,30,o), +(329,297,o), +(329,723,cs), +(329,1149,o), +(602,1416,o), +(1038,1416,cs), +(1126,1416,o), +(1217,1404,o), +(1275,1384,c), +(1275,1433,l), +(1202,1452,o), +(1110,1464,o), +(1038,1464,cs) +); +}, +{ +closed = 1; +nodes = ( +(100,861,l), +(1100,861,l), +(1100,909,l), +(100,909,l) +); +}, +{ +closed = 1; +nodes = ( +(100,530,l), +(1100,530,l), +(1100,578,l), +(100,578,l) +); +} +); +width = 1375; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(557,1462,o), +(256,1177,o), +(256,722,cs), +(256,267,o), +(557,-18,o), +(1036,-18,cs), +(1123,-18,o), +(1219,-6,o), +(1287,12,c), +(1287,171,l), +(1209,153,o), +(1113,142,o), +(1036,142,cs), +(667,142,o), +(436,366,o), +(436,722,cs), +(436,1078,o), +(667,1302,o), +(1036,1302,cs), +(1111,1302,o), +(1208,1292,o), +(1287,1277,c), +(1287,1426,l), +(1207,1448,o), +(1110,1462,o), +(1036,1462,cs) +); +}, +{ +closed = 1; +nodes = ( +(100,801,l), +(1096,801,l), +(1096,951,l), +(100,951,l) +); +}, +{ +closed = 1; +nodes = ( +(100,487,l), +(1096,487,l), +(1096,637,l), +(100,637,l) +); +} +); +width = 1387; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,1479,o), +(219,1187,o), +(219,721,cs), +(219,255,o), +(543,-37,o), +(1058,-37,cs), +(1155,-37,o), +(1254,-27,o), +(1315,-10,c), +(1315,280,l), +(1249,268,o), +(1150,261,o), +(1058,261,cs), +(764,261,o), +(580,438,o), +(580,721,cs), +(580,1004,o), +(764,1181,o), +(1058,1181,cs), +(1155,1181,o), +(1255,1175,o), +(1315,1166,c), +(1315,1452,l), +(1257,1469,o), +(1158,1479,o), +(1058,1479,cs) +); +}, +{ +closed = 1; +nodes = ( +(100,775,l), +(1120,775,l), +(1120,1008,l), +(100,1008,l) +); +}, +{ +closed = 1; +nodes = ( +(100,433,l), +(1120,433,l), +(1120,666,l), +(100,666,l) +); +} +); +width = 1415; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(773,1464,o), +(419,1178,o), +(322,723,cs), +(225,268,o), +(457,-18,o), +(923,-18,cs), +(1002,-18,o), +(1097,-7,o), +(1167,11,c), +(1178,63,l), +(1109,43,o), +(1016,30,o), +(934,30,cs), +(498,30,o), +(281,297,o), +(372,723,cs), +(463,1149,o), +(792,1416,o), +(1228,1416,cs), +(1316,1416,o), +(1405,1404,o), +(1458,1384,c), +(1469,1433,l), +(1400,1452,o), +(1311,1464,o), +(1239,1464,cs) +); +}, +{ +closed = 1; +nodes = ( +(172,861,l), +(1172,861,l), +(1183,909,l), +(183,909,l) +); +}, +{ +closed = 1; +nodes = ( +(102,530,l), +(1102,530,l), +(1112,578,l), +(112,578,l) +); +} +); +width = 1375; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(757,1462,o), +(396,1177,o), +(299,722,cs), +(202,267,o), +(443,-18,o), +(922,-18,cs), +(1009,-18,o), +(1107,-6,o), +(1179,12,c), +(1213,171,l), +(1131,153,o), +(1033,142,o), +(956,142,cs), +(587,142,o), +(403,366,o), +(479,722,cs), +(555,1078,o), +(833,1302,o), +(1202,1302,cs), +(1277,1302,o), +(1372,1292,o), +(1448,1277,c), +(1480,1426,l), +(1404,1448,o), +(1310,1462,o), +(1236,1462,cs) +); +}, +{ +closed = 1; +nodes = ( +(160,801,l), +(1156,801,l), +(1188,951,l), +(192,951,l) +); +}, +{ +closed = 1; +nodes = ( +(93,487,l), +(1089,487,l), +(1121,637,l), +(125,637,l) +); +} +); +width = 1387; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(741,1479,o), +(355,1187,o), +(256,721,cs), +(157,255,o), +(419,-37,o), +(934,-37,cs), +(1031,-37,o), +(1132,-27,o), +(1197,-10,c), +(1258,280,l), +(1190,268,o), +(1089,261,o), +(997,261,cs), +(703,261,o), +(557,438,o), +(617,721,cs), +(677,1004,o), +(899,1181,o), +(1193,1181,cs), +(1290,1181,o), +(1389,1175,o), +(1447,1166,c), +(1507,1452,l), +(1453,1469,o), +(1356,1479,o), +(1256,1479,cs) +); +}, +{ +closed = 1; +nodes = ( +(148,775,l), +(1168,775,l), +(1218,1008,l), +(198,1008,l) +); +}, +{ +closed = 1; +nodes = ( +(76,433,l), +(1096,433,l), +(1145,666,l), +(125,666,l) +); +} +); +width = 1416; +} +); +metricLeft = H; +metricRight = H; +unicode = 8364; +}, +{ +color = 6; +glyphname = sterling; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(982,1443,o), +(845,1463,o), +(721,1463,cs), +(394,1463,o), +(188,1318,o), +(188,1086,cs), +(188,888,o), +(444,728,o), +(444,523,cs), +(444,365,o), +(312,181,o), +(101,46,c), +(101,0,l), +(1117,1,l), +(1117,46,l), +(192,46,l), +(192,49,l), +(376,184,o), +(492,367,o), +(492,523,cs), +(492,746,o), +(237,909,o), +(237,1086,cs), +(237,1290,o), +(424,1418,o), +(721,1418,cs), +(849,1418,o), +(986,1397,o), +(1075,1363,c), +(1075,1412,l) +); +}, +{ +closed = 1; +nodes = ( +(100,667,l), +(1072,667,l), +(1072,712,l), +(100,712,l) +); +} +); +width = 1217; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1030,1441,o), +(890,1463,o), +(767,1463,cs), +(445,1463,o), +(239,1318,o), +(232,1086,cs), +(226,888,o), +(491,697,o), +(491,550,cs), +(491,434,o), +(340,281,o), +(100,154,c), +(100,0,l), +(1171,1,l), +(1171,163,l), +(382,163,l), +(382,170,l), +(560,274,o), +(671,421,o), +(671,550,cs), +(671,715,o), +(412,950,o), +(412,1076,cs), +(412,1215,o), +(556,1302,o), +(786,1302,cs), +(889,1302,o), +(1022,1283,o), +(1129,1253,c), +(1131,1406,l) +); +}, +{ +closed = 1; +nodes = ( +(107,630,l), +(1096,630,l), +(1096,790,l), +(107,790,l) +); +} +); +width = 1271; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1059,1456,o), +(915,1479,o), +(786,1479,cs), +(393,1479,o), +(142,1317,o), +(134,1060,cs), +(128,857,o), +(408,764,o), +(408,613,cs), +(408,521,o), +(289,396,o), +(100,288,c), +(100,-24,l), +(1201,-23,l), +(1201,297,l), +(534,297,l), +(534,309,l), +(647,383,o), +(718,500,o), +(718,613,cs), +(718,783,o), +(544,901,o), +(544,1030,cs), +(544,1116,o), +(653,1170,o), +(826,1170,cs), +(917,1170,o), +(1045,1150,o), +(1157,1119,c), +(1159,1420,l) +); +}, +{ +closed = 1; +nodes = ( +(107,535,l), +(1113,535,l), +(1113,823,l), +(107,823,l) +); +} +); +width = 1301; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1178,1443,o), +(1045,1463,o), +(921,1463,cs), +(594,1463,o), +(358,1318,o), +(308,1086,cs), +(266,888,o), +(488,728,o), +(445,523,cs), +(411,365,o), +(240,181,o), +(0,46,c), +(-9,0,l), +(1007,1,l), +(1016,46,l), +(91,46,l), +(92,49,l), +(305,184,o), +(460,367,o), +(493,523,cs), +(540,746,o), +(320,909,o), +(357,1086,cs), +(401,1290,o), +(615,1418,o), +(912,1418,cs), +(1040,1418,o), +(1172,1397,o), +(1254,1363,c), +(1265,1412,l) +); +}, +{ +closed = 1; +nodes = ( +(131,667,l), +(1103,667,l), +(1113,712,l), +(141,712,l) +); +} +); +width = 1217; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1226,1441,o), +(1090,1463,o), +(967,1463,cs), +(645,1463,o), +(409,1318,o), +(352,1086,cs), +(304,888,o), +(529,697,o), +(497,550,cs), +(473,434,o), +(289,281,o), +(22,154,c), +(-10,0,l), +(1061,1,l), +(1095,163,l), +(306,163,l), +(308,170,l), +(508,274,o), +(650,421,o), +(677,550,cs), +(712,715,o), +(503,950,o), +(530,1076,cs), +(560,1215,o), +(722,1302,o), +(952,1302,cs), +(1055,1302,o), +(1184,1283,o), +(1285,1253,c), +(1319,1406,l) +); +}, +{ +closed = 1; +nodes = ( +(130,630,l), +(1119,630,l), +(1153,790,l), +(164,790,l) +); +} +); +width = 1271; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1252,1456,o), +(1113,1479,o), +(984,1479,cs), +(591,1479,o), +(305,1317,o), +(243,1060,cs), +(194,857,o), +(454,764,o), +(422,613,cs), +(402,521,o), +(257,396,o), +(45,288,c), +(-22,-24,l), +(1079,-23,l), +(1147,297,l), +(480,297,l), +(483,309,l), +(612,383,o), +(708,500,o), +(732,613,cs), +(768,783,o), +(619,901,o), +(646,1030,cs), +(665,1116,o), +(785,1170,o), +(958,1170,cs), +(1049,1170,o), +(1173,1150,o), +(1278,1119,c), +(1344,1420,l) +); +}, +{ +closed = 1; +nodes = ( +(104,535,l), +(1110,535,l), +(1171,823,l), +(165,823,l) +); +} +); +width = 1301; +} +); +metricLeft = H; +metricRight = H; +unicode = 163; +}, +{ +color = 6; +glyphname = yen; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,653,l), +(1129,653,l), +(1129,701,l), +(100,701,l) +); +}, +{ +closed = 1; +nodes = ( +(198,317,l), +(1031,317,l), +(1031,365,l), +(198,365,l) +); +}, +{ +closed = 1; +nodes = ( +(596,656,l), +(596,0,l), +(646,0,l), +(646,660,l), +(1099,1443,l), +(1041,1443,l), +(624,714,l), +(618,714,l), +(188,1445,l), +(130,1445,l) +); +} +); +width = 1229; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,641,l), +(1179,641,l), +(1179,801,l), +(130,801,l) +); +}, +{ +closed = 1; +nodes = ( +(228,305,l), +(1081,305,l), +(1081,465,l), +(228,465,l) +); +}, +{ +closed = 1; +nodes = ( +(566,656,l), +(566,0,l), +(746,0,l), +(746,660,l), +(1209,1443,l), +(1002,1443,l), +(667,834,l), +(655,834,l), +(307,1445,l), +(100,1445,l) +); +} +); +width = 1309; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,551,l), +(1259,551,l), +(1259,784,l), +(170,784,l) +); +}, +{ +closed = 1; +nodes = ( +(268,215,l), +(1161,215,l), +(1161,448,l), +(268,448,l) +); +}, +{ +closed = 1; +nodes = ( +(536,656,l), +(536,0,l), +(897,0,l), +(897,660,l), +(1329,1443,l), +(942,1443,l), +(727,949,l), +(715,949,l), +(487,1445,l), +(100,1445,l) +); +} +); +width = 1429; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(128,653,l), +(1157,653,l), +(1167,701,l), +(138,701,l) +); +}, +{ +closed = 1; +nodes = ( +(155,317,l), +(988,317,l), +(998,365,l), +(165,365,l) +); +}, +{ +closed = 1; +nodes = ( +(625,656,l), +(485,0,l), +(535,0,l), +(676,660,l), +(1295,1443,l), +(1237,1443,l), +(665,714,l), +(659,714,l), +(385,1445,l), +(327,1445,l) +); +} +); +width = 1229; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,641,l), +(1205,641,l), +(1239,801,l), +(190,801,l) +); +}, +{ +closed = 1; +nodes = ( +(182,305,l), +(1035,305,l), +(1069,465,l), +(216,465,l) +); +}, +{ +closed = 1; +nodes = ( +(595,656,l), +(455,0,l), +(635,0,l), +(776,660,l), +(1405,1443,l), +(1198,1443,l), +(734,834,l), +(722,834,l), +(504,1445,l), +(297,1445,l) +); +} +); +width = 1309; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,551,l), +(1259,551,l), +(1308,784,l), +(219,784,l) +); +}, +{ +closed = 1; +nodes = ( +(196,215,l), +(1089,215,l), +(1139,448,l), +(246,448,l) +); +}, +{ +closed = 1; +nodes = ( +(558,656,l), +(418,0,l), +(779,0,l), +(920,660,l), +(1518,1443,l), +(1131,1443,l), +(811,949,l), +(799,949,l), +(677,1445,l), +(290,1445,l) +); +} +); +width = 1428; +} +); +metricLeft = H; +metricRight = H; +unicode = 165; +}, +{ +color = 10; +glyphname = cuberoot; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1004,1443,l), +(629,-219,l), +(622,-219,l), +(319,362,l), +(263,362,l), +(598,-282,l), +(664,-282,l), +(1042,1393,l), +(1568,1393,l), +(1568,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(63,1395,l), +(446,1395,l), +(446,1392,l), +(176,1120,l), +(176,1072,l), +(239,1072,l), +(407,1108,o), +(513,1033,o), +(513,878,cs), +(513,759,o), +(433,684,o), +(305,684,cs), +(210,684,o), +(133,731,o), +(106,807,c), +(60,790,l), +(93,696,o), +(187,637,o), +(303,637,c), +(463,637,o), +(563,729,o), +(563,875,cs), +(563,1060,o), +(440,1155,o), +(245,1120,c), +(245,1122,l), +(511,1393,l), +(511,1443,l), +(63,1443,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (203,0); +ref = radical; +}, +{ +pos = (0,-93); +ref = threesuperior; +} +); +width = 1628; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1030,1443,l), +(654,-142,l), +(641,-142,l), +(408,362,l), +(199,362,l), +(530,-292,l), +(795,-292,l), +(1173,1283,l), +(1594,1283,l), +(1594,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(74,1314,l), +(397,1314,l), +(397,1311,l), +(186,1127,l), +(186,1010,l), +(226,1013,l), +(380,1040,o), +(479,992,o), +(482,889,cs), +(484,813,o), +(427,765,o), +(333,765,c), +(257,765,o), +(190,808,o), +(160,876,c), +(60,790,l), +(109,696,o), +(213,637,o), +(330,637,c), +(515,637,o), +(631,733,o), +(631,886,cs), +(631,1044,o), +(534,1139,o), +(379,1132,c), +(379,1136,l), +(574,1313,l), +(574,1442,l), +(74,1442,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (139,0); +ref = radical; +}, +{ +pos = (0,-144); +ref = threesuperior; +} +); +width = 1654; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1109,1443,l), +(743,-14,l), +(731,-14,l), +(538,382,l), +(139,382,l), +(540,-332,l), +(1002,-332,l), +(1380,1143,l), +(1711,1143,l), +(1711,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(84,1244,l), +(382,1244,l), +(382,1239,l), +(222,1098,l), +(222,992,l), +(347,992,ls), +(419,992,o), +(466,958,o), +(468,905,c), +(468,850,o), +(428,815,o), +(365,815,c), +(305,815,o), +(262,853,o), +(253,914,c), +(60,855,l), +(90,716,o), +(213,629,o), +(379,629,cs), +(579,629,o), +(704,732,o), +(704,896,c), +(702,1048,o), +(609,1137,o), +(462,1126,c), +(462,1132,l), +(638,1295,l), +(639,1443,l), +(84,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (79,0); +ref = radical; +}, +{ +pos = (0,-136); +ref = threesuperior; +} +); +width = 1771; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1169,1443,l), +(501,-219,l), +(494,-219,l), +(293,362,l), +(237,362,l), +(459,-282,l), +(525,-282,l), +(1198,1393,l), +(1724,1393,l), +(1733,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(227,1295,l), +(610,1295,l), +(610,1292,l), +(282,1020,l), +(272,972,l), +(335,972,l), +(511,1008,o), +(600,933,o), +(568,778,cs), +(542,659,o), +(445,584,o), +(318,584,cs), +(223,584,o), +(157,631,o), +(145,707,c), +(96,690,l), +(110,596,o), +(191,537,o), +(306,537,c), +(466,537,o), +(586,629,o), +(617,775,cs), +(657,960,o), +(554,1055,o), +(351,1020,c), +(351,1022,l), +(675,1293,l), +(686,1343,l), +(238,1343,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (211,0); +ref = radical; +}, +{ +pos = (-41,-193); +ref = threesuperior; +} +); +width = 1598; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1207,1443,l), +(551,-142,l), +(538,-142,l), +(394,362,l), +(185,362,l), +(401,-292,l), +(666,-292,l), +(1322,1283,l), +(1743,1283,l), +(1771,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(219,1205,l), +(542,1205,l), +(542,1202,l), +(292,1018,l), +(267,901,l), +(327,904,l), +(475,929,o), +(556,881,o), +(537,780,cs), +(522,704,o), +(447,656,o), +(342,656,c), +(272,656,o), +(218,699,o), +(202,767,c), +(94,681,l), +(123,587,o), +(214,528,o), +(331,528,c), +(516,528,o), +(653,624,o), +(685,777,cs), +(718,934,o), +(641,1029,o), +(486,1023,c), +(487,1027,l), +(719,1204,l), +(747,1333,l), +(247,1333,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (159,0); +ref = radical; +}, +{ +pos = (-54,-253); +ref = threesuperior; +} +); +width = 1641; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1307,1443,l), +(685,-14,l), +(673,-14,l), +(549,382,l), +(150,382,l), +(426,-332,l), +(888,-332,l), +(1526,1143,l), +(1857,1143,l), +(1909,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(206,1127,l), +(484,1127,l), +(483,1122,l), +(313,981,l), +(291,875,l), +(436,875,ls), +(495,875,o), +(527,841,o), +(518,788,c), +(506,733,o), +(459,698,o), +(396,698,c), +(336,698,o), +(301,736,o), +(305,797,c), +(100,738,l), +(100,599,o), +(212,512,o), +(390,512,cs), +(577,512,o), +(717,615,o), +(752,779,c), +(783,930,o), +(716,1019,o), +(579,1009,c), +(580,1015,l), +(771,1178,l), +(804,1326,l), +(249,1326,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (126,0); +ref = radical; +}, +{ +pos = (-54,-253); +ref = threesuperior; +} +); +width = 1791; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1307,1443,l), +(685,-14,l), +(673,-14,l), +(549,382,l), +(150,382,l), +(426,-332,l), +(888,-332,l), +(1526,1143,l), +(1857,1143,l), +(1909,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(206,1127,l), +(484,1127,l), +(483,1122,l), +(313,981,l), +(291,875,l), +(436,875,ls), +(495,875,o), +(527,841,o), +(518,788,c), +(506,733,o), +(459,698,o), +(396,698,c), +(336,698,o), +(301,736,o), +(305,797,c), +(100,738,l), +(100,599,o), +(212,512,o), +(390,512,cs), +(577,512,o), +(717,615,o), +(752,779,c), +(783,930,o), +(716,1019,o), +(579,1009,c), +(580,1015,l), +(771,1178,l), +(804,1326,l), +(249,1326,l) +); +} +); +}; +layerId = "5071E17A-25EF-4CA0-B95D-4A2550F5883F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (126,0); +ref = radical; +}, +{ +pos = (-54,-253); +ref = threesuperior; +} +); +width = 1791; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1207,1443,l), +(551,-142,l), +(538,-142,l), +(394,362,l), +(185,362,l), +(401,-292,l), +(666,-292,l), +(1322,1283,l), +(1743,1283,l), +(1771,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(219,1205,l), +(542,1205,l), +(542,1202,l), +(292,1018,l), +(267,901,l), +(327,904,l), +(475,929,o), +(556,881,o), +(537,780,cs), +(522,704,o), +(447,656,o), +(342,656,c), +(272,656,o), +(218,699,o), +(202,767,c), +(94,681,l), +(123,587,o), +(214,528,o), +(331,528,c), +(516,528,o), +(653,624,o), +(685,777,cs), +(718,934,o), +(641,1029,o), +(486,1023,c), +(487,1027,l), +(719,1204,l), +(747,1333,l), +(247,1333,l) +); +} +); +}; +layerId = "EAEBF089-25DF-4CE0-B48A-D6D8720763C8"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (159,0); +ref = radical; +}, +{ +pos = (-54,-253); +ref = threesuperior; +} +); +width = 1641; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1109,1443,l), +(743,-14,l), +(731,-14,l), +(538,382,l), +(139,382,l), +(540,-332,l), +(1002,-332,l), +(1380,1143,l), +(1711,1143,l), +(1711,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(84,1244,l), +(382,1244,l), +(382,1239,l), +(222,1098,l), +(222,992,l), +(347,992,ls), +(419,992,o), +(466,958,o), +(468,905,c), +(468,850,o), +(428,815,o), +(365,815,c), +(305,815,o), +(262,853,o), +(253,914,c), +(60,855,l), +(90,716,o), +(213,629,o), +(379,629,cs), +(579,629,o), +(704,732,o), +(704,896,c), +(702,1048,o), +(609,1137,o), +(462,1126,c), +(462,1132,l), +(638,1295,l), +(639,1443,l), +(84,1443,l) +); +} +); +}; +layerId = "DC0F7F54-599A-4E08-B9E5-E983F94D37B7"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (79,0); +ref = radical; +}, +{ +pos = (0,-136); +ref = threesuperior; +} +); +width = 1771; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1169,1443,l), +(501,-219,l), +(494,-219,l), +(293,362,l), +(237,362,l), +(459,-282,l), +(525,-282,l), +(1198,1393,l), +(1724,1393,l), +(1733,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(227,1295,l), +(610,1295,l), +(610,1292,l), +(282,1020,l), +(272,972,l), +(335,972,l), +(511,1008,o), +(600,933,o), +(568,778,cs), +(542,659,o), +(445,584,o), +(318,584,cs), +(223,584,o), +(157,631,o), +(145,707,c), +(96,690,l), +(110,596,o), +(191,537,o), +(306,537,c), +(466,537,o), +(586,629,o), +(617,775,cs), +(657,960,o), +(554,1055,o), +(351,1020,c), +(351,1022,l), +(675,1293,l), +(686,1343,l), +(238,1343,l) +); +} +); +}; +layerId = "87357DB5-1E53-42B5-8F1C-50D52E23B60C"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (211,0); +ref = radical; +}, +{ +pos = (-41,-193); +ref = threesuperior; +} +); +width = 1598; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1030,1443,l), +(654,-142,l), +(641,-142,l), +(408,362,l), +(199,362,l), +(530,-292,l), +(795,-292,l), +(1173,1283,l), +(1594,1283,l), +(1594,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(74,1314,l), +(397,1314,l), +(397,1311,l), +(186,1127,l), +(186,1010,l), +(226,1013,l), +(380,1040,o), +(479,992,o), +(482,889,cs), +(484,813,o), +(427,765,o), +(333,765,c), +(257,765,o), +(190,808,o), +(160,876,c), +(60,790,l), +(109,696,o), +(213,637,o), +(330,637,c), +(515,637,o), +(631,733,o), +(631,886,cs), +(631,1044,o), +(534,1139,o), +(379,1132,c), +(379,1136,l), +(574,1313,l), +(574,1442,l), +(74,1442,l) +); +} +); +}; +layerId = "3721C523-4134-4FBD-8017-B35D8A2AD853"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (139,0); +ref = radical; +}, +{ +pos = (0,-144); +ref = threesuperior; +} +); +width = 1654; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1004,1443,l), +(629,-219,l), +(622,-219,l), +(319,362,l), +(263,362,l), +(598,-282,l), +(664,-282,l), +(1042,1393,l), +(1568,1393,l), +(1568,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(63,1395,l), +(446,1395,l), +(446,1392,l), +(176,1120,l), +(176,1072,l), +(239,1072,l), +(407,1108,o), +(513,1033,o), +(513,878,cs), +(513,759,o), +(433,684,o), +(305,684,cs), +(210,684,o), +(133,731,o), +(106,807,c), +(60,790,l), +(93,696,o), +(187,637,o), +(303,637,c), +(463,637,o), +(563,729,o), +(563,875,cs), +(563,1060,o), +(440,1155,o), +(245,1120,c), +(245,1122,l), +(511,1393,l), +(511,1443,l), +(63,1443,l) +); +} +); +}; +layerId = "2C5DBFD7-3D7F-4F81-98E2-3484DCAC711D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (203,0); +ref = radical; +}, +{ +pos = (0,-93); +ref = threesuperior; +} +); +width = 1628; +} +); +metricLeft = o; +metricRight = o; +unicode = 8731; +}, +{ +color = 10; +glyphname = gradient; +lastChange = "2025-12-11 15:13:58 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,1446); +ref = increment; +scale = (1,-1); +} +); +width = 1595; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,1446); +ref = increment; +scale = (1,-1); +} +); +width = 1567; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (0,1446); +ref = increment; +scale = (1,-1); +} +); +width = 1775; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (308,1446); +ref = increment; +scale = (1,-1); +slant = (24,0); +} +); +width = 1598; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (311,1446); +ref = increment; +scale = (1,-1); +slant = (24,0); +} +); +width = 1576; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (313,1446); +ref = increment; +scale = (1,-1); +slant = (24,0); +} +); +width = 1792; +} +); +metricLeft = H; +metricRight = H; +unicode = 8711; +}, +{ +color = 6; +glyphname = plus; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(120,612,l), +(1080,612,l), +(1080,659,l), +(120,659,l) +); +}, +{ +closed = 1; +nodes = ( +(575,1137,l), +(575,133,l), +(625,133,l), +(625,1137,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(120,445,l), +(1192,445,l), +(1192,605,l), +(120,605,l) +); +}, +{ +closed = 1; +nodes = ( +(566,1044,l), +(566,0,l), +(746,0,l), +(746,1044,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(138,412,l), +(1214,412,l), +(1214,738,l), +(138,738,l) +); +}, +{ +closed = 1; +nodes = ( +(489,1100,l), +(489,50,l), +(863,50,l), +(863,1100,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(140,612,l), +(1100,612,l), +(1110,659,l), +(150,659,l) +); +}, +{ +closed = 1; +nodes = ( +(707,1137,l), +(493,133,l), +(543,133,l), +(757,1137,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,445,l), +(1176,445,l), +(1210,605,l), +(138,605,l) +); +}, +{ +closed = 1; +nodes = ( +(677,1044,l), +(455,0,l), +(635,0,l), +(857,1044,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(108,412,l), +(1184,412,l), +(1254,738,l), +(178,738,l) +); +}, +{ +closed = 1; +nodes = ( +(606,1100,l), +(382,50,l), +(756,50,l), +(980,1100,l) +); +} +); +width = 1352; +} +); +unicode = 43; +}, +{ +color = 6; +glyphname = minus; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,609,l), +(1030,609,l), +(1030,657,l), +(170,657,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,456,l), +(1106,456,l), +(1106,616,l), +(206,616,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,403,l), +(1164,403,l), +(1164,729,l), +(187,729,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(189,609,l), +(1049,609,l), +(1059,657,l), +(199,657,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,456,l), +(1092,456,l), +(1126,616,l), +(226,616,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(156,403,l), +(1133,403,l), +(1203,729,l), +(226,729,l) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 8722; +}, +{ +color = 6; +glyphname = multiply; +lastChange = "2025-12-11 13:59:06 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,235,l), +(229,201,l), +(1006,978,l), +(970,1012,l) +); +}, +{ +closed = 1; +nodes = ( +(195,978,l), +(972,201,l), +(1006,235,l), +(231,1012,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(182,172,l), +(303,51,l), +(1131,882,l), +(1014,1000,l) +); +}, +{ +closed = 1; +nodes = ( +(181,882,l), +(1009,51,l), +(1131,172,l), +(299,1000,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,306,l), +(387,72,l), +(1200,896,l), +(980,1114,l) +); +}, +{ +closed = 1; +nodes = ( +(152,905,l), +(965,81,l), +(1200,315,l), +(372,1123,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(131,235,l), +(162,200,l), +(1104,977,l), +(1071,1012,l) +); +}, +{ +closed = 1; +nodes = ( +(289,978,l), +(901,201,l), +(939,232,l), +(329,1009,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(108,172,l), +(203,51,l), +(1208,882,l), +(1116,1000,l) +); +}, +{ +closed = 1; +nodes = ( +(258,882,l), +(909,51,l), +(1057,172,l), +(401,1000,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,306,l), +(285,72,l), +(1273,896,l), +(1100,1114,l) +); +}, +{ +closed = 1; +nodes = ( +(227,905,l), +(865,81,l), +(1150,315,l), +(494,1123,l) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 215; +}, +{ +color = 6; +glyphname = divide; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,591,l), +(1049,591,l), +(1049,638,l), +(151,638,l) +); +}, +{ +closed = 1; +nodes = ( +(555,950,l), +(645,950,l), +(645,1040,l), +(555,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(555,188,l), +(645,188,l), +(645,278,l), +(555,278,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,447,l), +(1118,447,l), +(1118,607,l), +(180,607,l) +); +}, +{ +closed = 1; +nodes = ( +(562,817,l), +(745,817,l), +(745,1000,l), +(562,1000,l) +); +}, +{ +closed = 1; +nodes = ( +(562,55,l), +(745,55,l), +(745,238,l), +(562,238,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,426,l), +(1181,426,l), +(1181,723,l), +(171,723,l) +); +}, +{ +closed = 1; +nodes = ( +(525,823,l), +(828,823,l), +(828,1078,l), +(525,1078,l) +); +}, +{ +closed = 1; +nodes = ( +(525,70,l), +(828,70,l), +(828,325,l), +(525,325,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(115,591,l), +(1013,591,l), +(1023,638,l), +(125,638,l) +); +}, +{ +closed = 1; +nodes = ( +(595,950,l), +(685,950,l), +(705,1040,l), +(615,1040,l) +); +}, +{ +closed = 1; +nodes = ( +(433,188,l), +(523,188,l), +(543,278,l), +(453,278,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,447,l), +(1109,447,l), +(1143,607,l), +(205,607,l) +); +}, +{ +closed = 1; +nodes = ( +(632,817,l), +(815,817,l), +(853,1000,l), +(670,1000,l) +); +}, +{ +closed = 1; +nodes = ( +(470,55,l), +(653,55,l), +(691,238,l), +(508,238,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,426,l), +(1155,426,l), +(1218,723,l), +(208,723,l) +); +}, +{ +closed = 1; +nodes = ( +(583,823,l), +(886,823,l), +(940,1078,l), +(637,1078,l) +); +}, +{ +closed = 1; +nodes = ( +(423,70,l), +(726,70,l), +(780,325,l), +(477,325,l) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 247; +}, +{ +color = 6; +glyphname = equal; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(136,778,l), +(1064,778,l), +(1064,825,l), +(136,825,l) +); +}, +{ +closed = 1; +nodes = ( +(136,419,l), +(1064,419,l), +(1064,466,l), +(136,466,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(192,628,l), +(1120,628,l), +(1120,788,l), +(192,788,l) +); +}, +{ +closed = 1; +nodes = ( +(192,269,l), +(1120,269,l), +(1120,429,l), +(192,429,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,622,l), +(1165,622,l), +(1165,932,l), +(187,932,l) +); +}, +{ +closed = 1; +nodes = ( +(187,183,l), +(1165,183,l), +(1165,493,l), +(187,493,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(191,778,l), +(1119,778,l), +(1129,825,l), +(201,825,l) +); +}, +{ +closed = 1; +nodes = ( +(115,419,l), +(1043,419,l), +(1053,466,l), +(125,466,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,628,l), +(1143,628,l), +(1177,788,l), +(249,788,l) +); +}, +{ +closed = 1; +nodes = ( +(139,269,l), +(1067,269,l), +(1101,429,l), +(173,429,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(202,622,l), +(1180,622,l), +(1246,932,l), +(268,932,l) +); +}, +{ +closed = 1; +nodes = ( +(108,183,l), +(1086,183,l), +(1152,493,l), +(174,493,l) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 61; +}, +{ +color = 3; +glyphname = notequal; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(268,100,l), +(326,100,l), +(901,1090,l), +(843,1090,l) +); +}, +{ +ref = equal; +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,94,l), +(505,92,l), +(1007,1026,l), +(834,1028,l) +); +}, +{ +ref = equal; +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,54,l), +(585,52,l), +(1077,1056,l), +(764,1058,l) +); +}, +{ +ref = equal; +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(183,100,l), +(241,100,l), +(1026,1090,l), +(968,1090,l) +); +}, +{ +ref = equal; +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,94,l), +(416,92,l), +(1116,1026,l), +(943,1028,l) +); +}, +{ +ref = equal; +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(166,54,l), +(478,52,l), +(1183,1056,l), +(871,1058,l) +); +}, +{ +ref = equal; +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 8800; +}, +{ +color = 6; +glyphname = greater; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,1066,l), +(1014,629,l), +(1014,627,l), +(150,192,l), +(150,136,l), +(1060,597,l), +(1060,658,l), +(150,1122,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(223,815,l), +(919,518,l), +(919,505,l), +(223,209,l), +(223,25,l), +(1099,431,l), +(1099,594,l), +(223,1000,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,725,l), +(860,548,l), +(860,535,l), +(269,357,l), +(269,13,l), +(1103,331,l), +(1103,752,l), +(269,1070,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(258,1069,l), +(1045,632,l), +(1045,630,l), +(104,192,l), +(94,136,l), +(1085,597,l), +(1096,658,l), +(268,1122,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(287,815,l), +(920,518,l), +(917,505,l), +(158,209,l), +(119,25,l), +(1082,431,l), +(1116,594,l), +(327,1000,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(308,725,l), +(861,548,l), +(859,535,l), +(230,357,l), +(157,13,l), +(1058,331,l), +(1148,752,l), +(381,1070,l) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 62; +}, +{ +color = 10; +glyphname = less; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (1110,0); +ref = greater; +scale = (-1,1); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +locked = 1; +pos = (1312,0); +ref = greater; +scale = (-1,1); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (1352,0); +ref = greater; +scale = (-1,1); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (946,0); +ref = greater; +scale = (-1,1); +slant = (20,0); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (1047,0); +ref = greater; +scale = (-1,1); +slant = (20,0); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1000,0); +ref = greater; +scale = (-1,1); +slant = (20,0); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 60; +}, +{ +color = 6; +glyphname = greaterequal; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,1058,l), +(1023,646,l), +(1023,642,l), +(130,230,l), +(130,175,l), +(1080,613,l), +(1080,674,l), +(130,1113,l) +); +}, +{ +closed = 1; +nodes = ( +(130,0,l), +(1080,0,l), +(1080,48,l), +(130,48,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,898,l), +(923,656,l), +(923,644,l), +(170,398,l), +(170,214,l), +(1140,549,l), +(1140,746,l), +(170,1082,l) +); +}, +{ +closed = 1; +nodes = ( +(170,0,l), +(1140,0,l), +(1140,160,l), +(170,160,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,838,l), +(851,732,l), +(851,722,l), +(242,614,l), +(242,307,l), +(1130,527,l), +(1130,924,l), +(242,1144,l) +); +}, +{ +closed = 1; +nodes = ( +(242,1,l), +(1130,1,l), +(1130,261,l), +(242,261,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(216,1058,l), +(1057,646,l), +(1056,642,l), +(70,230,l), +(61,175,l), +(1108,613,l), +(1119,674,l), +(226,1113,l) +); +}, +{ +closed = 1; +nodes = ( +(30,0,l), +(1000,0,l), +(1008,48,l), +(38,48,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(246,898,l), +(947,656,l), +(945,644,l), +(140,398,l), +(100,214,l), +(1142,549,l), +(1184,746,l), +(285,1082,l) +); +}, +{ +closed = 1; +nodes = ( +(55,0,l), +(1025,0,l), +(1059,160,l), +(89,160,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,838,l), +(885,732,l), +(883,722,l), +(251,614,l), +(186,307,l), +(1120,527,l), +(1205,924,l), +(363,1144,l) +); +}, +{ +closed = 1; +nodes = ( +(121,1,l), +(1009,1,l), +(1064,261,l), +(176,261,l) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 8805; +}, +{ +color = 10; +glyphname = lessequal; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (1200,0); +ref = greaterequal; +scale = (-1,1); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (1312,0); +ref = greaterequal; +scale = (-1,1); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (1352,0); +ref = greaterequal; +scale = (-1,1); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (1006,0); +ref = greaterequal; +scale = (-1,1); +slant = (20,0); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (1013,0); +ref = greaterequal; +scale = (-1,1); +slant = (20,0); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (1057,0); +ref = greaterequal; +scale = (-1,1); +slant = (20,0); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 8804; +}, +{ +color = 6; +glyphname = plusminus; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(132,0,l), +(1067,0,l), +(1067,49,l), +(132,49,l) +); +}, +{ +closed = 1; +nodes = ( +(132,594,l), +(1067,594,l), +(1067,641,l), +(132,641,l) +); +}, +{ +closed = 1; +nodes = ( +(574,1054,l), +(574,180,l), +(624,180,l), +(624,1054,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(171,0,l), +(1141,0,l), +(1141,160,l), +(171,160,l) +); +}, +{ +closed = 1; +nodes = ( +(173,557,l), +(1139,557,l), +(1139,717,l), +(173,717,l) +); +}, +{ +closed = 1; +nodes = ( +(566,1054,l), +(566,220,l), +(746,220,l), +(746,1054,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(208,0,l), +(1144,0,l), +(1144,272,l), +(208,272,l) +); +}, +{ +closed = 1; +nodes = ( +(211,588,l), +(1141,588,l), +(1141,863,l), +(211,863,l) +); +}, +{ +closed = 1; +nodes = ( +(509,1107,l), +(509,343,l), +(843,343,l), +(843,1107,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(925,0,l), +(935,49,l), +(0,49,l) +); +}, +{ +closed = 1; +nodes = ( +(116,594,l), +(1051,594,l), +(1061,641,l), +(126,641,l) +); +}, +{ +closed = 1; +nodes = ( +(656,1054,l), +(470,180,l), +(520,180,l), +(706,1054,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(59,0,l), +(1029,0,l), +(1063,160,l), +(93,160,l) +); +}, +{ +closed = 1; +nodes = ( +(179,557,l), +(1145,557,l), +(1179,717,l), +(213,717,l) +); +}, +{ +closed = 1; +nodes = ( +(678,1054,l), +(501,220,l), +(681,220,l), +(858,1054,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(91,0,l), +(1027,0,l), +(1085,272,l), +(149,272,l) +); +}, +{ +closed = 1; +nodes = ( +(219,588,l), +(1149,588,l), +(1208,863,l), +(278,863,l) +); +}, +{ +closed = 1; +nodes = ( +(628,1107,l), +(465,343,l), +(799,343,l), +(962,1107,l) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 177; +}, +{ +color = 10; +glyphname = approxequal; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(108,417,l), +(195,483,o), +(270,519,o), +(384,519,cs), +(529,519,o), +(657,375,o), +(819,375,cs), +(934,375,o), +(1015,418,o), +(1093,480,c), +(1093,540,l), +(1001,464,o), +(921,429,o), +(819,429,cs), +(689,429,o), +(552,572,o), +(384,572,cs), +(276,572,o), +(201,547,o), +(108,477,c) +); +}, +{ +closed = 1; +nodes = ( +(108,681,l), +(195,747,o), +(270,783,o), +(384,783,cs), +(529,783,o), +(657,639,o), +(819,639,cs), +(934,639,o), +(1015,682,o), +(1093,744,c), +(1093,804,l), +(1001,728,o), +(921,693,o), +(819,693,cs), +(689,693,o), +(552,836,o), +(384,836,cs), +(276,836,o), +(201,811,o), +(108,741,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (0,-147); +ref = asciitilde; +}, +{ +pos = (0,117); +ref = asciitilde; +} +); +width = 1200; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(163,277,l), +(246,340,o), +(352,379,o), +(439,379,cs), +(584,379,o), +(712,235,o), +(874,235,cs), +(970,235,o), +(1075,272,o), +(1148,330,c), +(1148,510,l), +(1065,442,o), +(959,399,o), +(874,399,cs), +(744,399,o), +(607,542,o), +(439,542,cs), +(340,542,o), +(233,509,o), +(163,457,c) +); +}, +{ +closed = 1; +nodes = ( +(163,601,l), +(246,664,o), +(352,703,o), +(439,703,cs), +(584,703,o), +(712,559,o), +(874,559,cs), +(970,559,o), +(1075,596,o), +(1148,654,c), +(1148,834,l), +(1065,766,o), +(959,723,o), +(874,723,cs), +(744,723,o), +(607,866,o), +(439,866,cs), +(340,866,o), +(233,833,o), +(163,781,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (0,-167); +ref = asciitilde; +}, +{ +pos = (0,157); +ref = asciitilde; +} +); +width = 1312; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(212,200,l), +(275,239,o), +(377,263,o), +(477,263,cs), +(569,263,o), +(744,150,o), +(866,139,cs), +(957,131,o), +(1063,160,o), +(1139,214,c), +(1139,482,l), +(1054,433,o), +(956,408,o), +(884,415,cs), +(790,425,o), +(634,543,o), +(494,543,cs), +(396,543,o), +(288,512,o), +(212,465,c) +); +}, +{ +closed = 1; +nodes = ( +(212,594,l), +(275,633,o), +(377,657,o), +(477,657,cs), +(569,657,o), +(744,544,o), +(866,533,cs), +(957,525,o), +(1063,554,o), +(1139,608,c), +(1139,876,l), +(1054,827,o), +(956,802,o), +(884,809,cs), +(790,819,o), +(634,937,o), +(494,937,cs), +(396,937,o), +(288,906,o), +(212,859,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-1,-227); +ref = asciitilde; +}, +{ +pos = (-1,167); +ref = asciitilde; +} +); +width = 1352; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(69,317,l), +(170,383,o), +(253,419,o), +(367,419,cs), +(512,419,o), +(609,275,o), +(771,275,cs), +(886,275,o), +(976,318,o), +(1067,380,c), +(1080,440,l), +(972,364,o), +(885,329,o), +(783,329,cs), +(653,329,o), +(546,472,o), +(378,472,cs), +(270,472,o), +(190,447,o), +(82,377,c) +); +}, +{ +closed = 1; +nodes = ( +(119,581,l), +(220,647,o), +(303,683,o), +(417,683,cs), +(562,683,o), +(659,539,o), +(821,539,cs), +(936,539,o), +(1026,582,o), +(1117,644,c), +(1130,704,l), +(1022,628,o), +(935,593,o), +(833,593,cs), +(703,593,o), +(596,736,o), +(428,736,cs), +(320,736,o), +(240,711,o), +(132,641,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-25,-147); +ref = asciitilde; +}, +{ +pos = (25,117); +ref = asciitilde; +} +); +width = 1200; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(120,277,l), +(217,340,o), +(331,379,o), +(418,379,cs), +(563,379,o), +(660,235,o), +(822,235,cs), +(918,235,o), +(1031,272,o), +(1117,330,c), +(1155,510,l), +(1057,442,o), +(942,399,o), +(857,399,cs), +(727,399,o), +(621,542,o), +(453,542,cs), +(354,542,o), +(240,509,o), +(159,457,c) +); +}, +{ +closed = 1; +nodes = ( +(180,601,l), +(277,664,o), +(391,703,o), +(478,703,cs), +(623,703,o), +(720,559,o), +(882,559,cs), +(978,559,o), +(1091,596,o), +(1177,654,c), +(1215,834,l), +(1117,766,o), +(1002,723,o), +(917,723,cs), +(787,723,o), +(681,866,o), +(513,866,cs), +(414,866,o), +(300,833,o), +(219,781,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-27,-167); +ref = asciitilde; +}, +{ +pos = (33,157); +ref = asciitilde; +} +); +width = 1312; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(145,200,l), +(216,239,o), +(323,263,o), +(423,263,cs), +(515,263,o), +(666,150,o), +(786,139,cs), +(875,131,o), +(987,160,o), +(1075,214,c), +(1132,482,l), +(1036,433,o), +(933,408,o), +(863,415,cs), +(771,425,o), +(640,543,o), +(500,543,cs), +(402,543,o), +(287,512,o), +(201,465,c) +); +}, +{ +closed = 1; +nodes = ( +(235,654,l), +(306,693,o), +(413,717,o), +(513,717,cs), +(605,717,o), +(756,604,o), +(876,593,cs), +(965,585,o), +(1077,614,o), +(1165,668,c), +(1222,936,l), +(1126,887,o), +(1023,862,o), +(953,869,cs), +(861,879,o), +(730,997,o), +(590,997,cs), +(492,997,o), +(377,966,o), +(291,919,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-42,-227); +ref = asciitilde; +}, +{ +pos = (48,227); +ref = asciitilde; +} +); +width = 1352; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(145,200,l), +(216,239,o), +(323,263,o), +(423,263,cs), +(515,263,o), +(666,150,o), +(786,139,cs), +(875,131,o), +(987,160,o), +(1075,214,c), +(1132,482,l), +(1036,433,o), +(933,408,o), +(863,415,cs), +(771,425,o), +(640,543,o), +(500,543,cs), +(402,543,o), +(287,512,o), +(201,465,c) +); +}, +{ +closed = 1; +nodes = ( +(235,654,l), +(306,693,o), +(413,717,o), +(513,717,cs), +(605,717,o), +(756,604,o), +(876,593,cs), +(965,585,o), +(1077,614,o), +(1165,668,c), +(1222,936,l), +(1126,887,o), +(1023,862,o), +(953,869,cs), +(861,879,o), +(730,997,o), +(590,997,cs), +(492,997,o), +(377,966,o), +(291,919,c) +); +} +); +}; +layerId = "A932BCC2-7C55-40BC-9327-0E4265AC4658"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-42,-227); +ref = asciitilde; +}, +{ +pos = (48,227); +ref = asciitilde; +} +); +width = 1352; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(120,277,l), +(217,340,o), +(331,379,o), +(418,379,cs), +(563,379,o), +(660,235,o), +(822,235,cs), +(918,235,o), +(1031,272,o), +(1117,330,c), +(1155,510,l), +(1057,442,o), +(942,399,o), +(857,399,cs), +(727,399,o), +(621,542,o), +(453,542,cs), +(354,542,o), +(240,509,o), +(159,457,c) +); +}, +{ +closed = 1; +nodes = ( +(180,601,l), +(277,664,o), +(391,703,o), +(478,703,cs), +(623,703,o), +(720,559,o), +(882,559,cs), +(978,559,o), +(1091,596,o), +(1177,654,c), +(1215,834,l), +(1117,766,o), +(1002,723,o), +(917,723,cs), +(787,723,o), +(681,866,o), +(513,866,cs), +(414,866,o), +(300,833,o), +(219,781,c) +); +} +); +}; +layerId = "A7B32AD6-DC3C-4678-9D71-C52934455701"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-27,-167); +ref = asciitilde; +}, +{ +pos = (33,157); +ref = asciitilde; +} +); +width = 1312; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(212,200,l), +(275,239,o), +(377,263,o), +(477,263,cs), +(569,263,o), +(744,150,o), +(866,139,cs), +(957,131,o), +(1063,160,o), +(1139,214,c), +(1139,482,l), +(1054,433,o), +(956,408,o), +(884,415,cs), +(790,425,o), +(634,543,o), +(494,543,cs), +(396,543,o), +(288,512,o), +(212,465,c) +); +}, +{ +closed = 1; +nodes = ( +(212,594,l), +(275,633,o), +(377,657,o), +(477,657,cs), +(569,657,o), +(744,544,o), +(866,533,cs), +(957,525,o), +(1063,554,o), +(1139,608,c), +(1139,876,l), +(1054,827,o), +(956,802,o), +(884,809,cs), +(790,819,o), +(634,937,o), +(494,937,cs), +(396,937,o), +(288,906,o), +(212,859,c) +); +} +); +}; +layerId = "481DFF5B-7655-463E-89BC-A6A10C1FE24D"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-1,-227); +ref = asciitilde; +}, +{ +pos = (-1,167); +ref = asciitilde; +} +); +width = 1352; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(69,317,l), +(170,383,o), +(253,419,o), +(367,419,cs), +(512,419,o), +(609,275,o), +(771,275,cs), +(886,275,o), +(976,318,o), +(1067,380,c), +(1080,440,l), +(972,364,o), +(885,329,o), +(783,329,cs), +(653,329,o), +(546,472,o), +(378,472,cs), +(270,472,o), +(190,447,o), +(82,377,c) +); +}, +{ +closed = 1; +nodes = ( +(119,581,l), +(220,647,o), +(303,683,o), +(417,683,cs), +(562,683,o), +(659,539,o), +(821,539,cs), +(936,539,o), +(1026,582,o), +(1117,644,c), +(1130,704,l), +(1022,628,o), +(935,593,o), +(833,593,cs), +(703,593,o), +(596,736,o), +(428,736,cs), +(320,736,o), +(240,711,o), +(132,641,c) +); +} +); +}; +layerId = "3AD5D2DF-6778-401C-AFD8-3D93A8719AB4"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-25,-147); +ref = asciitilde; +}, +{ +pos = (25,117); +ref = asciitilde; +} +); +width = 1200; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(163,277,l), +(246,340,o), +(352,379,o), +(439,379,cs), +(584,379,o), +(712,235,o), +(874,235,cs), +(970,235,o), +(1075,272,o), +(1148,330,c), +(1148,510,l), +(1065,442,o), +(959,399,o), +(874,399,cs), +(744,399,o), +(607,542,o), +(439,542,cs), +(340,542,o), +(233,509,o), +(163,457,c) +); +}, +{ +closed = 1; +nodes = ( +(163,601,l), +(246,664,o), +(352,703,o), +(439,703,cs), +(584,703,o), +(712,559,o), +(874,559,cs), +(970,559,o), +(1075,596,o), +(1148,654,c), +(1148,834,l), +(1065,766,o), +(959,723,o), +(874,723,cs), +(744,723,o), +(607,866,o), +(439,866,cs), +(340,866,o), +(233,833,o), +(163,781,c) +); +} +); +}; +layerId = "7C2E87DA-E5B5-49B1-8F4C-BC53A56E39C6"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (0,-167); +ref = asciitilde; +}, +{ +pos = (0,157); +ref = asciitilde; +} +); +width = 1312; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(108,417,l), +(195,483,o), +(270,519,o), +(384,519,cs), +(529,519,o), +(657,375,o), +(819,375,cs), +(934,375,o), +(1015,418,o), +(1093,480,c), +(1093,540,l), +(1001,464,o), +(921,429,o), +(819,429,cs), +(689,429,o), +(552,572,o), +(384,572,cs), +(276,572,o), +(201,547,o), +(108,477,c) +); +}, +{ +closed = 1; +nodes = ( +(108,681,l), +(195,747,o), +(270,783,o), +(384,783,cs), +(529,783,o), +(657,639,o), +(819,639,cs), +(934,639,o), +(1015,682,o), +(1093,744,c), +(1093,804,l), +(1001,728,o), +(921,693,o), +(819,693,cs), +(689,693,o), +(552,836,o), +(384,836,cs), +(276,836,o), +(201,811,o), +(108,741,c) +); +} +); +}; +layerId = "877C2EE9-C120-4543-BF6B-8AE0B817F941"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (0,-147); +ref = asciitilde; +}, +{ +pos = (0,117); +ref = asciitilde; +} +); +width = 1200; +} +); +metricWidth = plus; +unicode = 8776; +}, +{ +color = 6; +glyphname = asciitilde; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(108,564,l), +(195,630,o), +(270,666,o), +(384,666,cs), +(529,666,o), +(657,522,o), +(819,522,cs), +(934,522,o), +(1015,565,o), +(1093,627,c), +(1093,687,l), +(1001,611,o), +(921,576,o), +(819,576,cs), +(689,576,o), +(552,719,o), +(384,719,cs), +(276,719,o), +(201,694,o), +(108,624,c) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(163,444,l), +(246,507,o), +(352,546,o), +(439,546,cs), +(584,546,o), +(712,402,o), +(874,402,cs), +(970,402,o), +(1075,439,o), +(1148,497,c), +(1148,677,l), +(1065,609,o), +(959,566,o), +(874,566,cs), +(744,566,o), +(607,709,o), +(439,709,cs), +(340,709,o), +(233,676,o), +(163,624,c) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(213,427,l), +(276,466,o), +(378,490,o), +(478,490,cs), +(570,490,o), +(745,377,o), +(867,366,cs), +(958,358,o), +(1064,387,o), +(1140,441,c), +(1140,709,l), +(1055,660,o), +(957,635,o), +(885,642,cs), +(791,652,o), +(635,770,o), +(495,770,cs), +(397,770,o), +(289,739,o), +(213,692,c) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(94,464,l), +(195,530,o), +(278,566,o), +(392,566,cs), +(537,566,o), +(634,422,o), +(796,422,cs), +(911,422,o), +(1001,465,o), +(1092,527,c), +(1105,587,l), +(997,511,o), +(910,476,o), +(808,476,cs), +(678,476,o), +(571,619,o), +(403,619,cs), +(295,619,o), +(215,594,o), +(107,524,c) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,444,l), +(244,507,o), +(358,546,o), +(445,546,cs), +(590,546,o), +(687,402,o), +(849,402,cs), +(945,402,o), +(1058,439,o), +(1144,497,c), +(1182,677,l), +(1084,609,o), +(969,566,o), +(884,566,cs), +(754,566,o), +(648,709,o), +(480,709,cs), +(381,709,o), +(267,676,o), +(186,624,c) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,427,l), +(258,466,o), +(365,490,o), +(465,490,cs), +(557,490,o), +(708,377,o), +(828,366,cs), +(917,358,o), +(1029,387,o), +(1117,441,c), +(1174,709,l), +(1078,660,o), +(975,635,o), +(905,642,cs), +(813,652,o), +(682,770,o), +(542,770,cs), +(444,770,o), +(329,739,o), +(243,692,c) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 126; +}, +{ +color = 6; +glyphname = logicalnot; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,673,l), +(1012,673,l), +(1012,721,l), +(160,721,l) +); +}, +{ +closed = 1; +nodes = ( +(964,262,l), +(1012,262,l), +(1012,699,l), +(964,699,l) +); +} +); +width = 1200; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,467,l), +(1123,467,l), +(1123,647,l), +(180,647,l) +); +}, +{ +closed = 1; +nodes = ( +(943,106,l), +(1123,106,l), +(1123,560,l), +(943,560,l) +); +} +); +width = 1312; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,423,l), +(1123,423,l), +(1123,717,l), +(180,717,l) +); +}, +{ +closed = 1; +nodes = ( +(809,106,l), +(1123,106,l), +(1123,540,l), +(809,540,l) +); +} +); +width = 1352; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,539,l), +(956,539,l), +(966,587,l), +(114,587,l) +); +}, +{ +closed = 1; +nodes = ( +(820,128,l), +(868,128,l), +(961,565,l), +(913,565,l) +); +} +); +width = 1200; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(85,447,l), +(1028,447,l), +(1066,627,l), +(123,627,l) +); +}, +{ +closed = 1; +nodes = ( +(772,86,l), +(952,86,l), +(1048,540,l), +(868,540,l) +); +} +); +width = 1312; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(58,353,l), +(1001,353,l), +(1074,697,l), +(131,697,l) +); +}, +{ +closed = 1; +nodes = ( +(600,86,l), +(944,86,l), +(1036,520,l), +(692,520,l) +); +} +); +width = 1352; +} +); +metricWidth = plus; +unicode = 172; +}, +{ +color = 10; +glyphname = asciicircum; +lastChange = "2025-12-11 10:42:23 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = circumflexcomb; +} +); +width = 614; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = circumflexcomb; +} +); +width = 744; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = circumflexcomb; +} +); +width = 1030; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = circumflexcomb; +} +); +width = 614; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = circumflexcomb; +} +); +width = 744; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = circumflexcomb; +} +); +width = 1030; +} +); +metricLeft = H; +metricRight = H; +unicode = 94; +}, +{ +color = 6; +glyphname = infinity; +lastChange = "2025-12-11 13:47:31 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(643,195,o), +(797,308,o), +(868,494,c), +(939,308,o), +(1093,195,o), +(1282,195,cs), +(1524,195,o), +(1676,341,o), +(1676,573,cs), +(1676,806,o), +(1524,952,o), +(1282,952,cs), +(1094,952,o), +(940,839,o), +(868,651,c), +(796,839,o), +(642,952,o), +(454,952,cs), +(212,952,o), +(60,806,o), +(60,573,cs), +(60,341,o), +(212,195,o), +(454,195,cs) +); +}, +{ +closed = 1; +nodes = ( +(243,243,o), +(111,370,o), +(111,573,cs), +(111,776,o), +(243,904,o), +(454,904,cs), +(638,904,o), +(788,776,o), +(843,573,c), +(791,370,o), +(641,243,o), +(454,243,cs) +); +}, +{ +closed = 1; +nodes = ( +(1095,243,o), +(945,370,o), +(893,573,c), +(948,776,o), +(1098,904,o), +(1282,904,cs), +(1493,904,o), +(1626,776,o), +(1626,573,cs), +(1626,370,o), +(1493,243,o), +(1282,243,cs) +); +} +); +width = 1736; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(673,201,o), +(823,293,o), +(915,448,c), +(1006,291,o), +(1158,196,o), +(1333,196,cs), +(1602,196,o), +(1771,355,o), +(1771,608,cs), +(1771,862,o), +(1594,1019,o), +(1313,1019,cs), +(1142,1019,o), +(1000,933,o), +(916,790,c), +(833,936,o), +(690,1024,o), +(518,1024,cs), +(237,1024,o), +(60,866,o), +(60,608,cs), +(60,358,o), +(229,201,o), +(498,201,cs) +); +}, +{ +closed = 1; +nodes = ( +(344,352,o), +(240,451,o), +(240,608,cs), +(240,764,o), +(350,862,o), +(525,862,cs), +(667,862,o), +(789,764,o), +(842,608,c), +(785,451,o), +(657,352,o), +(510,352,cs) +); +}, +{ +closed = 1; +nodes = ( +(1181,356,o), +(1058,453,o), +(1001,608,c), +(1054,764,o), +(1172,862,o), +(1307,862,cs), +(1482,862,o), +(1592,764,o), +(1592,608,cs), +(1592,453,o), +(1487,356,o), +(1319,356,cs) +); +} +); +width = 1831; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(673,201,o), +(824,295,o), +(916,452,c), +(1008,294,o), +(1158,201,o), +(1333,201,cs), +(1602,201,o), +(1771,359,o), +(1771,611,cs), +(1771,865,o), +(1594,1024,o), +(1313,1024,cs), +(1140,1024,o), +(998,939,o), +(915,795,c), +(832,938,o), +(689,1024,o), +(518,1024,cs), +(237,1024,o), +(60,867,o), +(60,611,cs), +(60,359,o), +(229,201,o), +(498,201,cs) +); +}, +{ +closed = 1; +nodes = ( +(458,489,o), +(413,537,o), +(413,614,cs), +(413,694,o), +(461,743,o), +(539,743,cs), +(603,743,o), +(671,694,o), +(715,614,c), +(672,537,o), +(602,489,o), +(532,489,cs) +); +}, +{ +closed = 1; +nodes = ( +(1229,489,o), +(1160,537,o), +(1117,614,c), +(1160,693,o), +(1226,743,o), +(1293,743,cs), +(1368,743,o), +(1419,693,o), +(1419,614,cs), +(1419,537,o), +(1376,489,o), +(1300,489,cs) +); +} +); +width = 1831; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(574,195,o), +(752,308,o), +(862,494,c), +(894,308,o), +(1024,195,o), +(1213,195,cs), +(1455,195,o), +(1638,341,o), +(1687,573,cs), +(1736,806,o), +(1615,952,o), +(1373,952,cs), +(1185,952,o), +(1007,839,o), +(895,651,c), +(863,837,o), +(733,952,o), +(545,952,cs), +(303,952,o), +(120,806,o), +(71,573,cs), +(22,341,o), +(143,195,o), +(385,195,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,243,o), +(79,370,o), +(122,573,cs), +(165,776,o), +(324,904,o), +(535,904,cs), +(719,904,o), +(842,776,o), +(854,573,c), +(759,370,o), +(582,243,o), +(395,243,cs) +); +}, +{ +closed = 1; +nodes = ( +(1036,243,o), +(913,370,o), +(904,573,c), +(1002,776,o), +(1179,904,o), +(1363,904,cs), +(1574,904,o), +(1680,776,o), +(1637,573,cs), +(1594,370,o), +(1434,243,o), +(1223,243,cs) +); +} +); +width = 1736; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(605,201,o), +(774,292,o), +(900,448,c), +(958,290,o), +(1089,196,o), +(1264,196,cs), +(1533,196,o), +(1736,355,o), +(1790,608,cs), +(1844,862,o), +(1700,1019,o), +(1419,1019,cs), +(1247,1019,o), +(1088,933,o), +(974,790,c), +(922,936,o), +(797,1024,o), +(625,1024,cs), +(344,1024,o), +(133,866,o), +(79,608,cs), +(25,358,o), +(161,201,o), +(430,201,cs) +); +}, +{ +closed = 1; +nodes = ( +(308,352,o), +(225,451,o), +(259,608,cs), +(292,764,o), +(423,862,o), +(598,862,cs), +(740,862,o), +(841,764,o), +(861,608,c), +(770,451,o), +(621,352,o), +(474,352,cs) +); +}, +{ +closed = 1; +nodes = ( +(1146,356,o), +(1044,453,o), +(1020,608,c), +(1106,764,o), +(1245,862,o), +(1380,862,cs), +(1555,862,o), +(1644,764,o), +(1611,608,cs), +(1578,453,o), +(1452,356,o), +(1284,356,cs) +); +} +); +width = 1831; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(599,201,o), +(769,295,o), +(894,452,c), +(953,294,o), +(1084,201,o), +(1259,201,cs), +(1528,201,o), +(1730,359,o), +(1784,611,cs), +(1838,865,o), +(1694,1024,o), +(1413,1024,cs), +(1240,1024,o), +(1081,939,o), +(967,794,c), +(914,938,o), +(789,1024,o), +(618,1024,cs), +(338,1024,o), +(127,867,o), +(73,611,cs), +(19,359,o), +(155,201,o), +(424,201,cs) +); +}, +{ +closed = 1; +nodes = ( +(445,489,o), +(410,537,o), +(426,614,cs), +(443,694,o), +(502,743,o), +(580,743,cs), +(644,743,o), +(701,694,o), +(728,614,c), +(669,537,o), +(589,489,o), +(519,489,cs) +); +}, +{ +closed = 1; +nodes = ( +(1216,489,o), +(1157,537,o), +(1130,614,c), +(1190,693,o), +(1267,743,o), +(1334,743,cs), +(1409,743,o), +(1445,693,o), +(1432,614,cs), +(1419,537,o), +(1363,489,o), +(1287,489,cs) +); +} +); +width = 1831; +} +); +metricLeft = O; +metricRight = O; +unicode = 8734; +}, +{ +color = 6; +glyphname = integral; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(332,-348,o), +(504,-249,o), +(545,-33,c), +(810,1332,l), +(845,1503,o), +(996,1581,o), +(1201,1533,c), +(1202,1584,l), +(971,1640,o), +(802,1547,o), +(763,1343,c), +(497,-19,l), +(458,-203,o), +(305,-290,o), +(101,-244,c), +(100,-291,l) +); +} +); +width = 1302; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(347,-351,o), +(528,-258,o), +(569,-50,c), +(844,1309,l), +(865,1406,o), +(964,1452,o), +(1101,1427,c), +(1102,1584,l), +(874,1639,o), +(706,1546,o), +(667,1343,c), +(396,0,l), +(374,-111,o), +(260,-163,o), +(101,-134,c), +(100,-291,l) +); +} +); +width = 1202; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(439,-389,o), +(682,-296,o), +(729,-50,c), +(964,1176,l), +(978,1248,o), +(1057,1283,o), +(1169,1267,c), +(1210,1584,l), +(869,1683,o), +(626,1590,o), +(581,1343,c), +(346,117,l), +(332,45,o), +(253,10,o), +(141,26,c), +(100,-291,l) +); +} +); +width = 1310; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(151,-348,o), +(340,-249,o), +(419,-33,c), +(925,1332,l), +(990,1503,o), +(1155,1581,o), +(1351,1533,c), +(1361,1584,l), +(1140,1640,o), +(955,1547,o), +(880,1343,c), +(374,-19,l), +(302,-203,o), +(134,-290,o), +(-62,-244,c), +(-71,-291,l) +); +} +); +width = 1236; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,-351,o), +(366,-258,o), +(443,-50,c), +(958,1309,l), +(996,1406,o), +(1103,1452,o), +(1236,1427,c), +(1265,1584,l), +(1046,1639,o), +(862,1546,o), +(787,1343,c), +(279,0,l), +(238,-111,o), +(114,-163,o), +(-39,-134,c), +(-68,-291,l) +); +} +); +width = 1143; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,-389,o), +(502,-296,o), +(592,-50,c), +(1043,1176,l), +(1070,1248,o), +(1155,1283,o), +(1264,1267,c), +(1361,1584,l), +(1038,1683,o), +(778,1590,o), +(690,1343,c), +(239,117,l), +(212,45,o), +(127,10,o), +(18,26,c), +(-79,-291,l) +); +} +); +width = 1241; +} +); +metricLeft = H; +metricRight = H; +unicode = 8747; +}, +{ +color = 6; +glyphname = Ohm; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = topleft; +pos = (3,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1192,1462,o), +(777,1462,cs), +(364,1462,o), +(73,1168,o), +(73,751,cs), +(73,444,o), +(285,155,o), +(587,51,c), +(587,47,l), +(60,47,l), +(60,-1,l), +(671,-1,l), +(671,65,l), +(349,160,o), +(123,444,o), +(123,751,cs), +(123,1141,o), +(393,1415,o), +(778,1414,cs), +(1163,1413,o), +(1433,1139,o), +(1433,751,cs), +(1433,442,o), +(1211,159,o), +(895,65,c), +(895,-1,l), +(1496,-1,l), +(1496,47,l), +(989,47,l), +(989,51,l), +(1279,161,o), +(1483,450,o), +(1483,751,cs), +(1483,1168,o) +); +} +); +width = 1556; +}, +{ +anchors = ( +{ +name = topleft; +pos = (13,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(774,1443,l), +(774,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-32,0,l), +(1586,0,l), +(1586,1443,l), +(-32,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1586,722,l), +(-32,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1586,0,l), +(-32,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-33,0,l), +(1586,1443,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1188,1462,o), +(774,1462,cs), +(360,1462,o), +(73,1181,o), +(73,781,cs), +(73,508,o), +(239,248,o), +(476,166,c), +(477,159,l), +(60,159,l), +(60,-1,l), +(681,-1,l), +(681,191,l), +(433,288,o), +(253,538,o), +(253,781,cs), +(253,1088,o), +(469,1303,o), +(774,1302,cs), +(1079,1301,o), +(1303,1086,o), +(1303,781,cs), +(1303,538,o), +(1113,288,o), +(865,191,c), +(865,-1,l), +(1496,-1,l), +(1496,159,l), +(1099,159,l), +(1099,166,l), +(1319,250,o), +(1483,510,o), +(1483,781,cs), +(1483,1181,o) +); +} +); +width = 1556; +}, +{ +anchors = ( +{ +name = topleft; +pos = (-27,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(834,1443,l), +(834,0,l) +); +}, +{ +closed = 1; +nodes = ( +(-2,0,l), +(1676,0,l), +(1676,1443,l), +(-2,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1676,722,l), +(-2,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1676,0,l), +(-2,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(-3,0,l), +(1676,1443,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1276,1480,o), +(834,1480,cs), +(391,1480,o), +(85,1212,o), +(85,831,cs), +(85,599,o), +(224,382,o), +(422,306,c), +(423,299,l), +(63,299,l), +(60,-1,l), +(741,-1,l), +(741,382,l), +(602,465,o), +(505,634,o), +(505,791,cs), +(505,1003,o), +(638,1151,o), +(834,1150,cs), +(1030,1149,o), +(1173,1001,o), +(1173,791,cs), +(1173,637,o), +(1071,468,o), +(927,382,c), +(927,-1,l), +(1618,-1,l), +(1615,299,l), +(1245,299,l), +(1245,306,l), +(1449,393,o), +(1593,609,o), +(1593,831,cs), +(1593,1212,o) +); +} +); +width = 1678; +}, +{ +anchors = ( +{ +name = topleft; +pos = (153,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1354,1462,o), +(939,1462,cs), +(526,1462,o), +(183,1168,o), +(110,751,cs), +(55,444,o), +(217,155,o), +(500,51,c), +(499,47,l), +(-28,47,l), +(-36,-1,l), +(575,-1,l), +(587,65,l), +(281,160,o), +(105,444,o), +(160,751,cs), +(228,1141,o), +(547,1415,o), +(932,1414,cs), +(1316,1413,o), +(1538,1139,o), +(1470,751,cs), +(1415,442,o), +(1143,159,o), +(811,65,c), +(799,-1,l), +(1400,-1,l), +(1408,47,l), +(901,47,l), +(902,51,l), +(1212,161,o), +(1467,450,o), +(1520,751,cs), +(1593,1168,o) +); +} +); +width = 1571; +}, +{ +anchors = ( +{ +name = topleft; +pos = (193,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(808,1443,l), +(808,0,l) +); +}, +{ +closed = 1; +nodes = ( +(2,0,l), +(1620,0,l), +(1620,1443,l), +(2,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1620,722,l), +(2,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1620,0,l), +(2,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1,0,l), +(1620,1443,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1351,1462,o), +(937,1462,cs), +(523,1462,o), +(186,1181,o), +(116,781,cs), +(68,508,o), +(188,248,o), +(410,166,c), +(410,159,l), +(-7,159,l), +(-35,-1,l), +(586,-1,l), +(620,191,l), +(389,288,o), +(253,538,o), +(296,781,cs), +(350,1088,o), +(604,1303,o), +(909,1302,cs), +(1214,1301,o), +(1400,1086,o), +(1346,781,cs), +(1303,538,o), +(1069,288,o), +(804,191,c), +(770,-1,l), +(1401,-1,l), +(1429,159,l), +(1032,159,l), +(1033,166,l), +(1268,250,o), +(1478,510,o), +(1526,781,cs), +(1596,1181,o) +); +} +); +width = 1572; +}, +{ +anchors = ( +{ +name = topleft; +pos = (113,1443); +} +); +background = { +shapes = ( +{ +closed = 0; +nodes = ( +(856,1443,l), +(856,0,l) +); +}, +{ +closed = 1; +nodes = ( +(20,0,l), +(1698,0,l), +(1698,1443,l), +(20,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(1698,722,l), +(20,722,l) +); +}, +{ +closed = 0; +nodes = ( +(1698,0,l), +(20,1443,l) +); +}, +{ +closed = 0; +nodes = ( +(19,0,l), +(1698,1443,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1429,1480,o), +(987,1480,cs), +(544,1480,o), +(190,1212,o), +(123,831,cs), +(82,599,o), +(183,382,o), +(368,306,c), +(367,299,l), +(7,299,l), +(-49,-1,l), +(632,-1,l), +(700,382,l), +(576,465,o), +(508,634,o), +(536,791,cs), +(573,1003,o), +(733,1151,o), +(928,1150,cs), +(1124,1149,o), +(1241,1001,o), +(1204,791,cs), +(1177,637,o), +(1045,468,o), +(886,382,c), +(818,-1,l), +(1509,-1,l), +(1559,299,l), +(1189,299,l), +(1191,306,l), +(1410,393,o), +(1592,609,o), +(1631,831,cs), +(1698,1212,o) +); +} +); +width = 1686; +} +); +metricLeft = O; +metricRight = O; +unicode = 8486; +}, +{ +color = 6; +glyphname = increment; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1495,0,l), +(1495,50,l), +(821,1446,l), +(758,1446,l), +(100,50,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(791,1399,l), +(1440,50,l), +(155,50,l) +); +} +); +width = 1595; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1467,0,l), +(1467,160,l), +(874,1446,l), +(702,1446,l), +(100,160,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(784,1215,l), +(1271,160,l), +(297,160,l) +); +} +); +width = 1567; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1675,0,l), +(1675,282,l), +(1134,1446,l), +(644,1446,l), +(100,282,l), +(100,0,l) +); +}, +{ +closed = 1; +nodes = ( +(888,1046,l), +(1213,320,l), +(563,320,l) +); +} +); +width = 1775; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(1387,0,l), +(1395,50,l), +(967,1446,l), +(904,1446,l), +(0,50,l), +(-8,0,l) +); +}, +{ +closed = 1; +nodes = ( +(929,1399,l), +(1340,50,l), +(55,50,l) +); +} +); +width = 1598; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1362,0,l), +(1390,160,l), +(1023,1446,l), +(851,1446,l), +(23,160,l), +(-5,0,l) +); +}, +{ +closed = 1; +nodes = ( +(893,1215,l), +(1194,160,l), +(220,160,l) +); +} +); +width = 1573; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1569,0,l), +(1618,282,l), +(1282,1446,l), +(792,1446,l), +(43,282,l), +(-6,0,l) +); +}, +{ +closed = 1; +nodes = ( +(986,1046,l), +(1183,320,l), +(533,320,l) +); +} +); +width = 1786; +} +); +metricLeft = H; +metricRight = H; +unicode = 8710; +}, +{ +color = 6; +glyphname = product; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1397,l), +(1433,1397,l), +(1433,1442,l), +(100,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(422,-161,l), +(471,-161,l), +(471,1419,l), +(422,1419,l) +); +}, +{ +closed = 1; +nodes = ( +(1062,-161,l), +(1111,-161,l), +(1111,1419,l), +(1062,1419,l) +); +} +); +width = 1533; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1283,l), +(1513,1283,l), +(1513,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(397,-201,l), +(577,-201,l), +(577,1319,l), +(397,1319,l) +); +}, +{ +closed = 1; +nodes = ( +(1037,-201,l), +(1217,-201,l), +(1217,1319,l), +(1037,1319,l) +); +} +); +width = 1613; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1093,l), +(1673,1093,l), +(1673,1443,l), +(100,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(367,-211,l), +(767,-211,l), +(767,1229,l), +(367,1229,l) +); +}, +{ +closed = 1; +nodes = ( +(1007,-211,l), +(1407,-211,l), +(1407,1229,l), +(1007,1229,l) +); +} +); +width = 1773; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(287,1397,l), +(1620,1397,l), +(1629,1442,l), +(296,1442,l) +); +}, +{ +closed = 1; +nodes = ( +(278,-161,l), +(327,-161,l), +(662,1419,l), +(613,1419,l) +); +}, +{ +closed = 1; +nodes = ( +(918,-161,l), +(967,-161,l), +(1302,1419,l), +(1253,1419,l) +); +} +); +width = 1534; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(262,1283,l), +(1675,1283,l), +(1709,1443,l), +(296,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(243,-201,l), +(423,-201,l), +(746,1319,l), +(566,1319,l) +); +}, +{ +closed = 1; +nodes = ( +(883,-201,l), +(1063,-201,l), +(1386,1319,l), +(1206,1319,l) +); +} +); +width = 1613; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(215,1093,l), +(1788,1093,l), +(1863,1443,l), +(290,1443,l) +); +}, +{ +closed = 1; +nodes = ( +(205,-211,l), +(605,-211,l), +(911,1229,l), +(511,1229,l) +); +}, +{ +closed = 1; +nodes = ( +(845,-211,l), +(1245,-211,l), +(1551,1229,l), +(1151,1229,l) +); +} +); +width = 1773; +} +); +metricLeft = H; +metricRight = H; +unicode = 8719; +}, +{ +color = 6; +glyphname = summation; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(1114,-190,l), +(123,-190,l), +(773,657,l), +(133,1393,l), +(1085,1393,l), +(1085,1443,l), +(70,1443,l), +(70,1393,l), +(710,657,l), +(60,-191,l), +(60,-240,l), +(1114,-240,l) +); +} +); +width = 1174; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(1094,-80,l), +(283,-80,l), +(903,647,l), +(293,1283,l), +(1065,1283,l), +(1065,1443,l), +(70,1443,l), +(70,1283,l), +(700,647,l), +(60,-101,l), +(60,-240,l), +(1094,-240,l) +); +} +); +width = 1154; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1178,38,l), +(528,38,l), +(1001,619,l), +(548,1128,l), +(1148,1125,l), +(1148,1443,l), +(80,1443,l), +(80,1125,l), +(573,619,l), +(60,34,l), +(60,-278,l), +(1178,-278,l) +); +} +); +width = 1238; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(963,-190,l), +(-28,-190,l), +(802,657,l), +(318,1393,l), +(1270,1393,l), +(1281,1443,l), +(266,1443,l), +(255,1393,l), +(739,657,l), +(-91,-191,l), +(-102,-240,l), +(952,-240,l) +); +} +); +width = 1174; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(966,-80,l), +(155,-80,l), +(950,647,l), +(455,1283,l), +(1227,1283,l), +(1261,1443,l), +(266,1443,l), +(232,1283,l), +(727,647,l), +(-72,-101,l), +(-102,-240,l), +(932,-240,l) +); +} +); +width = 1154; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1069,38,l), +(419,38,l), +(1016,619,l), +(671,1128,l), +(1270,1125,l), +(1338,1443,l), +(270,1443,l), +(202,1125,l), +(588,619,l), +(-50,34,l), +(-116,-278,l), +(1002,-278,l) +); +} +); +width = 1238; +} +); +metricLeft = O; +metricRight = O; +unicode = 8721; +}, +{ +color = 6; +glyphname = radical; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(801,1443,l), +(426,-219,l), +(419,-219,l), +(116,362,l), +(60,362,l), +(395,-282,l), +(461,-282,l), +(839,1393,l), +(1365,1393,l), +(1365,1443,l) +); +} +); +width = 1425; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(891,1443,l), +(515,-142,l), +(502,-142,l), +(269,362,l), +(60,362,l), +(391,-292,l), +(656,-292,l), +(1034,1283,l), +(1455,1283,l), +(1455,1443,l) +); +} +); +width = 1515; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(1030,1443,l), +(664,-14,l), +(652,-14,l), +(459,382,l), +(60,382,l), +(461,-332,l), +(923,-332,l), +(1301,1143,l), +(1632,1143,l), +(1632,1443,l) +); +} +); +width = 1692; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(958,1443,l), +(290,-219,l), +(283,-219,l), +(82,362,l), +(26,362,l), +(248,-282,l), +(314,-282,l), +(987,1393,l), +(1513,1393,l), +(1522,1443,l) +); +} +); +width = 1387; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(1048,1443,l), +(392,-142,l), +(379,-142,l), +(235,362,l), +(26,362,l), +(242,-292,l), +(507,-292,l), +(1163,1283,l), +(1584,1283,l), +(1612,1443,l) +); +} +); +width = 1482; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1181,1443,l), +(559,-14,l), +(547,-14,l), +(423,382,l), +(24,382,l), +(300,-332,l), +(762,-332,l), +(1400,1143,l), +(1731,1143,l), +(1783,1443,l) +); +} +); +width = 1665; +} +); +metricLeft = o; +metricRight = o; +unicode = 8730; +}, +{ +color = 6; +glyphname = partialdiff; +lastChange = "2025-12-11 13:48:27 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(766,-20,o), +(949,167,o), +(949,434,cs), +(949,672,o), +(893,932,o), +(813,1065,cs), +(743,1181,o), +(575,1321,o), +(406,1404,c), +(406,1344,l), +(544,1281,o), +(693,1157,o), +(767,1045,cs), +(815,972,o), +(861,821,o), +(878,677,c), +(874,674,l), +(810,795,o), +(649,880,o), +(484,879,cs), +(235,876,o), +(60,694,o), +(60,437,cs), +(60,169,o), +(244,-20,o), +(506,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(271,28,o), +(110,196,o), +(110,436,cs), +(110,668,o), +(264,831,o), +(484,831,cs), +(728,831,o), +(899,665,o), +(899,429,cs), +(899,194,o), +(734,28,o), +(500,28,cs) +); +} +); +width = 1009; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(845,-20,o), +(1049,180,o), +(1049,465,cs), +(1049,693,o), +(985,960,o), +(893,1111,cs), +(798,1270,o), +(585,1397,o), +(375,1420,c), +(375,1277,l), +(529,1254,o), +(678,1164,o), +(736,1060,cs), +(779,982,o), +(816,874,o), +(825,799,c), +(821,796,l), +(766,875,o), +(634,930,o), +(502,929,cs), +(242,926,o), +(60,736,o), +(60,468,cs), +(60,181,o), +(265,-20,o), +(556,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(368,140,o), +(240,272,o), +(240,460,cs), +(240,640,o), +(368,767,o), +(550,767,cs), +(737,767,o), +(869,640,o), +(869,460,cs), +(869,272,o), +(737,140,o), +(550,140,cs) +); +} +); +width = 1109; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(991,-36,o), +(1239,195,o), +(1239,512,cs), +(1239,761,o), +(1163,1037,o), +(1059,1166,cs), +(916,1346,o), +(629,1477,o), +(376,1477,c), +(376,1178,l), +(505,1178,o), +(659,1113,o), +(743,1023,cs), +(794,969,o), +(831,868,o), +(831,782,c), +(823,779,l), +(776,874,o), +(622,937,o), +(457,927,cs), +(227,915,o), +(60,724,o), +(60,475,cs), +(60,179,o), +(309,-36,o), +(650,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(543,304,o), +(468,380,o), +(468,485,cs), +(468,590,o), +(543,667,o), +(646,667,cs), +(752,667,o), +(829,590,o), +(829,485,cs), +(829,380,o), +(752,304,o), +(646,304,cs) +); +} +); +width = 1299; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(668,-20,o), +(884,167,o), +(932,434,cs), +(973,672,o), +(963,932,o), +(907,1065,cs), +(857,1181,o), +(714,1321,o), +(560,1404,c), +(549,1344,l), +(676,1281,o), +(803,1157,o), +(857,1045,cs), +(892,972,o), +(912,821,o), +(903,677,c), +(899,674,l), +(856,795,o), +(710,880,o), +(545,879,cs), +(295,876,o), +(88,694,o), +(43,437,cs), +(-4,169,o), +(146,-20,o), +(408,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(182,28,o), +(51,196,o), +(93,436,cs), +(134,668,o), +(317,831,o), +(537,831,cs), +(781,831,o), +(922,665,o), +(881,429,cs), +(839,194,o), +(645,28,o), +(411,28,cs) +); +} +); +width = 1011; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(748,-20,o), +(987,180,o), +(1038,465,cs), +(1078,693,o), +(1061,960,o), +(995,1111,cs), +(929,1270,o), +(738,1397,o), +(532,1420,c), +(507,1277,l), +(657,1254,o), +(790,1164,o), +(829,1060,cs), +(859,982,o), +(877,874,o), +(872,799,c), +(868,796,l), +(827,875,o), +(705,930,o), +(572,929,cs), +(312,926,o), +(96,736,o), +(49,468,cs), +(-2,181,o), +(168,-20,o), +(459,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(299,140,o), +(195,272,o), +(228,460,cs), +(259,640,o), +(410,767,o), +(592,767,cs), +(779,767,o), +(888,640,o), +(857,460,cs), +(824,272,o), +(668,140,o), +(481,140,cs) +); +} +); +width = 1110; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(906,-36,o), +(1192,190,o), +(1249,512,cs), +(1308,844,o), +(1262,1027,o), +(1175,1166,cs), +(1062,1349,o), +(802,1477,o), +(546,1477,c), +(494,1178,l), +(624,1178,o), +(764,1114,o), +(833,1023,cs), +(876,968,o), +(894,869,o), +(879,782,c), +(870,779,l), +(839,876,o), +(699,937,o), +(530,927,cs), +(289,914,o), +(88,727,o), +(44,475,cs), +(-9,175,o), +(202,-36,o), +(554,-36,cs) +); +}, +{ +closed = 1; +nodes = ( +(505,304,o), +(445,379,o), +(463,485,cs), +(482,592,o), +(569,667,o), +(674,667,cs), +(781,667,o), +(843,592,o), +(824,485,cs), +(806,379,o), +(717,304,o), +(610,304,cs) +); +} +); +width = 1317; +} +); +metricLeft = o; +metricRight = o; +unicode = 8706; +}, +{ +color = 6; +glyphname = micro; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,1040,l), +(110,1040,l), +(110,-360,l), +(160,-360,l), +(160,234,l), +(162,225,l), +(205,77,o), +(326,-16,o), +(506,-16,cs), +(746,-16,o), +(876,135,o), +(876,376,cs), +(876,1040,l), +(826,1040,l), +(826,376,ls), +(826,165,o), +(715,32,o), +(506,32,cs), +(312,32,o), +(191,160,o), +(160,365,c) +); +} +); +width = 986; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(290,1040,l), +(110,1040,l), +(110,-360,l), +(290,-360,l), +(290,153,l), +(297,153,l), +(332,49,o), +(437,-17,o), +(570,-17,cs), +(816,-17,o), +(970,132,o), +(970,370,cs), +(970,1040,l), +(790,1040,l), +(790,381,ls), +(790,235,o), +(694,143,o), +(541,143,cs), +(400,143,o), +(303,233,o), +(290,376,c) +); +} +); +width = 1080; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(520,1100,l), +(110,1100,l), +(110,-374,l), +(520,-374,l), +(520,150,l), +(532,150,l), +(568,41,o), +(688,-27,o), +(844,-27,cs), +(1106,-27,o), +(1270,120,o), +(1270,353,cs), +(1270,1100,l), +(860,1100,l), +(860,431,ls), +(860,319,o), +(794,249,o), +(690,249,cs), +(586,248,o), +(520,318,o), +(520,431,cs) +); +} +); +width = 1380; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(272,1040,l), +(222,1040,l), +(-76,-360,l), +(-26,-360,l), +(100,234,l), +(101,225,l), +(112,77,o), +(213,-16,o), +(393,-16,cs), +(633,-16,o), +(795,135,o), +(847,376,cs), +(988,1040,l), +(938,1040,l), +(797,376,ls), +(752,165,o), +(613,32,o), +(404,32,cs), +(210,32,o), +(116,160,o), +(128,365,c) +); +} +); +width = 987; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(396,1040,l), +(216,1040,l), +(-82,-360,l), +(98,-360,l), +(207,153,l), +(214,153,l), +(227,49,o), +(318,-17,o), +(451,-17,cs), +(697,-17,o), +(883,132,o), +(933,370,cs), +(1076,1040,l), +(896,1040,l), +(756,381,ls), +(725,235,o), +(609,143,o), +(456,143,cs), +(315,143,o), +(237,233,o), +(255,376,c) +); +} +); +width = 1070; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(638,1100,l), +(228,1100,l), +(-86,-374,l), +(324,-374,l), +(436,150,l), +(448,150,l), +(461,41,o), +(566,-27,o), +(722,-27,cs), +(984,-27,o), +(1179,120,o), +(1229,353,cs), +(1388,1100,l), +(978,1100,l), +(835,431,ls), +(812,319,o), +(731,249,o), +(627,249,cs), +(523,248,o), +(471,318,o), +(495,431,cs) +); +} +); +width = 1381; +} +); +metricLeft = u; +metricRight = u; +unicode = 181; +}, +{ +color = 6; +glyphname = percent; +kernLeft = sflat; +kernRight = sround; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,l), +(1545,1443,l), +(1484,1443,l), +(199,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1524,-15,o), +(1664,125,o), +(1664,325,cs), +(1664,525,o), +(1524,665,o), +(1325,665,cs), +(1126,665,o), +(986,525,o), +(986,325,cs), +(986,125,o), +(1126,-15,o), +(1325,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(1151,29,o), +(1028,151,o), +(1028,325,cs), +(1028,499,o), +(1151,621,o), +(1325,621,cs), +(1499,621,o), +(1622,499,o), +(1622,325,cs), +(1622,151,o), +(1499,29,o), +(1325,29,cs) +); +}, +{ +closed = 1; +nodes = ( +(638,787,o), +(778,927,o), +(778,1127,cs), +(778,1326,o), +(638,1466,o), +(439,1466,cs), +(240,1466,o), +(100,1326,o), +(100,1127,cs), +(100,927,o), +(240,787,o), +(439,787,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,831,o), +(142,953,o), +(142,1127,cs), +(142,1300,o), +(265,1422,o), +(439,1422,cs), +(613,1422,o), +(736,1300,o), +(736,1127,cs), +(736,953,o), +(613,831,o), +(439,831,cs) +); +} +); +width = 1764; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(493,0,l), +(1558,1443,l), +(1332,1443,l), +(267,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1579,-19,o), +(1729,119,o), +(1729,309,cs), +(1729,499,o), +(1579,637,o), +(1371,637,cs), +(1163,637,o), +(1013,499,o), +(1013,309,cs), +(1013,119,o), +(1163,-19,o), +(1371,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(1271,141,o), +(1198,212,o), +(1198,309,cs), +(1198,406,o), +(1271,477,o), +(1371,477,cs), +(1471,477,o), +(1544,406,o), +(1544,309,cs), +(1544,212,o), +(1471,141,o), +(1371,141,cs) +); +}, +{ +closed = 1; +nodes = ( +(666,807,o), +(816,945,o), +(816,1135,cs), +(816,1325,o), +(666,1463,o), +(458,1463,cs), +(250,1463,o), +(100,1325,o), +(100,1135,cs), +(100,945,o), +(250,807,o), +(458,807,cs) +); +}, +{ +closed = 1; +nodes = ( +(358,967,o), +(285,1038,o), +(285,1135,cs), +(285,1232,o), +(358,1303,o), +(458,1303,cs), +(558,1303,o), +(631,1232,o), +(631,1135,cs), +(631,1038,o), +(558,967,o), +(458,967,cs) +); +} +); +width = 1829; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(538,0,l), +(1603,1443,l), +(1311,1443,l), +(246,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1617,-19,o), +(1769,121,o), +(1769,319,cs), +(1769,517,o), +(1617,657,o), +(1401,657,cs), +(1185,657,o), +(1033,517,o), +(1033,319,cs), +(1033,121,o), +(1185,-19,o), +(1401,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(1356,203,o), +(1325,251,o), +(1325,319,cs), +(1325,387,o), +(1356,435,o), +(1401,435,cs), +(1446,435,o), +(1477,387,o), +(1477,319,cs), +(1477,251,o), +(1446,203,o), +(1401,203,cs) +); +}, +{ +closed = 1; +nodes = ( +(684,787,o), +(836,927,o), +(836,1125,cs), +(836,1323,o), +(684,1463,o), +(468,1463,cs), +(252,1463,o), +(100,1323,o), +(100,1125,cs), +(100,927,o), +(252,787,o), +(468,787,cs) +); +}, +{ +closed = 1; +nodes = ( +(423,1008,o), +(391,1056,o), +(391,1125,cs), +(391,1194,o), +(423,1242,o), +(468,1242,cs), +(513,1242,o), +(545,1194,o), +(545,1125,cs), +(545,1056,o), +(513,1008,o), +(468,1008,cs) +); +} +); +width = 1869; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(1730,1443,l), +(1669,1443,l), +(129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1449,-15,o), +(1616,128,o), +(1651,325,cs), +(1686,522,o), +(1569,665,o), +(1372,665,cs), +(1176,665,o), +(1008,522,o), +(973,325,cs), +(938,128,o), +(1056,-15,o), +(1252,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(1088,29,o), +(985,153,o), +(1015,325,cs), +(1046,497,o), +(1193,621,o), +(1365,621,cs), +(1537,621,o), +(1640,497,o), +(1609,325,cs), +(1579,153,o), +(1433,29,o), +(1260,29,cs) +); +}, +{ +closed = 1; +nodes = ( +(705,787,o), +(872,930,o), +(907,1127,cs), +(942,1324,o), +(824,1466,o), +(628,1466,cs), +(431,1466,o), +(264,1324,o), +(229,1127,cs), +(194,930,o), +(312,787,o), +(508,787,cs) +); +}, +{ +closed = 1; +nodes = ( +(343,831,o), +(240,955,o), +(271,1127,cs), +(301,1298,o), +(447,1422,o), +(620,1422,cs), +(792,1422,o), +(895,1298,o), +(865,1127,cs), +(834,955,o), +(688,831,o), +(516,831,cs) +); +} +); +width = 1793; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,0,l), +(1743,1443,l), +(1517,1443,l), +(198,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1506,-19,o), +(1680,119,o), +(1714,309,cs), +(1748,499,o), +(1622,637,o), +(1414,637,cs), +(1206,637,o), +(1032,499,o), +(998,309,cs), +(964,119,o), +(1090,-19,o), +(1298,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(1227,141,o), +(1166,212,o), +(1183,309,cs), +(1201,406,o), +(1286,477,o), +(1386,477,cs), +(1487,477,o), +(1547,406,o), +(1529,309,cs), +(1512,212,o), +(1427,141,o), +(1327,141,cs) +); +}, +{ +closed = 1; +nodes = ( +(739,807,o), +(913,945,o), +(947,1135,cs), +(981,1325,o), +(855,1463,o), +(647,1463,cs), +(439,1463,o), +(265,1325,o), +(231,1135,cs), +(197,945,o), +(323,807,o), +(531,807,cs) +); +}, +{ +closed = 1; +nodes = ( +(458,967,o), +(398,1038,o), +(416,1135,cs), +(433,1232,o), +(518,1303,o), +(618,1303,cs), +(718,1303,o), +(779,1232,o), +(762,1135,cs), +(744,1038,o), +(659,967,o), +(559,967,cs) +); +} +); +width = 1859; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(462,0,l), +(1781,1443,l), +(1489,1443,l), +(170,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1535,-19,o), +(1714,123,o), +(1749,319,cs), +(1784,515,o), +(1654,657,o), +(1441,657,cs), +(1227,657,o), +(1048,515,o), +(1013,319,cs), +(978,123,o), +(1108,-19,o), +(1321,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(1316,203,o), +(1293,252,o), +(1305,319,cs), +(1317,386,o), +(1357,435,o), +(1401,435,cs), +(1445,435,o), +(1469,386,o), +(1457,319,cs), +(1445,252,o), +(1404,203,o), +(1360,203,cs) +); +}, +{ +closed = 1; +nodes = ( +(744,787,o), +(923,929,o), +(958,1125,cs), +(993,1321,o), +(863,1463,o), +(650,1463,cs), +(436,1463,o), +(257,1321,o), +(222,1125,cs), +(187,929,o), +(317,787,o), +(530,787,cs) +); +}, +{ +closed = 1; +nodes = ( +(525,1008,o), +(501,1057,o), +(513,1125,cs), +(525,1193,o), +(566,1242,o), +(611,1242,cs), +(655,1242,o), +(679,1193,o), +(667,1125,cs), +(655,1057,o), +(614,1008,o), +(569,1008,cs) +); +} +); +width = 1898; +} +); +metricLeft = H; +metricRight = H; +unicode = 37; +}, +{ +color = 6; +glyphname = perthousand; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,0,l), +(1545,1443,l), +(1484,1443,l), +(199,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1524,-15,o), +(1664,125,o), +(1664,325,cs), +(1664,525,o), +(1524,665,o), +(1325,665,cs), +(1126,665,o), +(986,525,o), +(986,325,cs), +(986,125,o), +(1126,-15,o), +(1325,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(1151,29,o), +(1028,151,o), +(1028,325,cs), +(1028,499,o), +(1151,621,o), +(1325,621,cs), +(1499,621,o), +(1622,499,o), +(1622,325,cs), +(1622,151,o), +(1499,29,o), +(1325,29,cs) +); +}, +{ +closed = 1; +nodes = ( +(638,787,o), +(778,927,o), +(778,1127,cs), +(778,1326,o), +(638,1466,o), +(439,1466,cs), +(240,1466,o), +(100,1326,o), +(100,1127,cs), +(100,927,o), +(240,787,o), +(439,787,cs) +); +}, +{ +closed = 1; +nodes = ( +(265,831,o), +(142,953,o), +(142,1127,cs), +(142,1300,o), +(265,1422,o), +(439,1422,cs), +(613,1422,o), +(736,1300,o), +(736,1127,cs), +(736,953,o), +(613,831,o), +(439,831,cs) +); +}, +{ +closed = 1; +nodes = ( +(2284,-15,o), +(2424,125,o), +(2424,325,cs), +(2424,525,o), +(2284,665,o), +(2085,665,cs), +(1886,665,o), +(1746,525,o), +(1746,325,cs), +(1746,125,o), +(1886,-15,o), +(2085,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(1911,29,o), +(1788,151,o), +(1788,325,cs), +(1788,499,o), +(1911,621,o), +(2085,621,cs), +(2259,621,o), +(2382,499,o), +(2382,325,cs), +(2382,151,o), +(2259,29,o), +(2085,29,cs) +); +} +); +width = 2524; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(493,0,l), +(1558,1443,l), +(1332,1443,l), +(267,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1581,-19,o), +(1729,116,o), +(1729,309,cs), +(1729,502,o), +(1581,637,o), +(1371,637,cs), +(1161,637,o), +(1013,502,o), +(1013,309,cs), +(1013,116,o), +(1161,-19,o), +(1371,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(1269,141,o), +(1198,210,o), +(1198,309,cs), +(1198,408,o), +(1269,477,o), +(1371,477,cs), +(1473,477,o), +(1544,408,o), +(1544,309,cs), +(1544,210,o), +(1473,141,o), +(1371,141,cs) +); +}, +{ +closed = 1; +nodes = ( +(668,807,o), +(816,942,o), +(816,1135,cs), +(816,1328,o), +(668,1463,o), +(458,1463,cs), +(248,1463,o), +(100,1328,o), +(100,1135,cs), +(100,942,o), +(248,807,o), +(458,807,cs) +); +}, +{ +closed = 1; +nodes = ( +(356,967,o), +(285,1036,o), +(285,1135,cs), +(285,1234,o), +(356,1303,o), +(458,1303,cs), +(560,1303,o), +(631,1234,o), +(631,1135,cs), +(631,1036,o), +(560,967,o), +(458,967,cs) +); +}, +{ +closed = 1; +nodes = ( +(2393,-20,o), +(2541,115,o), +(2541,308,cs), +(2541,501,o), +(2393,636,o), +(2183,636,cs), +(1973,636,o), +(1825,501,o), +(1825,308,cs), +(1825,115,o), +(1973,-20,o), +(2183,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(2081,140,o), +(2010,209,o), +(2010,308,cs), +(2010,407,o), +(2081,476,o), +(2183,476,cs), +(2285,476,o), +(2356,407,o), +(2356,308,cs), +(2356,209,o), +(2285,140,o), +(2183,140,cs) +); +} +); +width = 2641; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(538,0,l), +(1603,1443,l), +(1311,1443,l), +(246,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1617,-19,o), +(1769,121,o), +(1769,319,cs), +(1769,517,o), +(1617,657,o), +(1401,657,cs), +(1185,657,o), +(1033,517,o), +(1033,319,cs), +(1033,121,o), +(1185,-19,o), +(1401,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(1356,203,o), +(1325,251,o), +(1325,319,cs), +(1325,387,o), +(1356,435,o), +(1401,435,cs), +(1446,435,o), +(1477,387,o), +(1477,319,cs), +(1477,251,o), +(1446,203,o), +(1401,203,cs) +); +}, +{ +closed = 1; +nodes = ( +(684,787,o), +(836,927,o), +(836,1125,cs), +(836,1323,o), +(684,1463,o), +(468,1463,cs), +(252,1463,o), +(100,1323,o), +(100,1125,cs), +(100,927,o), +(252,787,o), +(468,787,cs) +); +}, +{ +closed = 1; +nodes = ( +(423,1008,o), +(391,1056,o), +(391,1125,cs), +(391,1194,o), +(423,1242,o), +(468,1242,cs), +(513,1242,o), +(545,1194,o), +(545,1125,cs), +(545,1056,o), +(513,1008,o), +(468,1008,cs) +); +}, +{ +closed = 1; +nodes = ( +(2417,-19,o), +(2569,121,o), +(2569,319,cs), +(2569,517,o), +(2417,657,o), +(2201,657,cs), +(1985,657,o), +(1833,517,o), +(1833,319,cs), +(1833,121,o), +(1985,-19,o), +(2201,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(2156,203,o), +(2125,251,o), +(2125,319,cs), +(2125,387,o), +(2156,435,o), +(2201,435,cs), +(2246,435,o), +(2277,387,o), +(2277,319,cs), +(2277,251,o), +(2246,203,o), +(2201,203,cs) +); +} +); +width = 2669; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,0,l), +(1730,1443,l), +(1669,1443,l), +(129,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1451,-15,o), +(1616,125,o), +(1651,325,cs), +(1687,525,o), +(1571,665,o), +(1372,665,cs), +(1173,665,o), +(1009,525,o), +(973,325,cs), +(938,125,o), +(1053,-15,o), +(1252,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(1086,29,o), +(985,151,o), +(1015,325,cs), +(1046,499,o), +(1191,621,o), +(1365,621,cs), +(1539,621,o), +(1640,499,o), +(1609,325,cs), +(1579,151,o), +(1434,29,o), +(1260,29,cs) +); +}, +{ +closed = 1; +nodes = ( +(707,787,o), +(872,927,o), +(907,1127,cs), +(942,1326,o), +(827,1466,o), +(628,1466,cs), +(429,1466,o), +(264,1326,o), +(229,1127,cs), +(194,927,o), +(309,787,o), +(508,787,cs) +); +}, +{ +closed = 1; +nodes = ( +(342,831,o), +(240,953,o), +(271,1127,cs), +(301,1300,o), +(446,1422,o), +(620,1422,cs), +(794,1422,o), +(895,1300,o), +(865,1127,cs), +(834,953,o), +(690,831,o), +(516,831,cs) +); +}, +{ +closed = 1; +nodes = ( +(2211,-15,o), +(2376,125,o), +(2411,325,cs), +(2447,525,o), +(2331,665,o), +(2132,665,cs), +(1933,665,o), +(1769,525,o), +(1733,325,cs), +(1698,125,o), +(1813,-15,o), +(2012,-15,cs) +); +}, +{ +closed = 1; +nodes = ( +(1846,29,o), +(1745,151,o), +(1775,325,cs), +(1806,499,o), +(1951,621,o), +(2125,621,cs), +(2299,621,o), +(2400,499,o), +(2369,325,cs), +(2339,151,o), +(2194,29,o), +(2020,29,cs) +); +} +); +width = 2553; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(424,0,l), +(1743,1443,l), +(1517,1443,l), +(198,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1508,-19,o), +(1680,116,o), +(1714,309,cs), +(1748,502,o), +(1624,637,o), +(1414,637,cs), +(1204,637,o), +(1032,502,o), +(998,309,cs), +(964,116,o), +(1088,-19,o), +(1298,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(1225,141,o), +(1166,210,o), +(1183,309,cs), +(1201,408,o), +(1284,477,o), +(1386,477,cs), +(1488,477,o), +(1547,408,o), +(1529,309,cs), +(1512,210,o), +(1429,141,o), +(1327,141,cs) +); +}, +{ +closed = 1; +nodes = ( +(741,807,o), +(913,942,o), +(947,1135,cs), +(981,1328,o), +(857,1463,o), +(647,1463,cs), +(437,1463,o), +(265,1328,o), +(231,1135,cs), +(197,942,o), +(321,807,o), +(531,807,cs) +); +}, +{ +closed = 1; +nodes = ( +(457,967,o), +(398,1036,o), +(416,1135,cs), +(433,1234,o), +(517,1303,o), +(619,1303,cs), +(721,1303,o), +(779,1234,o), +(762,1135,cs), +(744,1036,o), +(661,967,o), +(559,967,cs) +); +}, +{ +closed = 1; +nodes = ( +(2320,-20,o), +(2492,115,o), +(2526,308,cs), +(2560,501,o), +(2436,636,o), +(2226,636,cs), +(2016,636,o), +(1844,501,o), +(1810,308,cs), +(1776,115,o), +(1900,-20,o), +(2110,-20,cs) +); +}, +{ +closed = 1; +nodes = ( +(2036,140,o), +(1978,209,o), +(1995,308,cs), +(2013,407,o), +(2096,476,o), +(2198,476,cs), +(2300,476,o), +(2359,407,o), +(2341,308,cs), +(2324,209,o), +(2240,140,o), +(2138,140,cs) +); +} +); +width = 2671; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(462,0,l), +(1781,1443,l), +(1489,1443,l), +(170,0,l) +); +}, +{ +closed = 1; +nodes = ( +(1537,-19,o), +(1714,121,o), +(1749,319,cs), +(1784,517,o), +(1657,657,o), +(1441,657,cs), +(1225,657,o), +(1048,517,o), +(1013,319,cs), +(978,121,o), +(1105,-19,o), +(1321,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(1315,203,o), +(1293,251,o), +(1305,319,cs), +(1317,387,o), +(1356,435,o), +(1401,435,cs), +(1446,435,o), +(1469,387,o), +(1457,319,cs), +(1445,251,o), +(1405,203,o), +(1360,203,cs) +); +}, +{ +closed = 1; +nodes = ( +(746,787,o), +(923,927,o), +(958,1125,cs), +(993,1323,o), +(866,1463,o), +(650,1463,cs), +(434,1463,o), +(257,1323,o), +(222,1125,cs), +(187,927,o), +(314,787,o), +(530,787,cs) +); +}, +{ +closed = 1; +nodes = ( +(524,1008,o), +(501,1056,o), +(513,1125,cs), +(525,1194,o), +(566,1242,o), +(611,1242,cs), +(656,1242,o), +(679,1194,o), +(667,1125,cs), +(655,1056,o), +(614,1008,o), +(569,1008,cs) +); +}, +{ +closed = 1; +nodes = ( +(2337,-19,o), +(2514,121,o), +(2549,319,cs), +(2584,517,o), +(2457,657,o), +(2241,657,cs), +(2025,657,o), +(1848,517,o), +(1813,319,cs), +(1778,121,o), +(1905,-19,o), +(2121,-19,cs) +); +}, +{ +closed = 1; +nodes = ( +(2115,203,o), +(2093,251,o), +(2105,319,cs), +(2117,387,o), +(2156,435,o), +(2201,435,cs), +(2246,435,o), +(2269,387,o), +(2257,319,cs), +(2245,251,o), +(2205,203,o), +(2160,203,cs) +); +} +); +width = 2698; +} +); +metricLeft = H; +metricRight = H; +unicode = 8240; +}, +{ +color = 10; +glyphname = plus.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-20,88); +ref = plus; +} +); +width = 1160; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-20,80); +ref = plus; +} +); +width = 1272; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-38,50); +ref = plus; +} +); +width = 1276; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-2,88); +ref = plus; +} +); +width = 1160; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-3,80); +ref = plus; +} +); +width = 1272; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-27,50); +ref = plus; +} +); +width = 1276; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = minus.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-70,90); +ref = minus; +} +); +width = 1060; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-106,79); +ref = minus; +} +); +width = 1100; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-87,57); +ref = minus; +} +); +width = 1177; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-51,90); +ref = minus; +} +); +width = 1060; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-89,79); +ref = minus; +} +); +width = 1100; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-75,57); +ref = minus; +} +); +width = 1178; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = multiply.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-95,119); +ref = multiply; +} +); +width = 1011; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-81,150); +ref = multiply; +} +); +width = 1150; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-52,60); +ref = multiply; +} +); +width = 1248; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-66,119); +ref = multiply; +} +); +width = 1016; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-49,150); +ref = multiply; +} +); +width = 1150; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-39,60); +ref = multiply; +} +); +width = 1248; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = divide.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-51,110); +ref = divide; +} +); +width = 1098; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-80,140); +ref = divide; +} +); +width = 1138; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-71,44); +ref = divide; +} +); +width = 1210; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (23,110); +ref = divide; +} +); +width = 1098; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-57,140); +ref = divide; +} +); +width = 1138; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-62,44); +ref = divide; +} +); +width = 1210; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = equal.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-36,100); +ref = equal; +} +); +width = 1128; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-92,85); +ref = equal; +} +); +width = 1128; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-87,100); +ref = equal; +} +); +width = 1178; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-15,100); +ref = equal; +} +); +width = 1128; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-74,85); +ref = equal; +} +); +width = 1128; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-65,100); +ref = equal; +} +); +width = 1179; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = notequal.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-36,100); +ref = notequal; +} +); +width = 1128; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-92,80); +ref = notequal; +} +); +width = 1128; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-87,100); +ref = notequal; +} +); +width = 1178; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-15,100); +ref = notequal; +} +); +width = 1128; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-75,80); +ref = notequal; +} +); +width = 1128; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-65,100); +ref = notequal; +} +); +width = 1179; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = greater.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-50,94); +ref = greater; +} +); +width = 1110; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-123,160); +ref = greater; +} +); +width = 1076; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-169,150); +ref = greater; +} +); +width = 1034; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-20,94); +ref = greater; +} +); +width = 1129; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-90,160); +ref = greater; +} +); +width = 1077; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-139,150); +ref = greater; +} +); +width = 1034; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = less.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +alignment = 1; +pos = (1110,0); +ref = greater.uc; +scale = (-1,1); +} +); +width = 1110; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +alignment = 1; +pos = (1076,0); +ref = greater.uc; +scale = (-1,1); +} +); +width = 1076; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +alignment = 1; +pos = (1034,0); +ref = greater.uc; +scale = (-1,1); +} +); +width = 1034; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +alignment = -1; +pos = (952,0); +ref = greater.uc; +scale = (-1,1); +slant = (20,0); +} +); +width = 1123; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +alignment = -1; +pos = (901,0); +ref = greater.uc; +scale = (-1,1); +slant = (20,0); +} +); +width = 1111; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +alignment = -1; +pos = (856,0); +ref = greater.uc; +scale = (-1,1); +slant = (20,0); +} +); +width = 1080; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = approxequal.uc; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,594,l), +(187,660,o), +(262,696,o), +(376,696,cs), +(521,696,o), +(649,552,o), +(811,552,cs), +(926,552,o), +(1007,595,o), +(1085,657,c), +(1085,717,l), +(993,641,o), +(913,606,o), +(811,606,cs), +(681,606,o), +(544,749,o), +(376,749,cs), +(268,749,o), +(193,724,o), +(100,654,c) +); +}, +{ +closed = 1; +nodes = ( +(100,871,l), +(187,937,o), +(262,973,o), +(376,973,cs), +(521,973,o), +(649,829,o), +(811,829,cs), +(926,829,o), +(1007,872,o), +(1085,934,c), +(1085,994,l), +(993,918,o), +(913,883,o), +(811,883,cs), +(681,883,o), +(544,1026,o), +(376,1026,cs), +(268,1026,o), +(193,1001,o), +(100,931,c) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-8,30); +ref = asciitilde; +}, +{ +pos = (-8,307); +ref = asciitilde; +} +); +width = 1185; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,388,l), +(183,451,o), +(289,490,o), +(376,490,cs), +(521,490,o), +(649,346,o), +(811,346,cs), +(907,346,o), +(1012,383,o), +(1085,441,c), +(1085,621,l), +(1002,553,o), +(896,510,o), +(811,510,cs), +(681,510,o), +(544,653,o), +(376,653,cs), +(277,653,o), +(170,620,o), +(100,568,c) +); +}, +{ +closed = 1; +nodes = ( +(100,731,l), +(183,794,o), +(289,833,o), +(376,833,cs), +(521,833,o), +(649,689,o), +(811,689,cs), +(907,689,o), +(1012,726,o), +(1085,784,c), +(1085,964,l), +(1002,896,o), +(896,853,o), +(811,853,cs), +(681,853,o), +(544,996,o), +(376,996,cs), +(277,996,o), +(170,963,o), +(100,911,c) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-63,-56); +ref = asciitilde; +}, +{ +pos = (-63,287); +ref = asciitilde; +} +); +width = 1185; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,330,l), +(163,369,o), +(265,393,o), +(365,393,cs), +(457,393,o), +(632,280,o), +(754,269,cs), +(845,261,o), +(951,290,o), +(1027,344,c), +(1027,612,l), +(942,563,o), +(844,538,o), +(772,545,cs), +(678,555,o), +(522,673,o), +(382,673,cs), +(284,673,o), +(176,642,o), +(100,595,c) +); +}, +{ +closed = 1; +nodes = ( +(100,784,l), +(163,823,o), +(265,847,o), +(365,847,cs), +(457,847,o), +(632,734,o), +(754,723,cs), +(845,715,o), +(951,744,o), +(1027,798,c), +(1027,1066,l), +(942,1017,o), +(844,992,o), +(772,999,cs), +(678,1009,o), +(522,1127,o), +(382,1127,cs), +(284,1127,o), +(176,1096,o), +(100,1049,c) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-113,-97); +ref = asciitilde; +}, +{ +pos = (-113,357); +ref = asciitilde; +} +); +width = 1127; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(109,481,l), +(210,547,o), +(293,583,o), +(407,583,cs), +(552,583,o), +(649,439,o), +(811,439,cs), +(926,439,o), +(1016,482,o), +(1107,544,c), +(1120,604,l), +(1012,528,o), +(925,493,o), +(823,493,cs), +(693,493,o), +(586,636,o), +(418,636,cs), +(310,636,o), +(230,611,o), +(122,541,c) +); +}, +{ +closed = 1; +nodes = ( +(149,751,l), +(250,817,o), +(333,853,o), +(447,853,cs), +(592,853,o), +(689,709,o), +(851,709,cs), +(966,709,o), +(1056,752,o), +(1147,814,c), +(1160,874,l), +(1052,798,o), +(965,763,o), +(863,763,cs), +(733,763,o), +(626,906,o), +(458,906,cs), +(350,906,o), +(270,881,o), +(162,811,c) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (15,17); +ref = asciitilde; +}, +{ +pos = (55,287); +ref = asciitilde; +} +); +width = 1202; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(86,388,l), +(183,451,o), +(297,490,o), +(384,490,cs), +(529,490,o), +(626,346,o), +(788,346,cs), +(884,346,o), +(997,383,o), +(1083,441,c), +(1121,621,l), +(1023,553,o), +(908,510,o), +(823,510,cs), +(693,510,o), +(587,653,o), +(419,653,cs), +(320,653,o), +(206,620,o), +(125,568,c) +); +}, +{ +closed = 1; +nodes = ( +(145,731,l), +(242,794,o), +(356,833,o), +(443,833,cs), +(588,833,o), +(685,689,o), +(847,689,cs), +(943,689,o), +(1056,726,o), +(1142,784,c), +(1180,964,l), +(1082,896,o), +(967,853,o), +(882,853,cs), +(752,853,o), +(646,996,o), +(478,996,cs), +(379,996,o), +(265,963,o), +(184,911,c) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-61,-56); +ref = asciitilde; +}, +{ +pos = (-2,287); +ref = asciitilde; +} +); +width = 1200; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(67,341,l), +(138,380,o), +(245,404,o), +(345,404,cs), +(437,404,o), +(588,291,o), +(708,280,cs), +(797,272,o), +(909,301,o), +(997,355,c), +(1054,623,l), +(958,574,o), +(855,549,o), +(785,556,cs), +(693,566,o), +(562,684,o), +(422,684,cs), +(324,684,o), +(209,653,o), +(123,606,c) +); +}, +{ +closed = 1; +nodes = ( +(152,791,l), +(223,830,o), +(330,854,o), +(430,854,cs), +(522,854,o), +(673,741,o), +(793,730,cs), +(882,722,o), +(994,751,o), +(1082,805,c), +(1139,1073,l), +(1043,1024,o), +(940,999,o), +(870,1006,cs), +(778,1016,o), +(647,1134,o), +(507,1134,cs), +(409,1134,o), +(294,1103,o), +(208,1056,c) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-120,-86); +ref = asciitilde; +}, +{ +pos = (-35,364); +ref = asciitilde; +} +); +width = 1138; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(67,341,l), +(138,380,o), +(245,404,o), +(345,404,cs), +(437,404,o), +(588,291,o), +(708,280,cs), +(797,272,o), +(909,301,o), +(997,355,c), +(1054,623,l), +(958,574,o), +(855,549,o), +(785,556,cs), +(693,566,o), +(562,684,o), +(422,684,cs), +(324,684,o), +(209,653,o), +(123,606,c) +); +}, +{ +closed = 1; +nodes = ( +(152,791,l), +(223,830,o), +(330,854,o), +(430,854,cs), +(522,854,o), +(673,741,o), +(793,730,cs), +(882,722,o), +(994,751,o), +(1082,805,c), +(1139,1073,l), +(1043,1024,o), +(940,999,o), +(870,1006,cs), +(778,1016,o), +(647,1134,o), +(507,1134,cs), +(409,1134,o), +(294,1103,o), +(208,1056,c) +); +} +); +}; +layerId = "AA3E43DE-AD0B-465A-AF1B-983F657C814B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-120,-86); +ref = asciitilde; +}, +{ +pos = (-35,364); +ref = asciitilde; +} +); +width = 1138; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(86,388,l), +(183,451,o), +(297,490,o), +(384,490,cs), +(529,490,o), +(626,346,o), +(788,346,cs), +(884,346,o), +(997,383,o), +(1083,441,c), +(1121,621,l), +(1023,553,o), +(908,510,o), +(823,510,cs), +(693,510,o), +(587,653,o), +(419,653,cs), +(320,653,o), +(206,620,o), +(125,568,c) +); +}, +{ +closed = 1; +nodes = ( +(145,731,l), +(242,794,o), +(356,833,o), +(443,833,cs), +(588,833,o), +(685,689,o), +(847,689,cs), +(943,689,o), +(1056,726,o), +(1142,784,c), +(1180,964,l), +(1082,896,o), +(967,853,o), +(882,853,cs), +(752,853,o), +(646,996,o), +(478,996,cs), +(379,996,o), +(265,963,o), +(184,911,c) +); +} +); +}; +layerId = "4333DD1F-4BF1-44E9-95FB-437747AAC9AE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-61,-56); +ref = asciitilde; +}, +{ +pos = (-2,287); +ref = asciitilde; +} +); +width = 1200; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,330,l), +(163,369,o), +(265,393,o), +(365,393,cs), +(457,393,o), +(632,280,o), +(754,269,cs), +(845,261,o), +(951,290,o), +(1027,344,c), +(1027,612,l), +(942,563,o), +(844,538,o), +(772,545,cs), +(678,555,o), +(522,673,o), +(382,673,cs), +(284,673,o), +(176,642,o), +(100,595,c) +); +}, +{ +closed = 1; +nodes = ( +(100,784,l), +(163,823,o), +(265,847,o), +(365,847,cs), +(457,847,o), +(632,734,o), +(754,723,cs), +(845,715,o), +(951,744,o), +(1027,798,c), +(1027,1066,l), +(942,1017,o), +(844,992,o), +(772,999,cs), +(678,1009,o), +(522,1127,o), +(382,1127,cs), +(284,1127,o), +(176,1096,o), +(100,1049,c) +); +} +); +}; +layerId = "F43E0AC6-DC9C-4D88-8D7B-A2B48B477216"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-113,-97); +ref = asciitilde; +}, +{ +pos = (-113,357); +ref = asciitilde; +} +); +width = 1127; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(109,481,l), +(210,547,o), +(293,583,o), +(407,583,cs), +(552,583,o), +(649,439,o), +(811,439,cs), +(926,439,o), +(1016,482,o), +(1107,544,c), +(1120,604,l), +(1012,528,o), +(925,493,o), +(823,493,cs), +(693,493,o), +(586,636,o), +(418,636,cs), +(310,636,o), +(230,611,o), +(122,541,c) +); +}, +{ +closed = 1; +nodes = ( +(149,751,l), +(250,817,o), +(333,853,o), +(447,853,cs), +(592,853,o), +(689,709,o), +(851,709,cs), +(966,709,o), +(1056,752,o), +(1147,814,c), +(1160,874,l), +(1052,798,o), +(965,763,o), +(863,763,cs), +(733,763,o), +(626,906,o), +(458,906,cs), +(350,906,o), +(270,881,o), +(162,811,c) +); +} +); +}; +layerId = "6EFCE068-1690-4142-86CE-6B785474997B"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (15,17); +ref = asciitilde; +}, +{ +pos = (55,287); +ref = asciitilde; +} +); +width = 1202; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,388,l), +(183,451,o), +(289,490,o), +(376,490,cs), +(521,490,o), +(649,346,o), +(811,346,cs), +(907,346,o), +(1012,383,o), +(1085,441,c), +(1085,621,l), +(1002,553,o), +(896,510,o), +(811,510,cs), +(681,510,o), +(544,653,o), +(376,653,cs), +(277,653,o), +(170,620,o), +(100,568,c) +); +}, +{ +closed = 1; +nodes = ( +(100,731,l), +(183,794,o), +(289,833,o), +(376,833,cs), +(521,833,o), +(649,689,o), +(811,689,cs), +(907,689,o), +(1012,726,o), +(1085,784,c), +(1085,964,l), +(1002,896,o), +(896,853,o), +(811,853,cs), +(681,853,o), +(544,996,o), +(376,996,cs), +(277,996,o), +(170,963,o), +(100,911,c) +); +} +); +}; +layerId = "74CC2ED2-98D4-469F-83BD-48707BB27045"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-63,-56); +ref = asciitilde; +}, +{ +pos = (-63,287); +ref = asciitilde; +} +); +width = 1185; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(100,594,l), +(187,660,o), +(262,696,o), +(376,696,cs), +(521,696,o), +(649,552,o), +(811,552,cs), +(926,552,o), +(1007,595,o), +(1085,657,c), +(1085,717,l), +(993,641,o), +(913,606,o), +(811,606,cs), +(681,606,o), +(544,749,o), +(376,749,cs), +(268,749,o), +(193,724,o), +(100,654,c) +); +}, +{ +closed = 1; +nodes = ( +(100,871,l), +(187,937,o), +(262,973,o), +(376,973,cs), +(521,973,o), +(649,829,o), +(811,829,cs), +(926,829,o), +(1007,872,o), +(1085,934,c), +(1085,994,l), +(993,918,o), +(913,883,o), +(811,883,cs), +(681,883,o), +(544,1026,o), +(376,1026,cs), +(268,1026,o), +(193,1001,o), +(100,931,c) +); +} +); +}; +layerId = "F9029002-F9E2-41F0-B8E2-30234F20F51A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (-8,30); +ref = asciitilde; +}, +{ +pos = (-8,307); +ref = asciitilde; +} +); +width = 1185; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 10; +glyphname = asciitilde.uc; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-8,150); +ref = asciitilde; +} +); +width = 1185; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-63,150); +ref = asciitilde; +} +); +width = 1185; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-113,110); +ref = asciitilde; +} +); +width = 1127; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (26,150); +ref = asciitilde; +} +); +width = 1185; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-31,150); +ref = asciitilde; +} +); +width = 1186; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-89,110); +ref = asciitilde; +} +); +width = 1128; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 6; +glyphname = lozenge; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(524,0,l), +(118,662,l), +(524,1337,l), +(470,1338,l), +(60,662,l), +(470,0,l) +); +}, +{ +closed = 1; +nodes = ( +(942,662,l), +(528,1338,l), +(478,1337,l), +(884,662,l), +(478,0,l), +(528,0,l) +); +} +); +width = 1002; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(634,1,l), +(267,680,l), +(634,1377,l), +(437,1378,l), +(60,684,l), +(437,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1050,684,l), +(673,1378,l), +(474,1377,l), +(841,680,l), +(474,1,l), +(673,1,l) +); +} +); +width = 1110; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(834,-37,l), +(467,642,l), +(834,1339,l), +(437,1340,l), +(60,646,l), +(437,-37,l) +); +}, +{ +closed = 1; +nodes = ( +(1340,646,l), +(963,1340,l), +(569,1339,l), +(936,642,l), +(569,-37,l), +(963,-37,l) +); +} +); +width = 1400; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(409,0,l), +(145,654,l), +(706,1337,l), +(643,1338,l), +(90,662,l), +(359,0,l) +); +}, +{ +closed = 1; +nodes = ( +(972,662,l), +(704,1338,l), +(655,1337,l), +(916,670,l), +(360,0,l), +(417,0,l) +); +} +); +width = 1002; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(534,1,l), +(311,680,l), +(826,1377,l), +(619,1378,l), +(95,684,l), +(327,1,l) +); +}, +{ +closed = 1; +nodes = ( +(1085,684,l), +(855,1378,l), +(666,1377,l), +(885,680,l), +(374,1,l), +(563,1,l) +); +} +); +width = 1110; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(709,-37,l), +(486,642,l), +(1001,1339,l), +(604,1340,l), +(80,646,l), +(312,-37,l) +); +}, +{ +closed = 1; +nodes = ( +(1360,646,l), +(1130,1340,l), +(736,1339,l), +(955,642,l), +(444,-37,l), +(838,-37,l) +); +} +); +width = 1400; +} +); +metricLeft = O; +metricRight = O; +unicode = 9674; +}, +{ +color = 6; +glyphname = tonos; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = _topleft; +pos = (210,1325); +}, +{ +name = top; +pos = (209,1205.4); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(175,1328,l), +(100,1053,l), +(144,1053,l), +(235,1328,l) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = _topleft; +pos = (316,1338); +}, +{ +name = top; +pos = (301,1275.6); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,1337,l), +(100,1038,l), +(263,1038,l), +(403,1337,l) +); +} +); +width = 503; +}, +{ +anchors = ( +{ +name = _topleft; +pos = (342,1442); +}, +{ +name = top; +pos = (337,1396.6); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(170,1443,l), +(100,1026,l), +(343,1026,l), +(523,1443,l) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = _topleft; +pos = (381,1325); +}, +{ +name = top; +pos = (354,1205); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(346,1328,l), +(213,1053,l), +(257,1053,l), +(406,1328,l) +); +} +); +width = 334; +}, +{ +anchors = ( +{ +name = _topleft; +pos = (490,1338); +}, +{ +name = top; +pos = (462,1276); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(364,1337,l), +(210,1038,l), +(373,1038,l), +(577,1337,l) +); +} +); +width = 503; +}, +{ +anchors = ( +{ +name = _topleft; +pos = (531,1442); +}, +{ +name = top; +pos = (516,1397); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(359,1443,l), +(201,1026,l), +(444,1026,l), +(712,1443,l) +); +} +); +width = 622; +} +); +metricLeft = H; +metricRight = H; +unicode = 900; +}, +{ +color = 10; +glyphname = dieresistonos; +lastChange = "2025-12-11 10:53:19 +0000"; +layers = ( +{ +background = { +anchors = ( +{ +name = _top; +pos = (282,905.4); +}, +{ +name = top; +pos = (567,1139); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(338,1336,l), +(263,1061,l), +(307,1061,l), +(398,1336,l) +); +}, +{ +closed = 1; +nodes = ( +(100,1108,l), +(170,1108,l), +(170,1178,l), +(100,1178,l) +); +}, +{ +closed = 1; +nodes = ( +(533,1108,l), +(603,1108,l), +(603,1178,l), +(533,1178,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (163,-243); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (-10,3); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (423,3); +ref = dotaccentcomb; +} +); +width = 703; +}, +{ +background = { +anchors = ( +{ +name = _top; +pos = (398,876.6); +}, +{ +name = top; +pos = (801.605,1245.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(411,1326,l), +(321,1027,l), +(484,1027,l), +(624,1326,l) +); +}, +{ +closed = 1; +nodes = ( +(100,1077,l), +(295,1077,l), +(295,1271,l), +(100,1271,l) +); +}, +{ +closed = 1; +nodes = ( +(704,1077,l), +(899,1077,l), +(899,1271,l), +(704,1271,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (221,-273); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (-6,49); +ref = dotaccentcomb; +scale = (0.9604,0.9604); +}, +{ +alignment = -1; +pos = (598,49); +ref = dotaccentcomb; +scale = (0.9604,0.9604); +} +); +width = 999; +}, +{ +background = { +anchors = ( +{ +name = _top; +pos = (545,886.2); +}, +{ +name = top; +pos = (1035.123,1358.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(498,1461,l), +(428,1054,l), +(671,1054,l), +(851,1461,l) +); +}, +{ +closed = 1; +nodes = ( +(100,1140,l), +(381,1140,l), +(381,1386,l), +(100,1386,l) +); +}, +{ +closed = 1; +nodes = ( +(894,1140,l), +(1175,1140,l), +(1175,1386,l), +(894,1386,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (328,-183); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (5,160); +ref = dotaccentcomb; +scale = (0.8681,0.8681); +}, +{ +alignment = -1; +pos = (799,160); +ref = dotaccentcomb; +scale = (0.8681,0.8681); +} +); +width = 1275; +}, +{ +background = { +anchors = ( +{ +name = _top; +pos = (350.515,905.4); +}, +{ +name = top; +pos = (700,1139); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(628,1336,l), +(479,1061,l), +(523,1061,l), +(688,1336,l) +); +}, +{ +closed = 1; +nodes = ( +(226,1108,l), +(296,1108,l), +(310,1178,l), +(240,1178,l) +); +}, +{ +closed = 1; +nodes = ( +(659,1108,l), +(729,1108,l), +(743,1178,l), +(673,1178,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (163,-243); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (-10,3); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (423,3); +ref = dotaccentcomb; +} +); +width = 704; +}, +{ +background = { +anchors = ( +{ +name = _top; +pos = (497.515,876.6); +}, +{ +name = top; +pos = (960.506,1245.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(718,1326,l), +(547,1027,l), +(710,1027,l), +(931,1326,l) +); +}, +{ +closed = 1; +nodes = ( +(219,1077,l), +(414,1077,l), +(454,1271,l), +(260,1271,l) +); +}, +{ +closed = 1; +nodes = ( +(823,1077,l), +(1018,1077,l), +(1058,1271,l), +(864,1271,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (232,-273); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (5,49); +ref = dotaccentcomb; +scale = (0.9604,0.9604); +}, +{ +alignment = -1; +pos = (609,49); +ref = dotaccentcomb; +scale = (0.9604,0.9604); +} +); +width = 1000; +}, +{ +background = { +anchors = ( +{ +name = _top; +pos = (637.229,886.2); +}, +{ +name = top; +pos = (1194.623,1358.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(829,1461,l), +(650,1054,l), +(893,1054,l), +(1182,1461,l) +); +}, +{ +closed = 1; +nodes = ( +(225,1140,l), +(506,1140,l), +(558,1386,l), +(277,1386,l) +); +}, +{ +closed = 1; +nodes = ( +(1019,1140,l), +(1300,1140,l), +(1352,1386,l), +(1071,1386,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (346,-183); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (23,160); +ref = dotaccentcomb; +scale = (0.8681,0.8681); +}, +{ +alignment = -1; +pos = (817,160); +ref = dotaccentcomb; +scale = (0.8681,0.8681); +} +); +width = 1274; +}, +{ +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = _top; +pos = (637.229,886.2); +}, +{ +name = top; +pos = (1194.623,1358.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(829,1461,l), +(650,1054,l), +(893,1054,l), +(1182,1461,l) +); +}, +{ +closed = 1; +nodes = ( +(225,1140,l), +(506,1140,l), +(558,1386,l), +(277,1386,l) +); +}, +{ +closed = 1; +nodes = ( +(1019,1140,l), +(1300,1140,l), +(1352,1386,l), +(1071,1386,l) +); +} +); +}; +layerId = "CDD93484-1B89-4966-9FFC-F4B0D40C75EE"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (346,-183); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (23,160); +ref = dotaccentcomb; +scale = (0.8681,0.8681); +}, +{ +alignment = -1; +pos = (817,160); +ref = dotaccentcomb; +scale = (0.8681,0.8681); +} +); +width = 1274; +}, +{ +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = _top; +pos = (497.515,876.6); +}, +{ +name = top; +pos = (960.506,1245.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(718,1326,l), +(547,1027,l), +(710,1027,l), +(931,1326,l) +); +}, +{ +closed = 1; +nodes = ( +(219,1077,l), +(414,1077,l), +(454,1271,l), +(260,1271,l) +); +}, +{ +closed = 1; +nodes = ( +(823,1077,l), +(1018,1077,l), +(1058,1271,l), +(864,1271,l) +); +} +); +}; +layerId = "217A32BA-41A1-4166-8A93-32F9D95D8D89"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (232,-273); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (5,49); +ref = dotaccentcomb; +scale = (0.9604,0.9604); +}, +{ +alignment = -1; +pos = (609,49); +ref = dotaccentcomb; +scale = (0.9604,0.9604); +} +); +width = 1000; +}, +{ +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = _top; +pos = (545,886.2); +}, +{ +name = top; +pos = (1035.123,1358.846); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(498,1461,l), +(428,1054,l), +(671,1054,l), +(851,1461,l) +); +}, +{ +closed = 1; +nodes = ( +(100,1140,l), +(381,1140,l), +(381,1386,l), +(100,1386,l) +); +}, +{ +closed = 1; +nodes = ( +(894,1140,l), +(1175,1140,l), +(1175,1386,l), +(894,1386,l) +); +} +); +}; +layerId = "E7959CF7-6A75-44AC-AC4D-8C0843581776"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (328,-183); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (5,160); +ref = dotaccentcomb; +scale = (0.8681,0.8681); +}, +{ +alignment = -1; +pos = (799,160); +ref = dotaccentcomb; +scale = (0.8681,0.8681); +} +); +width = 1275; +}, +{ +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = _top; +pos = (350.515,905.4); +}, +{ +name = top; +pos = (700,1139); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(628,1336,l), +(479,1061,l), +(523,1061,l), +(688,1336,l) +); +}, +{ +closed = 1; +nodes = ( +(226,1108,l), +(296,1108,l), +(310,1178,l), +(240,1178,l) +); +}, +{ +closed = 1; +nodes = ( +(659,1108,l), +(729,1108,l), +(743,1178,l), +(673,1178,l) +); +} +); +}; +layerId = "14F28A3F-6B6C-47A7-AD24-462C46A6668A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (163,-243); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (-10,3); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (423,3); +ref = dotaccentcomb; +} +); +width = 704; +}, +{ +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = _top; +pos = (398,876.6); +}, +{ +name = top; +pos = (801.605,1245.658); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(411,1326,l), +(321,1027,l), +(484,1027,l), +(624,1326,l) +); +}, +{ +closed = 1; +nodes = ( +(100,1077,l), +(295,1077,l), +(295,1271,l), +(100,1271,l) +); +}, +{ +closed = 1; +nodes = ( +(704,1077,l), +(899,1077,l), +(899,1271,l), +(704,1271,l) +); +} +); +}; +layerId = "561834D6-9E77-4D7F-8982-F6B43946587A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (221,-273); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (-6,49); +ref = dotaccentcomb; +scale = (0.9604,0.9604); +}, +{ +alignment = -1; +pos = (598,49); +ref = dotaccentcomb; +scale = (0.9604,0.9604); +} +); +width = 999; +}, +{ +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = _top; +pos = (282,905.4); +}, +{ +name = top; +pos = (567,1139); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(338,1336,l), +(263,1061,l), +(307,1061,l), +(398,1336,l) +); +}, +{ +closed = 1; +nodes = ( +(100,1108,l), +(170,1108,l), +(170,1178,l), +(100,1178,l) +); +}, +{ +closed = 1; +nodes = ( +(533,1108,l), +(603,1108,l), +(603,1178,l), +(533,1178,l) +); +} +); +}; +layerId = "C3F3765B-D842-46F5-AE8A-0C9005ACB2D9"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (163,-243); +ref = acutecomb; +scale = (1,1.2); +}, +{ +alignment = -1; +pos = (-10,3); +ref = dotaccentcomb; +}, +{ +alignment = -1; +pos = (423,3); +ref = dotaccentcomb; +} +); +width = 703; +} +); +metricLeft = H; +metricRight = H; +unicode = 901; +}, +{ +category = Mark; +color = 6; +glyphname = hook; +lastChange = "2025-12-11 13:52:25 +0000"; +layers = ( +{ +anchors = ( +{ +name = _hook; +pos = (324,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,-275,o), +(344,-208,o), +(348,-87,c), +(349,0,l), +(299,0,l), +(298,-90,l), +(293,-178,o), +(241,-227,o), +(152,-227,cs), +(100,-227,l), +(100,-275,l), +(150,-275,ls) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = _hook; +pos = (349,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(329,-335,o), +(432,-235,o), +(438,-57,c), +(439,0,l), +(259,0,l), +(258,-70,l), +(254,-137,o), +(212,-175,o), +(142,-175,cs), +(100,-175,l), +(100,-335,l), +(150,-335,ls) +); +} +); +width = 539; +}, +{ +anchors = ( +{ +name = _hook; +pos = (465,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(527,-407,o), +(660,-287,o), +(668,-37,c), +(669,100,l), +(259,100,l), +(258,-20,l), +(253,-92,o), +(211,-113,o), +(142,-113,cs), +(100,-113,l), +(100,-407,l), +(278,-407,ls) +); +} +); +width = 769; +}, +{ +anchors = ( +{ +name = _hook; +pos = (213,0); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(104,-275,o), +(189,-208,o), +(219,-87,c), +(238,0,l), +(188,0,l), +(168,-90,l), +(144,-178,o), +(82,-227,o), +(-7,-227,cs), +(-59,-227,l), +(-69,-275,l), +(-19,-275,ls) +); +} +); +width = 449; +}, +{ +anchors = ( +{ +name = _hook; +pos = (239,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(147,-335,o), +(272,-235,o), +(315,-57,c), +(329,0,l), +(149,0,l), +(133,-70,l), +(114,-137,o), +(64,-175,o), +(-6,-175,cs), +(-48,-175,l), +(-82,-335,l), +(-32,-335,ls) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = _hook; +pos = (336,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(324,-407,o), +(483,-287,o), +(544,-37,c), +(574,100,l), +(164,100,l), +(137,-20,l), +(117,-92,o), +(71,-113,o), +(2,-113,cs), +(-40,-113,l), +(-103,-407,l), +(75,-407,ls) +); +} +); +width = 770; +} +); +metricLeft = H; +metricRight = H; +subCategory = ""; +unicode = 129693; +}, +{ +category = Mark; +color = 6; +glyphname = hook.small; +lastChange = "2025-12-11 10:41:50 +0000"; +layers = ( +{ +anchors = ( +{ +name = _hook; +pos = (344,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(286,-295,o), +(364,-228,o), +(368,-107,c), +(369,0,l), +(319,0,l), +(318,-110,l), +(313,-198,o), +(253,-247,o), +(152,-247,cs), +(100,-247,l), +(100,-295,l), +(150,-295,ls) +); +} +); +width = 469; +}, +{ +anchors = ( +{ +name = _hook; +pos = (324,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,-315,o), +(409,-229,o), +(409,-57,c), +(409,0,l), +(229,0,l), +(228,-70,l), +(225,-127,o), +(196,-155,o), +(142,-155,cs), +(100,-155,l), +(100,-315,l), +(150,-315,ls) +); +} +); +width = 509; +}, +{ +anchors = ( +{ +name = _hook; +pos = (490,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(527,-457,o), +(670,-344,o), +(678,-107,c), +(679,0,l), +(279,0,l), +(278,-70,l), +(273,-136,o), +(232,-173,o), +(162,-173,cs), +(100,-173,l), +(100,-457,l), +(278,-457,ls) +); +} +); +width = 779; +}, +{ +anchors = ( +{ +name = _hook; +pos = (233,0); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(113,-295,o), +(205,-228,o), +(235,-107,c), +(258,0,l), +(208,0,l), +(184,-110,l), +(160,-198,o), +(90,-247,o), +(-11,-247,cs), +(-63,-247,l), +(-73,-295,l), +(-23,-295,ls) +); +} +); +width = 469; +}, +{ +anchors = ( +{ +name = _hook; +pos = (210,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,-315,o), +(250,-229,o), +(286,-57,c), +(298,0,l), +(118,0,l), +(103,-70,l), +(87,-127,o), +(53,-155,o), +(-1,-155,cs), +(-43,-155,l), +(-77,-315,l), +(-27,-315,ls) +); +} +); +width = 509; +}, +{ +anchors = ( +{ +name = _hook; +pos = (347,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(313,-457,o), +(480,-344,o), +(539,-107,c), +(563,0,l), +(163,0,l), +(147,-70,l), +(128,-136,o), +(79,-173,o), +(9,-173,cs), +(-53,-173,l), +(-114,-457,l), +(64,-457,ls) +); +} +); +width = 780; +} +); +metricLeft = H; +metricRight = H; +subCategory = ""; +}, +{ +category = Mark; +color = 6; +export = 0; +glyphname = hook.up; +lastChange = "2025-12-11 13:51:11 +0000"; +layers = ( +{ +anchors = ( +{ +name = _hookup; +pos = (124,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(183,295,o), +(105,228,o), +(101,107,c), +(100,0,l), +(150,0,l), +(151,110,l), +(156,198,o), +(216,247,o), +(317,247,cs), +(369,247,l), +(369,295,l), +(319,295,ls) +); +} +); +width = 469; +}, +{ +anchors = ( +{ +name = _hookup; +pos = (190,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(187,315,o), +(100,229,o), +(100,57,c), +(100,0,l), +(280,0,l), +(281,70,l), +(284,127,o), +(313,155,o), +(367,155,cs), +(409,155,l), +(409,315,l), +(359,315,ls) +); +} +); +width = 509; +}, +{ +anchors = ( +{ +name = _hookup; +pos = (307,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(252,457,o), +(109,332,o), +(101,107,c), +(100,0,l), +(510,0,l), +(511,70,l), +(516,136,o), +(554,173,o), +(617,173,cs), +(679,173,l), +(679,457,l), +(501,457,ls) +); +} +); +width = 779; +}, +{ +anchors = ( +{ +name = _hookup; +pos = (15,0); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(134,295,o), +(42,228,o), +(12,107,c), +(-11,0,l), +(39,0,l), +(63,110,l), +(87,198,o), +(157,247,o), +(258,247,cs), +(310,247,l), +(320,295,l), +(270,295,ls) +); +} +); +width = 468; +}, +{ +anchors = ( +{ +name = _hookup; +pos = (81,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(143,315,o), +(38,229,o), +(2,57,c), +(-10,0,l), +(170,0,l), +(185,70,l), +(201,127,o), +(235,155,o), +(289,155,cs), +(331,155,l), +(365,315,l), +(315,315,ls) +); +} +); +width = 509; +}, +{ +anchors = ( +{ +name = _hookup; +pos = (190,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(233,457,o), +(63,332,o), +(7,107,c), +(-17,0,l), +(383,0,l), +(399,70,l), +(418,136,o), +(474,173,o), +(537,173,cs), +(599,173,l), +(660,457,l), +(482,457,ls) +); +} +); +width = 780; +} +); +metricLeft = H; +metricRight = H; +subCategory = ""; +}, +{ +color = 6; +glyphname = dieresiscomb; +lastChange = "2025-12-11 15:33:02 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (286,940); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(463,1135,l), +(463,1205,l), +(393,1205,l), +(393,1135,l) +); +}, +{ +closed = 1; +nodes = ( +(180,1135,l), +(180,1205,l), +(110,1205,l), +(110,1135,l) +); +} +); +width = 573; +}, +{ +anchors = ( +{ +name = _top; +pos = (353,940); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(597,1061,l), +(597,1240,l), +(417,1240,l), +(417,1061,l) +); +}, +{ +closed = 1; +nodes = ( +(290,1061,l), +(290,1240,l), +(110,1240,l), +(110,1061,l) +); +} +); +width = 707; +}, +{ +anchors = ( +{ +name = _top; +pos = (459,1000); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(803,1162,l), +(803,1405,l), +(525,1405,l), +(525,1162,l) +); +}, +{ +closed = 1; +nodes = ( +(388,1162,l), +(388,1405,l), +(110,1405,l), +(110,1162,l) +); +} +); +width = 913; +}, +{ +anchors = ( +{ +name = _top; +pos = (388,940); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(593,1125,l), +(607,1195,l), +(537,1195,l), +(523,1125,l) +); +}, +{ +closed = 1; +nodes = ( +(310,1125,l), +(324,1195,l), +(254,1195,l), +(240,1125,l) +); +} +); +width = 573; +}, +{ +anchors = ( +{ +name = _top; +pos = (451,940); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(705,1051,l), +(742,1230,l), +(563,1230,l), +(525,1051,l) +); +}, +{ +closed = 1; +nodes = ( +(398,1051,l), +(435,1230,l), +(256,1230,l), +(218,1051,l) +); +} +); +width = 697; +}, +{ +anchors = ( +{ +name = _top; +pos = (555,1000); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(933,1162,l), +(985,1405,l), +(707,1405,l), +(655,1162,l) +); +}, +{ +closed = 1; +nodes = ( +(518,1162,l), +(570,1405,l), +(292,1405,l), +(240,1162,l) +); +} +); +width = 913; +} +); +metricLeft = i; +metricRight = i; +unicode = 776; +}, +{ +color = 6; +glyphname = dotaccentcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (145,940); +}, +{ +name = top; +pos = (144,1136); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,1105,l), +(180,1175,l), +(110,1175,l), +(110,1105,l) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = _top; +pos = (212,940); +}, +{ +name = top; +pos = (212,1246); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(313,1070,l), +(313,1272,l), +(110,1272,l), +(110,1070,l) +); +} +); +width = 423; +}, +{ +anchors = ( +{ +name = _top; +pos = (272,1000); +}, +{ +name = top; +pos = (272,1381); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(433,1129,l), +(433,1412,l), +(110,1412,l), +(110,1129,l) +); +} +); +width = 543; +}, +{ +anchors = ( +{ +name = _top; +pos = (238,940); +}, +{ +name = top; +pos = (277,1136); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(306,1105,l), +(320,1175,l), +(250,1175,l), +(236,1105,l) +); +} +); +width = 291; +}, +{ +anchors = ( +{ +name = _top; +pos = (306,940); +}, +{ +name = top; +pos = (366,1246); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(426,1070,l), +(468,1272,l), +(265,1272,l), +(223,1070,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = _top; +pos = (375,1000); +}, +{ +name = top; +pos = (435,1381); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(556,1129,l), +(616,1412,l), +(293,1412,l), +(233,1129,l) +); +} +); +width = 543; +} +); +metricLeft = i; +metricRight = i; +unicode = 775; +}, +{ +color = 6; +glyphname = gravecomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (226,940); +}, +{ +name = top; +pos = (136,1197); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(245,1070,l), +(170,1299,l), +(110,1299,l), +(201,1070,l) +); +} +); +width = 355; +}, +{ +anchors = ( +{ +name = _top; +pos = (336,940); +}, +{ +name = top; +pos = (212,1263); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(413,1065,l), +(323,1314,l), +(110,1314,l), +(250,1065,l) +); +} +); +width = 523; +}, +{ +anchors = ( +{ +name = _top; +pos = (416,1000); +}, +{ +name = top; +pos = (296,1441); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(533,1140,l), +(463,1479,l), +(110,1479,l), +(290,1140,l) +); +} +); +width = 643; +}, +{ +anchors = ( +{ +name = _top; +pos = (339,940); +}, +{ +name = top; +pos = (249,1197); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(364,1070,l), +(337,1299,l), +(277,1299,l), +(320,1070,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = _top; +pos = (424,940); +}, +{ +name = top; +pos = (320,1263); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(525,1065,l), +(487,1314,l), +(274,1314,l), +(362,1065,l) +); +} +); +width = 514; +}, +{ +anchors = ( +{ +name = _top; +pos = (507,1000); +}, +{ +name = top; +pos = (417,1441); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(658,1140,l), +(660,1479,l), +(307,1479,l), +(415,1140,l) +); +} +); +width = 643; +} +); +metricLeft = i; +metricRight = i; +unicode = 768; +}, +{ +color = 10; +glyphname = acutecomb; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (119,957); +}, +{ +name = top; +pos = (209,1214); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(144,1087,l), +(235,1316,l), +(175,1316,l), +(100,1087,l) +); +} +); +width = 335; +}, +{ +anchors = ( +{ +name = _top; +pos = (177,958); +}, +{ +name = top; +pos = (301,1281); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(263,1083,l), +(403,1332,l), +(190,1332,l), +(100,1083,l) +); +} +); +width = 503; +}, +{ +anchors = ( +{ +name = _top; +pos = (217,891); +}, +{ +name = top; +pos = (337,1332); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(343,1031,l), +(523,1370,l), +(170,1370,l), +(100,1031,l) +); +} +); +width = 623; +}, +{ +anchors = ( +{ +name = _top; +pos = (189,957); +}, +{ +name = top; +pos = (393,1214); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(265,1087,l), +(410,1316,l), +(350,1316,l), +(221,1087,l) +); +} +); +width = 341; +}, +{ +anchors = ( +{ +name = _top; +pos = (265.515,958); +}, +{ +name = top; +pos = (513.324,1281); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(383,1083,l), +(582,1332,l), +(369,1332,l), +(220,1083,l) +); +} +); +width = 509; +}, +{ +anchors = ( +{ +name = _top; +pos = (335,1101); +}, +{ +name = top; +pos = (622,1542); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,1241,l), +(748,1580,l), +(395,1580,l), +(247,1241,l) +); +} +); +width = 629; +} +); +metricLeft = H; +metricRight = H; +unicode = 769; +}, +{ +color = 6; +glyphname = hungarumlautcomb; +lastChange = "2025-12-11 15:33:12 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (280,940); +}, +{ +name = top; +pos = (280,1388); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(367,1069,l), +(458,1298,l), +(398,1298,l), +(323,1069,l) +); +}, +{ +closed = 1; +nodes = ( +(154,1070,l), +(245,1299,l), +(185,1299,l), +(110,1070,l) +); +} +); +width = 568; +}, +{ +anchors = ( +{ +name = _top; +pos = (312,940); +}, +{ +name = top; +pos = (312,1363); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(543,1064,l), +(683,1313,l), +(470,1313,l), +(380,1064,l) +); +}, +{ +closed = 1; +nodes = ( +(273,1065,l), +(413,1314,l), +(200,1314,l), +(110,1065,l) +); +} +); +width = 793; +}, +{ +anchors = ( +{ +name = _top; +pos = (480,1000); +}, +{ +name = top; +pos = (480,1529); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(800,1139,l), +(980,1478,l), +(627,1478,l), +(557,1139,l) +); +}, +{ +closed = 1; +nodes = ( +(353,1140,l), +(533,1479,l), +(180,1479,l), +(110,1140,l) +); +} +); +width = 1090; +}, +{ +anchors = ( +{ +name = _top; +pos = (370,940); +}, +{ +name = top; +pos = (466,1388); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(485,1069,l), +(624,1298,l), +(564,1298,l), +(441,1069,l) +); +}, +{ +closed = 1; +nodes = ( +(272,1070,l), +(412,1299,l), +(352,1299,l), +(228,1070,l) +); +} +); +width = 568; +}, +{ +anchors = ( +{ +name = _top; +pos = (396,940); +}, +{ +name = top; +pos = (486,1363); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(653,1064,l), +(846,1313,l), +(633,1313,l), +(490,1064,l) +); +}, +{ +closed = 1; +nodes = ( +(384,1065,l), +(577,1314,l), +(364,1314,l), +(221,1065,l) +); +} +); +width = 782; +}, +{ +anchors = ( +{ +name = _top; +pos = (575,1000); +}, +{ +name = top; +pos = (687,1529); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(924,1139,l), +(1176,1478,l), +(823,1478,l), +(681,1139,l) +); +}, +{ +closed = 1; +nodes = ( +(478,1140,l), +(730,1479,l), +(377,1479,l), +(235,1140,l) +); +} +); +width = 1089; +} +); +metricLeft = i; +metricRight = i; +unicode = 779; +}, +{ +color = 6; +glyphname = circumflexcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (319,940); +}, +{ +name = top; +pos = (317,1254); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,1086,l), +(316,1248,l), +(318,1248,l), +(460,1086,l), +(524,1086,l), +(339,1295,l), +(295,1295,l), +(110,1086,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = _top; +pos = (381,940); +}, +{ +name = top; +pos = (372,1243); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(304,1035,l), +(378,1150,l), +(384,1150,l), +(460,1035,l), +(654,1035,l), +(484,1274,l), +(278,1274,l), +(110,1035,l) +); +} +); +width = 764; +}, +{ +anchors = ( +{ +name = _top; +pos = (525,1000); +}, +{ +name = top; +pos = (525,1411); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,1094,l), +(521,1269,l), +(531,1269,l), +(628,1094,l), +(940,1094,l), +(714,1443,l), +(338,1443,l), +(110,1094,l) +); +} +); +width = 1050; +}, +{ +anchors = ( +{ +name = _top; +pos = (409,940); +}, +{ +name = top; +pos = (473,1254); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(295,1086,l), +(471,1248,l), +(473,1248,l), +(581,1086,l), +(645,1086,l), +(504,1295,l), +(460,1295,l), +(231,1086,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = _top; +pos = (469,940); +}, +{ +name = top; +pos = (531,1243); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(408,1035,l), +(506,1150,l), +(512,1150,l), +(564,1035,l), +(758,1035,l), +(638,1274,l), +(432,1274,l), +(214,1035,l) +); +} +); +width = 754; +}, +{ +anchors = ( +{ +name = _top; +pos = (621,1000); +}, +{ +name = top; +pos = (708,1381); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(538,1094,l), +(674,1269,l), +(684,1269,l), +(744,1094,l), +(1056,1094,l), +(904,1443,l), +(528,1443,l), +(226,1094,l) +); +} +); +width = 1050; +} +); +metricLeft = i; +metricRight = i; +unicode = 770; +}, +{ +color = 6; +glyphname = caroncomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (317,940); +}, +{ +name = bottom; +pos = (317,1113); +}, +{ +name = top; +pos = (317,1233); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(339,1072,l), +(524,1281,l), +(460,1281,l), +(318,1119,l), +(316,1119,l), +(174,1281,l), +(110,1281,l), +(295,1072,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = _top; +pos = (382,940); +}, +{ +name = bottom; +pos = (372,1078); +}, +{ +name = top; +pos = (382,1223); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(484,1047,l), +(654,1286,l), +(460,1286,l), +(384,1151,l), +(378,1151,l), +(304,1286,l), +(110,1286,l), +(278,1047,l) +); +} +); +width = 764; +}, +{ +anchors = ( +{ +name = _top; +pos = (520,1000); +}, +{ +name = bottom; +pos = (525,1148); +}, +{ +name = top; +pos = (520,1422); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(714,1116,l), +(940,1465,l), +(628,1465,l), +(531,1290,l), +(521,1290,l), +(422,1465,l), +(110,1465,l), +(338,1116,l) +); +} +); +width = 1050; +}, +{ +anchors = ( +{ +name = _top; +pos = (407,940); +}, +{ +name = bottom; +pos = (436,1113); +}, +{ +name = top; +pos = (461,1233); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(454,1052,l), +(683,1261,l), +(614,1261,l), +(438,1099,l), +(436,1099,l), +(328,1261,l), +(269,1261,l), +(410,1052,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = _top; +pos = (474,940); +}, +{ +name = bottom; +pos = (472,1078); +}, +{ +name = top; +pos = (504,1223); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(592,1047,l), +(812,1286,l), +(604,1286,l), +(504,1151,l), +(498,1151,l), +(448,1286,l), +(268,1286,l), +(386,1047,l) +); +} +); +width = 754; +}, +{ +anchors = ( +{ +name = _top; +pos = (628,1006); +}, +{ +name = bottom; +pos = (632,1151); +}, +{ +name = top; +pos = (696,1419); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(824,1116,l), +(1134,1465,l), +(802,1465,l), +(678,1290,l), +(668,1290,l), +(596,1465,l), +(304,1465,l), +(458,1116,l) +); +} +); +width = 1050; +} +); +metricLeft = i; +metricRight = i; +unicode = 780; +}, +{ +color = 6; +glyphname = brevecomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (298,940); +}, +{ +name = top; +pos = (298,1235); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(415,1084,o), +(488,1158,o), +(488,1275,c), +(440,1275,l), +(439,1186,o), +(385,1128,o), +(299,1128,cs), +(213,1128,o), +(159,1186,o), +(158,1275,c), +(110,1275,l), +(110,1158,o), +(183,1084,o), +(299,1084,cs) +); +} +); +width = 598; +}, +{ +anchors = ( +{ +name = _top; +pos = (349,940); +}, +{ +name = top; +pos = (349,1213); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(496,1035,o), +(588,1120,o), +(588,1256,c), +(421,1256,l), +(420,1198,o), +(392,1162,o), +(349,1162,cs), +(306,1162,o), +(278,1198,o), +(277,1256,c), +(110,1256,l), +(110,1120,o), +(202,1035,o), +(349,1035,cs) +); +} +); +width = 698; +}, +{ +anchors = ( +{ +name = _top; +pos = (475,1000); +}, +{ +name = top; +pos = (475,1373); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(699,1102,o), +(840,1226,o), +(840,1423,c), +(571,1423,l), +(570,1347,o), +(533,1299,o), +(475,1299,cs), +(417,1299,o), +(380,1347,o), +(379,1423,c), +(110,1423,l), +(110,1226,o), +(251,1102,o), +(475,1102,cs) +); +} +); +width = 950; +}, +{ +anchors = ( +{ +name = _top; +pos = (400,940); +}, +{ +name = top; +pos = (452,1235); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(542,1084,o), +(628,1158,o), +(649,1275,c), +(601,1275,l), +(584,1186,o), +(520,1128,o), +(434,1128,cs), +(348,1128,o), +(304,1186,o), +(319,1275,c), +(271,1275,l), +(250,1158,o), +(310,1084,o), +(426,1084,cs) +); +} +); +width = 598; +}, +{ +anchors = ( +{ +name = _top; +pos = (445,940); +}, +{ +name = top; +pos = (493,1213); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(609,1035,o), +(716,1120,o), +(739,1256,c), +(572,1256,l), +(561,1198,o), +(527,1162,o), +(484,1162,cs), +(441,1162,o), +(419,1198,o), +(428,1256,c), +(261,1256,l), +(238,1120,o), +(315,1035,o), +(462,1035,cs) +); +} +); +width = 688; +}, +{ +anchors = ( +{ +name = _top; +pos = (587,1000); +}, +{ +name = top; +pos = (652,1373); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(829,1102,o), +(992,1226,o), +(1026,1423,c), +(757,1423,l), +(743,1347,o), +(697,1299,o), +(639,1299,cs), +(581,1299,o), +(553,1347,o), +(565,1423,c), +(296,1423,l), +(262,1226,o), +(381,1102,o), +(605,1102,cs) +); +} +); +width = 951; +} +); +metricLeft = i; +metricRight = i; +unicode = 774; +}, +{ +color = 6; +glyphname = ringcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (245,941); +}, +{ +name = top; +pos = (245,1237); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,1038,o), +(376,1090,o), +(376,1163,cs), +(376,1237,o), +(322,1289,o), +(244,1289,cs), +(165,1289,o), +(110,1237,o), +(110,1163,cs), +(110,1090,o), +(165,1038,o), +(244,1038,cs) +); +}, +{ +closed = 1; +nodes = ( +(194,1086,o), +(158,1118,o), +(158,1163,cs), +(158,1209,o), +(194,1241,o), +(244,1241,cs), +(293,1241,o), +(328,1209,o), +(328,1163,cs), +(328,1118,o), +(293,1086,o), +(244,1086,cs) +); +} +); +width = 486; +}, +{ +anchors = ( +{ +name = _top; +pos = (287,940); +}, +{ +name = top; +pos = (287,1266); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(390,1017,o), +(462,1083,o), +(462,1176,cs), +(462,1267,o), +(390,1330,o), +(287,1330,cs), +(183,1330,o), +(110,1267,o), +(110,1176,cs), +(110,1083,o), +(183,1017,o), +(287,1017,cs) +); +}, +{ +closed = 1; +nodes = ( +(255,1118,o), +(232,1142,o), +(232,1175,cs), +(232,1207,o), +(255,1230,o), +(287,1230,cs), +(319,1230,o), +(341,1207,o), +(341,1175,cs), +(341,1142,o), +(319,1118,o), +(287,1118,cs) +); +} +); +width = 572; +}, +{ +anchors = ( +{ +name = _top; +pos = (373,1000); +}, +{ +name = top; +pos = (373,1474); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(525,1082,o), +(633,1174,o), +(633,1306,cs), +(633,1437,o), +(525,1529,o), +(372,1529,cs), +(218,1529,o), +(110,1437,o), +(110,1306,cs), +(110,1174,o), +(218,1082,o), +(372,1082,cs) +); +}, +{ +closed = 1; +nodes = ( +(330,1227,o), +(300,1260,o), +(300,1306,cs), +(300,1351,o), +(330,1383,o), +(372,1383,cs), +(414,1383,o), +(444,1351,o), +(444,1306,cs), +(444,1260,o), +(414,1227,o), +(372,1227,cs) +); +} +); +width = 743; +}, +{ +anchors = ( +{ +name = _top; +pos = (333,941); +}, +{ +name = top; +pos = (413,1237); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(438,1038,o), +(501,1090,o), +(514,1163,cs), +(527,1237,o), +(482,1289,o), +(404,1289,cs), +(325,1289,o), +(261,1237,o), +(248,1163,cs), +(235,1090,o), +(281,1038,o), +(360,1038,cs) +); +}, +{ +closed = 1; +nodes = ( +(318,1086,o), +(288,1118,o), +(296,1163,cs), +(304,1209,o), +(346,1241,o), +(396,1241,cs), +(445,1241,o), +(474,1209,o), +(466,1163,cs), +(458,1118,o), +(417,1086,o), +(368,1086,cs) +); +} +); +width = 486; +}, +{ +anchors = ( +{ +name = _top; +pos = (382,940); +}, +{ +name = top; +pos = (442,1266); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(497,1017,o), +(581,1083,o), +(597,1176,cs), +(613,1267,o), +(553,1330,o), +(450,1330,cs), +(346,1330,o), +(261,1267,o), +(245,1176,cs), +(229,1083,o), +(290,1017,o), +(394,1017,cs) +); +}, +{ +closed = 1; +nodes = ( +(380,1118,o), +(361,1142,o), +(367,1175,cs), +(373,1207,o), +(400,1230,o), +(432,1230,cs), +(464,1230,o), +(482,1207,o), +(476,1175,cs), +(470,1142,o), +(444,1118,o), +(412,1118,cs) +); +} +); +width = 563; +}, +{ +anchors = ( +{ +name = _top; +pos = (484,1000); +}, +{ +name = top; +pos = (594,1474); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(647,1082,o), +(771,1174,o), +(794,1306,cs), +(817,1437,o), +(725,1529,o), +(572,1529,cs), +(418,1529,o), +(294,1437,o), +(271,1306,cs), +(248,1174,o), +(340,1082,o), +(494,1082,cs) +); +}, +{ +closed = 1; +nodes = ( +(477,1227,o), +(453,1260,o), +(461,1306,cs), +(469,1351,o), +(505,1383,o), +(547,1383,cs), +(589,1383,o), +(613,1351,o), +(605,1306,cs), +(597,1260,o), +(561,1227,o), +(519,1227,cs) +); +} +); +width = 743; +} +); +metricLeft = i; +metricRight = i; +unicode = 778; +}, +{ +color = 6; +glyphname = tildecomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (301,1040); +}, +{ +name = top; +pos = (301,1224); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(419,1172,o), +(459,1189,o), +(487,1220,c), +(486,1272,l), +(453,1241,o), +(414,1221,o), +(384,1221,cs), +(333,1221,o), +(277,1283,o), +(210,1283,cs), +(182,1283,o), +(143,1266,o), +(110,1236,c), +(110,1184,l), +(141,1215,o), +(179,1234,o), +(210,1234,cs), +(268,1234,o), +(319,1172,o), +(384,1172,cs) +); +} +); +width = 597; +}, +{ +anchors = ( +{ +name = _top; +pos = (370,940); +}, +{ +name = top; +pos = (370,1234); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(538,1075,o), +(593,1094,o), +(623,1125,c), +(623,1261,l), +(582,1234,o), +(525,1217,o), +(473,1217,cs), +(410,1217,o), +(348,1271,o), +(265,1271,cs), +(214,1271,o), +(155,1249,o), +(110,1215,c), +(110,1079,l), +(151,1110,o), +(210,1129,o), +(265,1129,cs), +(337,1129,o), +(400,1075,o), +(481,1075,cs) +); +} +); +width = 733; +}, +{ +anchors = ( +{ +name = _top; +pos = (480,1001); +}, +{ +name = top; +pos = (480,1427); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(728,1148,o), +(820,1182,o), +(868,1235,c), +(868,1455,l), +(812,1415,o), +(728,1390,o), +(653,1390,cs), +(568,1390,o), +(473,1487,o), +(361,1487,cs), +(289,1487,o), +(192,1457,o), +(110,1393,c), +(110,1172,l), +(188,1217,o), +(275,1245,o), +(334,1245,cs), +(432,1245,o), +(517,1148,o), +(626,1148,cs) +); +} +); +width = 978; +}, +{ +anchors = ( +{ +name = _top; +pos = (431,1040); +}, +{ +name = top; +pos = (471,1224); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(565,1172,o), +(613,1187,o), +(644,1210,c), +(665,1272,l), +(619,1241,o), +(570,1221,o), +(541,1221,cs), +(490,1221,o), +(461,1283,o), +(394,1283,cs), +(355,1283,o), +(308,1268,o), +(274,1246,c), +(252,1184,l), +(295,1214,o), +(343,1234,o), +(373,1234,cs), +(431,1234,o), +(455,1172,o), +(520,1172,cs) +); +} +); +width = 614; +}, +{ +anchors = ( +{ +name = _top; +pos = (474,940); +}, +{ +name = top; +pos = (514,1234); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(651,1075,o), +(710,1094,o), +(747,1125,c), +(776,1261,l), +(729,1234,o), +(668,1217,o), +(616,1217,cs), +(553,1217,o), +(503,1271,o), +(420,1271,cs), +(369,1271,o), +(305,1249,o), +(253,1215,c), +(224,1079,l), +(272,1110,o), +(335,1129,o), +(390,1129,cs), +(462,1129,o), +(513,1075,o), +(594,1075,cs) +); +} +); +width = 723; +}, +{ +anchors = ( +{ +name = _top; +pos = (633,1001); +}, +{ +name = top; +pos = (653,1427); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(855,1148,o), +(954,1182,o), +(1013,1235,c), +(1060,1455,l), +(996,1415,o), +(906,1390,o), +(831,1390,cs), +(746,1390,o), +(672,1487,o), +(560,1487,cs), +(488,1487,o), +(385,1457,o), +(289,1393,c), +(242,1172,l), +(330,1217,o), +(423,1245,o), +(482,1245,cs), +(580,1245,o), +(644,1148,o), +(753,1148,cs) +); +} +); +width = 978; +} +); +metricLeft = i; +metricRight = i; +unicode = 771; +}, +{ +color = 6; +glyphname = macroncomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (310,940); +}, +{ +name = top; +pos = (300,1163); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(491,1131,l), +(491,1179,l), +(110,1179,l), +(110,1131,l) +); +} +); +width = 601; +}, +{ +anchors = ( +{ +name = _top; +pos = (347,940); +}, +{ +name = top; +pos = (347,1228); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(581,1088,l), +(581,1228,l), +(110,1228,l), +(110,1088,l) +); +} +); +width = 691; +}, +{ +anchors = ( +{ +name = _top; +pos = (437,1000); +}, +{ +name = top; +pos = (437,1388); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(763,1173,l), +(763,1413,l), +(110,1413,l), +(110,1173,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = _top; +pos = (406,940); +}, +{ +name = top; +pos = (436,1163); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(622,1131,l), +(632,1179,l), +(251,1179,l), +(241,1131,l) +); +} +); +width = 601; +}, +{ +anchors = ( +{ +name = _top; +pos = (438,940); +}, +{ +name = top; +pos = (508,1228); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(697,1088,l), +(727,1228,l), +(256,1228,l), +(226,1088,l) +); +} +); +width = 682; +}, +{ +anchors = ( +{ +name = _top; +pos = (525,1000); +}, +{ +name = top; +pos = (615,1388); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(895,1173,l), +(947,1413,l), +(294,1413,l), +(242,1173,l) +); +} +); +width = 874; +} +); +metricLeft = i; +metricRight = i; +unicode = 772; +}, +{ +color = 6; +glyphname = hookabovecomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (302,940); +}, +{ +name = top; +pos = (302,1480); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(383,1126,o), +(403,1170,o), +(403,1204,cs), +(403,1278,o), +(352,1325,o), +(270,1325,cs), +(213,1325,o), +(148,1314,o), +(100,1296,c), +(100,1247,l), +(149,1265,o), +(215,1277,o), +(270,1277,cs), +(321,1277,o), +(353,1251,o), +(353,1209,cs), +(353,1174,o), +(329,1128,o), +(291,1090,c), +(351,1090,l) +); +} +); +width = 503; +}, +{ +anchors = ( +{ +name = _top; +pos = (325,940); +}, +{ +name = top; +pos = (325,1412); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(463,1077,o), +(482,1126,o), +(482,1174,cs), +(482,1288,o), +(392,1359,o), +(248,1359,cs), +(198,1359,o), +(141,1351,o), +(100,1337,c), +(103,1194,l), +(134,1206,o), +(184,1213,o), +(232,1213,cs), +(278,1213,o), +(307,1190,o), +(307,1153,cs), +(307,1123,o), +(291,1083,o), +(266,1050,c), +(434,1048,l) +); +} +); +width = 582; +}, +{ +anchors = ( +{ +name = _top; +pos = (448,1000); +}, +{ +name = top; +pos = (448,1569); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(613,1155,o), +(636,1219,o), +(636,1275,cs), +(636,1433,o), +(507,1533,o), +(301,1533,cs), +(224,1533,o), +(146,1521,o), +(100,1503,c), +(100,1282,l), +(134,1297,o), +(191,1307,o), +(249,1307,cs), +(318,1307,o), +(362,1273,o), +(362,1220,cs), +(362,1183,o), +(341,1140,o), +(308,1110,c), +(576,1108,l) +); +} +); +width = 736; +}, +{ +anchors = ( +{ +name = _top; +pos = (467,940); +}, +{ +name = top; +pos = (467,1480); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(548,1126,o), +(568,1170,o), +(568,1204,cs), +(568,1278,o), +(517,1325,o), +(435,1325,cs), +(378,1325,o), +(313,1314,o), +(265,1296,c), +(265,1247,l), +(314,1265,o), +(380,1277,o), +(435,1277,cs), +(486,1277,o), +(518,1251,o), +(518,1209,cs), +(518,1174,o), +(494,1128,o), +(456,1090,c), +(516,1090,l) +); +} +); +width = 525; +}, +{ +anchors = ( +{ +name = _top; +pos = (499,940); +}, +{ +name = top; +pos = (499,1412); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(637,1077,o), +(656,1126,o), +(656,1174,cs), +(656,1288,o), +(566,1359,o), +(422,1359,cs), +(372,1359,o), +(315,1351,o), +(274,1337,c), +(277,1194,l), +(308,1206,o), +(358,1213,o), +(406,1213,cs), +(452,1213,o), +(481,1190,o), +(481,1153,cs), +(481,1123,o), +(465,1083,o), +(440,1050,c), +(608,1048,l) +); +} +); +width = 621; +}, +{ +anchors = ( +{ +name = _top; +pos = (651,1000); +}, +{ +name = top; +pos = (651,1569); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(816,1155,o), +(839,1219,o), +(839,1275,cs), +(839,1433,o), +(710,1533,o), +(504,1533,cs), +(427,1533,o), +(349,1521,o), +(303,1503,c), +(303,1282,l), +(337,1297,o), +(394,1307,o), +(452,1307,cs), +(521,1307,o), +(565,1273,o), +(565,1220,cs), +(565,1183,o), +(544,1140,o), +(511,1110,c), +(779,1108,l) +); +} +); +width = 790; +} +); +metricLeft = H; +metricRight = H; +unicode = 777; +}, +{ +color = 10; +glyphname = dblgravecomb; +lastChange = "2025-12-11 15:33:19 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (321,940); +}, +{ +name = top; +pos = (321,1321); +} +); +background = { +anchors = ( +{ +name = _top; +pos = (321,940); +}, +{ +name = top; +pos = (321,1321); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(418,1055,l), +(462,1055,l), +(387,1284,l), +(327,1284,l) +); +}, +{ +closed = 1; +nodes = ( +(191,1055,l), +(235,1055,l), +(160,1284,l), +(100,1284,l) +); +} +); +}; +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(462,1055,l), +(387,1284,l), +(327,1284,l), +(418,1055,l) +); +}, +{ +closed = 1; +nodes = ( +(235,1055,l), +(160,1284,l), +(100,1284,l), +(191,1055,l) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = _top; +pos = (465,940); +}, +{ +name = top; +pos = (465,1321); +} +); +background = { +anchors = ( +{ +name = _top; +pos = (465,940); +}, +{ +name = top; +pos = (465,1321); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,1055,l), +(700,1055,l), +(610,1304,l), +(397,1304,l) +); +}, +{ +closed = 1; +nodes = ( +(240,1055,l), +(403,1055,l), +(313,1304,l), +(100,1304,l) +); +} +); +}; +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(700,1055,l), +(610,1304,l), +(397,1304,l), +(537,1055,l) +); +}, +{ +closed = 1; +nodes = ( +(403,1055,l), +(313,1304,l), +(100,1304,l), +(240,1055,l) +); +} +); +width = 800; +}, +{ +anchors = ( +{ +name = _top; +pos = (604,1000); +}, +{ +name = top; +pos = (604,1486); +} +); +background = { +anchors = ( +{ +name = _top; +pos = (604,1000); +}, +{ +name = top; +pos = (604,1486); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(681,1125,l), +(924,1125,l), +(854,1464,l), +(501,1464,l) +); +}, +{ +closed = 1; +nodes = ( +(280,1125,l), +(523,1125,l), +(453,1464,l), +(100,1464,l) +); +} +); +}; +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(924,1125,l), +(854,1464,l), +(501,1464,l), +(681,1125,l) +); +}, +{ +closed = 1; +nodes = ( +(523,1125,l), +(453,1464,l), +(100,1464,l), +(280,1125,l) +); +} +); +width = 1024; +}, +{ +anchors = ( +{ +name = _top; +pos = (416,940); +}, +{ +name = top; +pos = (416,1321); +} +); +background = { +anchors = ( +{ +name = _top; +pos = (416,940); +}, +{ +name = top; +pos = (416,1321); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,1055,l), +(554,1055,l), +(527,1284,l), +(467,1284,l) +); +}, +{ +closed = 1; +nodes = ( +(305,1055,l), +(349,1055,l), +(322,1284,l), +(262,1284,l) +); +} +); +}; +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(554,1055,l), +(527,1284,l), +(467,1284,l), +(510,1055,l) +); +}, +{ +closed = 1; +nodes = ( +(349,1055,l), +(322,1284,l), +(262,1284,l), +(305,1055,l) +); +} +); +width = 540; +}, +{ +anchors = ( +{ +name = _top; +pos = (550,940); +}, +{ +name = top; +pos = (550,1321); +} +); +background = { +anchors = ( +{ +name = _top; +pos = (550,940); +}, +{ +name = top; +pos = (550,1321); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(646,1055,l), +(809,1055,l), +(771,1304,l), +(558,1304,l) +); +}, +{ +closed = 1; +nodes = ( +(355,1055,l), +(518,1055,l), +(480,1304,l), +(267,1304,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(809,1055,l), +(771,1304,l), +(558,1304,l), +(646,1055,l) +); +}, +{ +closed = 1; +nodes = ( +(518,1055,l), +(480,1304,l), +(267,1304,l), +(355,1055,l) +); +} +); +width = 795; +}, +{ +anchors = ( +{ +name = _top; +pos = (723,1000); +}, +{ +name = top; +pos = (723,1486); +} +); +background = { +anchors = ( +{ +name = _top; +pos = (723,1000); +}, +{ +name = top; +pos = (723,1486); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,1125,l), +(1046,1125,l), +(1048,1464,l), +(695,1464,l) +); +}, +{ +closed = 1; +nodes = ( +(402,1125,l), +(645,1125,l), +(647,1464,l), +(294,1464,l) +); +} +); +}; +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1046,1125,l), +(1048,1464,l), +(695,1464,l), +(803,1125,l) +); +}, +{ +closed = 1; +nodes = ( +(645,1125,l), +(647,1464,l), +(294,1464,l), +(402,1125,l) +); +} +); +width = 1024; +}, +{ +anchors = ( +{ +name = _top; +pos = (723,1000); +}, +{ +name = top; +pos = (723,1486); +} +); +associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +background = { +anchors = ( +{ +name = _top; +pos = (723,1000); +}, +{ +name = top; +pos = (723,1486); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(803,1125,l), +(1046,1125,l), +(1048,1464,l), +(695,1464,l) +); +}, +{ +closed = 1; +nodes = ( +(402,1125,l), +(645,1125,l), +(647,1464,l), +(294,1464,l) +); +} +); +}; +layerId = "D829F3E1-B0BB-4258-A71B-DAD882B0FD5A"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (388,-15); +ref = gravecomb; +}, +{ +alignment = -1; +pos = (-13,-15); +ref = gravecomb; +} +); +width = 1024; +}, +{ +anchors = ( +{ +name = _top; +pos = (550,940); +}, +{ +name = top; +pos = (550,1321); +} +); +associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +background = { +anchors = ( +{ +name = _top; +pos = (550,940); +}, +{ +name = top; +pos = (550,1321); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(646,1055,l), +(809,1055,l), +(771,1304,l), +(558,1304,l) +); +}, +{ +closed = 1; +nodes = ( +(355,1055,l), +(518,1055,l), +(480,1304,l), +(267,1304,l) +); +} +); +}; +layerId = "97E0FE38-962D-4EF0-8AE0-634C0ABD1AAD"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (284,-10); +ref = gravecomb; +}, +{ +alignment = -1; +pos = (-7,-10); +ref = gravecomb; +} +); +width = 795; +}, +{ +anchors = ( +{ +name = _top; +pos = (604,1000); +}, +{ +name = top; +pos = (604,1486); +} +); +associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; +background = { +anchors = ( +{ +name = _top; +pos = (604,1000); +}, +{ +name = top; +pos = (604,1486); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(681,1125,l), +(924,1125,l), +(854,1464,l), +(501,1464,l) +); +}, +{ +closed = 1; +nodes = ( +(280,1125,l), +(523,1125,l), +(453,1464,l), +(100,1464,l) +); +} +); +}; +layerId = "8D169B76-F519-4C6A-AD1E-632D8F11E630"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (391,-15); +ref = gravecomb; +}, +{ +alignment = -1; +pos = (-10,-15); +ref = gravecomb; +} +); +width = 1024; +}, +{ +anchors = ( +{ +name = _top; +pos = (416,940); +}, +{ +name = top; +pos = (416,1321); +} +); +associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +background = { +anchors = ( +{ +name = _top; +pos = (416,940); +}, +{ +name = top; +pos = (416,1321); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(510,1055,l), +(554,1055,l), +(527,1284,l), +(467,1284,l) +); +}, +{ +closed = 1; +nodes = ( +(305,1055,l), +(349,1055,l), +(322,1284,l), +(262,1284,l) +); +} +); +}; +layerId = "5B45D44D-434E-42B1-BB3C-F15CAE165A67"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (190,-15); +ref = gravecomb; +}, +{ +alignment = -1; +pos = (-15,-15); +ref = gravecomb; +} +); +width = 540; +}, +{ +anchors = ( +{ +name = _top; +pos = (465,940); +}, +{ +name = top; +pos = (465,1321); +} +); +associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +background = { +anchors = ( +{ +name = _top; +pos = (465,940); +}, +{ +name = top; +pos = (465,1321); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(537,1055,l), +(700,1055,l), +(610,1304,l), +(397,1304,l) +); +}, +{ +closed = 1; +nodes = ( +(240,1055,l), +(403,1055,l), +(313,1304,l), +(100,1304,l) +); +} +); +}; +layerId = "AD9B6685-2075-44CC-A9AF-5E1E5412C67F"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (287,-10); +ref = gravecomb; +}, +{ +alignment = -1; +pos = (-10,-10); +ref = gravecomb; +} +); +width = 800; +}, +{ +anchors = ( +{ +name = _top; +pos = (321,940); +}, +{ +name = top; +pos = (321,1321); +} +); +associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +background = { +anchors = ( +{ +name = _top; +pos = (321,940); +}, +{ +name = top; +pos = (321,1321); +} +); +shapes = ( +{ +closed = 1; +nodes = ( +(418,1055,l), +(462,1055,l), +(387,1284,l), +(327,1284,l) +); +}, +{ +closed = 1; +nodes = ( +(191,1055,l), +(235,1055,l), +(160,1284,l), +(100,1284,l) +); +} +); +}; +layerId = "70E2362D-4C62-4BA4-B53F-667EAA031BBF"; +name = "11 Dec 25 at 11:53"; +shapes = ( +{ +pos = (217,-15); +ref = gravecomb; +}, +{ +alignment = -1; +pos = (-10,-15); +ref = gravecomb; +} +); +width = 562; +} +); +metricLeft = H; +metricRight = H; +unicode = 783; +}, +{ +color = 6; +glyphname = horncomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _topright; +pos = (328,1444); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(318,1396,ls), +(410,1396,o), +(462,1450,o), +(462,1547,c), +(462,1622,l), +(412,1622,l), +(412,1536,l), +(412,1477,o), +(377,1444,o), +(314,1444,cs), +(100,1444,l), +(100,1396,l) +); +} +); +width = 562; +}, +{ +anchors = ( +{ +name = _topright; +pos = (332,1444); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(418,1313,ls), +(594,1313,o), +(692,1378,o), +(692,1547,c), +(692,1622,l), +(512,1622,l), +(512,1536,l), +(512,1477,o), +(477,1444,o), +(414,1444,cs), +(100,1444,l), +(100,1313,l) +); +} +); +width = 792; +}, +{ +anchors = ( +{ +name = _topright; +pos = (507,1444); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(528,1219,ls), +(781,1219,o), +(922,1303,o), +(922,1547,c), +(922,1622,l), +(592,1622,l), +(592,1536,l), +(592,1477,o), +(557,1444,o), +(494,1444,cs), +(100,1444,l), +(100,1219,l) +); +} +); +width = 1022; +}, +{ +anchors = ( +{ +name = _topright; +pos = (524,1444); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(514,1396,ls), +(606,1396,o), +(658,1450,o), +(658,1547,c), +(658,1622,l), +(608,1622,l), +(608,1536,l), +(608,1477,o), +(573,1444,o), +(510,1444,cs), +(296,1444,l), +(296,1396,l) +); +} +); +width = 545; +}, +{ +anchors = ( +{ +name = _topright; +pos = (528,1444); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(614,1313,ls), +(790,1313,o), +(888,1378,o), +(888,1547,c), +(888,1622,l), +(708,1622,l), +(708,1536,l), +(708,1477,o), +(673,1444,o), +(610,1444,cs), +(296,1444,l), +(296,1313,l) +); +} +); +width = 778; +}, +{ +anchors = ( +{ +name = _topright; +pos = (697,1444); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(718,1219,ls), +(971,1219,o), +(1112,1303,o), +(1112,1547,c), +(1112,1622,l), +(782,1622,l), +(782,1536,l), +(782,1477,o), +(747,1444,o), +(684,1444,cs), +(290,1444,l), +(290,1219,l) +); +} +); +width = 1012; +} +); +metricLeft = H; +metricRight = H; +unicode = 795; +}, +{ +color = 6; +glyphname = dotbelowcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (145,0); +}, +{ +name = bottom; +pos = (145,-219); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(180,-230,l), +(180,-160,l), +(110,-160,l), +(110,-230,l) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (212,0); +}, +{ +name = bottom; +pos = (212,-219); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(313,-320,l), +(313,-118,l), +(110,-118,l), +(110,-320,l) +); +} +); +width = 423; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (272,0); +}, +{ +name = bottom; +pos = (272,-350); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(433,-425,l), +(433,-142,l), +(110,-142,l), +(110,-425,l) +); +} +); +width = 543; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (52,0); +}, +{ +name = bottom; +pos = (52,-219); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(22,-230,l), +(36,-160,l), +(-34,-160,l), +(-48,-230,l) +); +} +); +width = 290; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (101,0); +}, +{ +name = bottom; +pos = (101,-219); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(130,-320,l), +(172,-118,l), +(-31,-118,l), +(-73,-320,l) +); +} +); +width = 414; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (141,0); +}, +{ +name = bottom; +pos = (141,-350); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(226,-425,l), +(286,-142,l), +(-37,-142,l), +(-97,-425,l) +); +} +); +width = 543; +} +); +metricLeft = i; +metricRight = i; +unicode = 803; +}, +{ +color = 6; +glyphname = dieresisbelowcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (278,0); +}, +{ +name = bottom; +pos = (278,-229); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(453,-189,l), +(453,-119,l), +(383,-119,l), +(383,-189,l) +); +}, +{ +closed = 1; +nodes = ( +(170,-189,l), +(170,-119,l), +(100,-119,l), +(100,-189,l) +); +} +); +width = 553; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (344,0); +}, +{ +name = bottom; +pos = (344,-283); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(587,-283,l), +(587,-104,l), +(407,-104,l), +(407,-283,l) +); +}, +{ +closed = 1; +nodes = ( +(280,-283,l), +(280,-104,l), +(100,-104,l), +(100,-283,l) +); +} +); +width = 687; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (444,0); +}, +{ +name = bottom; +pos = (444,-350); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(793,-373,l), +(793,-130,l), +(515,-130,l), +(515,-373,l) +); +}, +{ +closed = 1; +nodes = ( +(378,-373,l), +(378,-130,l), +(100,-130,l), +(100,-373,l) +); +} +); +width = 893; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (203,0); +}, +{ +name = bottom; +pos = (203,-229); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(303,-189,l), +(317,-119,l), +(247,-119,l), +(233,-189,l) +); +}, +{ +closed = 1; +nodes = ( +(20,-189,l), +(34,-119,l), +(-36,-119,l), +(-50,-189,l) +); +} +); +width = 554; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (250,0); +}, +{ +name = bottom; +pos = (250,-283); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(416,-283,l), +(453,-104,l), +(274,-104,l), +(236,-283,l) +); +}, +{ +closed = 1; +nodes = ( +(109,-283,l), +(146,-104,l), +(-33,-104,l), +(-71,-283,l) +); +} +); +width = 687; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (356,0); +}, +{ +name = bottom; +pos = (356,-350); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(601,-353,l), +(653,-110,l), +(375,-110,l), +(323,-353,l) +); +}, +{ +closed = 1; +nodes = ( +(186,-353,l), +(238,-110,l), +(-40,-110,l), +(-92,-353,l) +); +} +); +width = 893; +} +); +metricLeft = H; +metricRight = H; +unicode = 804; +}, +{ +color = 10; +glyphname = ringbelowcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (283,0); +}, +{ +name = bottom; +pos = (283,-352); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(312,-302,o), +(366,-250,o), +(366,-177,cs), +(366,-103,o), +(312,-51,o), +(234,-51,cs), +(155,-51,o), +(100,-103,o), +(100,-177,cs), +(100,-250,o), +(155,-302,o), +(234,-302,cs) +); +}, +{ +closed = 1; +nodes = ( +(184,-254,o), +(148,-222,o), +(148,-177,cs), +(148,-131,o), +(184,-99,o), +(234,-99,cs), +(283,-99,o), +(318,-131,o), +(318,-177,cs), +(318,-222,o), +(283,-254,o), +(234,-254,cs) +); +} +); +width = 466; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (306,0); +}, +{ +name = bottom; +pos = (306,-403); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(380,-363,o), +(452,-297,o), +(452,-204,cs), +(452,-113,o), +(380,-50,o), +(277,-50,cs), +(173,-50,o), +(100,-113,o), +(100,-204,cs), +(100,-297,o), +(173,-363,o), +(277,-363,cs) +); +}, +{ +closed = 1; +nodes = ( +(245,-262,o), +(222,-238,o), +(222,-205,cs), +(222,-173,o), +(245,-150,o), +(277,-150,cs), +(309,-150,o), +(331,-173,o), +(331,-205,cs), +(331,-238,o), +(309,-262,o), +(277,-262,cs) +); +} +); +width = 552; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (397,0); +}, +{ +name = bottom; +pos = (397,-510); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(515,-510,o), +(623,-418,o), +(623,-286,cs), +(623,-155,o), +(515,-63,o), +(362,-63,cs), +(208,-63,o), +(100,-155,o), +(100,-286,cs), +(100,-418,o), +(208,-510,o), +(362,-510,cs) +); +}, +{ +closed = 1; +nodes = ( +(320,-365,o), +(290,-332,o), +(290,-286,cs), +(290,-241,o), +(320,-209,o), +(362,-209,cs), +(404,-209,o), +(434,-241,o), +(434,-286,cs), +(434,-332,o), +(404,-365,o), +(362,-365,cs) +); +} +); +width = 723; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-3,0); +}, +{ +name = bottom; +pos = (-3,-352); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(142,-302,o), +(205,-250,o), +(218,-177,cs), +(231,-103,o), +(186,-51,o), +(108,-51,cs), +(29,-51,o), +(-35,-103,o), +(-48,-177,cs), +(-61,-250,o), +(-15,-302,o), +(64,-302,cs) +); +}, +{ +closed = 1; +nodes = ( +(22,-254,o), +(-8,-222,o), +(0,-177,cs), +(8,-131,o), +(50,-99,o), +(100,-99,cs), +(149,-99,o), +(178,-131,o), +(170,-177,cs), +(162,-222,o), +(121,-254,o), +(72,-254,cs) +); +} +); +width = 466; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (17,0); +}, +{ +name = bottom; +pos = (17,-403); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(198,-363,o), +(282,-297,o), +(298,-204,cs), +(314,-113,o), +(254,-50,o), +(151,-50,cs), +(47,-50,o), +(-38,-113,o), +(-54,-204,cs), +(-70,-297,o), +(-9,-363,o), +(95,-363,cs) +); +}, +{ +closed = 1; +nodes = ( +(81,-262,o), +(62,-238,o), +(68,-205,cs), +(74,-173,o), +(101,-150,o), +(133,-150,cs), +(165,-150,o), +(183,-173,o), +(177,-205,cs), +(171,-238,o), +(145,-262,o), +(113,-262,cs) +); +} +); +width = 552; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (58,0); +}, +{ +name = bottom; +pos = (58,-510); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,-510,o), +(422,-418,o), +(445,-286,cs), +(468,-155,o), +(376,-63,o), +(223,-63,cs), +(69,-63,o), +(-55,-155,o), +(-78,-286,cs), +(-101,-418,o), +(-9,-510,o), +(145,-510,cs) +); +}, +{ +closed = 1; +nodes = ( +(128,-365,o), +(104,-332,o), +(112,-286,cs), +(120,-241,o), +(156,-209,o), +(198,-209,cs), +(240,-209,o), +(264,-241,o), +(256,-286,cs), +(248,-332,o), +(212,-365,o), +(170,-365,cs) +); +} +); +width = 723; +} +); +metricLeft = H; +metricRight = H; +unicode = 805; +}, +{ +color = 4; +glyphname = commaaccentcomb; +lastChange = "2025-12-11 15:06:31 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (219,0); +}, +{ +name = bottom; +pos = (239,-404); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(154,-352,l), +(245,-123,l), +(185,-123,l), +(110,-352,l) +); +} +); +width = 355; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (264,0); +}, +{ +name = bottom; +pos = (264,-380); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(273,-364,l), +(413,-115,l), +(200,-115,l), +(110,-364,l) +); +} +); +width = 523; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (391,0); +}, +{ +name = bottom; +pos = (391,-560); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(353,-468,l), +(533,-129,l), +(180,-129,l), +(110,-468,l) +); +} +); +width = 643; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (110,0); +}, +{ +name = bottom; +pos = (44,-404); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-30,-352,l), +(110,-123,l), +(50,-123,l), +(-74,-352,l) +); +} +); +width = 356; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (148,0); +}, +{ +name = bottom; +pos = (68,-380); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(130,-364,l), +(273,-115,l), +(110,-115,l), +(-83,-364,l) +); +} +); +}; +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(71,-327,l), +(264,-78,l), +(51,-78,l), +(-92,-327,l) +); +} +); +width = 513; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (275,0); +}, +{ +name = bottom; +pos = (155,-560); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(137,-468,l), +(389,-129,l), +(36,-129,l), +(-106,-468,l) +); +} +); +width = 643; +} +); +metricLeft = i; +metricRight = i; +unicode = 806; +}, +{ +color = 6; +glyphname = cedillacomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (178,0); +}, +{ +name = bottom; +pos = (184,-383); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(281,-347,o), +(376,-297,o), +(376,-207,cs), +(376,-128,o), +(307,-83,o), +(183,-81,c), +(202,0,l), +(152,0,l), +(122,-126,l), +(253,-125,o), +(326,-153,o), +(326,-204,cs), +(326,-265,o), +(249,-299,o), +(111,-299,c), +(110,-347,l) +); +} +); +width = 486; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (240,0); +}, +{ +name = bottom; +pos = (244,-437); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(314,-365,o), +(446,-298,o), +(446,-195,cs), +(446,-126,o), +(385,-75,o), +(291,-65,c), +(301,2,l), +(175,2,l), +(147,-144,l), +(250,-143,o), +(316,-163,o), +(316,-195,cs), +(316,-221,o), +(245,-237,o), +(134,-237,c), +(110,-365,l) +); +} +); +width = 556; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (276,0); +}, +{ +name = bottom; +pos = (232,-383); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(367,-409,o), +(533,-326,o), +(533,-198,cs), +(533,-112,o), +(475,-57,o), +(378,-57,c), +(384,0,l), +(156,0,l), +(140,-149,l), +(271,-149,o), +(336,-169,o), +(336,-201,cs), +(336,-230,o), +(269,-248,o), +(134,-248,c), +(110,-409,l) +); +} +); +width = 643; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (69,0); +}, +{ +name = bottom; +pos = (-7,-383); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(98,-347,o), +(204,-297,o), +(223,-207,cs), +(239,-128,o), +(180,-83,o), +(56,-81,c), +(93,0,l), +(43,0,l), +(-14,-126,l), +(117,-125,o), +(184,-153,o), +(173,-204,cs), +(160,-265,o), +(76,-299,o), +(-62,-299,c), +(-73,-347,l) +); +} +); +width = 487; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (124,0); +}, +{ +name = bottom; +pos = (35,-437); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(121,-365,o), +(267,-298,o), +(289,-195,cs), +(303,-126,o), +(253,-75,o), +(161,-65,c), +(186,2,l), +(60,2,l), +(1,-144,l), +(104,-143,o), +(166,-163,o), +(159,-195,cs), +(153,-221,o), +(79,-237,o), +(-32,-237,c), +(-83,-365,l) +); +} +); +width = 546; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (170,0); +}, +{ +name = bottom; +pos = (44,-383); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,-439,o), +(383,-348,o), +(410,-218,cs), +(431,-123,o), +(375,-57,o), +(275,-57,c), +(298,0,l), +(40,0,l), +(-28,-149,l), +(99,-149,o), +(184,-170,o), +(177,-201,cs), +(171,-229,o), +(75,-248,o), +(-55,-248,c), +(-100,-439,l) +); +} +); +width = 683; +} +); +metricLeft = i; +metricRight = i; +unicode = 807; +}, +{ +color = 6; +glyphname = ogonekcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _ogonek; +pos = (229,0); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(311,-269,l), +(219,-269,o), +(162,-227,o), +(163,-159,cs), +(164,-106,o), +(201,-44,o), +(258,0,c), +(208,14,l), +(148,-29,o), +(110,-95,o), +(110,-158,cs), +(110,-256,o), +(188,-318,o), +(311,-318,c) +); +} +); +width = 421; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (297,0); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(437,-242,l), +(320,-242,o), +(247,-206,o), +(247,-148,c), +(247,-96,o), +(298,-39,o), +(378,0,c), +(225,0,l), +(154,-35,o), +(110,-103,o), +(110,-177,cs), +(110,-303,o), +(236,-382,o), +(437,-382,c) +); +} +); +width = 547; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (362,0); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(586,-205,l), +(469,-205,o), +(387,-173,o), +(387,-128,c), +(387,-87,o), +(437,-35,o), +(508,0,c), +(245,0,l), +(166,-31,o), +(110,-104,o), +(110,-177,cs), +(110,-317,o), +(307,-415,o), +(586,-415,c) +); +} +); +width = 696; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (90,0); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(172,-269,l), +(80,-269,o), +(23,-227,o), +(24,-159,cs), +(25,-106,o), +(62,-44,o), +(119,0,c), +(69,14,l), +(9,-29,o), +(-29,-95,o), +(-29,-158,cs), +(-29,-256,o), +(49,-318,o), +(172,-318,c) +); +} +); +width = 459; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (148,0); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(288,-242,l), +(171,-242,o), +(98,-206,o), +(98,-148,c), +(98,-96,o), +(149,-39,o), +(229,0,c), +(76,0,l), +(5,-35,o), +(-39,-103,o), +(-39,-177,cs), +(-39,-303,o), +(87,-382,o), +(288,-382,c) +); +} +); +width = 585; +}, +{ +anchors = ( +{ +name = _ogonek; +pos = (211,0); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,-205,l), +(318,-205,o), +(236,-173,o), +(236,-128,c), +(236,-87,o), +(286,-35,o), +(357,0,c), +(94,0,l), +(15,-31,o), +(-41,-104,o), +(-41,-177,cs), +(-41,-317,o), +(156,-415,o), +(435,-415,c) +); +} +); +width = 750; +} +); +metricLeft = i; +metricRight = i; +unicode = 808; +}, +{ +color = 6; +glyphname = circumflexbelowcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (317,0); +}, +{ +name = bottom; +pos = (317,-288); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,-302,l), +(316,-140,l), +(318,-140,l), +(460,-302,l), +(524,-302,l), +(339,-93,l), +(295,-93,l), +(110,-302,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (372,0); +}, +{ +name = bottom; +pos = (372,-288); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(304,-340,l), +(378,-225,l), +(384,-225,l), +(460,-340,l), +(654,-340,l), +(484,-101,l), +(278,-101,l), +(110,-340,l) +); +} +); +width = 764; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (525,0); +}, +{ +name = bottom; +pos = (555,-406); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(422,-470,l), +(521,-295,l), +(531,-295,l), +(628,-470,l), +(940,-470,l), +(714,-121,l), +(338,-121,l), +(110,-470,l) +); +} +); +width = 1050; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (210,0); +}, +{ +name = bottom; +pos = (210,-288); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,-302,l), +(176,-140,l), +(178,-140,l), +(286,-302,l), +(350,-302,l), +(209,-93,l), +(165,-93,l), +(-64,-302,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (265,0); +}, +{ +name = bottom; +pos = (265,-288); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(116,-340,l), +(214,-225,l), +(220,-225,l), +(272,-340,l), +(466,-340,l), +(346,-101,l), +(140,-101,l), +(-78,-340,l) +); +} +); +width = 754; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (412,0); +}, +{ +name = bottom; +pos = (412,-406); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(205,-470,l), +(341,-295,l), +(351,-295,l), +(411,-470,l), +(723,-470,l), +(571,-121,l), +(195,-121,l), +(-107,-470,l) +); +} +); +width = 1050; +} +); +metricLeft = i; +metricRight = i; +unicode = 813; +}, +{ +color = 6; +glyphname = brevebelowcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (289,0); +}, +{ +name = bottom; +pos = (289,-424); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(405,-274,o), +(478,-200,o), +(478,-83,c), +(430,-83,l), +(429,-172,o), +(375,-230,o), +(289,-230,cs), +(203,-230,o), +(149,-172,o), +(148,-83,c), +(100,-83,l), +(100,-200,o), +(173,-274,o), +(289,-274,cs) +); +} +); +width = 578; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (339,0); +}, +{ +name = bottom; +pos = (339,-473); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(486,-293,o), +(578,-208,o), +(578,-72,c), +(411,-72,l), +(410,-130,o), +(382,-166,o), +(339,-166,cs), +(296,-166,o), +(268,-130,o), +(267,-72,c), +(100,-72,l), +(100,-208,o), +(192,-293,o), +(339,-293,cs) +); +} +); +width = 678; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (465,0); +}, +{ +name = bottom; +pos = (465,-396); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(689,-406,o), +(830,-282,o), +(830,-85,c), +(561,-85,l), +(560,-161,o), +(523,-209,o), +(465,-209,cs), +(407,-209,o), +(370,-161,o), +(369,-85,c), +(100,-85,l), +(100,-282,o), +(241,-406,o), +(465,-406,cs) +); +} +); +width = 930; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (172,0); +}, +{ +name = bottom; +pos = (172,-424); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(243,-274,o), +(329,-200,o), +(350,-83,c), +(302,-83,l), +(285,-172,o), +(221,-230,o), +(135,-230,cs), +(49,-230,o), +(5,-172,o), +(20,-83,c), +(-28,-83,l), +(-49,-200,o), +(11,-274,o), +(127,-274,cs) +); +} +); +width = 578; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (237,0); +}, +{ +name = bottom; +pos = (237,-473); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,-293,o), +(429,-208,o), +(452,-72,c), +(285,-72,l), +(274,-130,o), +(240,-166,o), +(197,-166,cs), +(154,-166,o), +(132,-130,o), +(141,-72,c), +(-26,-72,l), +(-49,-208,o), +(28,-293,o), +(175,-293,cs) +); +} +); +width = 678; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (358,0); +}, +{ +name = bottom; +pos = (358,-396); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(498,-406,o), +(661,-282,o), +(695,-85,c), +(426,-85,l), +(412,-161,o), +(366,-209,o), +(308,-209,cs), +(250,-209,o), +(222,-161,o), +(234,-85,c), +(-35,-85,l), +(-69,-282,o), +(50,-406,o), +(274,-406,cs) +); +} +); +width = 930; +} +); +metricLeft = H; +metricRight = H; +unicode = 814; +}, +{ +color = 6; +glyphname = tildebelowcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (289,0); +}, +{ +name = bottom; +pos = (289,-242); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(409,-212,o), +(449,-195,o), +(477,-164,c), +(476,-112,l), +(443,-143,o), +(404,-163,o), +(374,-163,cs), +(323,-163,o), +(267,-101,o), +(200,-101,cs), +(172,-101,o), +(133,-118,o), +(100,-148,c), +(100,-200,l), +(131,-169,o), +(169,-150,o), +(200,-150,cs), +(258,-150,o), +(309,-212,o), +(374,-212,cs) +); +} +); +width = 577; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (357,0); +}, +{ +name = bottom; +pos = (357,-375); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(528,-308,o), +(583,-289,o), +(613,-258,c), +(613,-122,l), +(572,-149,o), +(515,-166,o), +(463,-166,cs), +(400,-166,o), +(338,-112,o), +(255,-112,cs), +(204,-112,o), +(145,-134,o), +(100,-168,c), +(100,-304,l), +(141,-273,o), +(200,-254,o), +(255,-254,cs), +(327,-254,o), +(390,-308,o), +(471,-308,cs) +); +} +); +width = 713; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (479,0); +}, +{ +name = bottom; +pos = (479,-394); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(718,-454,o), +(810,-420,o), +(858,-367,c), +(858,-147,l), +(802,-187,o), +(718,-212,o), +(643,-212,cs), +(558,-212,o), +(463,-115,o), +(351,-115,cs), +(279,-115,o), +(182,-145,o), +(100,-209,c), +(100,-430,l), +(178,-385,o), +(265,-357,o), +(324,-357,cs), +(422,-357,o), +(507,-454,o), +(616,-454,cs) +); +} +); +width = 958; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (187,0); +}, +{ +name = bottom; +pos = (187,-242); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(260,-212,o), +(308,-197,o), +(339,-174,c), +(360,-112,l), +(314,-143,o), +(265,-163,o), +(236,-163,cs), +(185,-163,o), +(156,-101,o), +(89,-101,cs), +(50,-101,o), +(3,-116,o), +(-31,-138,c), +(-53,-200,l), +(-10,-170,o), +(38,-150,o), +(68,-150,cs), +(126,-150,o), +(150,-212,o), +(215,-212,cs) +); +} +); +width = 594; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (269,0); +}, +{ +name = bottom; +pos = (269,-375); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(352,-308,o), +(411,-289,o), +(448,-258,c), +(477,-122,l), +(430,-149,o), +(369,-166,o), +(317,-166,cs), +(254,-166,o), +(204,-112,o), +(121,-112,cs), +(70,-112,o), +(6,-134,o), +(-46,-168,c), +(-75,-304,l), +(-27,-273,o), +(36,-254,o), +(91,-254,cs), +(163,-254,o), +(214,-308,o), +(295,-308,cs) +); +} +); +width = 713; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (385,0); +}, +{ +name = bottom; +pos = (385,-394); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(505,-454,o), +(604,-420,o), +(663,-367,c), +(710,-147,l), +(646,-187,o), +(556,-212,o), +(481,-212,cs), +(396,-212,o), +(322,-115,o), +(210,-115,cs), +(138,-115,o), +(35,-145,o), +(-61,-209,c), +(-108,-430,l), +(-20,-385,o), +(73,-357,o), +(132,-357,cs), +(230,-357,o), +(294,-454,o), +(403,-454,cs) +); +} +); +width = 958; +} +); +metricLeft = H; +metricRight = H; +unicode = 816; +}, +{ +color = 6; +glyphname = macronbelowcomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (301,0); +}, +{ +name = bottom; +pos = (301,-225); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(491,-159,l), +(491,-111,l), +(110,-111,l), +(110,-159,l) +); +} +); +width = 601; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (346,0); +}, +{ +name = bottom; +pos = (346,-225); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(581,-262,l), +(581,-122,l), +(110,-122,l), +(110,-262,l) +); +} +); +width = 691; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (437,0); +}, +{ +name = bottom; +pos = (437,-225); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(763,-377,l), +(763,-137,l), +(110,-137,l), +(110,-377,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (228,0); +}, +{ +name = bottom; +pos = (228,-225); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(348,-159,l), +(358,-111,l), +(-23,-111,l), +(-33,-159,l) +); +} +); +width = 601; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (253,0); +}, +{ +name = bottom; +pos = (253,-225); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(410,-262,l), +(440,-122,l), +(-31,-122,l), +(-61,-262,l) +); +} +); +width = 681; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (308,0); +}, +{ +name = bottom; +pos = (308,-225); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(566,-377,l), +(618,-137,l), +(-35,-137,l), +(-87,-377,l) +); +} +); +width = 874; +} +); +metricLeft = i; +metricRight = i; +unicode = 817; +}, +{ +category = Mark; +color = 6; +export = 0; +glyphname = invertedbrevecomb; +lastChange = "2025-12-11 15:01:49 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (289,940); +}, +{ +name = top; +pos = (289,1350); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,1087,l), +(149,1176,o), +(203,1234,o), +(289,1234,cs), +(375,1234,o), +(429,1176,o), +(430,1087,c), +(478,1087,l), +(478,1204,o), +(405,1278,o), +(289,1278,cs), +(173,1278,o), +(100,1204,o), +(100,1087,c) +); +} +); +width = 578; +}, +{ +anchors = ( +{ +name = _top; +pos = (339,940); +}, +{ +name = top; +pos = (339,1310); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(267,1042,l), +(268,1100,o), +(296,1136,o), +(339,1136,cs), +(382,1136,o), +(410,1100,o), +(411,1042,c), +(578,1042,l), +(578,1178,o), +(486,1263,o), +(339,1263,cs), +(192,1263,o), +(100,1178,o), +(100,1042,c) +); +} +); +width = 678; +}, +{ +anchors = ( +{ +name = _top; +pos = (465,1000); +}, +{ +name = top; +pos = (465,1490); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(369,1117,l), +(370,1193,o), +(407,1241,o), +(465,1241,cs), +(523,1241,o), +(560,1193,o), +(561,1117,c), +(830,1117,l), +(830,1314,o), +(689,1438,o), +(465,1438,cs), +(241,1438,o), +(100,1314,o), +(100,1117,c) +); +} +); +width = 930; +}, +{ +anchors = ( +{ +name = _top; +pos = (371,940); +}, +{ +name = top; +pos = (371,1350); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,1087,l), +(286,1176,o), +(350,1234,o), +(436,1234,cs), +(522,1234,o), +(566,1176,o), +(551,1087,c), +(599,1087,l), +(620,1204,o), +(560,1278,o), +(444,1278,cs), +(328,1278,o), +(242,1204,o), +(221,1087,c) +); +} +); +width = 578; +}, +{ +anchors = ( +{ +name = _top; +pos = (424,940); +}, +{ +name = top; +pos = (424,1310); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(378,1042,l), +(389,1100,o), +(423,1136,o), +(466,1136,cs), +(509,1136,o), +(531,1100,o), +(522,1042,c), +(689,1042,l), +(712,1178,o), +(635,1263,o), +(488,1263,cs), +(341,1263,o), +(234,1178,o), +(211,1042,c) +); +} +); +width = 678; +}, +{ +anchors = ( +{ +name = _top; +pos = (538,1000); +}, +{ +name = top; +pos = (538,1490); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(490,1117,l), +(504,1193,o), +(550,1241,o), +(608,1241,cs), +(666,1241,o), +(694,1193,o), +(682,1117,c), +(951,1117,l), +(985,1314,o), +(866,1438,o), +(642,1438,cs), +(418,1438,o), +(255,1314,o), +(221,1117,c) +); +} +); +width = 930; +} +); +metricLeft = H; +metricRight = H; +subCategory = Nonspacing; +}, +{ +color = 10; +glyphname = dieresis; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = dieresiscomb; +} +); +width = 553; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = dieresiscomb; +} +); +width = 687; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = dieresiscomb; +} +); +width = 893; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = dieresiscomb; +} +); +width = 553; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = dieresiscomb; +} +); +width = 687; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = dieresiscomb; +} +); +width = 893; +} +); +metricLeft = H; +metricRight = H; +unicode = 168; +}, +{ +color = 10; +glyphname = dotaccent; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = dotaccentcomb; +} +); +width = 270; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = dotaccentcomb; +} +); +width = 403; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = dotaccentcomb; +} +); +width = 523; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = dotaccentcomb; +} +); +width = 271; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = dotaccentcomb; +} +); +width = 404; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = dotaccentcomb; +} +); +width = 523; +} +); +metricLeft = H; +metricRight = H; +unicode = 729; +}, +{ +color = 10; +glyphname = grave; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = gravecomb; +} +); +width = 335; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = gravecomb; +} +); +width = 503; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = gravecomb; +} +); +width = 623; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = gravecomb; +} +); +width = 336; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = gravecomb; +} +); +width = 504; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = gravecomb; +} +); +width = 623; +} +); +metricLeft = H; +metricRight = H; +unicode = 96; +}, +{ +color = 6; +glyphname = acute; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (119,940); +}, +{ +name = top; +pos = (209,1197); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = acutecomb; +} +); +width = 335; +}, +{ +anchors = ( +{ +name = _top; +pos = (177,940); +}, +{ +name = top; +pos = (301,1263); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = acutecomb; +} +); +width = 503; +}, +{ +anchors = ( +{ +name = _top; +pos = (217,1000); +}, +{ +name = top; +pos = (337,1441); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = acutecomb; +} +); +width = 623; +}, +{ +anchors = ( +{ +name = _top; +pos = (184.515,940); +}, +{ +name = top; +pos = (388.939,1197); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = acutecomb; +} +); +width = 340; +}, +{ +anchors = ( +{ +name = _top; +pos = (261.515,940); +}, +{ +name = top; +pos = (509.324,1263); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = acutecomb; +} +); +width = 509; +}, +{ +anchors = ( +{ +name = _top; +pos = (313,1000); +}, +{ +name = top; +pos = (600,1441); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = acutecomb; +} +); +width = 629; +} +); +metricLeft = H; +metricRight = H; +unicode = 180; +}, +{ +color = 10; +glyphname = hungarumlaut; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = hungarumlautcomb; +} +); +width = 548; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = hungarumlautcomb; +} +); +width = 773; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = hungarumlautcomb; +} +); +width = 1070; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = hungarumlautcomb; +} +); +width = 548; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = hungarumlautcomb; +} +); +width = 772; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = hungarumlautcomb; +} +); +width = 1069; +} +); +metricLeft = H; +metricRight = H; +unicode = 733; +}, +{ +color = 10; +glyphname = circumflex; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = circumflexcomb; +} +); +width = 614; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = circumflexcomb; +} +); +width = 744; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = circumflexcomb; +} +); +width = 1030; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = circumflexcomb; +} +); +width = 614; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = circumflexcomb; +} +); +width = 744; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = circumflexcomb; +} +); +width = 1030; +} +); +metricLeft = H; +metricRight = H; +unicode = 710; +}, +{ +color = 10; +glyphname = caron; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = caroncomb; +} +); +width = 614; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = caroncomb; +} +); +width = 744; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = caroncomb; +} +); +width = 1030; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = caroncomb; +} +); +width = 614; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = caroncomb; +} +); +width = 744; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = caroncomb; +} +); +width = 1030; +} +); +metricLeft = H; +metricRight = H; +unicode = 711; +}, +{ +color = 10; +glyphname = breve; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = brevecomb; +} +); +width = 578; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = brevecomb; +} +); +width = 678; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = brevecomb; +} +); +width = 930; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = brevecomb; +} +); +width = 578; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = brevecomb; +} +); +width = 678; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = brevecomb; +} +); +width = 931; +} +); +metricLeft = H; +metricRight = H; +unicode = 728; +}, +{ +color = 10; +glyphname = ring; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = ringcomb; +} +); +width = 466; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = ringcomb; +} +); +width = 552; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = ringcomb; +} +); +width = 723; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = ringcomb; +} +); +width = 466; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = ringcomb; +} +); +width = 553; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = ringcomb; +} +); +width = 723; +} +); +metricLeft = H; +metricRight = H; +unicode = 730; +}, +{ +color = 10; +glyphname = tilde; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = tildecomb; +} +); +width = 577; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = tildecomb; +} +); +width = 713; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = tildecomb; +} +); +width = 958; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = tildecomb; +} +); +width = 594; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = tildecomb; +} +); +width = 713; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = tildecomb; +} +); +width = 958; +} +); +metricLeft = H; +metricRight = H; +unicode = 732; +}, +{ +color = 10; +glyphname = macron; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = macroncomb; +} +); +width = 581; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = macroncomb; +} +); +width = 671; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = macroncomb; +} +); +width = 853; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = macroncomb; +} +); +width = 581; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = macroncomb; +} +); +width = 672; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = macroncomb; +} +); +width = 854; +} +); +metricLeft = H; +metricRight = H; +unicode = 175; +}, +{ +color = 10; +glyphname = cedilla; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = cedillacomb; +} +); +width = 466; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = cedillacomb; +} +); +width = 536; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = cedillacomb; +} +); +width = 623; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = cedillacomb; +} +); +width = 467; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = cedillacomb; +} +); +width = 536; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = cedillacomb; +} +); +width = 663; +} +); +metricLeft = H; +metricRight = H; +unicode = 184; +}, +{ +color = 10; +glyphname = ogonek; +lastChange = "2025-12-11 15:02:24 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +pos = (-10,0); +ref = ogonekcomb; +} +); +width = 401; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +pos = (-10,0); +ref = ogonekcomb; +} +); +width = 527; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +pos = (-10,0); +ref = ogonekcomb; +} +); +width = 676; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +pos = (-11,0); +ref = ogonekcomb; +} +); +width = 439; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +pos = (-5,0); +ref = ogonekcomb; +} +); +width = 575; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +pos = (-10,0); +ref = ogonekcomb; +} +); +width = 730; +} +); +metricLeft = H; +metricRight = H; +unicode = 731; +}, +{ +color = 6; +glyphname = caron.alt; +lastChange = "2025-12-11 15:09:45 +0000"; +layers = ( +{ +anchors = ( +{ +name = _topright; +pos = (280,1519); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(251,1518,l), +(196,1129,l), +(240,1129,l), +(311,1518,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = _topright; +pos = (295,1521); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(195,1521,l), +(155,1122,l), +(228,1122,l), +(408,1521,l) +); +} +); +width = 764; +}, +{ +anchors = ( +{ +name = _topright; +pos = (308,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(212,1444,l), +(182,1015,l), +(385,1015,l), +(565,1444,l) +); +} +); +width = 1050; +}, +{ +anchors = ( +{ +name = _topright; +pos = (560,1519); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(512,1518,l), +(375,1129,l), +(419,1129,l), +(572,1518,l) +); +} +); +width = 634; +}, +{ +anchors = ( +{ +name = _topright; +pos = (495,1521); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(397,1521,l), +(273,1122,l), +(346,1122,l), +(610,1521,l) +); +} +); +width = 754; +}, +{ +anchors = ( +{ +name = _topright; +pos = (608,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(558,1444,l), +(436,1015,l), +(639,1015,l), +(911,1444,l) +); +} +); +width = 1050; +} +); +metricLeft = i; +metricRight = i; +}, +{ +category = Mark; +color = 6; +glyphname = commaaccentrotate; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (138,950); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,1065,l), +(160,1140,ls), +(160,1184,o), +(186,1247,o), +(221,1289,c), +(194,1320,l), +(145,1288,o), +(110,1214,o), +(110,1146,cs), +(110,1065,l) +); +} +); +width = 331; +}, +{ +anchors = ( +{ +name = _top; +pos = (198,950); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,1065,l), +(280,1140,ls), +(280,1187,o), +(301,1246,o), +(329,1279,c), +(215,1347,l), +(154,1306,o), +(110,1230,o), +(110,1166,cs), +(110,1065,l) +); +} +); +width = 439; +}, +{ +anchors = ( +{ +name = _top; +pos = (238,1000); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(364,1125,l), +(364,1192,ls), +(364,1262,o), +(395,1350,o), +(437,1400,c), +(267,1501,l), +(176,1440,o), +(110,1326,o), +(110,1231,cs), +(110,1125,l) +); +} +); +width = 547; +}, +{ +anchors = ( +{ +name = _top; +pos = (231,950); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(277,1065,l), +(293,1140,ls), +(302,1184,o), +(342,1247,o), +(386,1289,c), +(365,1320,l), +(310,1288,o), +(259,1214,o), +(244,1146,cs), +(227,1065,l) +); +} +); +width = 332; +}, +{ +anchors = ( +{ +name = _top; +pos = (285,950); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(391,1065,l), +(407,1140,ls), +(417,1187,o), +(451,1246,o), +(486,1279,c), +(386,1347,l), +(316,1306,o), +(256,1230,o), +(243,1166,cs), +(221,1065,l) +); +} +); +width = 430; +}, +{ +anchors = ( +{ +name = _top; +pos = (334,1000); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(486,1125,l), +(501,1192,ls), +(515,1262,o), +(565,1350,o), +(618,1400,c), +(469,1501,l), +(365,1440,o), +(275,1326,o), +(255,1231,cs), +(232,1125,l) +); +} +); +width = 547; +} +); +metricLeft = i; +metricRight = i; +}, +{ +color = 10; +glyphname = apostrophemod; +lastChange = "2025-12-11 15:02:09 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +ref = quoteright; +} +); +width = 289; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +ref = quoteright; +} +); +width = 432; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +ref = quoteright; +} +); +width = 556; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +ref = quoteright; +} +); +width = 290; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +ref = quoteright; +} +); +width = 432; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +ref = quoteright; +} +); +width = 556; +} +); +unicode = 700; +}, +{ +color = 6; +export = 0; +glyphname = _cjkguide; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +width = 1000; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +width = 1000; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +width = 1000; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +width = 1000; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +width = 1000; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +width = 1000; +} +); +script = han; +}, +{ +color = 6; +export = 0; +glyphname = "bottom-hook"; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(261,0,l), +(261,-276,l), +(312,-276,l), +(311,48,l), +(100,48,l) +); +} +); +width = 412; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(261,0,l), +(261,-266,l), +(441,-266,l), +(440,160,l), +(100,160,l) +); +} +); +width = 541; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,-1,l), +(143,-1,l), +(143,-241,l), +(533,-241,l), +(533,339,l), +(100,339,l) +); +} +); +width = 633; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(-10,0,l), +(151,0,l), +(93,-276,l), +(144,-276,l), +(211,48,l), +(0,48,l) +); +} +); +width = 413; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(-11,0,l), +(150,0,l), +(94,-266,l), +(274,-266,l), +(363,160,l), +(23,160,l) +); +} +); +width = 541; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(-17,-1,l), +(26,-1,l), +(-25,-241,l), +(365,-241,l), +(489,339,l), +(56,339,l) +); +} +); +width = 634; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 6; +export = 0; +glyphname = "bottom-hook-angle"; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(246,0,l), +(164,-244,l), +(216,-244,l), +(307,28,l), +(307,48,l), +(100,48,l) +); +} +); +width = 407; +}, +{ +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,0,l), +(230,0,l), +(150,-256,l), +(326,-256,l), +(433,79,l), +(433,160,l), +(100,160,l) +); +} +); +width = 533; +}, +{ +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1,l), +(183,1,l), +(133,-240,l), +(523,-240,l), +(605,94,l), +(605,237,l), +(100,237,l) +); +} +); +width = 705; +}, +{ +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(0,0,l), +(146,0,l), +(64,-244,l), +(116,-244,l), +(207,28,l), +(207,48,l), +(0,48,l) +); +} +); +width = 412; +}, +{ +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(23,0,l), +(153,0,l), +(73,-256,l), +(249,-256,l), +(356,79,l), +(356,160,l), +(23,160,l) +); +} +); +width = 550; +}, +{ +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(33,1,l), +(116,1,l), +(66,-240,l), +(456,-240,l), +(538,94,l), +(538,237,l), +(33,237,l) +); +} +); +width = 735; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 6; +export = 0; +glyphname = topbar; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +anchors = ( +{ +name = _topbar; +pos = (328,1189); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1189,l), +(583,1189,l), +(583,1237,l), +(100,1237,l) +); +} +); +width = 683; +}, +{ +anchors = ( +{ +name = _topbar; +pos = (387,1139); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1139,l), +(693,1139,l), +(693,1279,l), +(100,1279,l) +); +} +); +width = 793; +}, +{ +anchors = ( +{ +name = _topbar; +pos = (407,1149); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(100,1149,l), +(773,1149,l), +(773,1389,l), +(100,1389,l) +); +} +); +width = 873; +}, +{ +anchors = ( +{ +name = _topbar; +pos = (475,1189); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(242,1189,l), +(725,1189,l), +(735,1237,l), +(252,1237,l) +); +} +); +width = 683; +}, +{ +anchors = ( +{ +name = _topbar; +pos = (534,1139); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(232,1139,l), +(825,1139,l), +(855,1279,l), +(262,1279,l) +); +} +); +width = 794; +}, +{ +anchors = ( +{ +name = _topbar; +pos = (560,1149); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(227,1149,l), +(900,1149,l), +(952,1389,l), +(279,1389,l) +); +} +); +width = 874; +} +); +metricLeft = H; +metricRight = H; +}, +{ +color = 6; +export = 0; +glyphname = tophook; +lastChange = "2025-12-11 14:44:38 +0000"; +layers = ( +{ +anchors = ( +{ +name = _tophook; +pos = (562,1443); +} +); +layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; +shapes = ( +{ +closed = 1; +nodes = ( +(562,1443,l), +(244,1443,ls), +(152,1443,o), +(100,1392,o), +(100,1302,c), +(100,1227,l), +(150,1227,l), +(150,1313,l), +(150,1366,o), +(185,1395,o), +(248,1395,cs), +(562,1395,l) +); +} +); +width = 662; +}, +{ +anchors = ( +{ +name = _tophook; +pos = (742,1443); +} +); +layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; +shapes = ( +{ +closed = 1; +nodes = ( +(742,1443,l), +(374,1443,ls), +(198,1443,o), +(100,1359,o), +(100,1209,c), +(100,1104,l), +(280,1104,l), +(280,1220,l), +(280,1260,o), +(315,1282,o), +(378,1282,cs), +(742,1282,l) +); +} +); +width = 842; +}, +{ +anchors = ( +{ +name = _tophook; +pos = (822,1443); +} +); +layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; +shapes = ( +{ +closed = 1; +nodes = ( +(822,1443,l), +(444,1443,ls), +(191,1443,o), +(100,1359,o), +(100,1115,c), +(100,1040,l), +(380,1040,l), +(380,1126,l), +(380,1185,o), +(415,1218,o), +(478,1218,cs), +(822,1218,l) +); +} +); +width = 922; +}, +{ +anchors = ( +{ +name = _tophook; +pos = (735,1443); +} +); +layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; +shapes = ( +{ +closed = 1; +nodes = ( +(758,1443,l), +(440,1443,ls), +(348,1443,o), +(285,1392,o), +(266,1302,c), +(250,1227,l), +(300,1227,l), +(318,1313,l), +(330,1366,o), +(371,1395,o), +(434,1395,cs), +(748,1395,l) +); +} +); +width = 662; +}, +{ +anchors = ( +{ +name = _tophook; +pos = (902,1443); +} +); +layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; +shapes = ( +{ +closed = 1; +nodes = ( +(938,1443,l), +(570,1443,ls), +(394,1443,o), +(278,1359,o), +(246,1209,c), +(224,1104,l), +(404,1104,l), +(429,1220,l), +(437,1260,o), +(477,1282,o), +(540,1282,cs), +(904,1282,l) +); +} +); +width = 842; +}, +{ +anchors = ( +{ +name = _tophook; +pos = (969,1443); +} +); +layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; +shapes = ( +{ +closed = 1; +nodes = ( +(1012,1443,l), +(634,1443,ls), +(381,1443,o), +(272,1359,o), +(220,1115,c), +(204,1040,l), +(484,1040,l), +(502,1126,l), +(515,1185,o), +(557,1218,o), +(620,1218,cs), +(964,1218,l) +); +} +); +width = 922; +} +); +metricLeft = H; +metricRight = H; +} +); +instances = ( +{ +axesValues = ( +100, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"B1815A28-7A99-448B-912A-F8CD41C6863A" = 1; +}; +name = Thin; +weightClass = 100; +}, +{ +axesValues = ( +200, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.33333; +"B1815A28-7A99-448B-912A-F8CD41C6863A" = 0.66667; +}; +name = ExtraLight; +weightClass = 200; +}, +{ +axesValues = ( +300, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.66667; +"B1815A28-7A99-448B-912A-F8CD41C6863A" = 0.33333; +}; +name = Light; +weightClass = 300; +}, +{ +axesValues = ( +400, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 1; +}; +name = Regular; +}, +{ +axesValues = ( +500, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.8; +"0CA926B8-BF71-483F-A045-F233B587689B" = 0.2; +}; +name = Medium; +weightClass = 500; +}, +{ +axesValues = ( +600, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.6; +"0CA926B8-BF71-483F-A045-F233B587689B" = 0.4; +}; +name = SemiBold; +weightClass = 600; +}, +{ +axesValues = ( +700, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.4; +"0CA926B8-BF71-483F-A045-F233B587689B" = 0.6; +}; +isBold = 1; +name = Bold; +weightClass = 700; +}, +{ +axesValues = ( +800, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.2; +"0CA926B8-BF71-483F-A045-F233B587689B" = 0.8; +}; +name = Extrabold; +weightClass = 800; +}, +{ +axesValues = ( +900, +0 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Italic; +Location = 0; +} +); +} +); +instanceInterpolations = { +"0CA926B8-BF71-483F-A045-F233B587689B" = 1; +}; +name = Black; +weightClass = 900; +}, +{ +axesValues = ( +100, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 100; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"6871CC57-2503-4E31-BAA0-540E82C15514" = 1; +}; +name = "Thin Italic"; +weightClass = 100; +}, +{ +axesValues = ( +200, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 200; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.33333; +"6871CC57-2503-4E31-BAA0-540E82C15514" = 0.66667; +}; +name = "ExtraLight Italic"; +weightClass = 200; +}, +{ +axesValues = ( +300, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 300; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.66667; +"6871CC57-2503-4E31-BAA0-540E82C15514" = 0.33333; +}; +name = "Light Italic"; +weightClass = 300; +}, +{ +axesValues = ( +400, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 400; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"0655DA90-B56F-496E-8077-C2A69D96FC98" = 1; +}; +name = Italic; +}, +{ +axesValues = ( +500, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 500; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.8; +"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 0.2; +}; +name = "Medium Italic"; +weightClass = 500; +}, +{ +axesValues = ( +600, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 600; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.6; +"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 0.4; +}; +name = "SemiBold Italic"; +weightClass = 600; +}, +{ +axesValues = ( +700, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 700; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.4; +"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 0.6; +}; +isBold = 1; +name = "Bold Italic"; +weightClass = 700; +}, +{ +axesValues = ( +800, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 800; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.2; +"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 0.8; +}; +name = "Extrabold Italic"; +weightClass = 800; +}, +{ +axesValues = ( +900, +12 +); +customParameters = ( +{ +name = "Axis Location"; +value = ( +{ +Axis = Weight; +Location = 900; +}, +{ +Axis = Italic; +Location = 12; +} +); +} +); +instanceInterpolations = { +"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 1; +}; +name = "Black Italic"; +weightClass = 900; +} +); +kerningLTR = { +"B1815A28-7A99-448B-912A-F8CD41C6863A" = { +"@MMK_L_2" = { +"@MMK_R_4" = -40; +}; +"@MMK_L_4" = { +"@MMK_R_9" = -100; +"@MMK_R_V" = -80; +"@MMK_R_Y" = -80; +}; +"@MMK_L_6" = { +"@MMK_R_9" = -40; +"@MMK_R_V" = -60; +seven = -40; +}; +"@MMK_L_9" = { +"@MMK_R_4" = -40; +"@MMK_R_A" = -140; +"@MMK_R_Y" = -20; +"@MMK_R_dot" = -160; +one = -40; +}; +"@MMK_L_A" = { +"@MMK_R_9" = -140; +"@MMK_R_O" = -40; +"@MMK_R_S" = -40; +"@MMK_R_T" = -320; +"@MMK_R_V" = -280; +"@MMK_R_W" = -220; +"@MMK_R_Y" = -300; +"@MMK_R_hyphen" = -40; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -20; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -180; +"Che-cy" = -160; +"Hardsign-cy" = -60; +"U-cy" = -60; +"che-cy" = -140; +}; +"@MMK_L_B" = { +"@MMK_R_Y" = -80; +}; +"@MMK_L_C" = { +"@MMK_R_T" = 0; +"@MMK_R_V" = 20; +"@MMK_R_X" = -20; +}; +"@MMK_L_D" = { +"@MMK_R_A" = -60; +"@MMK_R_Y" = -80; +}; +"@MMK_L_F" = { +"@MMK_R_A" = -120; +"@MMK_R_a" = 0; +"@MMK_R_dot" = -160; +}; +"@MMK_L_Ge-cy" = { +"@MMK_R_sround" = -200; +mu = -160; +rho = -200; +}; +"@MMK_L_K" = { +"@MMK_R_a" = -40; +"@MMK_R_round" = -160; +"@MMK_R_sround" = -80; +"@MMK_R_t" = -80; +"@MMK_R_v" = -120; +}; +"@MMK_L_L" = { +"@MMK_R_T" = -240; +"@MMK_R_V" = -320; +"@MMK_R_Y" = -320; +"@MMK_R_round" = -80; +"@MMK_R_updot" = -100; +"@MMK_R_v" = -180; +}; +"@MMK_L_P" = { +"@MMK_R_A" = -240; +"@MMK_R_J" = -200; +"@MMK_R_X" = -60; +"@MMK_R_Y" = -20; +"@MMK_R_a" = 0; +"@MMK_R_dot" = -160; +"@MMK_R_sround" = -40; +"De-cy" = -80; +}; +"@MMK_L_R" = { +"@MMK_R_T" = -40; +"@MMK_R_V" = -60; +"@MMK_R_Y" = -80; +"@MMK_R_sround" = -40; +}; +"@MMK_L_S" = { +"@MMK_R_T" = -60; +"@MMK_R_V" = -40; +"@MMK_R_v" = -40; +}; +"@MMK_L_T" = { +"@MMK_R_A" = -320; +"@MMK_R_J" = -200; +"@MMK_R_a" = -140; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_iota" = 0; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -240; +"@MMK_R_ssflat" = -40; +"@MMK_R_up-curve" = -40; +"@MMK_R_upsilon" = -60; +"@MMK_R_v" = -240; +"De-cy" = -60; +psi = -40; +tau = -140; +}; +"@MMK_L_Tse-cy" = { +"@MMK_R_round" = -40; +"@MMK_R_sround" = -60; +"@MMK_R_tetse-cy" = -60; +"@MMK_R_v" = -20; +"che-cy" = -80; +"hardsign-cy" = -40; +"te-cy" = -20; +}; +"@MMK_L_V" = { +"@MMK_R_4" = -160; +"@MMK_R_6" = -80; +"@MMK_R_A" = -280; +"@MMK_R_J" = -120; +"@MMK_R_a" = -80; +"@MMK_R_dot" = -160; +"@MMK_R_flat" = 0; +"@MMK_R_hyphen" = -60; +"@MMK_R_j" = -20; +"@MMK_R_round" = -100; +"@MMK_R_sflat" = 0; +"@MMK_R_sround" = -140; +"@MMK_R_ssflat" = -40; +"@MMK_R_x" = -20; +"De-cy" = -160; +}; +"@MMK_L_W" = { +"@MMK_R_4" = -120; +"@MMK_R_A" = -140; +"@MMK_R_a" = -40; +"@MMK_R_hyphen" = -60; +"@MMK_R_j" = -60; +"@MMK_R_round" = -20; +"@MMK_R_sround" = -80; +"@MMK_R_ssflat" = -40; +}; +"@MMK_L_X" = { +"@MMK_R_a" = 20; +"@MMK_R_round" = -160; +"@MMK_R_sround" = -20; +}; +"@MMK_L_Y" = { +"@MMK_R_4" = -240; +"@MMK_R_9" = -20; +"@MMK_R_A" = -300; +"@MMK_R_a" = -80; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -200; +"@MMK_R_ssflat" = -100; +"@MMK_R_t" = -60; +pi = -40; +}; +"@MMK_L_Z" = { +"@MMK_R_round" = -20; +}; +"@MMK_L_a" = { +"@MMK_R_Y" = -240; +"@MMK_R_v" = -20; +}; +"@MMK_L_b" = { +"@MMK_R_T" = -120; +"@MMK_R_v" = -60; +"@MMK_R_x" = 0; +"U-cy" = -100; +}; +"@MMK_L_dcroat" = { +"@MMK_R_sround" = -20; +}; +"@MMK_L_down-curve" = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -20; +}; +"@MMK_L_f" = { +"@MMK_R_A" = -100; +"@MMK_R_a" = 0; +"@MMK_R_dot" = -60; +"@MMK_R_j" = 20; +"@MMK_R_sround" = -20; +}; +"@MMK_L_hyphen" = { +"@MMK_R_A" = -40; +"@MMK_R_J" = -80; +"@MMK_R_T" = -100; +"@MMK_R_V" = -60; +"@MMK_R_Y" = -60; +seven = -60; +}; +"@MMK_L_iota" = { +"@MMK_R_sround" = 0; +"@MMK_R_v" = 0; +tau = -40; +}; +"@MMK_L_k" = { +"@MMK_R_a" = -60; +"@MMK_R_sround" = -60; +}; +"@MMK_L_ka-cy" = { +"@MMK_R_sround" = -80; +}; +"@MMK_L_l" = { +"@MMK_R_f" = -20; +"@MMK_R_hyphen" = -40; +"@MMK_R_sround" = 0; +"@MMK_R_t" = 0; +}; +"@MMK_L_n" = { +"@MMK_R_V" = -100; +"@MMK_R_v" = -20; +}; +"@MMK_L_r" = { +"@MMK_R_a" = 20; +"@MMK_R_sround" = -20; +}; +"@MMK_L_round" = { +"@MMK_R_A" = -100; +"@MMK_R_J" = -20; +"@MMK_R_T" = -120; +"@MMK_R_V" = -100; +"@MMK_R_X" = -160; +"@MMK_R_Y" = -100; +"@MMK_R_Z" = -40; +"@MMK_R_dot" = -40; +"@MMK_R_el-cy" = -20; +"@MMK_R_x" = 0; +"De-cy" = -160; +"Tetse-cy" = -80; +"de-cy" = -20; +one = -40; +}; +"@MMK_L_sflat" = { +"@MMK_R_l" = 40; +}; +"@MMK_L_sround" = { +"@MMK_R_A" = -20; +"@MMK_R_T" = -240; +"@MMK_R_V" = -140; +"@MMK_R_X" = -40; +"@MMK_R_Y" = -160; +"@MMK_R_el-cy" = -80; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -40; +"@MMK_R_x" = -40; +"de-cy" = -20; +"te-cy" = -40; +}; +"@MMK_L_ssflat" = { +"@MMK_R_Y" = -40; +}; +"@MMK_L_u" = { +"@MMK_R_A" = -20; +}; +"@MMK_L_v" = { +"@MMK_R_A" = -120; +"@MMK_R_J" = -40; +"@MMK_R_dot" = -120; +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -40; +"de-cy" = -60; +}; +"@MMK_L_x" = { +"@MMK_R_sround" = -40; +}; +"De-cy" = { +"@MMK_R_round" = -40; +}; +Sigma = { +tau = -40; +}; +"U-cy" = { +"@MMK_R_ssflat" = -60; +}; +V = { +"@MMK_R_sround" = -140; +}; +degree = { +"@MMK_R_round" = -60; +}; +gamma = { +"@MMK_R_A" = -60; +}; +"ge-cy" = { +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -60; +}; +iota = { +"@MMK_R_sround" = -20; +"@MMK_R_v" = -40; +}; +lambda = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -200; +}; +slash = { +"@MMK_R_A" = -40; +"@MMK_R_sround" = -20; +}; +"softsign-cy" = { +"@MMK_R_v" = -60; +"te-cy" = -40; +}; +tau = { +"@MMK_R_sround" = -20; +}; +"te-cy" = { +"@MMK_R_sround" = -40; +"de-cy" = -20; +"el-cy" = -80; +}; +"tse-cy" = { +"@MMK_R_round" = -20; +}; +underscore = { +parenleft = 0; +}; +"yeru-cy" = { +"@MMK_R_round" = -20; +}; +}; +"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = { +"@MMK_L_2" = { +"@MMK_R_4" = -40; +}; +"@MMK_L_4" = { +"@MMK_R_V" = -40; +"@MMK_R_Y" = -40; +}; +"@MMK_L_6" = { +"@MMK_R_9" = -40; +"@MMK_R_V" = -60; +seven = -40; +}; +"@MMK_L_9" = { +"@MMK_R_4" = -40; +"@MMK_R_A" = -90; +"@MMK_R_Y" = -40; +"@MMK_R_dot" = -160; +one = -40; +}; +"@MMK_L_A" = { +"@MMK_R_9" = -120; +"@MMK_R_S" = -40; +"@MMK_R_T" = -280; +"@MMK_R_V" = -280; +"@MMK_R_Y" = -300; +"@MMK_R_hyphen" = -40; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -20; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -180; +"Che-cy" = -160; +"Hardsign-cy" = -40; +"U-cy" = -60; +"che-cy" = -140; +}; +"@MMK_L_B" = { +"@MMK_R_Y" = -60; +}; +"@MMK_L_F" = { +"@MMK_R_A" = -120; +"@MMK_R_dot" = -160; +}; +"@MMK_L_K" = { +"@MMK_R_round" = -160; +"@MMK_R_sround" = -80; +"@MMK_R_t" = -80; +"@MMK_R_v" = -120; +}; +"@MMK_L_L" = { +"@MMK_R_T" = -240; +"@MMK_R_V" = -320; +"@MMK_R_Y" = -320; +"@MMK_R_round" = -80; +"@MMK_R_updot" = -100; +"@MMK_R_v" = -180; +}; +"@MMK_L_P" = { +"@MMK_R_A" = -240; +"@MMK_R_J" = -200; +"@MMK_R_X" = -60; +"@MMK_R_Y" = -40; +"@MMK_R_dot" = -160; +"@MMK_R_sround" = -40; +"De-cy" = -200; +}; +"@MMK_L_R" = { +"@MMK_R_T" = -40; +"@MMK_R_V" = -80; +"@MMK_R_Y" = -80; +"@MMK_R_sround" = -40; +}; +"@MMK_L_S" = { +"@MMK_R_T" = -60; +"@MMK_R_V" = -60; +"@MMK_R_v" = -40; +}; +"@MMK_L_T" = { +"@MMK_R_A" = -280; +"@MMK_R_J" = -200; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -240; +"@MMK_R_ssflat" = -40; +"@MMK_R_up-curve" = -40; +"@MMK_R_upsilon" = -40; +"@MMK_R_v" = -240; +"De-cy" = -60; +psi = -20; +tau = -90; +}; +"@MMK_L_Tse-cy" = { +"@MMK_R_round" = -80; +"@MMK_R_sround" = -40; +"@MMK_R_tetse-cy" = -40; +"@MMK_R_v" = -20; +"Che-cy" = -100; +"che-cy" = -80; +"te-cy" = -20; +}; +"@MMK_L_V" = { +"@MMK_R_4" = -140; +"@MMK_R_6" = -80; +"@MMK_R_A" = -280; +"@MMK_R_J" = -100; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -60; +"@MMK_R_j" = -20; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -140; +"@MMK_R_ssflat" = -40; +"@MMK_R_x" = -40; +"De-cy" = -160; +}; +"@MMK_L_X" = { +"@MMK_R_round" = -160; +"@MMK_R_sround" = -20; +}; +"@MMK_L_Y" = { +"@MMK_R_4" = -240; +"@MMK_R_9" = -20; +"@MMK_R_A" = -300; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -240; +"@MMK_R_ssflat" = -100; +"@MMK_R_t" = -40; +pi = -40; +}; +"@MMK_L_Z" = { +"@MMK_R_round" = -20; +}; +"@MMK_L_a" = { +"@MMK_R_Y" = -240; +"@MMK_R_v" = -40; +}; +"@MMK_L_b" = { +"@MMK_R_v" = -80; +}; +"@MMK_L_dcroat" = { +"@MMK_R_sround" = -20; +}; +"@MMK_L_down-curve" = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -40; +}; +"@MMK_L_f" = { +"@MMK_R_A" = -100; +"@MMK_R_dot" = -60; +"@MMK_R_sround" = -20; +}; +"@MMK_L_hyphen" = { +"@MMK_R_A" = -40; +"@MMK_R_J" = -80; +"@MMK_R_T" = -100; +"@MMK_R_V" = -60; +"@MMK_R_Y" = -60; +seven = -60; +}; +"@MMK_L_iota" = { +"@MMK_R_sround" = 42; +"@MMK_R_v" = 23; +tau = -40; +}; +"@MMK_L_k" = { +"@MMK_R_sround" = -60; +}; +"@MMK_L_ka-cy" = { +"@MMK_R_sround" = -80; +}; +"@MMK_L_l" = { +"@MMK_R_hyphen" = -40; +}; +"@MMK_L_n" = { +"@MMK_R_V" = -80; +"@MMK_R_v" = -20; +}; +"@MMK_L_r" = { +"@MMK_R_sround" = -20; +}; +"@MMK_L_round" = { +"@MMK_R_A" = -120; +"@MMK_R_J" = -20; +"@MMK_R_T" = -120; +"@MMK_R_V" = -100; +"@MMK_R_X" = -160; +"@MMK_R_Y" = -120; +"@MMK_R_Z" = -40; +"@MMK_R_dot" = -40; +"@MMK_R_el-cy" = -20; +"De-cy" = -120; +"Tetse-cy" = -80; +"de-cy" = -20; +one = -40; +}; +"@MMK_L_sflat" = { +"@MMK_R_l" = 0; +}; +"@MMK_L_sround" = { +"@MMK_R_A" = -20; +"@MMK_R_T" = -240; +"@MMK_R_V" = -160; +"@MMK_R_X" = -40; +"@MMK_R_Y" = -240; +"@MMK_R_el-cy" = -80; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -40; +"@MMK_R_x" = -80; +"de-cy" = -20; +"te-cy" = -40; +}; +"@MMK_L_ssflat" = { +"@MMK_R_Y" = -40; +}; +"@MMK_L_v" = { +"@MMK_R_A" = -100; +"@MMK_R_J" = -40; +"@MMK_R_dot" = -120; +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -40; +"de-cy" = -60; +}; +"@MMK_L_x" = { +"@MMK_R_sround" = -60; +}; +"De-cy" = { +"@MMK_R_round" = -40; +}; +Sigma = { +tau = -40; +}; +"U-cy" = { +"@MMK_R_ssflat" = -40; +}; +V = { +"@MMK_R_sround" = -160; +}; +"de-cy" = { +"@MMK_R_sround" = -20; +}; +degree = { +"@MMK_R_round" = -80; +}; +gamma = { +"@MMK_R_A" = -60; +}; +"ge-cy" = { +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -60; +}; +iota = { +"@MMK_R_sround" = -20; +"@MMK_R_v" = -40; +}; +lambda = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -160; +}; +slash = { +"@MMK_R_A" = -40; +"@MMK_R_sround" = -40; +}; +"softsign-cy" = { +"@MMK_R_v" = -60; +"te-cy" = -40; +}; +tau = { +"@MMK_R_sround" = -20; +}; +"te-cy" = { +"@MMK_R_sround" = -40; +"de-cy" = -20; +"el-cy" = -80; +}; +"tse-cy" = { +"@MMK_R_round" = -20; +"@MMK_R_sround" = -60; +"hardsign-cy" = -40; +}; +"yeru-cy" = { +"@MMK_R_round" = -20; +}; +}; +"0CA926B8-BF71-483F-A045-F233B587689B" = { +"@MMK_L_2" = { +"@MMK_R_4" = -40; +}; +"@MMK_L_3" = { +"@MMK_R_9" = 0; +"@MMK_R_A" = -60; +}; +"@MMK_L_4" = { +"@MMK_R_V" = -40; +"@MMK_R_Y" = -40; +}; +"@MMK_L_6" = { +"@MMK_R_9" = -40; +"@MMK_R_V" = -80; +seven = -40; +}; +"@MMK_L_9" = { +"@MMK_R_4" = -40; +"@MMK_R_A" = -160; +"@MMK_R_Y" = -20; +"@MMK_R_dot" = -160; +}; +"@MMK_L_A" = { +"@MMK_R_9" = -140; +"@MMK_R_O" = -60; +"@MMK_R_S" = -40; +"@MMK_R_T" = -280; +"@MMK_R_U" = -40; +"@MMK_R_V" = -320; +"@MMK_R_W" = -220; +"@MMK_R_Y" = -280; +"@MMK_R_f" = -20; +"@MMK_R_hyphen" = -40; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -20; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -180; +"Che-cy" = -160; +"Hardsign-cy" = -60; +"U-cy" = -60; +"che-cy" = -140; +}; +"@MMK_L_B" = { +"@MMK_R_X" = -40; +"@MMK_R_Y" = -60; +"@MMK_R_v" = 0; +"@MMK_R_x" = -20; +}; +"@MMK_L_C" = { +"@MMK_R_A" = 0; +"@MMK_R_X" = -20; +"@MMK_R_Y" = 0; +}; +"@MMK_L_D" = { +"@MMK_R_A" = -40; +"@MMK_R_Y" = -100; +}; +"@MMK_L_F" = { +"@MMK_R_A" = -120; +"@MMK_R_dot" = -160; +"@MMK_R_j" = -40; +}; +"@MMK_L_Ge-cy" = { +"@MMK_R_sround" = -160; +mu = -160; +rho = -160; +}; +"@MMK_L_K" = { +"@MMK_R_U" = -40; +"@MMK_R_a" = 0; +"@MMK_R_f" = 0; +"@MMK_R_l" = 0; +"@MMK_R_round" = -160; +"@MMK_R_sround" = -80; +"@MMK_R_t" = -60; +"@MMK_R_v" = -100; +}; +"@MMK_L_L" = { +"@MMK_R_T" = -200; +"@MMK_R_U" = -20; +"@MMK_R_V" = -300; +"@MMK_R_Y" = -280; +"@MMK_R_round" = -60; +"@MMK_R_updot" = -100; +"@MMK_R_v" = -180; +}; +"@MMK_L_O" = { +eight = 0; +}; +"@MMK_L_P" = { +"@MMK_R_A" = -200; +"@MMK_R_J" = -200; +"@MMK_R_X" = -80; +"@MMK_R_Y" = -20; +"@MMK_R_a" = -20; +"@MMK_R_dot" = -160; +"@MMK_R_sround" = -20; +"De-cy" = -100; +}; +"@MMK_L_R" = { +"@MMK_R_U" = -20; +"@MMK_R_V" = -40; +"@MMK_R_Y" = -80; +"@MMK_R_a" = -20; +}; +"@MMK_L_S" = { +"@MMK_R_A" = -20; +"@MMK_R_T" = -60; +"@MMK_R_V" = -40; +"@MMK_R_X" = -40; +"@MMK_R_v" = -40; +}; +"@MMK_L_T" = { +"@MMK_R_A" = -280; +"@MMK_R_J" = -200; +"@MMK_R_a" = -60; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_round" = -60; +"@MMK_R_sflat" = 0; +"@MMK_R_sround" = -200; +"@MMK_R_up-curve" = -20; +"@MMK_R_upsilon" = -20; +"@MMK_R_v" = -160; +"De-cy" = -80; +psi = 0; +tau = -40; +}; +"@MMK_L_Tse-cy" = { +"@MMK_R_round" = -40; +"@MMK_R_sround" = -20; +"@MMK_R_tetse-cy" = -40; +"Che-cy" = -80; +"che-cy" = -40; +"te-cy" = -20; +}; +"@MMK_L_U" = { +"@MMK_R_A" = 0; +"@MMK_R_X" = 0; +}; +"@MMK_L_V" = { +"@MMK_R_4" = -160; +"@MMK_R_6" = -80; +"@MMK_R_9" = 0; +"@MMK_R_A" = -320; +"@MMK_R_J" = -100; +"@MMK_R_U" = -20; +"@MMK_R_a" = -100; +"@MMK_R_dot" = -160; +"@MMK_R_j" = -60; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -160; +"@MMK_R_ssflat" = -60; +"@MMK_R_v" = -40; +"@MMK_R_x" = -20; +"De-cy" = -160; +}; +"@MMK_L_W" = { +"@MMK_R_4" = -80; +"@MMK_R_A" = -140; +"@MMK_R_S" = 0; +"@MMK_R_U" = -20; +"@MMK_R_j" = -60; +"@MMK_R_o" = -120; +"@MMK_R_round" = -20; +"@MMK_R_sround" = -100; +"@MMK_R_ssflat" = -40; +}; +"@MMK_L_X" = { +"@MMK_R_S" = -40; +"@MMK_R_hyphen" = -60; +"@MMK_R_round" = -160; +"@MMK_R_sround" = -20; +}; +"@MMK_L_Y" = { +"@MMK_R_2" = 0; +"@MMK_R_4" = -240; +"@MMK_R_9" = -20; +"@MMK_R_A" = -280; +"@MMK_R_S" = -40; +"@MMK_R_U" = -20; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -120; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -240; +"@MMK_R_ssflat" = -100; +"@MMK_R_t" = -80; +"@MMK_R_x" = 0; +pi = -40; +}; +"@MMK_L_Z" = { +"@MMK_R_round" = -20; +"@MMK_R_t" = 20; +}; +"@MMK_L_a" = { +"@MMK_R_Y" = -240; +"@MMK_R_v" = -40; +}; +"@MMK_L_b" = { +"@MMK_R_T" = -140; +"@MMK_R_v" = -60; +"@MMK_R_x" = 0; +"U-cy" = -100; +}; +"@MMK_L_dcroat" = { +"@MMK_R_sround" = -20; +}; +"@MMK_L_down-curve" = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -20; +}; +"@MMK_L_f" = { +"@MMK_R_A" = -100; +"@MMK_R_dot" = -60; +"@MMK_R_j" = -40; +"@MMK_R_sround" = -20; +"@MMK_R_ssflat" = 0; +}; +"@MMK_L_hyphen" = { +"@MMK_R_A" = -40; +"@MMK_R_J" = -60; +"@MMK_R_T" = -100; +"@MMK_R_V" = -40; +"@MMK_R_Y" = -40; +}; +"@MMK_L_iota" = { +"@MMK_R_sround" = 20; +"@MMK_R_v" = 20; +tau = -40; +}; +"@MMK_L_k" = { +"@MMK_R_sround" = -60; +}; +"@MMK_L_ka-cy" = { +"@MMK_R_sround" = -80; +}; +"@MMK_L_l" = { +"@MMK_R_hyphen" = -20; +"@MMK_R_t" = -20; +}; +"@MMK_L_n" = { +"@MMK_R_V" = -100; +"@MMK_R_v" = -20; +}; +"@MMK_L_r" = { +"@MMK_R_a" = 20; +"@MMK_R_dot" = -80; +"@MMK_R_sround" = -20; +}; +"@MMK_L_round" = { +"@MMK_R_A" = -100; +"@MMK_R_J" = -20; +"@MMK_R_T" = -60; +"@MMK_R_V" = -100; +"@MMK_R_X" = -160; +"@MMK_R_Y" = -120; +"@MMK_R_Z" = -40; +"@MMK_R_dot" = -40; +"@MMK_R_el-cy" = -20; +"De-cy" = -60; +"de-cy" = -20; +one = -20; +}; +"@MMK_L_sflat" = { +"@MMK_R_0" = 140; +"@MMK_R_hyphen" = -40; +"@MMK_R_j" = 0; +}; +"@MMK_L_sround" = { +"@MMK_R_A" = -20; +"@MMK_R_T" = -200; +"@MMK_R_V" = -140; +"@MMK_R_X" = -40; +"@MMK_R_Y" = -180; +"@MMK_R_el-cy" = -40; +"@MMK_R_hbar" = -20; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -60; +"@MMK_R_x" = -40; +"de-cy" = -20; +"te-cy" = -20; +}; +"@MMK_L_ssflat" = { +"@MMK_R_T" = -40; +"@MMK_R_Y" = -40; +"@MMK_R_j" = 0; +}; +"@MMK_L_u" = { +"@MMK_R_A" = -100; +}; +"@MMK_L_v" = { +"@MMK_R_A" = -100; +"@MMK_R_J" = -40; +"@MMK_R_dot" = -120; +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -60; +"@MMK_R_ssflat" = 0; +"de-cy" = -60; +}; +"@MMK_L_x" = { +"@MMK_R_a" = 20; +"@MMK_R_hyphen" = -60; +"@MMK_R_round" = 0; +"@MMK_R_sround" = -80; +}; +Dcroat = { +"@MMK_R_A" = -40; +}; +"De-cy" = { +"@MMK_R_round" = -20; +}; +"Izhitsa-cy" = { +"@MMK_R_V" = 0; +}; +"Shhadescender-cy" = { +"Chedescenderabkhasian-cy" = -60; +}; +Sigma = { +tau = -20; +}; +"U-cy" = { +"@MMK_R_ssflat" = -40; +}; +degree = { +"@MMK_R_E" = -20; +"@MMK_R_round" = -60; +}; +gamma = { +"@MMK_R_A" = -60; +}; +"ge-cy" = { +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -40; +}; +iota = { +"@MMK_R_sround" = -20; +"@MMK_R_v" = -60; +}; +lambda = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -160; +}; +slash = { +"@MMK_R_A" = -40; +"@MMK_R_sround" = -20; +}; +"softsign-cy" = { +"@MMK_R_v" = -60; +"te-cy" = -20; +}; +tau = { +"@MMK_R_sround" = -20; +}; +"te-cy" = { +"@MMK_R_sround" = -20; +"de-cy" = -20; +"el-cy" = -80; +}; +"tse-cy" = { +"@MMK_R_round" = -20; +"@MMK_R_sround" = -20; +"hardsign-cy" = -20; +}; +"yeru-cy" = { +"@MMK_R_round" = -20; +}; +}; +"6871CC57-2503-4E31-BAA0-540E82C15514" = { +"@MMK_L_2" = { +"@MMK_R_4" = -40; +}; +"@MMK_L_4" = { +"@MMK_R_9" = -100; +"@MMK_R_V" = -80; +"@MMK_R_Y" = -80; +}; +"@MMK_L_6" = { +"@MMK_R_9" = -40; +"@MMK_R_V" = -60; +seven = -40; +}; +"@MMK_L_9" = { +"@MMK_R_4" = -40; +"@MMK_R_A" = -140; +"@MMK_R_Y" = -20; +"@MMK_R_dot" = -160; +one = -40; +}; +"@MMK_L_A" = { +"@MMK_R_9" = -140; +"@MMK_R_O" = -40; +"@MMK_R_T" = -160; +"@MMK_R_V" = -320; +"@MMK_R_W" = -220; +"@MMK_R_Y" = -300; +"@MMK_R_hyphen" = -40; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -20; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -180; +"Che-cy" = -160; +"Hardsign-cy" = -60; +"U-cy" = -60; +"che-cy" = -140; +}; +"@MMK_L_B" = { +"@MMK_R_Y" = -80; +}; +"@MMK_L_C" = { +"@MMK_R_T" = 0; +"@MMK_R_V" = 20; +"@MMK_R_X" = -20; +}; +"@MMK_L_D" = { +"@MMK_R_A" = -60; +"@MMK_R_Y" = -80; +}; +"@MMK_L_F" = { +"@MMK_R_A" = -120; +"@MMK_R_a" = 0; +"@MMK_R_dot" = -160; +}; +"@MMK_L_Ge-cy" = { +"@MMK_R_sround" = -200; +mu = -160; +rho = -200; +}; +"@MMK_L_K" = { +"@MMK_R_a" = -40; +"@MMK_R_round" = -160; +"@MMK_R_sround" = -80; +"@MMK_R_t" = -80; +"@MMK_R_v" = -120; +}; +"@MMK_L_L" = { +"@MMK_R_T" = -240; +"@MMK_R_V" = -320; +"@MMK_R_Y" = -320; +"@MMK_R_round" = -80; +"@MMK_R_updot" = -100; +"@MMK_R_v" = -180; +}; +"@MMK_L_P" = { +"@MMK_R_A" = -240; +"@MMK_R_J" = -200; +"@MMK_R_X" = -60; +"@MMK_R_Y" = -20; +"@MMK_R_a" = 0; +"@MMK_R_dot" = -160; +"@MMK_R_sround" = -40; +"De-cy" = -80; +}; +"@MMK_L_R" = { +"@MMK_R_T" = -40; +"@MMK_R_V" = -60; +"@MMK_R_Y" = -20; +}; +"@MMK_L_S" = { +"@MMK_R_v" = -40; +}; +"@MMK_L_T" = { +"@MMK_R_A" = -160; +"@MMK_R_J" = -40; +"@MMK_R_a" = -140; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_iota" = 0; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -240; +"@MMK_R_ssflat" = -40; +"@MMK_R_up-curve" = -40; +"@MMK_R_upsilon" = -60; +"@MMK_R_v" = -80; +"De-cy" = -60; +psi = -40; +tau = -140; +}; +"@MMK_L_Tse-cy" = { +"@MMK_R_round" = -40; +"@MMK_R_sround" = -60; +"@MMK_R_tetse-cy" = -60; +"@MMK_R_v" = -20; +"che-cy" = -80; +"hardsign-cy" = -40; +"te-cy" = -20; +}; +"@MMK_L_V" = { +"@MMK_R_4" = -160; +"@MMK_R_6" = -80; +"@MMK_R_A" = -280; +"@MMK_R_J" = -120; +"@MMK_R_a" = -80; +"@MMK_R_dot" = -160; +"@MMK_R_flat" = 0; +"@MMK_R_hyphen" = -60; +"@MMK_R_j" = -20; +"@MMK_R_round" = -100; +"@MMK_R_sflat" = 0; +"@MMK_R_sround" = -160; +"@MMK_R_ssflat" = -40; +"@MMK_R_x" = -20; +"De-cy" = -160; +}; +"@MMK_L_W" = { +"@MMK_R_4" = -120; +"@MMK_R_A" = -140; +"@MMK_R_a" = -40; +"@MMK_R_hyphen" = -60; +"@MMK_R_j" = -60; +"@MMK_R_round" = -20; +"@MMK_R_sround" = -80; +"@MMK_R_ssflat" = -40; +}; +"@MMK_L_X" = { +"@MMK_R_a" = 20; +"@MMK_R_round" = -160; +"@MMK_R_sround" = -20; +}; +"@MMK_L_Y" = { +"@MMK_R_4" = -240; +"@MMK_R_9" = -20; +"@MMK_R_A" = -300; +"@MMK_R_a" = -80; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -200; +"@MMK_R_ssflat" = -100; +"@MMK_R_t" = -60; +pi = -40; +semicolon = -20; +}; +"@MMK_L_Z" = { +"@MMK_R_round" = -20; +}; +"@MMK_L_a" = { +"@MMK_R_Y" = -240; +"@MMK_R_v" = -20; +}; +"@MMK_L_b" = { +"@MMK_R_T" = -120; +"@MMK_R_v" = -60; +"@MMK_R_x" = 0; +"U-cy" = -100; +}; +"@MMK_L_dcroat" = { +"@MMK_R_sround" = -20; +}; +"@MMK_L_down-curve" = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -20; +}; +"@MMK_L_f" = { +"@MMK_R_A" = -100; +"@MMK_R_a" = 0; +"@MMK_R_dot" = -60; +"@MMK_R_j" = 20; +"@MMK_R_sround" = -20; +}; +"@MMK_L_hyphen" = { +"@MMK_R_A" = -40; +"@MMK_R_J" = -80; +"@MMK_R_T" = -100; +"@MMK_R_V" = -60; +"@MMK_R_Y" = -60; +seven = -60; +}; +"@MMK_L_iota" = { +"@MMK_R_sround" = 0; +"@MMK_R_v" = 0; +tau = -40; +}; +"@MMK_L_k" = { +"@MMK_R_a" = -60; +"@MMK_R_sround" = -40; +}; +"@MMK_L_ka-cy" = { +"@MMK_R_sround" = -80; +}; +"@MMK_L_l" = { +"@MMK_R_f" = -20; +"@MMK_R_hyphen" = -40; +"@MMK_R_sround" = 0; +"@MMK_R_t" = 0; +}; +"@MMK_L_n" = { +"@MMK_R_V" = -100; +"@MMK_R_v" = -20; +}; +"@MMK_L_r" = { +"@MMK_R_a" = 20; +"@MMK_R_sround" = -20; +}; +"@MMK_L_round" = { +"@MMK_R_A" = -120; +"@MMK_R_J" = -20; +"@MMK_R_T" = -120; +"@MMK_R_V" = -100; +"@MMK_R_X" = -160; +"@MMK_R_Y" = -100; +"@MMK_R_Z" = -40; +"@MMK_R_dot" = -40; +"@MMK_R_el-cy" = -20; +"@MMK_R_x" = 0; +"De-cy" = -160; +"Tetse-cy" = -80; +"de-cy" = -20; +one = -40; +}; +"@MMK_L_sround" = { +"@MMK_R_A" = -20; +"@MMK_R_T" = -240; +"@MMK_R_V" = -80; +"@MMK_R_X" = -40; +"@MMK_R_Y" = -100; +"@MMK_R_el-cy" = -80; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -100; +"@MMK_R_x" = -40; +"de-cy" = -20; +"te-cy" = -40; +}; +"@MMK_L_ssflat" = { +"@MMK_R_Y" = -40; +}; +"@MMK_L_u" = { +"@MMK_R_A" = -20; +}; +"@MMK_L_v" = { +"@MMK_R_A" = -120; +"@MMK_R_J" = -40; +"@MMK_R_dot" = -120; +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -100; +"de-cy" = -60; +}; +"@MMK_L_x" = { +"@MMK_R_sround" = -40; +}; +"De-cy" = { +"@MMK_R_round" = -20; +}; +Sigma = { +tau = -40; +}; +"U-cy" = { +"@MMK_R_ssflat" = -60; +}; +V = { +"@MMK_R_sround" = -100; +}; +degree = { +"@MMK_R_round" = -60; +}; +gamma = { +"@MMK_R_A" = -60; +}; +"ge-cy" = { +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -60; +}; +iota = { +"@MMK_R_sround" = -20; +"@MMK_R_v" = -40; +}; +lambda = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -200; +}; +slash = { +"@MMK_R_A" = -40; +"@MMK_R_sround" = -20; +}; +"softsign-cy" = { +"@MMK_R_v" = -60; +"te-cy" = -40; +}; +tau = { +"@MMK_R_sround" = -20; +}; +"te-cy" = { +"@MMK_R_sround" = -40; +"de-cy" = -20; +"el-cy" = -80; +}; +"tse-cy" = { +"@MMK_R_round" = -20; +}; +underscore = { +parenleft = 0; +}; +"yeru-cy" = { +"@MMK_R_round" = -20; +}; +}; +"0655DA90-B56F-496E-8077-C2A69D96FC98" = { +"@MMK_L_2" = { +"@MMK_R_4" = -40; +}; +"@MMK_L_4" = { +"@MMK_R_V" = -40; +"@MMK_R_Y" = -40; +}; +"@MMK_L_6" = { +"@MMK_R_9" = -40; +"@MMK_R_V" = -60; +seven = -40; +}; +"@MMK_L_9" = { +"@MMK_R_4" = -40; +"@MMK_R_A" = -90; +"@MMK_R_Y" = -40; +"@MMK_R_dot" = -160; +one = -40; +}; +"@MMK_L_A" = { +"@MMK_R_9" = -120; +"@MMK_R_T" = -160; +"@MMK_R_V" = -280; +"@MMK_R_Y" = -300; +"@MMK_R_hyphen" = -40; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -20; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -180; +"Che-cy" = -160; +"Hardsign-cy" = -40; +"U-cy" = -60; +"che-cy" = -140; +}; +"@MMK_L_B" = { +"@MMK_R_Y" = -60; +}; +"@MMK_L_F" = { +"@MMK_R_A" = -120; +"@MMK_R_dot" = -160; +}; +"@MMK_L_K" = { +"@MMK_R_round" = -160; +"@MMK_R_sround" = -80; +"@MMK_R_t" = -80; +"@MMK_R_v" = -120; +}; +"@MMK_L_L" = { +"@MMK_R_T" = -240; +"@MMK_R_V" = -320; +"@MMK_R_Y" = -320; +"@MMK_R_round" = -80; +"@MMK_R_updot" = -100; +"@MMK_R_v" = -180; +}; +"@MMK_L_P" = { +"@MMK_R_A" = -240; +"@MMK_R_J" = -200; +"@MMK_R_X" = -60; +"@MMK_R_Y" = -40; +"@MMK_R_dot" = -160; +"@MMK_R_sround" = -40; +"De-cy" = -80; +}; +"@MMK_L_R" = { +"@MMK_R_T" = -40; +"@MMK_R_V" = -80; +"@MMK_R_Y" = -20; +}; +"@MMK_L_S" = { +"@MMK_R_v" = -40; +}; +"@MMK_L_T" = { +"@MMK_R_A" = -160; +"@MMK_R_J" = -40; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -240; +"@MMK_R_ssflat" = -40; +"@MMK_R_up-curve" = -40; +"@MMK_R_upsilon" = -40; +"@MMK_R_v" = -80; +"De-cy" = -60; +psi = -20; +tau = -90; +}; +"@MMK_L_Tse-cy" = { +"@MMK_R_round" = -80; +"@MMK_R_sround" = -40; +"@MMK_R_tetse-cy" = -40; +"@MMK_R_v" = -20; +"Che-cy" = -100; +"che-cy" = -80; +"te-cy" = -20; +}; +"@MMK_L_V" = { +"@MMK_R_4" = -140; +"@MMK_R_6" = -80; +"@MMK_R_A" = -280; +"@MMK_R_J" = -100; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -60; +"@MMK_R_j" = -20; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -160; +"@MMK_R_ssflat" = -40; +"@MMK_R_x" = -40; +"De-cy" = -160; +}; +"@MMK_L_X" = { +"@MMK_R_round" = -40; +"@MMK_R_sround" = -20; +}; +"@MMK_L_Y" = { +"@MMK_R_4" = -240; +"@MMK_R_9" = -20; +"@MMK_R_A" = -300; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -240; +"@MMK_R_ssflat" = -100; +"@MMK_R_t" = -40; +pi = -40; +semicolon = 23; +}; +"@MMK_L_Z" = { +"@MMK_R_round" = -20; +}; +"@MMK_L_a" = { +"@MMK_R_Y" = -240; +"@MMK_R_v" = -40; +}; +"@MMK_L_b" = { +"@MMK_R_v" = -80; +}; +"@MMK_L_dcroat" = { +"@MMK_R_sround" = -20; +}; +"@MMK_L_down-curve" = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -40; +}; +"@MMK_L_f" = { +"@MMK_R_A" = -100; +"@MMK_R_dot" = -60; +"@MMK_R_sround" = -20; +}; +"@MMK_L_hyphen" = { +"@MMK_R_A" = -40; +"@MMK_R_J" = -80; +"@MMK_R_T" = -100; +"@MMK_R_V" = -60; +"@MMK_R_Y" = -60; +seven = -60; +}; +"@MMK_L_iota" = { +"@MMK_R_sround" = 42; +"@MMK_R_v" = 23; +tau = -40; +}; +"@MMK_L_k" = { +"@MMK_R_sround" = -40; +}; +"@MMK_L_ka-cy" = { +"@MMK_R_sround" = -80; +}; +"@MMK_L_l" = { +"@MMK_R_hyphen" = -40; +}; +"@MMK_L_n" = { +"@MMK_R_V" = -80; +"@MMK_R_v" = -20; +}; +"@MMK_L_r" = { +"@MMK_R_sround" = -20; +}; +"@MMK_L_round" = { +"@MMK_R_A" = -120; +"@MMK_R_J" = -20; +"@MMK_R_T" = -120; +"@MMK_R_V" = -100; +"@MMK_R_X" = -80; +"@MMK_R_Y" = -100; +"@MMK_R_Z" = -40; +"@MMK_R_dot" = -40; +"@MMK_R_el-cy" = -20; +"De-cy" = -120; +"Tetse-cy" = -80; +"de-cy" = -20; +one = -40; +}; +"@MMK_L_sround" = { +"@MMK_R_A" = -20; +"@MMK_R_T" = -240; +"@MMK_R_V" = -120; +"@MMK_R_X" = -40; +"@MMK_R_Y" = -100; +"@MMK_R_el-cy" = -80; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -80; +"@MMK_R_x" = -80; +"de-cy" = -20; +"te-cy" = -40; +}; +"@MMK_L_ssflat" = { +"@MMK_R_Y" = -40; +}; +"@MMK_L_v" = { +"@MMK_R_A" = -100; +"@MMK_R_J" = -40; +"@MMK_R_dot" = -120; +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -80; +"de-cy" = -60; +}; +"@MMK_L_x" = { +"@MMK_R_sround" = -40; +}; +"De-cy" = { +"@MMK_R_round" = -20; +}; +Sigma = { +tau = -40; +}; +"U-cy" = { +"@MMK_R_ssflat" = -40; +}; +V = { +"@MMK_R_sround" = -120; +}; +"de-cy" = { +"@MMK_R_sround" = -20; +}; +degree = { +"@MMK_R_round" = -80; +}; +gamma = { +"@MMK_R_A" = -60; +}; +"ge-cy" = { +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -60; +}; +iota = { +"@MMK_R_sround" = -20; +"@MMK_R_v" = -40; +}; +lambda = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -160; +}; +slash = { +"@MMK_R_A" = -40; +"@MMK_R_sround" = -40; +}; +"softsign-cy" = { +"@MMK_R_v" = -60; +"te-cy" = -40; +}; +tau = { +"@MMK_R_sround" = -20; +}; +"te-cy" = { +"@MMK_R_sround" = -40; +"de-cy" = -20; +"el-cy" = -80; +}; +"tse-cy" = { +"@MMK_R_round" = -20; +"@MMK_R_sround" = -60; +"hardsign-cy" = -40; +}; +"yeru-cy" = { +"@MMK_R_round" = -20; +}; +}; +"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = { +"@MMK_L_2" = { +"@MMK_R_4" = -40; +}; +"@MMK_L_3" = { +"@MMK_R_9" = 0; +"@MMK_R_A" = -60; +}; +"@MMK_L_4" = { +"@MMK_R_V" = -40; +"@MMK_R_Y" = -40; +}; +"@MMK_L_6" = { +"@MMK_R_9" = -40; +"@MMK_R_V" = -80; +seven = -40; +}; +"@MMK_L_9" = { +"@MMK_R_4" = -40; +"@MMK_R_A" = -160; +"@MMK_R_Y" = -20; +"@MMK_R_dot" = -160; +}; +"@MMK_L_A" = { +"@MMK_R_9" = -140; +"@MMK_R_O" = -60; +"@MMK_R_T" = -160; +"@MMK_R_U" = -40; +"@MMK_R_V" = -320; +"@MMK_R_W" = -220; +"@MMK_R_Y" = -280; +"@MMK_R_f" = -20; +"@MMK_R_hyphen" = -40; +"@MMK_R_round" = -120; +"@MMK_R_sround" = -20; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -180; +"Che-cy" = -160; +"Hardsign-cy" = -60; +"U-cy" = -60; +"che-cy" = -140; +}; +"@MMK_L_B" = { +"@MMK_R_X" = -40; +"@MMK_R_Y" = -60; +"@MMK_R_v" = 0; +"@MMK_R_x" = -20; +}; +"@MMK_L_C" = { +"@MMK_R_A" = 0; +"@MMK_R_X" = -20; +"@MMK_R_Y" = 0; +}; +"@MMK_L_D" = { +"@MMK_R_A" = -40; +"@MMK_R_Y" = -100; +}; +"@MMK_L_F" = { +"@MMK_R_A" = -120; +"@MMK_R_dot" = -160; +"@MMK_R_j" = -40; +}; +"@MMK_L_Ge-cy" = { +"@MMK_R_sround" = -160; +mu = -160; +rho = -160; +}; +"@MMK_L_K" = { +"@MMK_R_U" = -40; +"@MMK_R_a" = 0; +"@MMK_R_f" = 0; +"@MMK_R_l" = 0; +"@MMK_R_round" = -160; +"@MMK_R_sround" = -80; +"@MMK_R_t" = -60; +"@MMK_R_v" = -80; +}; +"@MMK_L_L" = { +"@MMK_R_T" = -200; +"@MMK_R_U" = -20; +"@MMK_R_V" = -280; +"@MMK_R_Y" = -280; +"@MMK_R_round" = -60; +"@MMK_R_updot" = -100; +"@MMK_R_v" = -180; +}; +"@MMK_L_O" = { +eight = 0; +}; +"@MMK_L_P" = { +"@MMK_R_A" = -200; +"@MMK_R_J" = -200; +"@MMK_R_X" = -80; +"@MMK_R_Y" = -20; +"@MMK_R_a" = -20; +"@MMK_R_dot" = -160; +"@MMK_R_sround" = -20; +"De-cy" = -100; +}; +"@MMK_L_R" = { +"@MMK_R_U" = -20; +"@MMK_R_V" = -40; +"@MMK_R_Y" = -40; +"@MMK_R_a" = -20; +}; +"@MMK_L_S" = { +"@MMK_R_A" = -20; +"@MMK_R_V" = -40; +"@MMK_R_X" = -40; +"@MMK_R_v" = -40; +}; +"@MMK_L_T" = { +"@MMK_R_A" = -160; +"@MMK_R_J" = -40; +"@MMK_R_a" = -60; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -100; +"@MMK_R_round" = -20; +"@MMK_R_sflat" = 0; +"@MMK_R_sround" = -200; +"@MMK_R_up-curve" = -20; +"@MMK_R_upsilon" = -20; +"@MMK_R_v" = 0; +"De-cy" = -80; +psi = 0; +tau = -40; +}; +"@MMK_L_Tse-cy" = { +"@MMK_R_round" = -60; +"@MMK_R_sround" = -20; +"@MMK_R_tetse-cy" = -40; +"che-cy" = -20; +"te-cy" = -20; +}; +"@MMK_L_U" = { +"@MMK_R_A" = 0; +"@MMK_R_X" = 0; +}; +"@MMK_L_V" = { +"@MMK_R_4" = -160; +"@MMK_R_6" = -80; +"@MMK_R_9" = 0; +"@MMK_R_A" = -320; +"@MMK_R_J" = -100; +"@MMK_R_U" = -20; +"@MMK_R_a" = -100; +"@MMK_R_dot" = -160; +"@MMK_R_j" = -60; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -160; +"@MMK_R_ssflat" = -60; +"@MMK_R_v" = -40; +"@MMK_R_x" = -20; +"De-cy" = -160; +}; +"@MMK_L_W" = { +"@MMK_R_4" = -80; +"@MMK_R_A" = -140; +"@MMK_R_S" = 0; +"@MMK_R_U" = -20; +"@MMK_R_j" = -60; +"@MMK_R_o" = -120; +"@MMK_R_round" = -20; +"@MMK_R_sround" = -100; +"@MMK_R_ssflat" = -40; +}; +"@MMK_L_X" = { +"@MMK_R_S" = -40; +"@MMK_R_hyphen" = -60; +"@MMK_R_round" = -160; +"@MMK_R_sround" = -20; +}; +"@MMK_L_Y" = { +"@MMK_R_2" = 0; +"@MMK_R_4" = -240; +"@MMK_R_9" = -20; +"@MMK_R_A" = -280; +"@MMK_R_S" = -40; +"@MMK_R_U" = -20; +"@MMK_R_dot" = -160; +"@MMK_R_hyphen" = -120; +"@MMK_R_round" = -100; +"@MMK_R_sround" = -240; +"@MMK_R_ssflat" = -100; +"@MMK_R_t" = -80; +"@MMK_R_x" = 0; +pi = -40; +semicolon = -20; +}; +"@MMK_L_Z" = { +"@MMK_R_round" = -20; +"@MMK_R_t" = 20; +}; +"@MMK_L_a" = { +"@MMK_R_Y" = -240; +"@MMK_R_v" = -40; +}; +"@MMK_L_b" = { +"@MMK_R_T" = -140; +"@MMK_R_v" = -60; +"@MMK_R_x" = 0; +"U-cy" = -100; +}; +"@MMK_L_dcroat" = { +"@MMK_R_sround" = -20; +}; +"@MMK_L_down-curve" = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -20; +}; +"@MMK_L_f" = { +"@MMK_R_A" = -100; +"@MMK_R_dot" = -60; +"@MMK_R_j" = -40; +"@MMK_R_sround" = -20; +"@MMK_R_ssflat" = 0; +}; +"@MMK_L_hyphen" = { +"@MMK_R_A" = -40; +"@MMK_R_J" = -60; +"@MMK_R_T" = -100; +"@MMK_R_V" = -40; +"@MMK_R_Y" = -40; +}; +"@MMK_L_iota" = { +"@MMK_R_sround" = 20; +"@MMK_R_v" = 20; +tau = -40; +}; +"@MMK_L_k" = { +"@MMK_R_sround" = -40; +}; +"@MMK_L_ka-cy" = { +"@MMK_R_sround" = -80; +}; +"@MMK_L_l" = { +"@MMK_R_hyphen" = -20; +"@MMK_R_t" = -20; +}; +"@MMK_L_n" = { +"@MMK_R_V" = -100; +"@MMK_R_v" = -20; +}; +"@MMK_L_r" = { +"@MMK_R_a" = 20; +"@MMK_R_dot" = -40; +"@MMK_R_sround" = -20; +}; +"@MMK_L_round" = { +"@MMK_R_A" = -120; +"@MMK_R_J" = -20; +"@MMK_R_T" = -20; +"@MMK_R_V" = -100; +"@MMK_R_X" = -160; +"@MMK_R_Y" = -100; +"@MMK_R_Z" = -40; +"@MMK_R_dot" = -40; +"@MMK_R_el-cy" = -20; +"De-cy" = -60; +"de-cy" = -20; +one = -20; +}; +"@MMK_L_sflat" = { +"@MMK_R_0" = 140; +"@MMK_R_hyphen" = -40; +"@MMK_R_j" = 0; +}; +"@MMK_L_sround" = { +"@MMK_R_A" = -20; +"@MMK_R_T" = -140; +"@MMK_R_V" = -140; +"@MMK_R_X" = -40; +"@MMK_R_Y" = -100; +"@MMK_R_el-cy" = -40; +"@MMK_R_hbar" = -20; +"@MMK_R_up-curve" = -40; +"@MMK_R_v" = -100; +"@MMK_R_x" = -40; +"de-cy" = -20; +"te-cy" = -20; +}; +"@MMK_L_ssflat" = { +"@MMK_R_T" = -40; +"@MMK_R_Y" = -40; +"@MMK_R_j" = 0; +}; +"@MMK_L_u" = { +"@MMK_R_A" = -100; +}; +"@MMK_L_v" = { +"@MMK_R_A" = -100; +"@MMK_R_J" = -40; +"@MMK_R_dot" = -120; +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -100; +"@MMK_R_ssflat" = 0; +"de-cy" = -60; +}; +"@MMK_L_x" = { +"@MMK_R_a" = 20; +"@MMK_R_hyphen" = -60; +"@MMK_R_round" = 0; +"@MMK_R_sround" = -40; +}; +Dcroat = { +"@MMK_R_A" = -40; +}; +"De-cy" = { +"@MMK_R_round" = -20; +}; +"Izhitsa-cy" = { +"@MMK_R_V" = 0; +}; +"Shhadescender-cy" = { +"Chedescenderabkhasian-cy" = -60; +}; +Sigma = { +tau = -20; +}; +"U-cy" = { +"@MMK_R_ssflat" = -40; +}; +degree = { +"@MMK_R_E" = -20; +"@MMK_R_round" = -60; +}; +gamma = { +"@MMK_R_A" = -60; +}; +"ge-cy" = { +"@MMK_R_el-cy" = -40; +"@MMK_R_sround" = -40; +}; +iota = { +"@MMK_R_sround" = -20; +"@MMK_R_v" = -60; +}; +lambda = { +"@MMK_R_up-curve" = -20; +"@MMK_R_v" = -160; +}; +slash = { +"@MMK_R_A" = -40; +"@MMK_R_sround" = -20; +}; +"softsign-cy" = { +"@MMK_R_v" = -60; +"te-cy" = -20; +}; +tau = { +"@MMK_R_sround" = -20; +}; +"te-cy" = { +"@MMK_R_sround" = -20; +"de-cy" = -20; +"el-cy" = -80; +}; +"tse-cy" = { +"@MMK_R_round" = -20; +"@MMK_R_sround" = -20; +"hardsign-cy" = -20; +}; +"yeru-cy" = { +"@MMK_R_round" = -20; +}; +}; +}; +metrics = ( +{ +type = ascender; +}, +{ +type = "cap height"; +}, +{ +type = "x-height"; +}, +{ +type = baseline; +}, +{ +type = descender; +}, +{ +type = "italic angle"; +}, +{ +name = "lowercase Ascender"; +} +); +properties = ( +{ +key = copyrights; +values = ( +{ +language = dflt; +value = "Copyright 2025 The Nevermind Project Authors (https://github.com/xmindltd/nevermind)"; +} +); +}, +{ +key = designers; +values = ( +{ +language = dflt; +value = lan; +} +); +}, +{ +key = designerURL; +value = "https://www.xmind.app/"; +}, +{ +key = licenses; +values = ( +{ +language = dflt; +value = "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org"; +} +); +}, +{ +key = licenseURL; +value = "https://openfontlicense.org"; +}, +{ +key = manufacturers; +values = ( +{ +language = dflt; +value = Xmind; +} +); +}, +{ +key = manufacturerURL; +value = "https://www.xmind.app/"; +}, +{ +key = vendorID; +value = XMIND; +} +); +stems = ( +{ +horizontal = 1; +name = hStem0; +}, +{ +name = vStem0; +} +); +unitsPerEm = 2048; +userData = { +GSDimensionPlugin.Dimensions = { +"36374CA8-CB97-47A4-B997-0FCE4E6FD0F6" = { +HH = "十大"; +}; +"3DB2EBE7-826A-426D-99BC-F93DFDDCF8F7" = { +}; +}; +}; +versionMajor = 1; +versionMinor = 0; +} diff --git a/sources/Source-Glyphs/Nevermind.glyphs b/sources/Source-Glyphs/Nevermind.glyphs deleted file mode 100644 index 4c124f8..0000000 --- a/sources/Source-Glyphs/Nevermind.glyphs +++ /dev/null @@ -1,121520 +0,0 @@ -{ -.appVersion = "3414"; -.formatVersion = 3; -DisplayStrings = ( -a, -AOH, -ABCDEFGHIJKLMosseratNeoWowoe123aaOPQRSTUVWXY1eWewZabcdefghijklmnopqrstuvwxyz, -"AÁĂǍÂÄÀĀĄÅÃÆBCĆČÇĈDĎĐÐEÉĚȨÈĒĘẼFGǴĞǦĜĢĠHĦȞĤIÍĬǏÎÏİÌĪĮĨJĴKkaḰǨĶLĹĽḼĻŁMḾNŃŇŅÑOÓǑÔÖÒŐŌØÕŒPṔÞQRŔŘŖSŚŠŞŜȘẞTŦŤŢȚUÚŬǓÛÜÙŰŪŲŮVWXYÝŸZŹŽŻaáăǎâäàāąåãæbcćčçĉdđðeéěȩêëėèēęẽfgğǧĝģhħȟĥiıíǐîï/idotaccent ìīįjȷĵkǩķlĺľḽļłmḿnńňņñoóǒôöòőōøõœpþqrŕřŗsśšşŝșßtŧťţțuúŭǔûüùűūųůvwxyýÿzźžż", -"ģ", -"&", -"", -"", -C, -Words, -"Í", -"/bottom-hook Ԧ", -"А", -"", -"Ḩ", -"k/hook.up", -"ṉ", -AOH, -"₂", -"½", -"ķ", -"", -"̈ÜÄÏÖŸäëïöüÿЇӒӚӜӞӤӦӪӬӰӴӸёїӛӝӟӥӧӫӭӱӵӹΪΫϊϋ¨", -"Ű", -"ŮÅåů̥˚", -"", -"Ё", -"", -"", -"̣", -"̋", -"/invertedbrevecomb", -"Ł", -"Ħ", -G, -"̈", -"Ḩ", -"̧", -"̧Ḩ", -H, -"½1¼¾₁₂₃₄¹²³", -"½¼¾", -"AÁĂǍÂÄÀĀĄÅÃÆBCĆČÇĈDĎĐÐEÉĚȨÈĒĘẼFGǴĞǦĜĢĠHĦȞĤIÍĬǏÎÏİÌĪĮĨJĴKḰǨĶLĹĽḼĻŁMḾNŃŇŅÑOÓǑÔÖÒŐŌØÕŒPṔÞQRŔŘŖSŚŠŞŜȘẞTŦŤŢȚUÚŬǓÛÜÙŰŪŲŮVWXYÝŸZŹŽŻ", -"̨Ą", -"", -"̀Á", -"/caron.l LLLĽľľ", -"LLLĽllľ", -"Ľlľ", -"ľ", -"Ďdbdď", -"Ťtť", -"/caron.l ĽŤlľtť", -"ǵ", -"", -"", -"/commaaccentrotate", -"̀´/commaaccentrotate", -"ǵğģ/commaaccentrotate", -"̭̭Ḽ", -"̦̦Ļ", -"̭ḽ", -"̀EЕÈ̀Ѐ", -"ЀЕЕЕЕЕÈÈЀ", -"̀´Ќ", -"´Ќ", -"̀Ѐ", -"´Ќ", -"КЌ", -"̆АӐ", -"АӒ", -"ЕEӖ", -"ОOӦ", -"Ө", -"ЫӸbdl", -"еѐ", -"её", -"уyyў", -"ў", -"ҧ", -"ЕEЀ", -"aăӑ", -"äӓ", -"оӧ", -"уӯ", -"уӱ", -"уỳ̋ӳ", -"aӓ", -"΄Όό", -"ό", -"Ό´οo´ό", -"Όοoό", -"еӗ", -"ΩΩΩΩΩΏωώ", -".··", -"·", -"̂ˆ̂^", -"^", -"≈/approxequal.uc", -"̀`̏", -"̀̏", -"∛", -"ҥҵ", -"ңҥҵ", -"ЂҢHҤ", -"ҥ", -"#", -"da+−×÷=≠><≥≤±≈~+=t¬", -"≠", -"Ææ", -"΄Ώώ", -"", -"AÁĂǍÂÄÀĀĄÅÃÆBCĆČÇĈĊDĎĐÐEÉĚȨÊËĖÈĒĘẼFGǴĞǦĜĢĠHĦȞĤIÍĬǏÎÏİÌĪĮĨJĴKḰǨĶLĹĽḼĻŁMḾNŃŇŅÑOÓǑÔÖÒŐŌØÕŒPṔÞQRŔŘŖSŚŠŞŜȘẞTŦŤŢȚUÚŬǓÛÜÙŰŪŲŮVWẂŴẄẀXYÝŶŸỲZŹŽŻaáăǎâäàāąåãæbcćčçĉċdďđðeéěȩêëėèēęẽfgǵğǧĝģġhħȟĥiıíĭǐîï/idotaccent ìīįĩjȷĵkḱǩķlĺľḽļłmḿnńňņñoóǒôöòőōøõœpṕþqrŕřŗsśšşŝșßtŧťţțuúŭǔûüùűūųůvwẃŵẅẁxyýŷÿỳzźžżªºАБВГЃҐӶҒҔДЕЀЁЖЗИЙЍКЌЛМНОПРСТУЎФХЦЧШЩЏЬЫЪЉЊЅЄЭІЇЈЋЮЯЂѲѴҖҘҚҜҞҠҢҤҦԤҨҪҬҮҰҲҴҶҸҺԦҼҾӀӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӸӼԐԒԜабвгѓґӷғҕдеrrѐёжзийѝкќлмнопрстуўфхцчшщџьыъљњѕєэїїјћюяђѳѵҗҙқҝҟҡңҥԥҧҩҫҭүұҳҵҷҹһԧҽҿӏӂӄӆӈӊӌӎӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӹӽԑԓԝ/zhe-cy.loclBGR/iishort-cy.loclBGR ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩΆΈΉΊΌΎΏΪΫϜαβγδεζηθικλμνξοπρςστυфφχψωίϊΐύϋΰόώάέήϝ", -"¡", -"!¡?¿", -brillian, -"љњ", -"Æ", -"Љ", -"Њ", -"Җ", -"ҚҠ", -"Ҭ", -"Ҳ", -"Џ", -"гґ", -"ф", -"џ", -"љ", -"ұ", -"ӏ", -"ԥ", -"ҭ", -"ҟk", -"ө", -"/zhe-cy.loclBGR", -"dďdoblkđ", -"hħ", -"ł", -"Ӷ", -"ЬЫl", -"Ѳ", -"ӆӅӉӍӊӎӊ", -"абвгѓґӷғҕдеѐёжзийѝкќлмнопрстуўфlхцчшщџьыъљњѕєэіїјћюяђѳѵҗҙқҝҟҡңҥԥҧҩҫҭүұҳҵҷҹһԧҽҿlӏӂӄӆӈӊӌӎӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӹӽԑԓԝ/zhe-cy.loclBGR/iishort-cy.loclBGR", -"AABCDEFGHIJKLMNOPQRSTUVWXYZ -abcdefghijklmnopqrstuvwxyz -Spacing -nanbncndnenfngnhninjnknlnmnnonpnqnrnsntnunvnwnxnynzn -HAHBHCHDHEHFHGHHIHJHKHLHMHNHOHPHQHRHSHTHUHVHWHXHYHZH -0102030405060708090 -lower case//lower case -aufkauf aufhalt aufbleib -verixt auflassen -hoe auffassen -le aufißt raufjagen fıne -aufnden Tiefieger -Stolos Muon Stoigel Ozier -Raband Tuhöhle Sukopp -führen fördern fähre -wegjagen Bargfeld -kyrie afro arte axe luvwärts -Gevatter wann -ever gewettet severe -davon gewonnen down -wichtig recken -ndnďlďhďoďnď*ď” -nlnľlľhľoľnľ*ľ”dłh -fîî tíì lïïë thĩĩ nsa -Versal//Kleinbuchstaben -Farbe Fest Firn Fjord Font -Frau Fuß Fähre Förde Füße -Rest Rohr Röhre Rymer -Test Tod Tauf Tim Tja Turm -Traum Tsara Twist Tyrol -Tüte Töten Täter TéTêTèVeste Vogel VéVêVèVater Vijf Vlut Vulkan -Vytautas Vroni Väter Vögel Vs Ws Vz Wz -Weste Wolf Wüste Wörpe Wärter Waage Wiege Wlasta -Wurst Wiyhl Wrasen -Yeats Yoni auf Yqem -Yak Ybbs Yggdrasil Yps -Ysop Ytong Yuma -Versal//Versal -ATK AVI AWL AYN LTK -LVI LWL LYN ĽV ĽTH -RTK TVI RWL RYN -TABULA VATER WASSER -YAKUZA FABEL PAPST -UNÐE HĐ", -"·;.,:;…!¡?¿·.•*⁃#///backslash/colon.uc/bullet.uc/hyphenbullet.uc -–—_/hyphen.uc/endash.uc/emdash.uc (){}[]/parenleft.uc/parenright.uc/braceleft.uc/braceright.uc/bracketleft.uc/bracketright.uc ‚„“”‘’«»‹›\"'", -"@&¶§©®™°|¦†ℓ‡N№¢¤$€£¥∛∇+−×÷=≠><≥≤±≈~¬^∞∫Ω∆∏∑t√∂µ%‰/plus.uc/minus.uc/multiply.uc/divide.uc/equal.uc/notequal.uc/greater.uc/less.uc/approxequal.uc/asciitilde.uc ◊" -); -axes = ( -{ -name = Weight; -tag = wght; -}, -{ -name = Italic; -tag = ital; -} -); -classes = ( -{ -automatic = 1; -code = "A Aacute Abreve Acaron Acircumflex Adieresis Agrave Amacron Aogonek Aring Atilde AE B C Cacute Ccaron Ccedilla Ccircumflex Cdot D Dcaron Dcroat Eth E Eacute Ecaron Ecedilla Ecircumflex Edieresis Edotaccent Egrave Emacron Eogonek Etilde F G Gacute Gbreve Gcaron Gcircumflex Gcommaaccent Gdot H Hbar Hcaron Hcircumflex I Iacute Ibreve Icaron Icircumflex Idieresis Idotaccent Igrave Imacron Iogonek Itilde J Jcircumflex K Kacute Kcaron Kcommaaccent L Lacute Lcaron Lcircumflexbelow Lcommaaccent Lslash M Macute N Nacute Ncaron Ncommaaccent Ntilde O Oacute Ocaron Ocircumflex Odieresis Ograve Ohungarumlaut Omacron Oslash Otilde OE P Pacute Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucaron Ucircumflex Udieresis Ugrave Uhungarumlaut Umacron Uogonek Uring V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ygrave Z Zacute Zcaron Zdotaccent A-cy Be-cy Ve-cy Ge-cy Gje-cy Geupturn-cy Gedescender-cy Gestroke-cy Gemiddlehook-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Tse-cy Che-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Yeru-cy Hardsign-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Yu-cy Ya-cy Dje-cy Fita-cy Izhitsa-cy Zhedescender-cy Zedescender-cy Kadescender-cy Kaverticalstroke-cy Kastroke-cy Kabashkir-cy Endescender-cy Pemiddlehook-cy Pedescender-cy Haabkhasian-cy Esdescender-cy Tedescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Tetse-cy Chedescender-cy Cheverticalstroke-cy Shha-cy Shhadescender-cy Cheabkhasian-cy Chedescenderabkhasian-cy Palochka-cy Zhebreve-cy Kahook-cy Eltail-cy Enhook-cy Entail-cy Chekhakassian-cy Emtail-cy Abreve-cy Adieresis-cy Aie-cy Iebreve-cy Schwa-cy Schwadieresis-cy Zhedieresis-cy Zedieresis-cy Dzeabkhasian-cy Imacron-cy Idieresis-cy Odieresis-cy Obarred-cy Obarreddieresis-cy Edieresis-cy Umacron-cy Udieresis-cy Uhungarumlaut-cy Chedieresis-cy Yerudieresis-cy Hahook-cy Reversedze-cy Elhook-cy We-cy Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis Digamma"; -name = Uppercase; -}, -{ -automatic = 1; -code = "a aacute abreve acaron acircumflex adieresis agrave amacron aogonek aring atilde ae b c cacute ccaron ccedilla ccircumflex cdot d dcaron dcroat eth e eacute ecaron ecedilla ecircumflex edieresis edotaccent egrave emacron eogonek etilde f g gacute gbreve gcaron gcircumflex gcommaaccent gdot h hbar hcaron hcircumflex i idotless iacute ibreve icaron icircumflex idieresis idotaccent igrave imacron iogonek itilde j jdotless jcircumflex k kacute kcaron kcommaaccent l lacute lcaron lcircumflexbelow lcommaaccent lslash m macute n nacute ncaron ncommaaccent ntilde o oacute ocaron ocircumflex odieresis ograve ohungarumlaut omacron oslash otilde oe p pacute thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls t tbar tcaron tcedilla tcommaaccent u uacute ubreve ucaron ucircumflex udieresis ugrave uhungarumlaut umacron uogonek uring v w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ygrave z zacute zcaron zdotaccent a-cy be-cy ve-cy ge-cy gje-cy geupturn-cy gedescender-cy gestroke-cy gemiddlehook-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy tse-cy che-cy sha-cy shcha-cy dzhe-cy softsign-cy yeru-cy hardsign-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy yu-cy ya-cy dje-cy fita-cy izhitsa-cy zhedescender-cy zedescender-cy kadescender-cy kaverticalstroke-cy kastroke-cy kabashkir-cy endescender-cy pedescender-cy pemiddlehook-cy haabkhasian-cy esdescender-cy tedescender-cy ustraight-cy ustraightstroke-cy hadescender-cy tetse-cy chedescender-cy cheverticalstroke-cy shha-cy shhadescender-cy cheabkhasian-cy chedescenderabkhasian-cy palochka-cy zhebreve-cy kahook-cy eltail-cy enhook-cy entail-cy chekhakassian-cy emtail-cy abreve-cy adieresis-cy aie-cy iebreve-cy schwa-cy schwadieresis-cy zhedieresis-cy zedieresis-cy dzeabkhasian-cy imacron-cy idieresis-cy odieresis-cy obarred-cy obarreddieresis-cy edieresis-cy umacron-cy udieresis-cy uhungarumlaut-cy chedieresis-cy yerudieresis-cy hahook-cy reversedze-cy elhook-cy we-cy zhe-cy.loclBGR iishort-cy.loclBGR alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos digamma"; -name = Lowercase; -} -); -customParameters = ( -{ -name = vendorlD; -value = XMIND; -}, -{ -name = "Guides Palette Config"; -value = { -showAngle = 1; -showCoordinates = 1; -sortBy = ""; -tagPrefix = guide_; -}; -}, -{ -name = fsType; -value = ( -); -}, -{ -name = "Prevent Name ID"; -value = "16, 17"; -} -); -date = "2025-05-08 01:41:48 +0000"; -familyName = Nevermind; -featurePrefixes = ( -{ -automatic = 1; -code = "languagesystem DFLT dflt; - -languagesystem latn dflt; -languagesystem latn AZE; -languagesystem latn CRT; -languagesystem latn KAZ; -languagesystem latn TAT; -languagesystem latn TRK; -languagesystem latn ROM; -languagesystem latn MOL; - -languagesystem cyrl dflt; -languagesystem cyrl BGR; -"; -name = Languagesystems; -}, -{ -code = "lookup lookup_0 { -sub colon by colon.uc; -} lookup_0; -"; -name = lookup_0; -} -); -features = ( -{ -code = "# feature c2sc; -feature sups; -feature locl; -feature subs; -feature sinf; -"; -tag = aalt; -}, -{ -automatic = 1; -code = "lookup ccmp_DFLT_1 { - @CombiningTopAccents = [acutecomb brevecomb caroncomb circumflexcomb dblgravecomb dieresiscomb dotaccentcomb gravecomb hookabovecomb hungarumlautcomb macroncomb ringcomb tildecomb]; - lookupflag UseMarkFilteringSet @CombiningTopAccents; - sub i' @CombiningTopAccents by idotless; - sub j' @CombiningTopAccents by jdotless; -} ccmp_DFLT_1; -"; -tag = ccmp; -}, -{ -automatic = 1; -code = "script latn; -language AZE; -lookup locl_latn_0 { - sub i by idotaccent; -} locl_latn_0; -language CRT; -lookup locl_latn_0; -language KAZ; -lookup locl_latn_0; -language TAT; -lookup locl_latn_0; -language TRK; -lookup locl_latn_0; - -script latn; -language ROM; -lookup locl_latn_1 { - sub Scedilla by Scommaaccent; - sub scedilla by scommaaccent; - sub Tcedilla by Tcommaaccent; - sub tcedilla by tcommaaccent; -} locl_latn_1; -language MOL; -lookup locl_latn_1; - -script cyrl; -language BGR; -lookup locl_cyrl_0 { - sub zhe-cy by zhe-cy.loclBGR; - sub iishort-cy by iishort-cy.loclBGR; -} locl_cyrl_0; -"; -tag = locl; -}, -{ -automatic = 1; -code = "sub one by oneinferior; -sub two by twoinferior; -sub three by threeinferior; -sub four by fourinferior; -"; -tag = subs; -}, -{ -automatic = 1; -code = "sub one by oneinferior; -sub two by twoinferior; -sub three by threeinferior; -sub four by fourinferior; -"; -tag = sinf; -}, -{ -automatic = 1; -code = "sub one by onesuperior; -sub two by twosuperior; -sub three by threesuperior; -"; -tag = sups; -}, -{ -automatic = 1; -code = "sub one slash four by onequarter; -sub one slash two by onehalf; -sub three slash four by threequarters; -"; -tag = frac; -}, -{ -automatic = 1; -code = "sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; -sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; -sub N o period by numero; -"; -tag = ordn; -}, -{ -code = "lookup case0 { - sub colon by colon.uc; -} case0; - -lookup SUB_17{ - sub parenleft by parenleft.uc; - sub parenright by parenright.uc; - sub bracketleft by bracketleft.uc; - sub bracketright by bracketright.uc; - sub braceleft by braceleft.uc; - sub braceright by braceright.uc; - sub hyphen by hyphen.uc; - sub endash by endash.uc; - sub emdash by emdash.uc; - sub less by less.uc; - sub greater by greater.uc; - sub equal by equal.uc; - sub notequal by notequal.uc; - sub plus by plus.uc; - sub minus by minus.uc; - sub multiply by multiply.uc; - sub divide by divide.uc; - sub bullet by bullet.uc; - sub hyphenbullet by hyphenbullet.uc; -} SUB_17; -"; -tag = case; -}, -{ -code = "#sub colon by colon.uc; -"; -tag = cv04; -}, -{ -code = "lookup SUB_16{ - sub parenleft by parenleft.uc; - sub parenright by parenright.uc; - sub bracketleft by bracketleft.uc; - sub bracketright by bracketright.uc; - sub braceleft by braceleft.uc; - sub braceright by braceright.uc; - sub hyphen by hyphen.uc; - sub endash by endash.uc; - sub emdash by emdash.uc; - sub less by less.uc; - sub greater by greater.uc; - sub equal by equal.uc; - sub notequal by notequal.uc; - sub plus by plus.uc; - sub minus by minus.uc; - sub multiply by multiply.uc; - sub divide by divide.uc; - sub bullet by bullet.uc; - sub hyphenbullet by hyphenbullet.uc; - -} SUB_16; -"; -labels = ( -{ -language = dflt; -value = ""; -} -); -tag = ss03; -}, -{ -code = "lookup calt0 { - sub [zero one two three four five six seven eight nine] colon' lookup lookup_0 [zero one two three four five six seven eight nine] ; -} calt0; - -"; -tag = calt; -}, -{ -automatic = 1; -code = "sub N o period by numero; -"; -tag = ordn; -}, -{ -automatic = 1; -code = ""; -tag = mark; -} -); -fontMaster = ( -{ -axesValues = ( -100, -0 -); -customParameters = ( -{ -name = typoAscender; -value = 1984; -}, -{ -name = typoDescender; -value = -494; -}, -{ -name = winAscent; -value = 1984; -}, -{ -name = winDescent; -value = 494; -}, -{ -name = hheaAscender; -value = 1984; -}, -{ -name = hheaDescender; -value = -494; -} -); -iconName = Light; -id = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -metricValues = ( -{ -pos = 1984; -}, -{ -over = 20; -pos = 1443; -}, -{ -over = 15; -pos = 1040; -}, -{ -over = -20; -}, -{ -pos = -494; -}, -{ -}, -{ -pos = 722; -}, -{ -pos = 1520; -} -); -name = "wght=100"; -stemValues = ( -162, -180 -); -userData = { -GSCornerRadius = 120; -GSOffsetHorizontal = 10; -GSOffsetKeepCompatible = 1; -GSOffsetVertical = 10; -}; -}, -{ -axesValues = ( -400, -0 -); -customParameters = ( -{ -name = typoAscender; -value = 1984; -}, -{ -name = typoDescender; -value = -494; -}, -{ -name = winAscent; -value = 1984; -}, -{ -name = winDescent; -value = 494; -}, -{ -name = hheaAscender; -value = 1984; -}, -{ -name = hheaDescender; -value = -494; -} -); -id = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -metricValues = ( -{ -pos = 1984; -}, -{ -over = 20; -pos = 1443; -}, -{ -over = 15; -pos = 1040; -}, -{ -over = -20; -}, -{ -pos = -494; -}, -{ -}, -{ -pos = 722; -}, -{ -pos = 1520; -} -); -name = Regular; -stemValues = ( -162, -180 -); -userData = { -GSCornerRadius = 60; -GSOffsetHorizontal = 5; -GSOffsetKeepCompatible = 1; -GSOffsetVertical = 5; -}; -}, -{ -axesValues = ( -900, -0 -); -customParameters = ( -{ -name = typoAscender; -value = 1984; -}, -{ -name = typoDescender; -value = -494; -}, -{ -name = winAscent; -value = 1984; -}, -{ -name = winDescent; -value = 494; -}, -{ -name = hheaAscender; -value = 1984; -}, -{ -name = hheaDescender; -value = -494; -} -); -iconName = Bold; -id = "0CA926B8-BF71-483F-A045-F233B587689B"; -metricValues = ( -{ -pos = 1984; -}, -{ -over = 37; -pos = 1443; -}, -{ -over = 24; -pos = 1100; -}, -{ -over = -37; -}, -{ -pos = -494; -}, -{ -}, -{ -pos = 722; -}, -{ -pos = 1520; -} -); -name = "wght=1000"; -stemValues = ( -258, -302 -); -userData = { -GSCornerRadius = 120; -GSOffsetHorizontal = 60; -GSOffsetKeepCompatible = 1; -GSOffsetVertical = 60; -}; -}, -{ -axesValues = ( -100, -12 -); -customParameters = ( -{ -name = typoAscender; -value = 1984; -}, -{ -name = typoDescender; -value = -494; -}, -{ -name = winAscent; -value = 1984; -}, -{ -name = winDescent; -value = 494; -}, -{ -name = hheaAscender; -value = 1984; -}, -{ -name = hheaDescender; -value = -494; -} -); -iconName = Light; -id = "6871CC57-2503-4E31-BAA0-540E82C15514"; -metricValues = ( -{ -pos = 1984; -}, -{ -over = 20; -pos = 1443; -}, -{ -over = 15; -pos = 1040; -}, -{ -over = -20; -}, -{ -pos = -494; -}, -{ -pos = 12; -}, -{ -pos = 722; -}, -{ -pos = 1520; -} -); -name = "wght=100, italic"; -stemValues = ( -162, -180 -); -userData = { -GSCornerRadius = 120; -GSOffsetHorizontal = 10; -GSOffsetKeepCompatible = 1; -GSOffsetVertical = 10; -}; -}, -{ -axesValues = ( -400, -12 -); -customParameters = ( -{ -name = typoAscender; -value = 1984; -}, -{ -name = typoDescender; -value = -494; -}, -{ -name = winAscent; -value = 1984; -}, -{ -name = winDescent; -value = 494; -}, -{ -name = hheaAscender; -value = 1984; -}, -{ -name = hheaDescender; -value = -494; -} -); -id = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -metricValues = ( -{ -pos = 1984; -}, -{ -over = 20; -pos = 1443; -}, -{ -over = 15; -pos = 1040; -}, -{ -over = -20; -}, -{ -pos = -494; -}, -{ -pos = 12; -}, -{ -pos = 722; -}, -{ -pos = 1520; -} -); -name = "Regular, italic"; -stemValues = ( -162, -180 -); -userData = { -GSCornerRadius = 40; -GSOffsetHorizontal = 5; -GSOffsetKeepCompatible = 1; -GSOffsetVertical = 5; -}; -}, -{ -axesValues = ( -900, -12 -); -customParameters = ( -{ -name = typoAscender; -value = 1984; -}, -{ -name = typoDescender; -value = -494; -}, -{ -name = winAscent; -value = 1984; -}, -{ -name = winDescent; -value = 494; -}, -{ -name = hheaAscender; -value = 1984; -}, -{ -name = hheaDescender; -value = -494; -} -); -iconName = Bold; -id = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -metricValues = ( -{ -pos = 1984; -}, -{ -over = 37; -pos = 1443; -}, -{ -over = 24; -pos = 1100; -}, -{ -over = -37; -}, -{ -pos = -494; -}, -{ -pos = 12; -}, -{ -pos = 722; -}, -{ -pos = 1520; -} -); -name = "wght=1000, italic"; -stemValues = ( -258, -302 -); -userData = { -GSCornerRadius = 120; -GSOffsetHorizontal = 60; -GSOffsetKeepCompatible = 1; -GSOffsetVertical = 60; -}; -} -); -glyphs = ( -{ -glyphname = A; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 04:02:02 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (646,0); -}, -{ -name = ogonek; -pos = (1261,0); -}, -{ -name = top; -pos = (645,1443); -}, -{ -name = topleft; -pos = (348,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(645,1622,l), -(645,-131,l) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(642,1354,l), -(655,1354,l), -(655,1443,l), -(626,1443,l), -(0,0,l), -(53,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1289,0,l), -(661,1443,l), -(644,1443,l), -(644,1356,l), -(1236,0,l) -); -}, -{ -closed = 1; -nodes = ( -(222,436,l), -(1071,436,l), -(1050,484,l), -(240,484,l) -); -} -); -width = 1289; -}, -{ -anchors = ( -{ -name = bottom; -pos = (702,0); -}, -{ -name = ogonek; -pos = (1310,0); -}, -{ -name = top; -pos = (702,1444); -}, -{ -name = topleft; -pos = (308,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(702,1622,l), -(702,-132,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(698,1264,l), -(742,1264,l), -(742,1444,l), -(592,1444,l), -(0,0,l), -(192,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1408,0,l), -(810,1444,l), -(702,1444,l), -(702,1270,l), -(1216,0,l) -); -}, -{ -closed = 1; -nodes = ( -(282,356,l), -(1126,356,l), -(1056,516,l), -(350,516,l) -); -} -); -width = 1408; -}, -{ -anchors = ( -{ -name = bottom; -pos = (784,0); -}, -{ -name = ogonek; -pos = (1340,0); -}, -{ -name = top; -pos = (784,1443); -}, -{ -name = topleft; -pos = (208,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(784,1622,l), -(784,-131,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(775,959,l), -(828,959,l), -(818,1443,l), -(585,1443,l), -(0,0,l), -(429,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1567,0,l), -(980,1443,l), -(780,1443,l), -(790,965,l), -(1137,0,l) -); -}, -{ -closed = 1; -nodes = ( -(392,216,l), -(1173,216,l), -(1061,506,l), -(502,506,l) -); -} -); -width = 1567; -}, -{ -anchors = ( -{ -name = bottom; -pos = (535,0); -}, -{ -name = ogonek; -pos = (1150,0); -}, -{ -name = top; -pos = (840,1443); -}, -{ -name = topleft; -pos = (543,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(683,1622,l), -(683,-131,l) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(822,1354,l), -(831,1354,l), -(850,1443,l), -(821,1443,l), -(-111,0,l), -(-54,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1178,0,l), -(856,1443,l), -(839,1443,l), -(825,1356,l), -(1129,0,l) -); -}, -{ -closed = 1; -nodes = ( -(203,436,l), -(1052,436,l), -(1042,484,l), -(232,484,l) -); -} -); -width = 1289; -}, -{ -anchors = ( -{ -name = bottom; -pos = (591,0); -}, -{ -name = ogonek; -pos = (1199,0); -}, -{ -name = top; -pos = (897,1444); -}, -{ -name = topleft; -pos = (503,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(763,1622,l), -(763,-132,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(865,1264,l), -(909,1264,l), -(937,1444,l), -(787,1444,l), -(-111,0,l), -(81,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1297,0,l), -(1005,1444,l), -(897,1444,l), -(870,1270,l), -(1115,0,l) -); -}, -{ -closed = 1; -nodes = ( -(246,356,l), -(1090,356,l), -(1054,516,l), -(348,516,l) -); -} -); -width = 1408; -}, -{ -anchors = ( -{ -name = bottom; -pos = (627,0); -}, -{ -name = ogonek; -pos = (1223,0); -}, -{ -name = top; -pos = (933,1443); -}, -{ -name = topleft; -pos = (-13,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(780,1622,l), -(780,-131,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(858,969,l), -(911,969,l), -(967,1443,l), -(734,1443,l), -(-117,0,l), -(352,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1370,0,l), -(1159,1443,l), -(929,1443,l), -(874,975,l), -(950,0,l) -); -}, -{ -closed = 1; -nodes = ( -(276,196,l), -(1057,196,l), -(1009,466,l), -(450,466,l) -); -} -); -width = 1487; -} -); -unicode = 65; -}, -{ -glyphname = Aacute; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (871,503); -ref = gravecomb; -scale = (-1,1); -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (1038,504); -ref = gravecomb; -scale = (-1,1); -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (1200,443); -ref = gravecomb; -scale = (-1,1); -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (1178,503); -ref = gravecomb; -scale = (-1,1); -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (1390,504); -ref = gravecomb; -scale = (-1,1); -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (1540,443); -ref = gravecomb; -scale = (-1,1); -} -); -width = 1627; -} -); -unicode = 193; -}, -{ -glyphname = Abreve; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (347,503); -ref = brevecomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (353,504); -ref = brevecomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (309,443); -ref = brevecomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (441,503); -ref = brevecomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (431,504); -ref = brevecomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (386,443); -ref = brevecomb; -} -); -width = 1627; -} -); -unicode = 258; -}, -{ -glyphname = Acaron; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (328,503); -ref = caroncomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (320,504); -ref = caroncomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (264,443); -ref = caroncomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (434,503); -ref = caroncomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (402,504); -ref = caroncomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (345,437); -ref = caroncomb; -} -); -width = 1627; -} -); -unicode = 461; -}, -{ -glyphname = Acircumflex; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (326,503); -ref = circumflexcomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (321,504); -ref = circumflexcomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (259,443); -ref = circumflexcomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (432,503); -ref = circumflexcomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (407,504); -ref = circumflexcomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (352,443); -ref = circumflexcomb; -} -); -width = 1627; -} -); -unicode = 194; -}, -{ -glyphname = Adieresis; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (359,503); -ref = dieresiscomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (349,504); -ref = dieresiscomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (325,443); -ref = dieresiscomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (453,503); -ref = dieresiscomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (425,504); -ref = dieresiscomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (418,443); -ref = dieresiscomb; -} -); -width = 1627; -} -); -unicode = 196; -}, -{ -glyphname = Agrave; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (419,503); -ref = gravecomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (366,504); -ref = gravecomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (368,443); -ref = gravecomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (502,503); -ref = gravecomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (452,504); -ref = gravecomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (466,443); -ref = gravecomb; -} -); -width = 1627; -} -); -unicode = 192; -}, -{ -glyphname = Amacron; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (335,503); -ref = macroncomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (355,504); -ref = macroncomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (347,443); -ref = macroncomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (435,503); -ref = macroncomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (438,504); -ref = macroncomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (448,443); -ref = macroncomb; -} -); -width = 1627; -} -); -unicode = 256; -}, -{ -glyphname = Aogonek; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (1032,0); -ref = ogonekcomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (1013,0); -ref = ogonekcomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (978,0); -ref = ogonekcomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (1061,0); -ref = ogonekcomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (1066,0); -ref = ogonekcomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (1052,0); -ref = ogonekcomb; -} -); -width = 1627; -} -); -unicode = 260; -}, -{ -glyphname = Aring; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (400,502); -ref = ringcomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (415,504); -ref = ringcomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (411,443); -ref = ringcomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (508,502); -ref = ringcomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (494,504); -ref = ringcomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (489,443); -ref = ringcomb; -} -); -width = 1627; -} -); -unicode = 197; -}, -{ -glyphname = Atilde; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (344,403); -ref = tildecomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (332,504); -ref = tildecomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (304,442); -ref = tildecomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (410,403); -ref = tildecomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (402,504); -ref = tildecomb; -} -); -width = 1508; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (340,442); -ref = tildecomb; -} -); -width = 1627; -} -); -unicode = 195; -}, -{ -glyphname = AE; -lastChange = "2025-05-08 08:14:36 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (898,0); -}, -{ -name = top; -pos = (1298,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(717,1395,l), -(915,1395,l), -(915,1443,l), -(686,1443,l), -(0,0,l), -(52,0,l) -); -}, -{ -closed = 1; -nodes = ( -(242,436,l), -(931,436,l), -(931,484,l), -(260,484,l) -); -}, -{ -closed = 1; -nodes = ( -(1776,0,l), -(1776,48,l), -(958,48,l), -(958,716,l), -(1712,716,l), -(1712,764,l), -(958,764,l), -(958,1395,l), -(1776,1395,l), -(1776,1443,l), -(908,1443,l), -(908,0,l) -); -} -); -width = 1816; -}, -{ -anchors = ( -{ -name = bottom; -pos = (942,0); -}, -{ -name = top; -pos = (1305,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(705,1283,l), -(921,1283,l), -(921,1443,l), -(588,1443,l), -(0,0,l), -(191,0,l) -); -}, -{ -closed = 1; -nodes = ( -(281,356,l), -(934,356,l), -(934,516,l), -(349,516,l) -); -}, -{ -closed = 1; -nodes = ( -(1823,0,l), -(1823,160,l), -(1091,160,l), -(1091,650,l), -(1759,650,l), -(1759,810,l), -(1091,810,l), -(1091,1282,l), -(1823,1282,l), -(1823,1443,l), -(911,1443,l), -(911,0,l) -); -} -); -width = 1863; -}, -{ -anchors = ( -{ -name = bottom; -pos = (849,0); -}, -{ -name = top; -pos = (1485,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(838,1104,l), -(973,1104,l), -(973,1443,l), -(575,1443,l), -(0,0,l), -(439,0,l) -); -}, -{ -closed = 1; -nodes = ( -(352,236,l), -(975,236,l), -(975,546,l), -(462,546,l) -); -}, -{ -closed = 1; -nodes = ( -(1954,0,l), -(1954,340,l), -(1330,340,l), -(1330,571,l), -(1878,571,l), -(1878,881,l), -(1330,881,l), -(1330,1102,l), -(1930,1102,l), -(1930,1443,l), -(950,1443,l), -(950,0,l) -); -} -); -width = 1994; -}, -{ -anchors = ( -{ -name = bottom; -pos = (787,0); -}, -{ -name = top; -pos = (1493,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(906,1395,l), -(1100,1395,l), -(1110,1443,l), -(881,1443,l), -(-111,0,l), -(-55,0,l) -); -}, -{ -closed = 1; -nodes = ( -(223,436,l), -(912,436,l), -(923,484,l), -(252,484,l) -); -}, -{ -closed = 1; -nodes = ( -(1665,0,l), -(1675,48,l), -(857,48,l), -(999,716,l), -(1753,716,l), -(1763,764,l), -(1009,764,l), -(1143,1395,l), -(1961,1395,l), -(1971,1443,l), -(1103,1443,l), -(797,0,l) -); -} -); -width = 1896; -}, -{ -anchors = ( -{ -name = bottom; -pos = (831,0); -}, -{ -name = top; -pos = (1500,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(886,1283,l), -(1082,1283,l), -(1116,1443,l), -(783,1443,l), -(-111,0,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(245,356,l), -(898,356,l), -(932,516,l), -(347,516,l) -); -}, -{ -closed = 1; -nodes = ( -(1712,0,l), -(1746,160,l), -(1014,160,l), -(1118,650,l), -(1786,650,l), -(1820,810,l), -(1152,810,l), -(1252,1282,l), -(1984,1282,l), -(2018,1443,l), -(1106,1443,l), -(800,0,l) -); -} -); -width = 1923; -}, -{ -anchors = ( -{ -name = bottom; -pos = (732,0); -}, -{ -name = top; -pos = (1674,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(985,1104,l), -(1090,1104,l), -(1162,1443,l), -(764,1443,l), -(-117,0,l), -(352,0,l) -); -}, -{ -closed = 1; -nodes = ( -(285,236,l), -(908,236,l), -(974,546,l), -(461,546,l) -); -}, -{ -closed = 1; -nodes = ( -(1837,0,l), -(1909,340,l), -(1285,340,l), -(1334,571,l), -(1882,571,l), -(1948,881,l), -(1400,881,l), -(1447,1102,l), -(2047,1102,l), -(2119,1443,l), -(1139,1443,l), -(833,0,l) -); -} -); -width = 2074; -} -); -metricLeft = A; -metricRight = E; -unicode = 198; -}, -{ -glyphname = B; -kernLeft = B; -kernRight = B; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (550,0); -}, -{ -name = top; -pos = (550,1443); -}, -{ -name = tophook; -pos = (370,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(150,0,l), -(150,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(134,732,l), -(684,732,ls), -(932,732,o), -(1087,600,o), -(1087,389,cs), -(1087,181,o), -(932,50,o), -(684,50,cs), -(134,50,l), -(134,0,l), -(686,0,ls), -(963,0,o), -(1137,150,o), -(1137,389,cs), -(1137,589,o), -(1010,734,o), -(807,764,c), -(807,767,l), -(950,809,o), -(1039,931,o), -(1039,1083,cs), -(1039,1304,o), -(880,1443,o), -(628,1443,cs), -(134,1443,l), -(134,1395,l), -(626,1395,ls), -(849,1395,o), -(989,1275,o), -(989,1083,cs), -(989,898,o), -(844,782,o), -(614,782,cs), -(134,782,l) -); -} -); -width = 1197; -}, -{ -anchors = ( -{ -name = bottom; -pos = (552,0); -}, -{ -name = top; -pos = (552,1443); -}, -{ -name = tophook; -pos = (389,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(280,0,l), -(280,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(216,652,l), -(696,652,ls), -(872,652,o), -(989,555,o), -(989,409,cs), -(989,266,o), -(872,170,o), -(696,170,cs), -(216,170,l), -(216,0,l), -(688,0,ls), -(977,0,o), -(1169,164,o), -(1169,409,cs), -(1169,582,o), -(1056,718,o), -(887,749,c), -(887,757,l), -(1008,790,o), -(1089,912,o), -(1089,1061,cs), -(1089,1290,o), -(913,1443,o), -(648,1443,cs), -(216,1443,l), -(216,1273,l), -(636,1273,ls), -(800,1273,o), -(909,1188,o), -(909,1061,cs), -(909,918,o), -(800,822,o), -(636,822,cs), -(216,822,l) -); -} -); -width = 1229; -}, -{ -anchors = ( -{ -name = bottom; -pos = (651,0); -}, -{ -name = top; -pos = (651,1443); -}, -{ -name = tophook; -pos = (419,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(510,0,l), -(510,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(308,585,l), -(768,585,ls), -(866,585,o), -(931,536,o), -(931,463,cs), -(931,377,o), -(866,320,o), -(768,320,cs), -(308,320,l), -(308,0,l), -(820,0,ls), -(1127,0,o), -(1331,158,o), -(1331,394,cs), -(1331,569,o), -(1215,707,o), -(1041,738,c), -(1041,754,l), -(1179,790,o), -(1271,916,o), -(1271,1068,cs), -(1271,1293,o), -(1083,1443,o), -(800,1443,cs), -(308,1443,l), -(308,1123,l), -(718,1123,ls), -(810,1123,o), -(871,1075,o), -(871,1003,cs), -(871,923,o), -(810,870,o), -(718,870,cs), -(308,870,l) -); -} -); -width = 1391; -}, -{ -anchors = ( -{ -name = bottom; -pos = (470,0); -}, -{ -name = top; -pos = (676,1443); -}, -{ -name = tophook; -pos = (496,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1443,l), -(-10,0,l), -(40,0,l), -(346,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(179,732,l), -(659,732,ls), -(907,732,o), -(1034,600,o), -(989,389,cs), -(945,181,o), -(762,50,o), -(514,50,cs), -(34,50,l), -(24,0,l), -(506,0,ls), -(783,0,o), -(989,150,o), -(1039,389,cs), -(1082,589,o), -(986,734,o), -(789,764,c), -(790,767,l), -(942,809,o), -(1057,931,o), -(1089,1083,cs), -(1136,1304,o), -(1006,1443,o), -(754,1443,cs), -(330,1443,l), -(320,1395,l), -(742,1395,ls), -(965,1395,o), -(1080,1275,o), -(1039,1083,cs), -(1000,898,o), -(830,782,o), -(600,782,cs), -(190,782,l) -); -} -); -width = 1127; -}, -{ -anchors = ( -{ -name = bottom; -pos = (512,0); -}, -{ -name = top; -pos = (748,1443); -}, -{ -name = tophook; -pos = (585,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1443,l), -(-10,0,l), -(170,0,l), -(476,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(244,652,l), -(714,652,ls), -(894,652,o), -(987,558,o), -(956,409,cs), -(924,262,o), -(792,170,o), -(612,170,cs), -(142,170,l), -(106,0,l), -(568,0,ls), -(863,0,o), -(1082,158,o), -(1136,409,cs), -(1174,590,o), -(1066,721,o), -(856,749,c), -(858,757,l), -(1029,780,o), -(1159,897,o), -(1194,1061,cs), -(1244,1296,o), -(1105,1443,o), -(834,1443,cs), -(412,1443,l), -(376,1273,l), -(786,1273,ls), -(954,1273,o), -(1042,1191,o), -(1014,1061,cs), -(983,914,o), -(858,822,o), -(690,822,cs), -(280,822,l) -); -} -); -width = 1220; -}, -{ -anchors = ( -{ -name = bottom; -pos = (605,0); -}, -{ -name = top; -pos = (811,1443); -}, -{ -name = tophook; -pos = (579,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,1443,l), -(-16,0,l), -(394,0,l), -(700,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(316,585,l), -(746,585,ls), -(846,585,o), -(899,538,o), -(883,463,cs), -(864,375,o), -(790,320,o), -(690,320,cs), -(260,320,l), -(192,0,l), -(624,0,ls), -(969,0,o), -(1217,152,o), -(1268,394,cs), -(1313,603,o), -(1188,740,o), -(944,748,c), -(945,754,l), -(1156,763,o), -(1313,884,o), -(1352,1068,cs), -(1401,1298,o), -(1230,1443,o), -(910,1443,cs), -(498,1443,l), -(430,1123,l), -(810,1123,ls), -(904,1123,o), -(954,1077,o), -(938,1003,cs), -(920,921,o), -(851,870,o), -(757,870,cs), -(377,870,l) -); -} -); -width = 1361; -} -); -metricLeft = H; -metricRight = O; -unicode = 66; -}, -{ -glyphname = C; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (776,-10); -}, -{ -name = top; -pos = (776,1463); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(68,292,o), -(368,-19,o), -(776,-19,cs), -(1097,-19,o), -(1365,178,o), -(1414,449,c), -(1366,461,l), -(1318,210,o), -(1070,29,o), -(776,29,cs), -(397,29,o), -(118,320,o), -(110,722,c), -(118,1124,o), -(397,1415,o), -(776,1415,cs), -(1069,1415,o), -(1317,1229,o), -(1366,972,c), -(1414,985,l), -(1364,1262,o), -(1096,1463,o), -(776,1463,cs), -(368,1463,o), -(68,1152,o), -(60,722,c) -); -} -); -width = 1474; -}, -{ -anchors = ( -{ -name = bottom; -pos = (775,-12); -}, -{ -name = top; -pos = (776,1463); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(68,292,o), -(368,-19,o), -(776,-19,cs), -(1101,-19,o), -(1373,183,o), -(1424,463,c), -(1249,522,l), -(1203,307,o), -(1004,151,o), -(776,151,cs), -(478,151,o), -(258,391,o), -(251,722,c), -(258,1053,o), -(478,1293,o), -(776,1293,cs), -(1003,1293,o), -(1201,1141,o), -(1246,932,c), -(1424,981,l), -(1373,1261,o), -(1101,1463,o), -(776,1463,cs), -(368,1463,o), -(68,1152,o), -(60,722,c) -); -} -); -width = 1484; -}, -{ -anchors = ( -{ -name = bottom; -pos = (833,-24); -}, -{ -name = top; -pos = (833,1479); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(1086,831,l), -(1286,905,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,282,o), -(392,-36,o), -(833,-36,cs), -(1162,-36,o), -(1451,163,o), -(1522,438,c), -(1178,575,l), -(1143,418,o), -(998,304,o), -(833,304,cs), -(627,304,o), -(474,480,o), -(470,722,c), -(474,964,o), -(627,1139,o), -(833,1139,cs), -(984,1139,o), -(1121,1029,o), -(1158,878,c), -(1502,1015,l), -(1439,1284,o), -(1158,1479,o), -(833,1479,cs), -(392,1479,o), -(67,1161,o), -(60,721,c) -); -} -); -width = 1582; -}, -{ -anchors = ( -{ -name = bottom; -pos = (663,-10); -}, -{ -name = top; -pos = (977,1463); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(20,292,o), -(254,-19,o), -(661,-19,cs), -(982,-19,o), -(1292,178,o), -(1399,449,c), -(1354,461,l), -(1252,210,o), -(957,29,o), -(652,29,cs), -(286,29,o), -(76,320,o), -(153,722,c), -(246,1124,o), -(596,1415,o), -(986,1415,cs), -(1268,1415,o), -(1468,1229,o), -(1462,972,c), -(1513,985,l), -(1522,1262,o), -(1297,1463,o), -(977,1463,cs), -(569,1463,o), -(202,1152,o), -(103,722,c) -); -} -); -width = 1474; -}, -{ -anchors = ( -{ -name = bottom; -pos = (662,-12); -}, -{ -name = top; -pos = (977,1463); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(20,292,o), -(254,-19,o), -(661,-19,cs), -(986,-19,o), -(1301,183,o), -(1412,463,c), -(1249,522,l), -(1158,307,o), -(918,151,o), -(678,151,cs), -(392,151,o), -(231,391,o), -(294,722,c), -(371,1053,o), -(651,1293,o), -(960,1293,cs), -(1176,1293,o), -(1333,1141,o), -(1334,932,c), -(1522,981,l), -(1531,1261,o), -(1302,1463,o), -(977,1463,cs), -(569,1463,o), -(202,1152,o), -(103,722,c) -); -} -); -width = 1484; -}, -{ -anchors = ( -{ -name = bottom; -pos = (711,-24); -}, -{ -name = top; -pos = (1030,1479); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(1149,831,l), -(1349,905,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(10,282,o), -(267,-36,o), -(708,-36,cs), -(1036,-36,o), -(1368,163,o), -(1498,438,c), -(1183,575,l), -(1114,418,o), -(936,304,o), -(760,304,cs), -(566,304,o), -(459,480,o), -(506,722,c), -(562,964,o), -(760,1139,o), -(978,1139,cs), -(1117,1139,o), -(1222,1029,o), -(1227,878,c), -(1600,1015,l), -(1595,1284,o), -(1356,1479,o), -(1030,1479,cs), -(588,1479,o), -(196,1161,o), -(96,721,c) -); -} -); -width = 1582; -} -); -metricLeft = O; -metricRight = O; -unicode = 67; -}, -{ -glyphname = Cacute; -kernLeft = C; -kernRight = C; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = C; -}, -{ -pos = (657,523); -ref = acute; -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = C; -}, -{ -pos = (599,523); -ref = acute; -} -); -width = 1484; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = C; -}, -{ -pos = (616,479); -ref = acute; -} -); -width = 1582; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = C; -}, -{ -pos = (792,523); -ref = acute; -} -); -width = 1474; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = C; -}, -{ -pos = (715,523); -ref = acute; -} -); -width = 1484; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = C; -}, -{ -pos = (717,479); -ref = acute; -} -); -width = 1582; -} -); -unicode = 262; -}, -{ -glyphname = Ccaron; -kernLeft = C; -kernRight = C; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = C; -}, -{ -pos = (459,523); -ref = caroncomb; -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = C; -}, -{ -pos = (394,523); -ref = caroncomb; -} -); -width = 1484; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = C; -}, -{ -pos = (313,479); -ref = caroncomb; -} -); -width = 1582; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = C; -}, -{ -pos = (571,523); -ref = caroncomb; -} -); -width = 1474; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (501,523); -ref = caroncomb; -} -); -width = 1633; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (406,473); -ref = caroncomb; -} -); -width = 1713; -} -); -unicode = 268; -}, -{ -glyphname = Ccedilla; -kernLeft = C; -kernRight = C; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = C; -}, -{ -pos = (598,-10); -ref = cedillacomb; -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = C; -}, -{ -pos = (535,-12); -ref = cedillacomb; -} -); -width = 1484; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = C; -}, -{ -pos = (557,-24); -ref = cedillacomb; -} -); -width = 1582; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = C; -}, -{ -pos = (595,-10); -ref = cedillacomb; -} -); -width = 1474; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (569,-12); -ref = cedillacomb; -} -); -width = 1633; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (599,-24); -ref = cedillacomb; -} -); -width = 1713; -} -); -unicode = 199; -}, -{ -glyphname = Ccircumflex; -kernLeft = C; -kernRight = C; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = C; -}, -{ -pos = (457,523); -ref = circumflexcomb; -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = C; -}, -{ -pos = (395,523); -ref = circumflexcomb; -} -); -width = 1484; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = C; -}, -{ -pos = (308,479); -ref = circumflexcomb; -} -); -width = 1582; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = C; -}, -{ -pos = (569,523); -ref = circumflexcomb; -} -); -width = 1474; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (506,523); -ref = circumflexcomb; -} -); -width = 1633; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = C; -}, -{ -alignment = -1; -pos = (413,479); -ref = circumflexcomb; -} -); -width = 1713; -} -); -unicode = 264; -}, -{ -glyphname = Cdot; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = C; -}, -{ -pos = (631,523); -ref = dotaccentcomb; -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = C; -}, -{ -pos = (564,523); -ref = dotaccentcomb; -} -); -width = 1484; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = C; -}, -{ -pos = (561,479); -ref = dotaccentcomb; -} -); -width = 1582; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = C; -}, -{ -pos = (740,523); -ref = dotaccentcomb; -} -); -width = 1474; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = C; -}, -{ -pos = (666,523); -ref = dotaccentcomb; -} -); -width = 1484; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = C; -}, -{ -pos = (655,479); -ref = dotaccentcomb; -} -); -width = 1582; -} -); -unicode = 266; -}, -{ -glyphname = D; -kernLeft = flat; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (529,0); -}, -{ -name = center; -pos = (662,722); -}, -{ -name = top; -pos = (529,1443); -}, -{ -name = tophook; -pos = (329,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(127,0,l), -(541,0,ls), -(984,0,o), -(1279,289,o), -(1279,723,cs), -(1279,1155,o), -(984,1443,o), -(541,1443,cs), -(127,1443,l), -(127,1395,l), -(541,1395,ls), -(954,1395,o), -(1229,1126,o), -(1229,723,cs), -(1229,318,o), -(954,48,o), -(541,48,cs), -(127,48,l) -); -} -); -width = 1339; -}, -{ -anchors = ( -{ -name = bottom; -pos = (538,0); -}, -{ -name = center; -pos = (641,722); -}, -{ -name = top; -pos = (538,1443); -}, -{ -name = tophook; -pos = (398,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,0,l), -(280,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(191,0,l), -(586,0,ls), -(1029,0,o), -(1324,293,o), -(1324,733,cs), -(1324,1159,o), -(1025,1443,o), -(576,1443,cs), -(191,1443,l), -(191,1273,l), -(576,1273,ls), -(917,1273,o), -(1144,1057,o), -(1144,733,cs), -(1144,395,o), -(921,170,o), -(586,170,cs), -(191,170,l) -); -} -); -width = 1384; -}, -{ -anchors = ( -{ -name = bottom; -pos = (638,0); -}, -{ -name = center; -pos = (798,722); -}, -{ -name = top; -pos = (638,1443); -}, -{ -name = tophook; -pos = (398,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,0,l), -(510,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(308,0,l), -(656,0,ls), -(1129,0,o), -(1444,293,o), -(1444,733,cs), -(1444,1159,o), -(1125,1443,o), -(646,1443,cs), -(308,1443,l), -(308,1093,l), -(646,1093,ls), -(879,1093,o), -(1034,943,o), -(1034,733,cs), -(1034,509,o), -(883,350,o), -(656,350,cs), -(308,350,l) -); -} -); -width = 1504; -}, -{ -anchors = ( -{ -name = bottom; -pos = (389,0); -}, -{ -name = center; -pos = (675,722); -}, -{ -name = top; -pos = (695,1443); -}, -{ -name = tophook; -pos = (495,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,0,l), -(346,1443,l), -(296,1443,l), -(-10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(17,0,l), -(471,0,ls), -(900,0,o), -(1194,259,o), -(1292,723,cs), -(1391,1185,o), -(1188,1443,o), -(727,1443,cs), -(323,1443,l), -(313,1395,l), -(747,1395,ls), -(1157,1395,o), -(1334,1154,o), -(1242,723,cs), -(1150,290,o), -(870,48,o), -(461,48,cs), -(27,48,l) -); -} -); -width = 1309; -}, -{ -anchors = ( -{ -name = bottom; -pos = (409,0); -}, -{ -name = center; -pos = (665,722); -}, -{ -name = top; -pos = (715,1443); -}, -{ -name = tophook; -pos = (575,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,0,l), -(477,1443,l), -(296,1443,l), -(-8,0,l) -); -}, -{ -closed = 1; -nodes = ( -(82,0,l), -(577,0,ls), -(974,0,o), -(1251,263,o), -(1350,733,cs), -(1447,1188,o), -(1233,1443,o), -(753,1443,cs), -(388,1443,l), -(352,1273,l), -(787,1273,ls), -(1107,1273,o), -(1244,1079,o), -(1170,733,cs), -(1094,372,o), -(876,170,o), -(563,170,cs), -(118,170,l) -); -} -); -width = 1365; -}, -{ -anchors = ( -{ -name = bottom; -pos = (523,0); -}, -{ -name = center; -pos = (836,722); -}, -{ -name = top; -pos = (829,1443); -}, -{ -name = tophook; -pos = (589,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(395,0,l), -(701,1443,l), -(290,1443,l), -(-14,0,l) -); -}, -{ -closed = 1; -nodes = ( -(193,0,l), -(671,0,ls), -(1093,0,o), -(1385,263,o), -(1484,733,cs), -(1581,1188,o), -(1328,1443,o), -(777,1443,cs), -(499,1443,l), -(425,1093,l), -(773,1093,ls), -(997,1093,o), -(1124,964,o), -(1074,733,cs), -(1022,487,o), -(912,350,o), -(695,350,cs), -(267,350,l) -); -} -); -width = 1505; -} -); -metricLeft = H; -metricRight = O; -unicode = 68; -}, -{ -glyphname = Dcaron; -kernLeft = D; -kernRight = D; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = D; -}, -{ -pos = (212,503); -ref = caroncomb; -} -); -width = 1339; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = D; -}, -{ -pos = (156,503); -ref = caroncomb; -} -); -width = 1384; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = D; -}, -{ -pos = (118,443); -ref = caroncomb; -} -); -width = 1504; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = D; -}, -{ -pos = (289,503); -ref = caroncomb; -} -); -width = 1309; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = D; -}, -{ -pos = (236,503); -ref = caroncomb; -} -); -width = 1365; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = D; -}, -{ -pos = (201,437); -ref = caroncomb; -} -); -width = 1505; -} -); -metricLeft = B; -unicode = 270; -}, -{ -glyphname = Dcroat; -kernLeft = D; -kernRight = D; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Eth; -} -); -width = 1409; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Eth; -} -); -width = 1404; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Eth; -} -); -width = 1470; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Eth; -} -); -width = 1493; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = Eth; -} -); -width = 1468; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = Eth; -} -); -width = 1568; -} -); -metricLeft = H; -metricRight = D; -tags = ( -topbar -); -unicode = 272; -}, -{ -glyphname = Eth; -kernRight = D; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,698,l), -(627,698,l), -(627,746,l), -(-10,746,l) -); -}, -{ -pos = (70,0); -ref = D; -} -); -width = 1409; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,647,l), -(617,647,l), -(617,797,l), -(-20,797,l) -); -}, -{ -pos = (20,0); -ref = D; -} -); -width = 1404; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,606,l), -(727,606,l), -(727,838,l), -(-20,838,l) -); -}, -{ -pos = (-34,0); -ref = D; -} -); -width = 1470; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(99,698,l), -(736,698,l), -(746,746,l), -(109,746,l) -); -}, -{ -pos = (184,0); -ref = D; -} -); -width = 1493; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(87,647,l), -(724,647,l), -(756,797,l), -(119,797,l) -); -}, -{ -pos = (103,0); -ref = D; -} -); -width = 1468; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,606,l), -(819,606,l), -(869,838,l), -(122,838,l) -); -}, -{ -pos = (63,0); -ref = D; -} -); -width = 1568; -} -); -metricLeft = hbar; -metricRight = D; -unicode = 208; -}, -{ -glyphname = E; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 13:05:28 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (568,0); -}, -{ -name = ogonek; -pos = (968,1); -}, -{ -name = top; -pos = (568,1443); -}, -{ -name = topleft; -pos = (-75,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1058,0,l), -(1058,48,l), -(150,48,l), -(150,716,l), -(994,716,l), -(994,764,l), -(150,764,l), -(150,1395,l), -(1058,1395,l), -(1058,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 1098; -}, -{ -anchors = ( -{ -name = bottom; -pos = (586,0); -}, -{ -name = ogonek; -pos = (955,0); -}, -{ -name = top; -pos = (586,1443); -}, -{ -name = topleft; -pos = (-135,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1062,0,l), -(1062,160,l), -(280,160,l), -(280,650,l), -(998,650,l), -(998,810,l), -(280,810,l), -(280,1282,l), -(1062,1282,l), -(1062,1442,l), -(100,1442,l), -(100,0,l) -); -} -); -width = 1102; -}, -{ -anchors = ( -{ -name = bottom; -pos = (635,0); -}, -{ -name = ogonek; -pos = (1035,1); -}, -{ -name = top; -pos = (635,1443); -}, -{ -name = topleft; -pos = (-202,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1184,0,l), -(1184,350,l), -(510,350,l), -(510,571,l), -(1108,571,l), -(1108,881,l), -(510,881,l), -(510,1092,l), -(1160,1092,l), -(1160,1442,l), -(100,1442,l), -(100,0,l) -); -} -); -width = 1224; -}, -{ -anchors = ( -{ -name = bottom; -pos = (498,0); -}, -{ -name = ogonek; -pos = (858,1); -}, -{ -name = top; -pos = (764,1443); -}, -{ -name = topleft; -pos = (-149,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(888,0,l), -(898,48,l), -(50,48,l), -(192,716,l), -(976,716,l), -(986,764,l), -(202,764,l), -(336,1395,l), -(1184,1395,l), -(1194,1443,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 1119; -}, -{ -anchors = ( -{ -name = bottom; -pos = (506,0); -}, -{ -name = ogonek; -pos = (845,0); -}, -{ -name = top; -pos = (782,1443); -}, -{ -name = topleft; -pos = (-249,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(932,0,l), -(966,160,l), -(204,160,l), -(308,650,l), -(1006,650,l), -(1040,810,l), -(342,810,l), -(442,1282,l), -(1204,1282,l), -(1238,1441,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 1143; -}, -{ -anchors = ( -{ -name = bottom; -pos = (569,0); -}, -{ -name = ogonek; -pos = (919,1); -}, -{ -name = top; -pos = (864,1443); -}, -{ -name = topleft; -pos = (-312,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1068,0,l), -(1142,350,l), -(468,350,l), -(515,571,l), -(1113,571,l), -(1179,881,l), -(581,881,l), -(626,1092,l), -(1276,1092,l), -(1350,1441,l), -(290,1443,l), -(-16,0,l) -); -} -); -width = 1305; -} -); -metricLeft = H; -unicode = 69; -}, -{ -glyphname = Eacute; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (449,503); -ref = acute; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (409,503); -ref = acute; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (418,443); -ref = acute; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (579,503); -ref = acute; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (520,503); -ref = acute; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (551,443); -ref = acute; -} -); -width = 1305; -} -); -metricLeft = H; -unicode = 201; -}, -{ -glyphname = Ecaron; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (251,503); -ref = caroncomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (204,503); -ref = caroncomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (115,443); -ref = caroncomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (358,503); -ref = caroncomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (303,503); -ref = caroncomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (236,437); -ref = caroncomb; -} -); -width = 1305; -} -); -metricLeft = H; -unicode = 282; -}, -{ -glyphname = Ecedilla; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (390,0); -ref = cedillacomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (346,0); -ref = cedillacomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (359,0); -ref = cedillacomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (448,0); -ref = cedillacomb; -} -); -width = 1179; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (396,0); -ref = cedillacomb; -} -); -width = 1223; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (419,0); -ref = cedillacomb; -} -); -width = 1365; -} -); -unicode = 552; -}, -{ -glyphname = Ecircumflex; -lastChange = "2025-04-30 09:18:12 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (249,503); -ref = circumflexcomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (205,503); -ref = circumflexcomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (110,443); -ref = circumflexcomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (356,503); -ref = circumflexcomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (308,503); -ref = circumflexcomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (243,443); -ref = circumflexcomb; -} -); -width = 1305; -} -); -unicode = 202; -}, -{ -glyphname = Edieresis; -lastChange = "2025-04-30 11:24:16 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (282,503); -ref = dieresiscomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (233,503); -ref = dieresiscomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (176,443); -ref = dieresiscomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (377,503); -ref = dieresiscomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (326,503); -ref = dieresiscomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (309,443); -ref = dieresiscomb; -} -); -width = 1305; -} -); -unicode = 203; -}, -{ -glyphname = Edotaccent; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (423,503); -ref = dotaccentcomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (374,503); -ref = dotaccentcomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (363,443); -ref = dotaccentcomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (527,503); -ref = dotaccentcomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (471,503); -ref = dotaccentcomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (489,443); -ref = dotaccentcomb; -} -); -width = 1305; -} -); -unicode = 278; -}, -{ -glyphname = Egrave; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (342,503); -ref = gravecomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (250,503); -ref = gravecomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (219,443); -ref = gravecomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (426,503); -ref = gravecomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (353,503); -ref = gravecomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (357,443); -ref = gravecomb; -} -); -width = 1305; -} -); -metricLeft = H; -unicode = 200; -}, -{ -glyphname = Emacron; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (258,503); -ref = macroncomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (239,503); -ref = macroncomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (198,443); -ref = macroncomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (359,503); -ref = macroncomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (339,503); -ref = macroncomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (339,443); -ref = macroncomb; -} -); -width = 1305; -} -); -metricLeft = H; -unicode = 274; -}, -{ -glyphname = Eogonek; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (739,1); -ref = ogonekcomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (658,0); -ref = ogonekcomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (673,1); -ref = ogonekcomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (769,1); -ref = ogonekcomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (692,0); -ref = ogonekcomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (708,1); -ref = ogonekcomb; -} -); -width = 1305; -} -); -metricLeft = H; -unicode = 280; -}, -{ -glyphname = Etilde; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (267,403); -ref = tildecomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (216,503); -ref = tildecomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (155,442); -ref = tildecomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (354,403); -ref = tildecomb; -} -); -width = 1179; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (343,503); -ref = tildecomb; -} -); -width = 1223; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = E; -}, -{ -alignment = -1; -pos = (202,442); -ref = tildecomb; -} -); -width = 1365; -} -); -unicode = 7868; -}, -{ -glyphname = F; -kernLeft = E; -kernRight = F; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (493,0); -}, -{ -name = hook; -pos = (124,0); -}, -{ -name = top; -pos = (493,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,723,l), -(966,723,l), -(966,771,l), -(150,771,l), -(150,1395,l), -(1018,1395,l), -(1018,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 1058; -}, -{ -anchors = ( -{ -name = bottom; -pos = (533,0); -}, -{ -name = hook; -pos = (189,0); -}, -{ -name = top; -pos = (583,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,0,l), -(280,651,l), -(964,651,l), -(964,811,l), -(280,811,l), -(280,1273,l), -(1026,1273,l), -(1026,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 1066; -}, -{ -anchors = ( -{ -name = bottom; -pos = (692,0); -}, -{ -name = hook; -pos = (306,0); -}, -{ -name = top; -pos = (692,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,0,l), -(510,513,l), -(1098,513,l), -(1098,823,l), -(510,823,l), -(510,1093,l), -(1171,1093,l), -(1171,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 1211; -}, -{ -anchors = ( -{ -name = bottom; -pos = (383,0); -}, -{ -name = hook; -pos = (14,0); -}, -{ -name = top; -pos = (689,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,0,l), -(193,723,l), -(929,723,l), -(940,771,l), -(204,771,l), -(336,1395,l), -(1124,1395,l), -(1134,1443,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 1058; -}, -{ -anchors = ( -{ -name = bottom; -pos = (423,0); -}, -{ -name = hook; -pos = (79,0); -}, -{ -name = top; -pos = (779,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,0,l), -(308,651,l), -(972,651,l), -(1006,811,l), -(342,811,l), -(440,1273,l), -(1166,1273,l), -(1202,1443,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 1106; -}, -{ -anchors = ( -{ -name = bottom; -pos = (576,0); -}, -{ -name = hook; -pos = (177,0); -}, -{ -name = top; -pos = (882,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(394,0,l), -(503,513,l), -(1091,513,l), -(1157,823,l), -(569,823,l), -(626,1093,l), -(1287,1093,l), -(1361,1443,l), -(290,1443,l), -(-16,0,l) -); -} -); -width = 1292; -} -); -metricLeft = H; -metricRight = E; -unicode = 70; -}, -{ -glyphname = G; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (754,-7); -}, -{ -name = top; -pos = (744,1463); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(794,684,l), -(1361,684,l), -(1375,283,o), -(1141,31,o), -(754,31,cs), -(358,31,o), -(110,292,o), -(110,708,cs), -(110,1142,o), -(358,1414,o), -(754,1414,cs), -(987,1414,o), -(1193,1303,o), -(1288,1127,c), -(1327,1152,l), -(1229,1343,o), -(1008,1463,o), -(754,1463,cs), -(328,1463,o), -(60,1172,o), -(60,708,cs), -(60,261,o), -(328,-19,o), -(754,-19,cs), -(1171,-19,o), -(1424,251,o), -(1412,681,c), -(1410,733,l), -(794,732,l) -); -} -); -width = 1472; -}, -{ -anchors = ( -{ -name = bottom; -pos = (794,-9); -}, -{ -name = top; -pos = (774,1463); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(834,619,l), -(1301,619,l), -(1310,348,o), -(1097,151,o), -(794,151,cs), -(473,151,o), -(240,385,o), -(240,708,cs), -(240,1047,o), -(473,1293,o), -(794,1293,cs), -(977,1293,o), -(1172,1192,o), -(1258,1052,c), -(1397,1152,l), -(1304,1332,o), -(1051,1463,o), -(794,1463,cs), -(368,1463,o), -(60,1146,o), -(60,708,cs), -(60,286,o), -(368,-19,o), -(794,-19,cs), -(1203,-19,o), -(1492,257,o), -(1481,639,c), -(1481,790,l), -(834,790,l) -); -} -); -width = 1541; -}, -{ -anchors = ( -{ -name = bottom; -pos = (847,-25); -}, -{ -name = top; -pos = (827,1479); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(860,541,l), -(1171,541,l), -(1176,402,o), -(1036,302,o), -(837,302,cs), -(624,302,o), -(470,476,o), -(470,717,cs), -(470,962,o), -(624,1139,o), -(837,1139,cs), -(978,1139,o), -(1118,1059,o), -(1171,948,c), -(1423,1197,l), -(1316,1361,o), -(1074,1479,o), -(847,1479,cs), -(389,1479,o), -(58,1159,o), -(60,717,cs), -(62,283,o), -(384,-34,o), -(827,-38,cs), -(1244,-39,o), -(1546,250,o), -(1546,651,cs), -(1546,839,l), -(860,839,l) -); -} -); -width = 1606; -}, -{ -anchors = ( -{ -name = bottom; -pos = (667,-7); -}, -{ -name = top; -pos = (939,1463); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(830,684,l), -(1397,684,l), -(1341,283,o), -(1059,31,o), -(665,31,cs), -(275,31,o), -(77,292,o), -(151,708,cs), -(227,1142,o), -(527,1414,o), -(929,1414,cs), -(1155,1414,o), -(1338,1303,o), -(1402,1127,c), -(1446,1152,l), -(1381,1343,o), -(1181,1463,o), -(928,1463,cs), -(501,1463,o), -(182,1172,o), -(101,708,cs), -(22,261,o), -(240,-19,o), -(666,-19,cs), -(1082,-19,o), -(1384,251,o), -(1448,681,c), -(1455,733,l), -(839,732,l) -); -} -); -width = 1476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (686,-9); -}, -{ -name = top; -pos = (948,1463); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(839,619,l), -(1286,619,l), -(1244,332,o), -(1016,151,o), -(696,151,cs), -(380,151,o), -(220,366,o), -(281,708,cs), -(344,1067,o), -(597,1293,o), -(938,1293,cs), -(1122,1293,o), -(1277,1204,o), -(1339,1062,c), -(1486,1152,l), -(1421,1343,o), -(1206,1463,o), -(928,1463,cs), -(501,1463,o), -(182,1172,o), -(101,708,cs), -(22,261,o), -(255,-19,o), -(706,-19,cs), -(1114,-19,o), -(1409,235,o), -(1470,639,c), -(1495,790,l), -(869,789,l) -); -} -); -width = 1506; -}, -{ -anchors = ( -{ -name = bottom; -pos = (750,-25); -}, -{ -name = top; -pos = (978,1479); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(865,541,l), -(1166,541,l), -(1145,394,o), -(992,302,o), -(770,302,cs), -(563,302,o), -(461,462,o), -(506,717,cs), -(552,976,o), -(730,1139,o), -(968,1139,cs), -(1124,1139,o), -(1240,1077,o), -(1270,978,c), -(1544,1197,l), -(1460,1370,o), -(1242,1479,o), -(978,1479,cs), -(517,1479,o), -(177,1185,o), -(96,717,cs), -(17,257,o), -(281,-34,o), -(780,-38,cs), -(1192,-39,o), -(1497,227,o), -(1571,651,cs), -(1604,839,l), -(918,839,l) -); -} -); -width = 1610; -} -); -metricLeft = O; -metricRight = O; -unicode = 71; -}, -{ -glyphname = Gacute; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = G; -}, -{ -pos = (625,523); -ref = acute; -} -); -width = 1472; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (597,523); -ref = acute; -} -); -width = 1541; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = G; -}, -{ -pos = (610,479); -ref = acute; -} -); -width = 1606; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = G; -}, -{ -pos = (754,523); -ref = acute; -} -); -width = 1476; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = G; -}, -{ -pos = (686,523); -ref = acute; -} -); -width = 1506; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = G; -}, -{ -pos = (665,479); -ref = acute; -} -); -width = 1610; -} -); -unicode = 500; -}, -{ -glyphname = Gbreve; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = G; -}, -{ -pos = (446,523); -ref = brevecomb; -} -); -width = 1472; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (425,523); -ref = brevecomb; -} -); -width = 1541; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = G; -}, -{ -pos = (352,479); -ref = brevecomb; -} -); -width = 1606; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = G; -}, -{ -pos = (540,523); -ref = brevecomb; -} -); -width = 1476; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = G; -}, -{ -pos = (498,523); -ref = brevecomb; -} -); -width = 1506; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = G; -}, -{ -pos = (391,479); -ref = brevecomb; -} -); -width = 1610; -} -); -metricLeft = O; -metricRight = O; -unicode = 286; -}, -{ -glyphname = Gcaron; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = G; -}, -{ -pos = (427,523); -ref = caroncomb; -} -); -width = 1472; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (392,523); -ref = caroncomb; -} -); -width = 1541; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = G; -}, -{ -pos = (307,479); -ref = caroncomb; -} -); -width = 1606; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = G; -}, -{ -alignment = -1; -pos = (573,523); -ref = caroncomb; -} -); -width = 1616; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = G; -}, -{ -alignment = -1; -pos = (489,523); -ref = caroncomb; -} -); -width = 1646; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = G; -}, -{ -alignment = -1; -pos = (390,473); -ref = caroncomb; -} -); -width = 1750; -} -); -unicode = 486; -}, -{ -glyphname = Gcircumflex; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = G; -}, -{ -pos = (425,523); -ref = circumflexcomb; -} -); -width = 1472; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (393,523); -ref = circumflexcomb; -} -); -width = 1541; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = G; -}, -{ -pos = (302,479); -ref = circumflexcomb; -} -); -width = 1606; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = G; -}, -{ -alignment = -1; -pos = (571,523); -ref = circumflexcomb; -} -); -width = 1616; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = G; -}, -{ -alignment = -1; -pos = (494,523); -ref = circumflexcomb; -} -); -width = 1646; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = G; -}, -{ -alignment = -1; -pos = (397,479); -ref = circumflexcomb; -} -); -width = 1750; -} -); -unicode = 284; -}, -{ -glyphname = Gcommaaccent; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = G; -}, -{ -pos = (535,-7); -ref = commaaccentcomb; -} -); -width = 1472; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (530,-9); -ref = commaaccentcomb; -} -); -width = 1541; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = G; -}, -{ -pos = (456,-25); -ref = commaaccentcomb; -} -); -width = 1606; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = G; -}, -{ -pos = (558,-7); -ref = commaaccentcomb; -} -); -width = 1476; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = G; -}, -{ -pos = (533,-9); -ref = commaaccentcomb; -} -); -width = 1506; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = G; -}, -{ -pos = (475,-25); -ref = commaaccentcomb; -} -); -width = 1610; -} -); -metricLeft = O; -metricRight = O; -unicode = 290; -}, -{ -glyphname = Gdot; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = G; -}, -{ -pos = (599,523); -ref = dotaccentcomb; -} -); -width = 1472; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = G; -}, -{ -pos = (562,523); -ref = dotaccentcomb; -} -); -width = 1541; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = G; -}, -{ -pos = (555,479); -ref = dotaccentcomb; -} -); -width = 1606; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = G; -}, -{ -pos = (702,523); -ref = dotaccentcomb; -} -); -width = 1476; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = G; -}, -{ -pos = (637,523); -ref = dotaccentcomb; -} -); -width = 1506; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = G; -}, -{ -pos = (603,479); -ref = dotaccentcomb; -} -); -width = 1610; -} -); -unicode = 288; -}, -{ -glyphname = H; -kernLeft = H; -kernRight = H; -lastChange = "2025-04-30 07:50:43 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (620,0); -}, -{ -name = center; -pos = (633,722); -}, -{ -name = hook; -pos = (1110,0); -}, -{ -name = top; -pos = (620,1443); -}, -{ -name = topleft; -pos = (-70,1443); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1002,-17,o), -(1277,289,o), -(1277,724,cs), -(1277,1158,o), -(1002,1463,o), -(610,1463,cs), -(223,1463,o), -(-49,1158,o), -(-49,724,cs), -(-49,289,o), -(223,-17,o), -(610,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(252,33,o), -(1,318,o), -(1,724,cs), -(1,1129,o), -(252,1413,o), -(610,1413,cs), -(972,1413,o), -(1227,1129,o), -(1227,724,cs), -(1227,318,o), -(972,33,o), -(610,33,cs) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,716,l), -(1085,716,l), -(1085,0,l), -(1135,0,l), -(1135,1443,l), -(1085,1443,l), -(1085,764,l), -(150,764,l), -(150,1443,l), -(100,1443,l) -); -} -); -width = 1235; -}, -{ -anchors = ( -{ -name = bottom; -pos = (669,0); -}, -{ -name = center; -pos = (603,722); -}, -{ -name = hook; -pos = (1135,0); -}, -{ -name = top; -pos = (669,1443); -}, -{ -name = topleft; -pos = (-151,1443); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1078,-20,o), -(1366,287,o), -(1366,724,cs), -(1366,1158,o), -(1078,1463,o), -(669,1463,cs), -(259,1463,o), -(-30,1158,o), -(-30,724,cs), -(-30,287,o), -(259,-20,o), -(669,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(370,155,o), -(160,390,o), -(160,724,cs), -(160,1055,o), -(370,1288,o), -(669,1288,cs), -(967,1288,o), -(1176,1055,o), -(1176,724,cs), -(1176,390,o), -(967,155,o), -(669,155,cs) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,655,l), -(1045,655,l), -(1045,0,l), -(1225,0,l), -(1225,1443,l), -(1045,1443,l), -(1045,815,l), -(280,815,l), -(280,1443,l), -(100,1443,l) -); -} -); -width = 1325; -}, -{ -anchors = ( -{ -name = bottom; -pos = (768,-1); -}, -{ -name = center; -pos = (765,722); -}, -{ -name = hook; -pos = (1225,0); -}, -{ -name = top; -pos = (768,1443); -}, -{ -name = topleft; -pos = (-212,1440); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1241,-37,o), -(1541,256,o), -(1541,723,cs), -(1541,1188,o), -(1241,1480,o), -(762,1480,cs), -(282,1480,o), -(-20,1188,o), -(-20,723,cs), -(-20,256,o), -(282,-37,o), -(762,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(547,311,o), -(412,470,o), -(412,723,cs), -(412,974,o), -(547,1132,o), -(762,1132,cs), -(975,1132,o), -(1109,974,o), -(1109,723,cs), -(1109,470,o), -(975,311,o), -(762,311,cs) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(510,0,l), -(510,546,l), -(1019,546,l), -(1019,-1,l), -(1429,-1,l), -(1429,1442,l), -(1019,1442,l), -(1019,896,l), -(510,896,l), -(510,1443,l), -(100,1443,l) -); -} -); -width = 1529; -}, -{ -anchors = ( -{ -name = bottom; -pos = (510,0); -}, -{ -name = center; -pos = (676,722); -}, -{ -name = hook; -pos = (1000,0); -}, -{ -name = top; -pos = (816,1443); -}, -{ -name = topleft; -pos = (126,1443); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1275,-17,o), -(1550,289,o), -(1550,724,cs), -(1550,1158,o), -(1275,1463,o), -(883,1463,cs), -(496,1463,o), -(224,1158,o), -(224,724,cs), -(224,289,o), -(496,-17,o), -(883,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(525,33,o), -(274,318,o), -(274,724,cs), -(274,1129,o), -(525,1413,o), -(883,1413,cs), -(1245,1413,o), -(1500,1129,o), -(1500,724,cs), -(1500,318,o), -(1245,33,o), -(883,33,cs) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(192,716,l), -(1127,716,l), -(975,0,l), -(1025,0,l), -(1331,1443,l), -(1281,1443,l), -(1137,764,l), -(202,764,l), -(346,1443,l), -(296,1443,l) -); -} -); -width = 1236; -}, -{ -anchors = ( -{ -name = bottom; -pos = (559,0); -}, -{ -name = center; -pos = (646,722); -}, -{ -name = hook; -pos = (1025,0); -}, -{ -name = top; -pos = (865,1443); -}, -{ -name = topleft; -pos = (45,1443); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1244,-20,o), -(1532,287,o), -(1532,724,cs), -(1532,1158,o), -(1244,1463,o), -(835,1463,cs), -(425,1463,o), -(136,1158,o), -(136,724,cs), -(136,287,o), -(425,-20,o), -(835,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(536,155,o), -(326,390,o), -(326,724,cs), -(326,1055,o), -(536,1288,o), -(835,1288,cs), -(1133,1288,o), -(1342,1055,o), -(1342,724,cs), -(1342,390,o), -(1133,155,o), -(835,155,cs) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(309,655,l), -(1074,655,l), -(935,0,l), -(1115,0,l), -(1421,1443,l), -(1241,1443,l), -(1108,815,l), -(343,815,l), -(476,1443,l), -(296,1443,l) -); -} -); -width = 1326; -}, -{ -anchors = ( -{ -name = bottom; -pos = (652,-1); -}, -{ -name = center; -pos = (802,722); -}, -{ -name = hook; -pos = (1109,0); -}, -{ -name = top; -pos = (958,1443); -}, -{ -name = topleft; -pos = (-22,1440); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1375,-37,o), -(1675,256,o), -(1675,723,cs), -(1675,1188,o), -(1375,1480,o), -(896,1480,cs), -(416,1480,o), -(114,1188,o), -(114,723,cs), -(114,256,o), -(416,-37,o), -(896,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(681,311,o), -(546,470,o), -(546,723,cs), -(546,974,o), -(681,1132,o), -(896,1132,cs), -(1109,1132,o), -(1243,974,o), -(1243,723,cs), -(1243,470,o), -(1109,311,o), -(896,311,cs) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(394,0,l), -(510,546,l), -(1019,546,l), -(903,-1,l), -(1313,-1,l), -(1619,1442,l), -(1209,1442,l), -(1093,896,l), -(584,896,l), -(700,1443,l), -(290,1443,l) -); -} -); -width = 1530; -} -); -unicode = 72; -}, -{ -glyphname = Hbar; -kernLeft = H; -kernRight = H; -lastChange = "2025-04-30 07:34:10 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,1107,l), -(1223,1107,l), -(1223,1154,l), -(40,1154,l) -); -}, -{ -pos = (14,0); -ref = H; -} -); -width = 1263; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,1097,l), -(1383,1097,l), -(1383,1247,l), -(40,1247,l) -); -}, -{ -pos = (49,0); -ref = H; -} -); -width = 1423; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(20,1053,l), -(1579,1053,l), -(1579,1305,l), -(20,1305,l) -); -}, -{ -pos = (35,0); -ref = H; -} -); -width = 1599; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,1107,l), -(1348,1107,l), -(1358,1154,l), -(175,1154,l) -); -}, -{ -pos = (18,0); -ref = H; -} -); -width = 1263; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,1097,l), -(1506,1097,l), -(1538,1247,l), -(195,1247,l) -); -}, -{ -pos = (49,0); -ref = H; -} -); -width = 1423; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,1053,l), -(1706,1053,l), -(1760,1305,l), -(201,1305,l) -); -}, -{ -pos = (53,0); -ref = H; -} -); -width = 1640; -} -); -tags = ( -topbar -); -unicode = 294; -}, -{ -glyphname = Hcaron; -kernLeft = H; -kernRight = H; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = H; -}, -{ -pos = (303,503); -ref = caroncomb; -} -); -width = 1235; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = H; -}, -{ -pos = (287,503); -ref = caroncomb; -} -); -width = 1325; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = H; -}, -{ -pos = (248,443); -ref = caroncomb; -} -); -width = 1529; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (380,503); -ref = caroncomb; -} -); -width = 1236; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (426,503); -ref = caroncomb; -} -); -width = 1486; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (350,437); -ref = caroncomb; -} -); -width = 1650; -} -); -unicode = 542; -}, -{ -glyphname = Hcircumflex; -kernLeft = H; -kernRight = H; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = H; -}, -{ -pos = (301,503); -ref = circumflexcomb; -} -); -width = 1235; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = H; -}, -{ -pos = (288,503); -ref = circumflexcomb; -} -); -width = 1325; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = H; -}, -{ -pos = (243,443); -ref = circumflexcomb; -} -); -width = 1529; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (378,503); -ref = circumflexcomb; -} -); -width = 1236; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (431,503); -ref = circumflexcomb; -} -); -width = 1486; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (357,443); -ref = circumflexcomb; -} -); -width = 1650; -} -); -unicode = 292; -}, -{ -glyphname = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (125,0); -}, -{ -name = ogonek; -pos = (121,1); -}, -{ -name = top; -pos = (125,1443); -}, -{ -name = topleft; -pos = (-60,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 250; -}, -{ -anchors = ( -{ -name = bottom; -pos = (194,0); -}, -{ -name = ogonek; -pos = (190,1); -}, -{ -name = top; -pos = (194,1443); -}, -{ -name = topleft; -pos = (-141,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,0,l), -(280,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 380; -}, -{ -anchors = ( -{ -name = bottom; -pos = (304,0); -}, -{ -name = ogonek; -pos = (313,4); -}, -{ -name = top; -pos = (305,1443); -}, -{ -name = topleft; -pos = (-207,1442); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,0,l), -(510,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 610; -}, -{ -anchors = ( -{ -name = bottom; -pos = (15,0); -}, -{ -name = ogonek; -pos = (11,1); -}, -{ -name = top; -pos = (321,1443); -}, -{ -name = topleft; -pos = (-154,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,0,l), -(346,1443,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 251; -}, -{ -anchors = ( -{ -name = bottom; -pos = (84,0); -}, -{ -name = ogonek; -pos = (80,1); -}, -{ -name = top; -pos = (390,1443); -}, -{ -name = topleft; -pos = (-245,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,0,l), -(476,1443,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 381; -}, -{ -anchors = ( -{ -name = bottom; -pos = (188,0); -}, -{ -name = ogonek; -pos = (197,4); -}, -{ -name = top; -pos = (495,1443); -}, -{ -name = topleft; -pos = (-387,1442); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(394,0,l), -(700,1443,l), -(290,1443,l), -(-16,0,l) -); -} -); -width = 611; -} -); -metricLeft = H; -metricRight = H; -unicode = 73; -}, -{ -glyphname = Iacute; -kernLeft = I; -kernRight = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (6,503); -ref = acute; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (17,503); -ref = acute; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (88,443); -ref = acute; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -}, -{ -pos = (136,503); -ref = acute; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = I; -}, -{ -pos = (128,503); -ref = acute; -} -); -width = 381; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = I; -}, -{ -pos = (182,443); -ref = acute; -} -); -width = 611; -} -); -metricLeft = H; -unicode = 205; -}, -{ -glyphname = Ibreve; -kernLeft = I; -kernRight = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-173,503); -ref = brevecomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-155,503); -ref = brevecomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-170,443); -ref = brevecomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-58,503); -ref = brevecomb; -} -); -width = 371; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-20,503); -ref = brevecomb; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-72,443); -ref = brevecomb; -} -); -width = 731; -} -); -unicode = 300; -}, -{ -glyphname = Icaron; -kernLeft = I; -kernRight = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-192,503); -ref = caroncomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-188,503); -ref = caroncomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-215,443); -ref = caroncomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-85,503); -ref = caroncomb; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-89,503); -ref = caroncomb; -} -); -width = 381; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-133,437); -ref = caroncomb; -} -); -width = 611; -} -); -unicode = 463; -}, -{ -glyphname = Icircumflex; -kernLeft = I; -kernRight = I; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-194,503); -ref = circumflexcomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-187,503); -ref = circumflexcomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-220,443); -ref = circumflexcomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-87,503); -ref = circumflexcomb; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-84,503); -ref = circumflexcomb; -} -); -width = 381; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-126,443); -ref = circumflexcomb; -} -); -width = 611; -} -); -metricLeft = Icaron; -metricRight = Icaron; -unicode = 206; -}, -{ -glyphname = Idieresis; -kernLeft = I; -kernRight = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-161,503); -ref = dieresiscomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-159,503); -ref = dieresiscomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-154,443); -ref = dieresiscomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-42,503); -ref = dieresiscomb; -} -); -width = 371; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-26,503); -ref = dieresiscomb; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-40,443); -ref = dieresiscomb; -} -); -width = 731; -} -); -unicode = 207; -}, -{ -glyphname = Idotaccent; -kernLeft = I; -kernRight = I; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-20,503); -ref = dotaccentcomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-18,503); -ref = dotaccentcomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (33,443); -ref = dotaccentcomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -}, -{ -pos = (84,503); -ref = dotaccentcomb; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = I; -}, -{ -pos = (79,503); -ref = dotaccentcomb; -} -); -width = 381; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = I; -}, -{ -pos = (120,443); -ref = dotaccentcomb; -} -); -width = 611; -} -); -metricLeft = H; -metricRight = H; -unicode = 304; -}, -{ -glyphname = Igrave; -kernLeft = I; -kernRight = I; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-101,503); -ref = gravecomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-142,503); -ref = gravecomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-111,443); -ref = gravecomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-17,503); -ref = gravecomb; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-39,503); -ref = gravecomb; -} -); -width = 381; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-12,443); -ref = gravecomb; -} -); -width = 611; -} -); -metricLeft = H; -metricRight = H; -unicode = 204; -}, -{ -glyphname = Imacron; -kernLeft = I; -kernRight = I; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-185,503); -ref = macroncomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-153,503); -ref = macroncomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-132,443); -ref = macroncomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-84,503); -ref = macroncomb; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-53,503); -ref = macroncomb; -} -); -width = 381; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-30,443); -ref = macroncomb; -} -); -width = 611; -} -); -metricLeft = H; -metricRight = H; -unicode = 298; -}, -{ -glyphname = Iogonek; -kernLeft = I; -kernRight = I; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-108,1); -ref = ogonekcomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-107,1); -ref = ogonekcomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-49,4); -ref = ogonekcomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-78,1); -ref = ogonekcomb; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-73,1); -ref = ogonekcomb; -} -); -width = 381; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-14,4); -ref = ogonekcomb; -} -); -width = 611; -} -); -metricLeft = H; -metricRight = H; -unicode = 302; -}, -{ -glyphname = Itilde; -kernLeft = I; -kernRight = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-176,403); -ref = tildecomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-176,503); -ref = tildecomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-175,442); -ref = tildecomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-89,403); -ref = tildecomb; -} -); -width = 371; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-49,503); -ref = tildecomb; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-118,442); -ref = tildecomb; -} -); -width = 731; -} -); -unicode = 296; -}, -{ -glyphname = J; -kernLeft = J; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (329,0); -}, -{ -name = top; -pos = (564,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(587,1443,l), -(537,1443,l), -(537,264,ls), -(537,125,o), -(441,34,o), -(287,28,cs), -(206,28,o), -(103,56,o), -(18,101,c), -(0,53,l), -(94,8,o), -(204,-20,o), -(285,-20,cs), -(471,-20,o), -(587,90,o), -(587,265,cs) -); -} -); -width = 687; -}, -{ -anchors = ( -{ -name = bottom; -pos = (363,0); -}, -{ -name = top; -pos = (636,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(727,1443,l), -(547,1443,l), -(547,344,ls), -(547,232,o), -(472,155,o), -(359,151,cs), -(264,151,o), -(153,198,o), -(80,269,c), -(-20,133,l), -(70,42,o), -(220,-19,o), -(355,-19,cs), -(578,-19,o), -(727,115,o), -(727,315,cs) -); -} -); -width = 827; -}, -{ -anchors = ( -{ -name = bottom; -pos = (328,0); -}, -{ -name = top; -pos = (678,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(873,1443,l), -(463,1443,l), -(463,489,ls), -(463,398,o), -(396,336,o), -(295,333,cs), -(224,333,o), -(139,364,o), -(81,411,c), -(-20,100,l), -(58,20,o), -(223,-34,o), -(391,-34,cs), -(680,-34,o), -(873,140,o), -(873,400,cs) -); -} -); -width = 973; -}, -{ -anchors = ( -{ -name = bottom; -pos = (219,0); -}, -{ -name = top; -pos = (760,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(783,1443,l), -(733,1443,l), -(483,264,ls), -(453,125,o), -(338,34,o), -(183,28,cs), -(102,28,o), -(5,56,o), -(-71,101,c), -(-99,53,l), -(-15,8,o), -(90,-20,o), -(171,-20,cs), -(357,-20,o), -(496,90,o), -(533,265,cs) -); -} -); -width = 687; -}, -{ -anchors = ( -{ -name = bottom; -pos = (253,0); -}, -{ -name = top; -pos = (832,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(923,1443,l), -(743,1443,l), -(510,344,ls), -(486,232,o), -(395,155,o), -(281,151,cs), -(186,151,o), -(85,198,o), -(27,269,c), -(-102,133,l), -(-31,42,o), -(106,-19,o), -(241,-19,cs), -(464,-19,o), -(641,115,o), -(684,315,cs) -); -} -); -width = 828; -}, -{ -anchors = ( -{ -name = bottom; -pos = (210,0); -}, -{ -name = top; -pos = (867,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1062,1443,l), -(652,1443,l), -(449,489,ls), -(430,398,o), -(350,336,o), -(248,333,cs), -(177,333,o), -(99,364,o), -(51,411,c), -(-116,100,l), -(-55,20,o), -(98,-34,o), -(266,-34,cs), -(555,-34,o), -(785,140,o), -(840,400,cs) -); -} -); -width = 972; -} -); -metricRight = H; -unicode = 74; -}, -{ -glyphname = Jcircumflex; -kernLeft = J; -kernRight = J; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = J; -}, -{ -pos = (245,503); -ref = circumflexcomb; -} -); -width = 687; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = J; -}, -{ -pos = (255,503); -ref = circumflexcomb; -} -); -width = 827; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = J; -}, -{ -pos = (153,443); -ref = circumflexcomb; -} -); -width = 973; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = J; -}, -{ -alignment = -1; -pos = (361,503); -ref = circumflexcomb; -} -); -width = 786; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = J; -}, -{ -alignment = -1; -pos = (227,503); -ref = circumflexcomb; -} -); -width = 817; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = J; -}, -{ -alignment = -1; -pos = (184,443); -ref = circumflexcomb; -} -); -width = 1001; -} -); -unicode = 308; -}, -{ -glyphname = K; -kernLeft = K; -kernRight = K; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (602,0); -}, -{ -name = top; -pos = (561,1403); -}, -{ -name = topbar; -pos = (140,1200); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,678,l), -(1060,1443,l), -(993,1443,l), -(285,726,l), -(146,726,l), -(146,678,l) -); -}, -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1118,1,l), -(304,721,l), -(267,689,l), -(1047,1,l) -); -} -); -width = 1118; -}, -{ -anchors = ( -{ -name = bottom; -pos = (586,0); -}, -{ -name = top; -pos = (566,1403); -}, -{ -name = topbar; -pos = (200,1091); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(394,631,l), -(1158,1443,l), -(927,1443,l), -(330,801,l), -(242,801,l), -(242,631,l) -); -}, -{ -closed = 1; -nodes = ( -(280,0,l), -(280,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1202,0,l), -(403,827,l), -(324,672,l), -(973,0,l) -); -} -); -width = 1202; -}, -{ -anchors = ( -{ -name = bottom; -pos = (693,0); -}, -{ -name = top; -pos = (663,1443); -}, -{ -name = topbar; -pos = (300,1120); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(734,521,l), -(1367,1443,l), -(900,1443,l), -(534,871,l), -(426,871,l), -(426,521,l) -); -}, -{ -closed = 1; -nodes = ( -(500,0,l), -(500,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1392,1,l), -(860,798,l), -(537,592,l), -(919,1,l) -); -} -); -width = 1392; -}, -{ -anchors = ( -{ -name = bottom; -pos = (492,0); -}, -{ -name = top; -pos = (719,1403); -}, -{ -name = topbar; -pos = (285,1200); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(382,678,l), -(1256,1443,l), -(1189,1443,l), -(369,726,l), -(190,726,l), -(180,678,l) -); -}, -{ -closed = 1; -nodes = ( -(40,0,l), -(346,1443,l), -(296,1443,l), -(-10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1008,1,l), -(387,721,l), -(343,689,l), -(937,1,l) -); -} -); -width = 1118; -}, -{ -anchors = ( -{ -name = bottom; -pos = (476,0); -}, -{ -name = top; -pos = (734,1403); -}, -{ -name = topbar; -pos = (322,1091); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(504,591,l), -(1349,1443,l), -(1123,1443,l), -(445,761,l), -(293,761,l), -(257,591,l) -); -}, -{ -closed = 1; -nodes = ( -(170,0,l), -(476,1443,l), -(296,1443,l), -(-10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1066,0,l), -(514,787,l), -(418,632,l), -(863,0,l) -); -} -); -width = 1177; -}, -{ -anchors = ( -{ -name = bottom; -pos = (577,0); -}, -{ -name = top; -pos = (853,1443); -}, -{ -name = topbar; -pos = (422,1120); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(768,521,l), -(1577,1443,l), -(1090,1443,l), -(600,859,l), -(492,859,l), -(420,521,l) -); -}, -{ -closed = 1; -nodes = ( -(384,0,l), -(690,1443,l), -(290,1443,l), -(-16,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1236,1,l), -(873,798,l), -(576,592,l), -(813,1,l) -); -} -); -width = 1387; -} -); -metricLeft = H; -metricRight = A; -unicode = 75; -}, -{ -glyphname = Kacute; -kernLeft = K; -kernRight = K; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = K; -}, -{ -pos = (442,446); -ref = acutecomb; -} -); -width = 1118; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = K; -}, -{ -pos = (389,445); -ref = acutecomb; -} -); -width = 1202; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = K; -}, -{ -pos = (446,552); -ref = acutecomb; -} -); -width = 1392; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = K; -}, -{ -pos = (531,446); -ref = acutecomb; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = K; -}, -{ -pos = (468,445); -ref = acutecomb; -} -); -width = 1177; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = K; -}, -{ -pos = (562,552); -ref = acutecomb; -} -); -width = 1387; -} -); -unicode = 7728; -}, -{ -glyphname = Kcaron; -kernLeft = K; -kernRight = K; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = K; -}, -{ -pos = (244,463); -ref = caroncomb; -} -); -width = 1118; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = K; -}, -{ -pos = (184,463); -ref = caroncomb; -} -); -width = 1202; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = K; -}, -{ -pos = (143,443); -ref = caroncomb; -} -); -width = 1392; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (333,463); -ref = caroncomb; -} -); -width = 1208; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (295,463); -ref = caroncomb; -} -); -width = 1293; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (245,437); -ref = caroncomb; -} -); -width = 1477; -} -); -unicode = 488; -}, -{ -glyphname = Kcommaaccent; -kernLeft = K; -kernRight = K; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = K; -}, -{ -pos = (383,0); -ref = commaaccentcomb; -} -); -width = 1118; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = K; -}, -{ -pos = (322,0); -ref = commaaccentcomb; -} -); -width = 1202; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = K; -}, -{ -pos = (302,0); -ref = commaaccentcomb; -} -); -width = 1392; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = K; -}, -{ -pos = (383,0); -ref = commaaccentcomb; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = K; -}, -{ -pos = (323,0); -ref = commaaccentcomb; -} -); -width = 1177; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = K; -}, -{ -pos = (302,0); -ref = commaaccentcomb; -} -); -width = 1387; -} -); -unicode = 310; -}, -{ -glyphname = L; -kernLeft = flat; -kernRight = L; -lastChange = "2025-04-30 08:59:30 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (551,0); -}, -{ -name = top; -pos = (127,1443); -}, -{ -name = topright; -pos = (588,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(993,0,l), -(993,48,l), -(150,48,l), -(150,1443,l), -(100,1443,l) -); -} -); -width = 1013; -}, -{ -anchors = ( -{ -name = bottom; -pos = (612,0); -}, -{ -name = top; -pos = (194,1443); -}, -{ -name = topright; -pos = (657,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(1043,0,l), -(1043,170,l), -(280,170,l), -(280,1443,l), -(100,1443,l) -); -} -); -width = 1063; -}, -{ -anchors = ( -{ -name = bottom; -pos = (617,0); -}, -{ -name = top; -pos = (304,1443); -}, -{ -name = topright; -pos = (868,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(1131,0,l), -(1131,350,l), -(510,350,l), -(510,1443,l), -(100,1443,l) -); -} -); -width = 1151; -}, -{ -anchors = ( -{ -name = bottom; -pos = (471,0); -}, -{ -name = top; -pos = (323,1443); -}, -{ -name = topright; -pos = (791,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(883,0,l), -(893,48,l), -(50,48,l), -(346,1443,l), -(296,1443,l) -); -} -); -width = 1014; -}, -{ -anchors = ( -{ -name = bottom; -pos = (502,0); -}, -{ -name = top; -pos = (390,1443); -}, -{ -name = topright; -pos = (849,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(933,0,l), -(969,170,l), -(206,170,l), -(476,1443,l), -(296,1443,l) -); -} -); -width = 1064; -}, -{ -anchors = ( -{ -name = bottom; -pos = (531,0); -}, -{ -name = top; -pos = (494,1443); -}, -{ -name = topright; -pos = (1015,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(1015,0,l), -(1089,350,l), -(468,350,l), -(700,1443,l), -(290,1443,l) -); -} -); -width = 1152; -} -); -metricLeft = H; -unicode = 76; -}, -{ -glyphname = Lacute; -kernLeft = L; -kernRight = L; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = L; -}, -{ -pos = (8,503); -ref = acute; -} -); -width = 1013; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = L; -}, -{ -pos = (17,503); -ref = acute; -} -); -width = 1063; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = L; -}, -{ -pos = (87,443); -ref = acute; -} -); -width = 1151; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = L; -}, -{ -pos = (138,503); -ref = acute; -} -); -width = 1014; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = L; -}, -{ -pos = (128,503); -ref = acute; -} -); -width = 1064; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = L; -}, -{ -pos = (181,443); -ref = acute; -} -); -width = 1152; -} -); -unicode = 313; -}, -{ -glyphname = Lcaron; -kernLeft = L; -kernRight = L; -lastChange = "2025-04-30 09:33:10 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = L; -}, -{ -pos = (391,0); -ref = caron.l; -} -); -width = 1013; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = L; -}, -{ -pos = (407,0); -ref = caron.l; -} -); -width = 1063; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = L; -}, -{ -pos = (560,0); -ref = caron.l; -} -); -width = 1151; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = L; -}, -{ -pos = (397,0); -ref = caron.l; -} -); -width = 1014; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = L; -}, -{ -pos = (403,0); -ref = caron.l; -} -); -width = 1064; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = L; -}, -{ -pos = (517,0); -ref = caron.l; -} -); -width = 1152; -} -); -metricLeft = L; -metricRight = L; -unicode = 317; -}, -{ -glyphname = Lcircumflexbelow; -kernLeft = L; -kernRight = L; -lastChange = "2025-05-08 06:58:08 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = L; -}, -{ -pos = (234,0); -ref = circumflexbelowcomb; -} -); -width = 1013; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = L; -}, -{ -alignment = -1; -pos = (200,0); -ref = circumflexbelowcomb; -} -); -width = 1063; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = L; -}, -{ -pos = (92,0); -ref = circumflexbelowcomb; -} -); -width = 1151; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = L; -}, -{ -pos = (262,0); -ref = circumflexbelowcomb; -} -); -width = 1014; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = L; -}, -{ -alignment = -1; -pos = (204,0); -ref = circumflexbelowcomb; -} -); -width = 1064; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = L; -}, -{ -alignment = -1; -pos = (159,0); -ref = circumflexbelowcomb; -} -); -width = 1262; -} -); -unicode = 7740; -}, -{ -glyphname = Lcommaaccent; -kernLeft = L; -kernRight = L; -lastChange = "2025-05-08 06:58:08 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = L; -}, -{ -pos = (332,0); -ref = commaaccentcomb; -} -); -width = 1013; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = L; -}, -{ -pos = (348,0); -ref = commaaccentcomb; -} -); -width = 1063; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = L; -}, -{ -pos = (226,0); -ref = commaaccentcomb; -} -); -width = 1151; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = L; -}, -{ -alignment = -1; -pos = (249,0); -ref = commaaccentcomb; -} -); -width = 1014; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = L; -}, -{ -alignment = -1; -pos = (198,0); -ref = commaaccentcomb; -} -); -width = 1064; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = L; -}, -{ -pos = (256,0); -ref = commaaccentcomb; -} -); -width = 1152; -} -); -unicode = 315; -}, -{ -glyphname = Lslash; -kernLeft = L; -kernRight = L; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,596,l), -(894,973,l), -(894,1025,l), -(-10,648,l) -); -}, -{ -pos = (11,0); -ref = L; -} -); -width = 1024; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,477,l), -(931,971,l), -(931,1155,l), -(-20,661,l) -); -}, -{ -pos = (34,0); -ref = L; -} -); -width = 1097; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,500,l), -(1068,955,l), -(1068,1223,l), -(-20,768,l) -); -}, -{ -pos = (-7,0); -ref = L; -} -); -width = 1144; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(77,596,l), -(1062,973,l), -(1073,1025,l), -(88,648,l) -); -}, -{ -pos = (144,0); -ref = L; -} -); -width = 1158; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,574,l), -(1008,971,l), -(1047,1155,l), -(111,758,l) -); -}, -{ -pos = (88,0); -ref = L; -} -); -width = 1152; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,500,l), -(1234,955,l), -(1291,1223,l), -(106,768,l) -); -}, -{ -pos = (139,0); -ref = L; -} -); -width = 1291; -} -); -metricLeft = hbar; -metricRight = L; -unicode = 321; -}, -{ -glyphname = M; -kernLeft = M; -kernRight = M; -lastChange = "2025-04-30 04:00:08 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (812,0); -}, -{ -name = top; -pos = (812,1393); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(812,1443,l), -(812,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-30,0,l), -(1659,0,l), -(1659,1443,l), -(-30,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1659,722,l), -(-30,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1659,0,l), -(-30,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-31,0,l), -(1659,1443,l) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,1385,l), -(169,1385,l), -(137,1412,l), -(802,385,l), -(822,385,l), -(1492,1412,l), -(1452,1385,l), -(1480,1385,l), -(1480,0,l), -(1530,0,l), -(1530,1443,l), -(1454,1443,l), -(813,461,l), -(811,461,l), -(175,1443,l), -(100,1443,l) -); -} -); -width = 1630; -}, -{ -anchors = ( -{ -name = bottom; -pos = (836,0); -}, -{ -name = top; -pos = (835,1383); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(835,1443,l), -(835,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-16,0,l), -(1691,0,l), -(1691,1443,l), -(-16,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1691,722,l), -(-16,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1691,0,l), -(-16,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-17,0,l), -(1691,1443,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,1108,l), -(329,1108,l), -(137,1322,l), -(825,355,l), -(845,355,l), -(1532,1322,l), -(1332,1108,l), -(1391,1108,l), -(1391,0,l), -(1570,0,l), -(1570,1443,l), -(1391,1443,l), -(839,646,l), -(832,646,l), -(280,1443,l), -(100,1443,l) -); -} -); -width = 1670; -}, -{ -anchors = ( -{ -name = bottom; -pos = (919,0); -}, -{ -name = top; -pos = (918,1363); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(918,1443,l), -(918,0,l) -); -}, -{ -closed = 1; -nodes = ( -(0,0,l), -(1840,0,l), -(1840,1443,l), -(0,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1840,722,l), -(0,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1840,0,l), -(0,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-1,0,l), -(1840,1443,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,914,l), -(636,914,l), -(251,1278,l), -(878,405,l), -(958,405,l), -(1585,1278,l), -(1208,910,l), -(1336,910,l), -(1336,0,l), -(1736,0,l), -(1736,1443,l), -(1311,1443,l), -(920,916,l), -(916,916,l), -(520,1443,l), -(100,1443,l) -); -} -); -width = 1836; -}, -{ -anchors = ( -{ -name = bottom; -pos = (708,0); -}, -{ -name = top; -pos = (708,1423); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(708,1443,l), -(708,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-134,0,l), -(1555,0,l), -(1555,1443,l), -(-134,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1555,722,l), -(-134,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1555,0,l), -(-134,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-135,0,l), -(1555,1443,l) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,0,l), -(346,0,l), -(346,1393,l), -(365,1393,l), -(333,1432,l), -(678,549,l), -(738,549,l), -(1088,1412,l), -(1048,1377,l), -(1076,1377,l), -(1076,0,l), -(1126,0,l), -(1126,1443,l), -(1047,1443,l), -(709,606,l), -(707,606,l), -(382,1443,l), -(296,1443,l) -); -} -); -width = 1337; -}, -{ -anchors = ( -{ -name = bottom; -pos = (732,0); -}, -{ -name = top; -pos = (731,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(731,1443,l), -(731,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-120,0,l), -(1587,0,l), -(1587,1443,l), -(-120,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1587,722,l), -(-120,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1587,0,l), -(-120,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-121,0,l), -(1587,1443,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,0,l), -(476,0,l), -(476,1118,l), -(525,1118,l), -(413,1382,l), -(651,305,l), -(811,305,l), -(1048,1382,l), -(928,1118,l), -(987,1118,l), -(987,0,l), -(1166,0,l), -(1166,1443,l), -(917,1443,l), -(735,526,l), -(728,526,l), -(546,1443,l), -(296,1443,l) -); -} -); -width = 1377; -}, -{ -anchors = ( -{ -name = bottom; -pos = (909,0); -}, -{ -name = top; -pos = (908,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(908,1443,l), -(908,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-10,0,l), -(1830,0,l), -(1830,1443,l), -(-10,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1830,722,l), -(-10,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1830,0,l), -(-10,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-11,0,l), -(1830,1443,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,0,l), -(690,0,l), -(690,974,l), -(826,974,l), -(661,1278,l), -(788,425,l), -(1028,425,l), -(1155,1278,l), -(998,970,l), -(1126,970,l), -(1126,0,l), -(1526,0,l), -(1526,1443,l), -(1001,1443,l), -(910,896,l), -(906,896,l), -(810,1443,l), -(290,1443,l) -); -} -); -width = 1743; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1012,0); -}, -{ -name = top; -pos = (1012,1393); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(1012,1443,l), -(1012,0,l) -); -}, -{ -closed = 1; -nodes = ( -(170,0,l), -(1859,0,l), -(1859,1443,l), -(170,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1859,722,l), -(170,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1859,0,l), -(170,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(169,0,l), -(1859,1443,l) -); -} -); -}; -layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; -name = "wght=100"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,1385,l), -(169,1385,l), -(137,1412,l), -(1002,385,l), -(1022,385,l), -(1892,1412,l), -(1852,1385,l), -(1880,1385,l), -(1880,0,l), -(1930,0,l), -(1930,1443,l), -(1854,1443,l), -(1013,451,l), -(1011,451,l), -(175,1443,l), -(100,1443,l) -); -} -); -width = 2030; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1036,0); -}, -{ -name = top; -pos = (1035,1383); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(1035,1443,l), -(1035,0,l) -); -}, -{ -closed = 1; -nodes = ( -(184,0,l), -(1891,0,l), -(1891,1443,l), -(184,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1891,722,l), -(184,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1891,0,l), -(184,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(183,0,l), -(1891,1443,l) -); -} -); -}; -layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; -name = Regular; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,1195,l), -(329,1195,l), -(137,1322,l), -(1025,355,l), -(1045,355,l), -(1932,1322,l), -(1732,1195,l), -(1791,1195,l), -(1791,0,l), -(1970,0,l), -(1970,1443,l), -(1791,1443,l), -(1039,616,l), -(1032,616,l), -(280,1443,l), -(100,1443,l) -); -} -); -width = 2070; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1119,0); -}, -{ -name = top; -pos = (1118,1363); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(1118,1443,l), -(1118,0,l) -); -}, -{ -closed = 1; -nodes = ( -(200,0,l), -(2040,0,l), -(2040,1443,l), -(200,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(2040,722,l), -(200,722,l) -); -}, -{ -closed = 0; -nodes = ( -(2040,0,l), -(200,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(199,0,l), -(2040,1443,l) -); -} -); -}; -layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; -name = "wght=1000"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,948,l), -(636,948,l), -(251,1278,l), -(1078,225,l), -(1158,225,l), -(1985,1278,l), -(1608,944,l), -(1736,944,l), -(1736,0,l), -(2136,0,l), -(2136,1443,l), -(1711,1443,l), -(1120,706,l), -(1116,706,l), -(520,1443,l), -(100,1443,l) -); -} -); -width = 2236; -}, -{ -anchors = ( -{ -name = bottom; -pos = (372,0); -}, -{ -name = top; -pos = (674,1423); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(525,1443,l), -(525,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-317,0,l), -(1372,0,l), -(1372,1443,l), -(-317,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1372,722,l), -(-317,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1372,0,l), -(-317,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-318,0,l), -(1372,1443,l) -); -} -); -}; -layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(-40,0,l), -(10,0,l), -(306,1393,l), -(325,1393,l), -(301,1432,l), -(458,549,l), -(518,549,l), -(1052,1412,l), -(1004,1377,l), -(1032,1377,l), -(740,0,l), -(790,0,l), -(1096,1443,l), -(1017,1443,l), -(501,606,l), -(499,606,l), -(352,1443,l), -(266,1443,l) -); -} -); -width = 971; -}, -{ -anchors = ( -{ -name = bottom; -pos = (396,0); -}, -{ -name = top; -pos = (701,1443); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(548,1443,l), -(548,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-303,0,l), -(1404,0,l), -(1404,1443,l), -(-303,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1404,722,l), -(-303,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1404,0,l), -(-303,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-304,0,l), -(1404,1443,l) -); -} -); -}; -layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(-40,0,l), -(140,0,l), -(377,1118,l), -(426,1118,l), -(370,1382,l), -(422,505,l), -(582,505,l), -(1005,1382,l), -(829,1118,l), -(888,1118,l), -(651,0,l), -(830,0,l), -(1136,1443,l), -(887,1443,l), -(553,726,l), -(546,726,l), -(516,1443,l), -(266,1443,l) -); -} -); -width = 1011; -}, -{ -anchors = ( -{ -name = bottom; -pos = (573,0); -}, -{ -name = top; -pos = (878,1443); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(725,1443,l), -(725,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-193,0,l), -(1647,0,l), -(1647,1443,l), -(-193,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1647,722,l), -(-193,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1647,0,l), -(-193,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-194,0,l), -(1647,1443,l) -); -} -); -}; -layerId = "77632039-C6CA-48A4-B25B-65842203997B"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(-46,0,l), -(354,0,l), -(561,974,l), -(697,974,l), -(596,1278,l), -(542,425,l), -(782,425,l), -(1090,1278,l), -(868,970,l), -(996,970,l), -(790,0,l), -(1190,0,l), -(1496,1443,l), -(971,1443,l), -(764,896,l), -(760,896,l), -(780,1443,l), -(260,1443,l) -); -} -); -width = 1377; -}, -{ -anchors = ( -{ -name = bottom; -pos = (902,0); -}, -{ -name = top; -pos = (1198,1393); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(1055,1443,l), -(1055,0,l) -); -}, -{ -closed = 1; -nodes = ( -(213,0,l), -(1902,0,l), -(1902,1443,l), -(213,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1902,722,l), -(213,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1902,0,l), -(213,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(212,0,l), -(1902,1443,l) -); -} -); -}; -layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(334,1385,l), -(353,1385,l), -(327,1412,l), -(1016,585,l), -(1036,585,l), -(2082,1412,l), -(2036,1385,l), -(2064,1385,l), -(1770,0,l), -(1820,0,l), -(2126,1443,l), -(2050,1443,l), -(1041,651,l), -(1039,651,l), -(371,1443,l), -(296,1443,l) -); -} -); -width = 2031; -}, -{ -anchors = ( -{ -name = bottom; -pos = (926,0); -}, -{ -name = top; -pos = (1219,1383); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(1078,1443,l), -(1078,0,l) -); -}, -{ -closed = 1; -nodes = ( -(227,0,l), -(1934,0,l), -(1934,1443,l), -(227,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1934,722,l), -(227,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1934,0,l), -(227,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(226,0,l), -(1934,1443,l) -); -} -); -}; -layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(434,1235,l), -(483,1235,l), -(318,1362,l), -(1059,585,l), -(1079,585,l), -(2099,1312,l), -(1872,1185,l), -(1931,1185,l), -(1681,0,l), -(1860,0,l), -(2166,1443,l), -(1987,1443,l), -(1102,816,l), -(1095,816,l), -(476,1443,l), -(296,1443,l) -); -} -); -width = 2071; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1003,0); -}, -{ -name = top; -pos = (1291,1363); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(1155,1443,l), -(1155,0,l) -); -}, -{ -closed = 1; -nodes = ( -(237,0,l), -(2077,0,l), -(2077,1443,l), -(237,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(2077,722,l), -(237,722,l) -); -}, -{ -closed = 0; -nodes = ( -(2077,0,l), -(237,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(236,0,l), -(2077,1443,l) -); -} -); -}; -layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(384,0,l), -(598,1008,l), -(734,1008,l), -(406,1278,l), -(1052,425,l), -(1132,425,l), -(2140,1278,l), -(1705,1004,l), -(1833,1004,l), -(1620,0,l), -(2020,0,l), -(2326,1443,l), -(1901,1443,l), -(1179,826,l), -(1175,826,l), -(710,1443,l), -(290,1443,l) -); -} -); -width = 2237; -} -); -metricLeft = H; -metricRight = H; -unicode = 77; -}, -{ -glyphname = Macute; -kernLeft = M; -kernRight = M; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = M; -}, -{ -pos = (693,453); -ref = acute; -} -); -width = 1630; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = M; -}, -{ -pos = (658,443); -ref = acute; -} -); -width = 1670; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = M; -}, -{ -pos = (701,363); -ref = acute; -} -); -width = 1836; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = M; -}, -{ -pos = (523,483); -ref = acute; -} -); -width = 1337; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = M; -}, -{ -pos = (469,503); -ref = acute; -} -); -width = 1377; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = M; -}, -{ -pos = (595,443); -ref = acute; -} -); -width = 1743; -} -); -unicode = 7742; -}, -{ -glyphname = N; -kernLeft = N; -kernRight = N; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (649,0); -}, -{ -name = hook; -pos = (1130,0); -}, -{ -name = top; -pos = (649,1423); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1365,l), -(190,1365,l), -(136,1402,l), -(1105,0,l), -(1155,0,l), -(1155,1443,l), -(1105,1443,l), -(1105,97,l), -(1071,97,l), -(1123,58,l), -(165,1443,l), -(101,1443,l), -(100,0,l) -); -} -); -width = 1255; -}, -{ -anchors = ( -{ -name = bottom; -pos = (686,30); -}, -{ -name = hook; -pos = (1145,0); -}, -{ -name = top; -pos = (696,1393); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,0,l), -(280,1138,l), -(368,1138,l), -(176,1312,l), -(1075,0,l), -(1255,0,l), -(1255,1443,l), -(1075,1443,l), -(1075,326,l), -(1011,326,l), -(1150,192,l), -(295,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 1355; -}, -{ -anchors = ( -{ -name = bottom; -pos = (764,0); -}, -{ -name = hook; -pos = (1197,0); -}, -{ -name = top; -pos = (734,1433); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,0,l), -(510,764,l), -(573,764,l), -(435,879,l), -(1050,0,l), -(1400,0,l), -(1400,1443,l), -(990,1443,l), -(990,683,l), -(926,683,l), -(1065,567,l), -(450,1443,l), -(101,1443,l), -(100,0,l) -); -} -); -width = 1500; -}, -{ -anchors = ( -{ -name = bottom; -pos = (538,0); -}, -{ -name = hook; -pos = (1019,0); -}, -{ -name = top; -pos = (840,1423); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(39,0,l), -(329,1365,l), -(369,1365,l), -(323,1402,l), -(994,0,l), -(1044,0,l), -(1350,1443,l), -(1300,1443,l), -(1014,97,l), -(980,97,l), -(1024,58,l), -(360,1443,l), -(296,1443,l), -(-11,0,l) -); -} -); -width = 1255; -}, -{ -anchors = ( -{ -name = bottom; -pos = (562,30); -}, -{ -name = hook; -pos = (1015,0); -}, -{ -name = top; -pos = (862,1393); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,0,l), -(412,1138,l), -(500,1138,l), -(345,1312,l), -(925,0,l), -(1105,0,l), -(1411,1443,l), -(1231,1443,l), -(994,326,l), -(930,326,l), -(1040,192,l), -(491,1443,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 1316; -}, -{ -anchors = ( -{ -name = bottom; -pos = (650,0); -}, -{ -name = hook; -pos = (1067,0); -}, -{ -name = top; -pos = (930,1433); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(393,0,l), -(555,764,l), -(618,764,l), -(504,879,l), -(933,0,l), -(1283,0,l), -(1589,1443,l), -(1179,1443,l), -(1018,683,l), -(954,683,l), -(1068,567,l), -(639,1443,l), -(290,1443,l), -(-17,0,l) -); -} -); -width = 1500; -} -); -metricLeft = H; -metricRight = H; -unicode = 78; -}, -{ -glyphname = Nacute; -kernLeft = N; -kernRight = N; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = N; -}, -{ -pos = (530,483); -ref = acute; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = N; -}, -{ -pos = (519,453); -ref = acute; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = N; -}, -{ -pos = (517,433); -ref = acute; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = N; -}, -{ -pos = (655,483); -ref = acute; -} -); -width = 1255; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = N; -}, -{ -pos = (600,453); -ref = acute; -} -); -width = 1316; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = N; -}, -{ -pos = (617,433); -ref = acute; -} -); -width = 1500; -} -); -unicode = 323; -}, -{ -glyphname = Ncaron; -kernLeft = N; -kernRight = N; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = N; -}, -{ -pos = (332,483); -ref = caroncomb; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = N; -}, -{ -pos = (314,453); -ref = caroncomb; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = N; -}, -{ -pos = (214,433); -ref = caroncomb; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (454,483); -ref = caroncomb; -} -); -width = 1375; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (423,453); -ref = caroncomb; -} -); -width = 1476; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (322,427); -ref = caroncomb; -} -); -width = 1620; -} -); -unicode = 327; -}, -{ -glyphname = Ncommaaccent; -kernLeft = N; -kernRight = N; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = N; -}, -{ -pos = (430,0); -ref = commaaccentcomb; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = N; -}, -{ -pos = (422,30); -ref = commaaccentcomb; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = N; -}, -{ -pos = (373,0); -ref = commaaccentcomb; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = N; -}, -{ -pos = (429,0); -ref = commaaccentcomb; -} -); -width = 1255; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = N; -}, -{ -pos = (409,30); -ref = commaaccentcomb; -} -); -width = 1316; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = N; -}, -{ -pos = (375,0); -ref = commaaccentcomb; -} -); -width = 1500; -} -); -unicode = 325; -}, -{ -glyphname = Ntilde; -kernLeft = N; -kernRight = N; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = N; -}, -{ -pos = (348,383); -ref = tildecomb; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = N; -}, -{ -pos = (326,453); -ref = tildecomb; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = N; -}, -{ -pos = (254,432); -ref = tildecomb; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (430,383); -ref = tildecomb; -} -); -width = 1375; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (423,453); -ref = tildecomb; -} -); -width = 1476; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = N; -}, -{ -alignment = -1; -pos = (317,432); -ref = tildecomb; -} -); -width = 1620; -} -); -unicode = 209; -}, -{ -glyphname = O; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 04:04:10 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (768,0); -}, -{ -name = center; -pos = (768,722); -}, -{ -name = ogonek; -pos = (797,10); -}, -{ -name = top; -pos = (769,1463); -}, -{ -name = topleft; -pos = (74,1443); -}, -{ -name = topright; -pos = (1033,1463); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1172,-17,o), -(1466,295,o), -(1466,724,cs), -(1466,1152,o), -(1172,1463,o), -(769,1463,cs), -(359,1463,o), -(60,1152,o), -(60,724,cs), -(60,295,o), -(359,-17,o), -(769,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(388,31,o), -(110,323,o), -(110,724,cs), -(110,1124,o), -(388,1415,o), -(769,1415,cs), -(1143,1415,o), -(1416,1124,o), -(1416,724,cs), -(1416,323,o), -(1143,31,o), -(769,31,cs) -); -} -); -width = 1526; -}, -{ -anchors = ( -{ -name = bottom; -pos = (791,0); -}, -{ -name = center; -pos = (791,722); -}, -{ -name = ogonek; -pos = (792,10); -}, -{ -name = top; -pos = (792,1463); -}, -{ -name = topleft; -pos = (17,1443); -}, -{ -name = topright; -pos = (1049,1463); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1573,-20,o), -(1573,-20,o), -(1573,722,cs), -(1573,1462,o), -(1573,1462,o), -(832,1462,cs), -(90,1462,o), -(90,1462,o), -(90,722,cs), -(90,-20,o), -(90,-20,o), -(832,-20,cs) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1221,-20,o), -(1532,292,o), -(1532,724,cs), -(1532,1153,o), -(1221,1463,o), -(792,1463,cs), -(367,1463,o), -(60,1153,o), -(60,724,cs), -(60,292,o), -(367,-20,o), -(792,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(472,150,o), -(240,391,o), -(240,724,cs), -(240,1054,o), -(472,1293,o), -(792,1293,cs), -(1117,1293,o), -(1352,1054,o), -(1352,724,cs), -(1352,391,o), -(1117,150,o), -(792,150,cs) -); -} -); -width = 1592; -}, -{ -anchors = ( -{ -name = bottom; -pos = (841,-40); -}, -{ -name = center; -pos = (841,722); -}, -{ -name = ogonek; -pos = (842,-17); -}, -{ -name = top; -pos = (842,1480); -}, -{ -name = topleft; -pos = (-97,1443); -}, -{ -name = topright; -pos = (1246,1479); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1293,-37,o), -(1621,283,o), -(1621,723,cs), -(1621,1161,o), -(1293,1480,o), -(842,1480,cs), -(390,1480,o), -(60,1161,o), -(60,723,cs), -(60,283,o), -(390,-37,o), -(842,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(627,303,o), -(470,480,o), -(470,723,cs), -(470,964,o), -(627,1140,o), -(842,1140,cs), -(1055,1140,o), -(1211,964,o), -(1211,723,cs), -(1211,480,o), -(1055,303,o), -(842,303,cs) -); -} -); -width = 1681; -}, -{ -anchors = ( -{ -name = bottom; -pos = (677,0); -}, -{ -name = center; -pos = (831,722); -}, -{ -name = ogonek; -pos = (708,10); -}, -{ -name = top; -pos = (989,1463); -}, -{ -name = topleft; -pos = (290,1443); -}, -{ -name = topright; -pos = (1253,1463); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1103,-17,o), -(1478,294,o), -(1569,724,cs), -(1660,1153,o), -(1416,1463,o), -(989,1463,cs), -(566,1463,o), -(194,1153,o), -(103,724,cs), -(12,294,o), -(252,-17,o), -(675,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(287,31,o), -(68,322,o), -(153,724,cs), -(238,1125,o), -(589,1415,o), -(989,1415,cs), -(1381,1415,o), -(1604,1125,o), -(1519,724,cs), -(1434,322,o), -(1080,31,o), -(675,31,cs) -); -} -); -width = 1586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (680,0); -}, -{ -name = center; -pos = (833,722); -}, -{ -name = ogonek; -pos = (683,10); -}, -{ -name = top; -pos = (992,1463); -}, -{ -name = topleft; -pos = (212,1443); -}, -{ -name = topright; -pos = (1249,1463); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1106,-20,o), -(1483,292,o), -(1575,724,cs), -(1666,1153,o), -(1421,1463,o), -(992,1463,cs), -(567,1463,o), -(194,1153,o), -(103,724,cs), -(11,292,o), -(252,-20,o), -(676,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(384,150,o), -(212,391,o), -(283,724,cs), -(353,1054,o), -(644,1293,o), -(975,1293,cs), -(1289,1293,o), -(1465,1054,o), -(1395,724,cs), -(1324,391,o), -(1029,150,o), -(693,150,cs) -); -} -); -width = 1592; -}, -{ -anchors = ( -{ -name = bottom; -pos = (716,-40); -}, -{ -name = center; -pos = (878,722); -}, -{ -name = ogonek; -pos = (722,-17); -}, -{ -name = top; -pos = (1040,1480); -}, -{ -name = topleft; -pos = (93,1443); -}, -{ -name = topright; -pos = (1444,1479); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1170,-37,o), -(1565,282,o), -(1658,723,cs), -(1752,1162,o), -(1492,1480,o), -(1040,1480,cs), -(587,1480,o), -(191,1162,o), -(97,723,cs), -(4,282,o), -(265,-37,o), -(718,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(561,303,o), -(455,479,o), -(507,723,cs), -(559,965,o), -(765,1140,o), -(998,1140,cs), -(1195,1140,o), -(1300,965,o), -(1248,723,cs), -(1196,479,o), -(991,303,o), -(760,303,cs) -); -} -); -width = 1681; -} -); -unicode = 79; -}, -{ -glyphname = Oacute; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (650,523); -ref = acute; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (615,523); -ref = acute; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (625,480); -ref = acute; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = O; -}, -{ -pos = (804,523); -ref = acute; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = O; -}, -{ -pos = (730,523); -ref = acute; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = O; -}, -{ -pos = (727,480); -ref = acute; -} -); -width = 1681; -} -); -unicode = 211; -}, -{ -glyphname = Ocaron; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (452,523); -ref = caroncomb; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (410,523); -ref = caroncomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (322,480); -ref = caroncomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (553,523); -ref = caroncomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (545,523); -ref = caroncomb; -} -); -width = 1697; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (475,474); -ref = caroncomb; -} -); -width = 1822; -} -); -unicode = 465; -}, -{ -glyphname = Ocircumflex; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (450,523); -ref = circumflexcomb; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (411,523); -ref = circumflexcomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (317,480); -ref = circumflexcomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (551,523); -ref = circumflexcomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (550,523); -ref = circumflexcomb; -} -); -width = 1697; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (482,480); -ref = circumflexcomb; -} -); -width = 1822; -} -); -unicode = 212; -}, -{ -glyphname = Odieresis; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (483,523); -ref = dieresiscomb; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (439,523); -ref = dieresiscomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (383,480); -ref = dieresiscomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (576,523); -ref = dieresiscomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (568,523); -ref = dieresiscomb; -} -); -width = 1697; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (548,480); -ref = dieresiscomb; -} -); -width = 1822; -} -); -unicode = 214; -}, -{ -glyphname = Ograve; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (543,523); -ref = gravecomb; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (456,523); -ref = gravecomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (426,480); -ref = gravecomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (621,523); -ref = gravecomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (595,523); -ref = gravecomb; -} -); -width = 1697; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (596,480); -ref = gravecomb; -} -); -width = 1822; -} -); -unicode = 210; -}, -{ -glyphname = Ohungarumlaut; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (489,523); -ref = hungarumlautcomb; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (480,523); -ref = hungarumlautcomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (362,480); -ref = hungarumlautcomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = O; -}, -{ -pos = (620,523); -ref = hungarumlautcomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = O; -}, -{ -pos = (591,523); -ref = hungarumlautcomb; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = O; -}, -{ -pos = (465,480); -ref = hungarumlautcomb; -} -); -width = 1681; -} -); -unicode = 336; -}, -{ -glyphname = Omacron; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (459,523); -ref = macroncomb; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (445,523); -ref = macroncomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (405,480); -ref = macroncomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (554,523); -ref = macroncomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (581,523); -ref = macroncomb; -} -); -width = 1697; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (578,480); -ref = macroncomb; -} -); -width = 1822; -} -); -unicode = 332; -}, -{ -glyphname = Oslash; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 07:08:52 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1318,1469,l), -(141,12,l), -(179,-20,l), -(1356,1437,l) -); -}, -{ -ref = O; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1384,1459,l), -(127,87,l), -(244,-22,l), -(1501,1350,l) -); -}, -{ -ref = O; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1455,1481,l), -(98,124,l), -(269,-35,l), -(1626,1322,l) -); -}, -{ -ref = O; -} -); -width = 1686; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1586,1469,l), -(100,12,l), -(137,-20,l), -(1623,1437,l) -); -}, -{ -ref = O; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1611,1459,l), -(63,87,l), -(157,-22,l), -(1705,1350,l) -); -}, -{ -ref = O; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1696,1481,l), -(51,124,l), -(188,-35,l), -(1833,1322,l) -); -}, -{ -ref = O; -} -); -width = 1729; -} -); -metricLeft = O; -metricRight = O; -unicode = 216; -}, -{ -glyphname = Otilde; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (468,423); -ref = tildecomb; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (422,523); -ref = tildecomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (362,479); -ref = tildecomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (529,423); -ref = tildecomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (545,523); -ref = tildecomb; -} -); -width = 1697; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = O; -}, -{ -alignment = -1; -pos = (470,479); -ref = tildecomb; -} -); -width = 1822; -} -); -unicode = 213; -}, -{ -glyphname = OE; -kernLeft = round; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1068,-17,o), -(1306,269,o), -(1306,724,cs), -(1306,1178,o), -(1068,1463,o), -(689,1463,cs), -(303,1463,o), -(60,1178,o), -(60,724,cs), -(60,269,o), -(303,-17,o), -(689,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(333,31,o), -(110,298,o), -(110,724,cs), -(110,1148,o), -(333,1415,o), -(689,1415,cs), -(1037,1415,o), -(1256,1148,o), -(1256,724,cs), -(1256,298,o), -(1037,31,o), -(689,31,cs) -); -}, -{ -closed = 1; -nodes = ( -(2127,0,l), -(2127,48,l), -(1309,48,l), -(1309,716,l), -(2063,716,l), -(2063,764,l), -(1309,764,l), -(1309,1395,l), -(2127,1395,l), -(2127,1443,l), -(1259,1443,l), -(1259,0,l) -); -} -); -width = 2167; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1083,-20,o), -(1306,267,o), -(1306,724,cs), -(1306,1178,o), -(1083,1463,o), -(729,1463,cs), -(318,1463,o), -(60,1178,o), -(60,724,cs), -(60,267,o), -(318,-20,o), -(729,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(429,150,o), -(240,371,o), -(240,724,cs), -(240,1074,o), -(429,1293,o), -(729,1293,cs), -(1016,1293,o), -(1196,1074,o), -(1196,724,cs), -(1196,371,o), -(1016,150,o), -(729,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(2100,0,l), -(2100,170,l), -(1378,170,l), -(1378,650,l), -(2036,650,l), -(2036,810,l), -(1378,810,l), -(1378,1272,l), -(2100,1272,l), -(2100,1442,l), -(1198,1442,l), -(1198,0,l) -); -} -); -width = 2140; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1120,-37,o), -(1371,277,o), -(1371,723,cs), -(1371,1167,o), -(1120,1480,o), -(762,1480,cs), -(350,1480,o), -(60,1167,o), -(60,723,cs), -(60,277,o), -(350,-37,o), -(762,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(615,303,o), -(470,476,o), -(470,723,cs), -(470,968,o), -(615,1140,o), -(822,1140,cs), -(1027,1140,o), -(1171,968,o), -(1171,723,cs), -(1171,476,o), -(1027,303,o), -(822,303,cs) -); -}, -{ -closed = 1; -nodes = ( -(2200,0,l), -(2200,350,l), -(1606,350,l), -(1606,561,l), -(2124,561,l), -(2124,891,l), -(1606,891,l), -(1606,1092,l), -(2176,1092,l), -(2176,1443,l), -(1216,1443,l), -(1216,0,l) -); -} -); -width = 2240; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(954,-17,o), -(1252,269,o), -(1349,724,cs), -(1446,1178,o), -(1268,1463,o), -(889,1463,cs), -(503,1463,o), -(200,1178,o), -(103,724,cs), -(6,269,o), -(189,-17,o), -(575,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(229,31,o), -(63,298,o), -(153,724,cs), -(243,1148,o), -(523,1415,o), -(879,1415,cs), -(1227,1415,o), -(1389,1148,o), -(1299,724,cs), -(1209,298,o), -(933,31,o), -(585,31,cs) -); -}, -{ -closed = 1; -nodes = ( -(2016,0,l), -(2027,48,l), -(1209,48,l), -(1351,716,l), -(2105,716,l), -(2115,764,l), -(1361,764,l), -(1495,1395,l), -(2313,1395,l), -(2323,1443,l), -(1455,1443,l), -(1148,0,l) -); -} -); -width = 2247; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(963,-20,o), -(1252,272,o), -(1349,724,cs), -(1444,1173,o), -(1279,1463,o), -(929,1463,cs), -(522,1463,o), -(198,1173,o), -(103,724,cs), -(6,272,o), -(206,-20,o), -(613,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(352,150,o), -(208,376,o), -(283,724,cs), -(356,1069,o), -(595,1293,o), -(892,1293,cs), -(1176,1293,o), -(1312,1069,o), -(1239,724,cs), -(1164,376,o), -(933,150,o), -(650,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(1989,0,l), -(2025,170,l), -(1303,170,l), -(1405,650,l), -(2063,650,l), -(2097,810,l), -(1439,810,l), -(1537,1272,l), -(2259,1272,l), -(2295,1442,l), -(1393,1442,l), -(1087,0,l) -); -} -); -width = 2200; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(996,-37,o), -(1314,277,o), -(1408,723,cs), -(1503,1167,o), -(1318,1480,o), -(960,1480,cs), -(548,1480,o), -(192,1167,o), -(97,723,cs), -(3,277,o), -(226,-37,o), -(638,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(563,303,o), -(455,476,o), -(507,723,cs), -(559,968,o), -(741,1140,o), -(948,1140,cs), -(1153,1140,o), -(1260,968,o), -(1208,723,cs), -(1156,476,o), -(975,303,o), -(770,303,cs) -); -}, -{ -closed = 1; -nodes = ( -(2084,0,l), -(2158,350,l), -(1564,350,l), -(1609,561,l), -(2127,561,l), -(2197,891,l), -(1679,891,l), -(1722,1092,l), -(2292,1092,l), -(2366,1443,l), -(1406,1443,l), -(1100,0,l) -); -} -); -width = 2321; -} -); -metricLeft = O; -metricRight = E; -unicode = 338; -}, -{ -glyphname = P; -kernLeft = flat; -kernRight = P; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (472,0); -}, -{ -name = top; -pos = (472,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(150,0,l), -(150,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(619,578,ls), -(901,578,o), -(1078,745,o), -(1078,1010,cs), -(1078,1276,o), -(901,1443,o), -(619,1443,cs), -(127,1443,l), -(127,1395,l), -(604,1395,ls), -(866,1395,o), -(1030,1247,o), -(1030,1010,cs), -(1030,774,o), -(867,626,o), -(608,626,cs), -(127,626,l), -(127,578,l) -); -} -); -width = 1138; -}, -{ -anchors = ( -{ -name = bottom; -pos = (522,0); -}, -{ -name = top; -pos = (522,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(280,0,l), -(280,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(639,539,ls), -(941,539,o), -(1130,713,o), -(1130,990,cs), -(1130,1268,o), -(941,1443,o), -(639,1443,cs), -(191,1443,l), -(191,1283,l), -(634,1283,ls), -(828,1283,o), -(950,1170,o), -(950,990,cs), -(950,811,o), -(830,699,o), -(640,699,cs), -(191,699,l), -(191,539,l) -); -} -); -width = 1190; -}, -{ -anchors = ( -{ -name = bottom; -pos = (572,0); -}, -{ -name = top; -pos = (592,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(510,0,l), -(510,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(730,434,ls), -(1058,434,o), -(1271,632,o), -(1271,939,cs), -(1271,1245,o), -(1058,1443,o), -(730,1443,cs), -(338,1443,l), -(338,1123,l), -(668,1123,ls), -(785,1123,o), -(861,1051,o), -(861,939,cs), -(861,827,o), -(785,754,o), -(668,754,cs), -(338,754,l), -(338,434,l) -); -} -); -width = 1331; -}, -{ -anchors = ( -{ -name = bottom; -pos = (362,0); -}, -{ -name = top; -pos = (668,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1443,l), -(-10,0,l), -(40,0,l), -(346,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(631,578,ls), -(915,578,o), -(1128,745,o), -(1184,1010,cs), -(1241,1276,o), -(1095,1443,o), -(805,1443,cs), -(323,1443,l), -(313,1395,l), -(810,1395,ls), -(1060,1395,o), -(1185,1247,o), -(1134,1010,cs), -(1084,774,o), -(886,626,o), -(621,626,cs), -(150,626,l), -(139,578,l) -); -} -); -width = 1140; -}, -{ -anchors = ( -{ -name = bottom; -pos = (412,0); -}, -{ -name = top; -pos = (718,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1443,l), -(-10,0,l), -(170,0,l), -(476,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(663,539,ls), -(952,539,o), -(1171,713,o), -(1230,990,cs), -(1289,1268,o), -(1129,1443,o), -(815,1443,cs), -(387,1443,l), -(353,1283,l), -(816,1283,ls), -(998,1283,o), -(1088,1170,o), -(1050,990,cs), -(1012,811,o), -(861,699,o), -(658,699,cs), -(229,699,l), -(195,539,l) -); -} -); -width = 1190; -}, -{ -anchors = ( -{ -name = bottom; -pos = (456,0); -}, -{ -name = top; -pos = (782,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,1443,l), -(-16,0,l), -(394,0,l), -(700,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(736,434,ls), -(1050,434,o), -(1288,629,o), -(1354,939,cs), -(1420,1249,o), -(1241,1443,o), -(890,1443,cs), -(528,1443,l), -(460,1123,l), -(810,1123,ls), -(910,1123,o), -(958,1052,o), -(934,939,cs), -(910,825,o), -(817,754,o), -(692,754,cs), -(382,754,l), -(314,434,l) -); -} -); -width = 1331; -} -); -metricLeft = H; -metricRight = D; -unicode = 80; -}, -{ -glyphname = Pacute; -kernLeft = P; -kernRight = P; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = P; -}, -{ -pos = (353,486); -ref = acutecomb; -} -); -width = 1138; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = P; -}, -{ -pos = (345,485); -ref = acutecomb; -} -); -width = 1190; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = P; -}, -{ -pos = (375,552); -ref = acutecomb; -} -); -width = 1331; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = P; -}, -{ -pos = (480,486); -ref = acutecomb; -} -); -width = 1140; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = P; -}, -{ -pos = (452,485); -ref = acutecomb; -} -); -width = 1190; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = P; -}, -{ -pos = (491,552); -ref = acutecomb; -} -); -width = 1331; -} -); -unicode = 7764; -}, -{ -glyphname = Thorn; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1443,l), -(110,0,l), -(160,0,l), -(160,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(579,346,ls), -(832,346,o), -(991,496,o), -(991,734,cs), -(991,973,o), -(832,1123,o), -(579,1123,cs), -(137,1123,l), -(137,1075,l), -(565,1075,ls), -(796,1075,o), -(941,943,o), -(941,734,cs), -(941,525,o), -(798,394,o), -(569,394,cs), -(137,394,l), -(137,346,l) -); -} -); -width = 1051; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1443,l), -(110,0,l), -(290,0,l), -(290,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(653,352,ls), -(901,352,o), -(1056,495,o), -(1056,722,cs), -(1056,951,o), -(901,1094,o), -(653,1094,cs), -(285,1094,l), -(285,934,l), -(649,934,ls), -(788,934,o), -(876,852,o), -(876,722,cs), -(876,593,o), -(790,512,o), -(654,512,cs), -(285,512,l), -(285,352,l) -); -} -); -width = 1116; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1443,l), -(110,0,l), -(530,0,l), -(530,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(730,264,ls), -(1062,264,o), -(1271,447,o), -(1271,739,cs), -(1271,1030,o), -(1062,1213,o), -(730,1213,cs), -(338,1213,l), -(338,903,l), -(668,903,ls), -(787,903,o), -(861,840,o), -(861,739,cs), -(861,638,o), -(787,574,o), -(668,574,cs), -(338,574,l), -(338,264,l) -); -} -); -width = 1331; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,1443,l), -(0,0,l), -(50,0,l), -(356,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(542,346,ls), -(795,346,o), -(986,496,o), -(1037,734,cs), -(1087,973,o), -(960,1123,o), -(707,1123,cs), -(265,1123,l), -(255,1075,l), -(693,1075,ls), -(924,1075,o), -(1031,943,o), -(987,734,cs), -(942,525,o), -(761,394,o), -(532,394,cs), -(110,394,l), -(100,346,l) -); -} -); -width = 1052; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,1443,l), -(0,0,l), -(180,0,l), -(486,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(617,352,ls), -(862,352,o), -(1051,497,o), -(1099,722,cs), -(1147,948,o), -(1020,1094,o), -(775,1094,cs), -(407,1094,l), -(373,934,l), -(747,934,ls), -(879,934,o), -(947,851,o), -(919,722,cs), -(892,595,o), -(783,512,o), -(642,512,cs), -(283,512,l), -(249,352,l) -); -} -); -width = 1116; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,1443,l), -(-6,0,l), -(414,0,l), -(720,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(670,264,ls), -(1002,264,o), -(1250,447,o), -(1312,739,cs), -(1374,1030,o), -(1203,1213,o), -(871,1213,cs), -(479,1213,l), -(414,903,l), -(764,903,ls), -(883,903,o), -(923,840,o), -(902,739,cs), -(880,638,o), -(773,574,o), -(654,574,cs), -(344,574,l), -(278,264,l) -); -} -); -width = 1332; -} -); -metricLeft = p; -metricRight = p; -unicode = 222; -}, -{ -glyphname = Q; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (759,0); -}, -{ -name = top; -pos = (759,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1216,-17,o), -(1526,294,o), -(1526,724,cs), -(1526,1153,o), -(1216,1463,o), -(789,1463,cs), -(366,1463,o), -(60,1153,o), -(60,724,cs), -(60,294,o), -(366,-17,o), -(789,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(395,31,o), -(110,322,o), -(110,724,cs), -(110,1125,o), -(395,1415,o), -(789,1415,cs), -(1187,1415,o), -(1476,1125,o), -(1476,724,cs), -(1476,322,o), -(1187,31,o), -(789,31,cs) -); -}, -{ -closed = 1; -nodes = ( -(1440,-23,l), -(1475,13,l), -(1049,428,l), -(1013,392,l) -); -} -); -width = 1586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (819,0); -}, -{ -name = top; -pos = (819,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1237,-20,o), -(1552,292,o), -(1552,724,cs), -(1552,1153,o), -(1237,1463,o), -(802,1463,cs), -(372,1463,o), -(60,1153,o), -(60,724,cs), -(60,292,o), -(372,-20,o), -(802,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(476,150,o), -(240,391,o), -(240,724,cs), -(240,1054,o), -(476,1293,o), -(802,1293,cs), -(1133,1293,o), -(1372,1054,o), -(1372,724,cs), -(1372,391,o), -(1133,150,o), -(802,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(1385,-29,l), -(1506,112,l), -(1028,535,l), -(897,406,l) -); -} -); -width = 1612; -}, -{ -anchors = ( -{ -name = bottom; -pos = (879,0); -}, -{ -name = top; -pos = (842,1542); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1294,-37,o), -(1621,282,o), -(1621,723,cs), -(1621,1162,o), -(1294,1480,o), -(842,1480,cs), -(388,1480,o), -(60,1162,o), -(60,723,cs), -(60,282,o), -(388,-37,o), -(842,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(626,313,o), -(470,491,o), -(470,723,cs), -(470,953,o), -(626,1130,o), -(842,1130,cs), -(1056,1130,o), -(1211,953,o), -(1211,723,cs), -(1211,436,o), -(1100,313,o), -(842,313,cs) -); -}, -{ -closed = 1; -nodes = ( -(1444,-53,l), -(1666,190,l), -(1008,730,l), -(796,496,l) -); -} -); -width = 1726; -}, -{ -anchors = ( -{ -name = bottom; -pos = (676,0); -}, -{ -name = top; -pos = (930,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1070,-20,o), -(1382,266,o), -(1462,722,cs), -(1543,1177,o), -(1331,1463,o), -(915,1463,cs), -(497,1463,o), -(185,1177,o), -(104,722,cs), -(24,266,o), -(236,-20,o), -(654,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(269,29,o), -(79,296,o), -(154,722,cs), -(229,1147,o), -(525,1414,o), -(912,1414,cs), -(1298,1414,o), -(1487,1147,o), -(1412,722,cs), -(1337,296,o), -(1042,29,o), -(656,29,cs) -); -}, -{ -closed = 1; -nodes = ( -(1293,-23,l), -(1330,9,l), -(978,424,l), -(939,392,l) -); -} -); -width = 1499; -}, -{ -anchors = ( -{ -name = bottom; -pos = (736,0); -}, -{ -name = top; -pos = (944,1463); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1143,-20,o), -(1460,267,o), -(1540,724,cs), -(1620,1178,o), -(1396,1463,o), -(944,1463,cs), -(502,1463,o), -(184,1178,o), -(104,724,cs), -(24,267,o), -(249,-20,o), -(702,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(387,150,o), -(222,371,o), -(284,724,cs), -(346,1074,o), -(597,1293,o), -(934,1293,cs), -(1258,1293,o), -(1422,1074,o), -(1360,724,cs), -(1298,371,o), -(1048,150,o), -(712,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(1296,-29,l), -(1424,102,l), -(1021,525,l), -(885,406,l) -); -} -); -width = 1573; -}, -{ -anchors = ( -{ -name = bottom; -pos = (915,0); -}, -{ -name = top; -pos = (1004,1542); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1215,-37,o), -(1555,256,o), -(1638,723,cs), -(1720,1188,o), -(1467,1480,o), -(982,1480,cs), -(520,1480,o), -(179,1188,o), -(97,723,cs), -(14,256,o), -(268,-37,o), -(755,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(551,283,o), -(449,453,o), -(497,723,cs), -(543,985,o), -(727,1150,o), -(974,1150,cs), -(1182,1150,o), -(1284,985,o), -(1238,723,cs), -(1182,417,o), -(1037,283,o), -(761,283,cs) -); -}, -{ -closed = 1; -nodes = ( -(1356,-43,l), -(1559,138,l), -(1032,658,l), -(841,486,l) -); -} -); -width = 1707; -} -); -metricLeft = O; -metricRight = o; -unicode = 81; -}, -{ -glyphname = R; -kernLeft = flat; -kernRight = R; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (533,0); -}, -{ -name = top; -pos = (533,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(150,0,l), -(150,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(647,585,l), -(1057,0,l), -(1116,0,l), -(706,585,l) -); -}, -{ -closed = 1; -nodes = ( -(629,558,ls), -(910,558,o), -(1098,735,o), -(1098,1000,cs), -(1098,1266,o), -(910,1443,o), -(629,1443,cs), -(126,1443,l), -(126,1395,l), -(616,1395,ls), -(876,1395,o), -(1050,1237,o), -(1050,1000,cs), -(1050,764,o), -(876,606,o), -(616,606,cs), -(126,606,l), -(126,558,l) -); -} -); -width = 1146; -}, -{ -anchors = ( -{ -name = bottom; -pos = (572,0); -}, -{ -name = top; -pos = (572,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(280,0,l), -(280,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(585,595,l), -(1003,0,l), -(1206,0,l), -(786,595,l) -); -}, -{ -closed = 1; -nodes = ( -(659,509,ls), -(954,509,o), -(1150,693,o), -(1150,970,cs), -(1150,1254,o), -(954,1443,o), -(659,1443,cs), -(195,1443,l), -(195,1273,l), -(657,1273,ls), -(845,1273,o), -(970,1152,o), -(970,970,cs), -(970,795,o), -(845,679,o), -(657,679,cs), -(195,679,l), -(195,509,l) -); -} -); -width = 1236; -}, -{ -anchors = ( -{ -name = bottom; -pos = (643,0); -}, -{ -name = top; -pos = (643,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1443,l), -(100,0,l), -(510,0,l), -(510,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(635,505,l), -(923,0,l), -(1364,0,l), -(1037,505,l) -); -}, -{ -closed = 1; -nodes = ( -(770,404,ls), -(1113,404,o), -(1341,622,o), -(1341,948,cs), -(1341,1245,o), -(1113,1443,o), -(770,1443,cs), -(318,1443,l), -(318,1133,l), -(728,1133,ls), -(844,1133,o), -(921,1055,o), -(921,939,cs), -(921,816,o), -(844,734,o), -(728,734,cs), -(318,734,l), -(318,404,l) -); -} -); -width = 1394; -}, -{ -anchors = ( -{ -name = bottom; -pos = (423,0); -}, -{ -name = top; -pos = (729,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1443,l), -(-10,0,l), -(40,0,l), -(346,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(664,585,l), -(950,0,l), -(1006,0,l), -(720,585,l) -); -}, -{ -closed = 1; -nodes = ( -(637,558,ls), -(918,558,o), -(1144,735,o), -(1200,1000,cs), -(1257,1266,o), -(1106,1443,o), -(825,1443,cs), -(322,1443,l), -(312,1395,l), -(812,1395,ls), -(1072,1395,o), -(1203,1237,o), -(1152,1000,cs), -(1102,764,o), -(884,606,o), -(624,606,cs), -(144,606,l), -(134,558,l) -); -} -); -width = 1147; -}, -{ -anchors = ( -{ -name = bottom; -pos = (462,0); -}, -{ -name = top; -pos = (768,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1443,l), -(-10,0,l), -(170,0,l), -(476,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(601,595,l), -(893,0,l), -(1096,0,l), -(802,595,l) -); -}, -{ -closed = 1; -nodes = ( -(657,509,ls), -(952,509,o), -(1187,693,o), -(1246,970,cs), -(1306,1254,o), -(1150,1443,o), -(855,1443,cs), -(391,1443,l), -(355,1273,l), -(817,1273,ls), -(1005,1273,o), -(1105,1152,o), -(1066,970,cs), -(1029,795,o), -(879,679,o), -(691,679,cs), -(229,679,l), -(193,509,l) -); -} -); -width = 1237; -}, -{ -anchors = ( -{ -name = bottom; -pos = (527,0); -}, -{ -name = top; -pos = (833,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,1443,l), -(-16,0,l), -(394,0,l), -(700,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(626,505,l), -(807,0,l), -(1248,0,l), -(1028,505,l) -); -}, -{ -closed = 1; -nodes = ( -(740,404,ls), -(1083,404,o), -(1357,622,o), -(1426,948,cs), -(1489,1245,o), -(1303,1443,o), -(960,1443,cs), -(508,1443,l), -(442,1133,l), -(852,1133,ls), -(968,1133,o), -(1029,1055,o), -(1004,939,cs), -(978,816,o), -(884,734,o), -(768,734,cs), -(358,734,l), -(288,404,l) -); -} -); -width = 1395; -} -); -metricLeft = H; -unicode = 82; -}, -{ -glyphname = Racute; -kernLeft = R; -kernRight = R; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = R; -}, -{ -pos = (414,503); -ref = acute; -} -); -width = 1146; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = R; -}, -{ -pos = (395,503); -ref = acute; -} -); -width = 1236; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = R; -}, -{ -pos = (426,443); -ref = acute; -} -); -width = 1394; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = R; -}, -{ -pos = (544,503); -ref = acute; -} -); -width = 1147; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = R; -}, -{ -pos = (506,503); -ref = acute; -} -); -width = 1237; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = R; -}, -{ -pos = (520,443); -ref = acute; -} -); -width = 1395; -} -); -unicode = 340; -}, -{ -glyphname = Rcaron; -kernLeft = R; -kernRight = R; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = R; -}, -{ -pos = (216,503); -ref = caroncomb; -} -); -width = 1146; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = R; -}, -{ -pos = (190,503); -ref = caroncomb; -} -); -width = 1236; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = R; -}, -{ -pos = (123,443); -ref = caroncomb; -} -); -width = 1394; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = R; -}, -{ -pos = (323,503); -ref = caroncomb; -} -); -width = 1147; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = R; -}, -{ -alignment = -1; -pos = (329,503); -ref = caroncomb; -} -); -width = 1357; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = R; -}, -{ -alignment = -1; -pos = (225,437); -ref = caroncomb; -} -); -width = 1445; -} -); -unicode = 344; -}, -{ -glyphname = Rcommaaccent; -kernLeft = R; -kernRight = R; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = R; -}, -{ -pos = (314,0); -ref = commaaccentcomb; -} -); -width = 1146; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = R; -}, -{ -pos = (308,0); -ref = commaaccentcomb; -} -); -width = 1236; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = R; -}, -{ -pos = (252,0); -ref = commaaccentcomb; -} -); -width = 1394; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = R; -}, -{ -pos = (314,0); -ref = commaaccentcomb; -} -); -width = 1147; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = R; -}, -{ -pos = (309,0); -ref = commaaccentcomb; -} -); -width = 1237; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = R; -}, -{ -pos = (252,0); -ref = commaaccentcomb; -} -); -width = 1395; -} -); -unicode = 342; -}, -{ -glyphname = S; -kernLeft = S; -kernRight = S; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (595,0); -}, -{ -name = top; -pos = (526,1466); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(809,-20,o), -(987,134,o), -(987,366,cs), -(987,543,o), -(855,693,o), -(658,742,cs), -(475,788,ls), -(276,838,o), -(144,967,o), -(144,1112,cs), -(144,1293,o), -(289,1416,o), -(506,1418,c), -(648,1416,o), -(795,1378,o), -(874,1324,c), -(893,1370,l), -(800,1428,o), -(645,1466,o), -(506,1466,cs), -(259,1466,o), -(95,1324,o), -(95,1112,cs), -(95,945,o), -(241,796,o), -(459,742,cs), -(648,695,ls), -(822,652,o), -(938,520,o), -(938,366,c), -(935,163,o), -(779,28,o), -(547,28,cs), -(386,28,o), -(204,97,o), -(92,200,c), -(60,162,l), -(189,53,o), -(382,-20,o), -(543,-20,c) -); -} -); -width = 1047; -}, -{ -anchors = ( -{ -name = bottom; -pos = (567,0); -}, -{ -name = top; -pos = (548,1466); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(867,-20,o), -(1064,138,o), -(1064,386,cs), -(1064,599,o), -(920,764,o), -(693,813,cs), -(498,855,ls), -(357,886,o), -(268,974,o), -(268,1082,cs), -(268,1211,o), -(378,1294,o), -(550,1296,c), -(687,1294,o), -(823,1251,o), -(900,1187,c), -(986,1335,l), -(898,1415,o), -(728,1466,o), -(550,1466,cs), -(268,1466,o), -(89,1317,o), -(89,1082,cs), -(89,891,o), -(231,739,o), -(454,690,cs), -(641,649,ls), -(790,616,o), -(884,518,o), -(884,396,cs), -(884,246,o), -(755,150,o), -(552,150,cs), -(415,150,o), -(261,212,o), -(154,310,c), -(60,164,l), -(170,51,o), -(363,-20,o), -(558,-20,c) -); -} -); -width = 1124; -}, -{ -anchors = ( -{ -name = bottom; -pos = (598,-20); -}, -{ -name = top; -pos = (598,1479); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(953,-25,o), -(1174,155,o), -(1174,426,cs), -(1174,618,o), -(1048,788,o), -(845,854,cs), -(628,925,ls), -(548,951,o), -(494,995,o), -(494,1048,cs), -(494,1110,o), -(568,1151,o), -(678,1151,cs), -(806,1151,o), -(939,1105,o), -(1011,1073,c), -(1131,1376,l), -(1006,1428,o), -(813,1479,o), -(614,1479,cs), -(297,1479,o), -(85,1308,o), -(85,1052,cs), -(85,860,o), -(213,690,o), -(405,626,cs), -(633,550,ls), -(718,522,o), -(774,486,o), -(774,422,cs), -(774,352,o), -(707,305,o), -(606,305,cs), -(469,305,o), -(290,358,o), -(173,438,c), -(60,122,l), -(209,34,o), -(433,-25,o), -(621,-25,c) -); -} -); -width = 1234; -}, -{ -anchors = ( -{ -name = bottom; -pos = (484,0); -}, -{ -name = top; -pos = (727,1466); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(694,-20,o), -(905,134,o), -(954,366,cs), -(992,543,o), -(892,693,o), -(705,742,cs), -(532,788,ls), -(343,838,o), -(239,967,o), -(270,1112,cs), -(308,1293,o), -(479,1416,o), -(697,1418,c), -(838,1416,o), -(977,1378,o), -(1045,1324,c), -(1074,1370,l), -(993,1428,o), -(846,1466,o), -(707,1466,cs), -(460,1466,o), -(266,1324,o), -(221,1112,cs), -(185,945,o), -(300,796,o), -(506,742,cs), -(685,695,ls), -(850,652,o), -(938,520,o), -(905,366,c), -(859,163,o), -(674,28,o), -(442,28,cs), -(281,28,o), -(114,97,o), -(24,200,c), -(-16,162,l), -(90,53,o), -(267,-20,o), -(428,-20,c) -); -} -); -width = 1047; -}, -{ -anchors = ( -{ -name = bottom; -pos = (456,0); -}, -{ -name = top; -pos = (749,1466); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(752,-20,o), -(983,138,o), -(1035,386,cs), -(1081,599,o), -(972,764,o), -(755,813,cs), -(569,855,ls), -(435,886,o), -(364,974,o), -(387,1082,cs), -(415,1211,o), -(542,1294,o), -(715,1296,c), -(851,1294,o), -(978,1251,o), -(1042,1187,c), -(1159,1335,l), -(1088,1415,o), -(929,1466,o), -(751,1466,cs), -(469,1466,o), -(258,1317,o), -(208,1082,cs), -(168,891,o), -(277,739,o), -(490,690,cs), -(668,649,ls), -(810,616,o), -(883,518,o), -(857,396,cs), -(826,246,o), -(676,150,o), -(473,150,cs), -(336,150,o), -(195,212,o), -(109,310,c), -(-16,164,l), -(70,51,o), -(248,-20,o), -(443,-20,c) -); -} -); -width = 1123; -}, -{ -anchors = ( -{ -name = bottom; -pos = (477,-20); -}, -{ -name = top; -pos = (796,1479); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(831,-25,o), -(1090,155,o), -(1148,426,cs), -(1189,618,o), -(1093,789,o), -(910,854,cs), -(708,925,ls), -(634,951,o), -(590,1001,o), -(600,1048,cs), -(613,1110,o), -(696,1151,o), -(806,1151,cs), -(934,1151,o), -(1061,1120,o), -(1123,1073,c), -(1307,1376,l), -(1209,1438,o), -(1011,1479,o), -(812,1479,cs), -(495,1479,o), -(246,1308,o), -(192,1052,cs), -(151,860,o), -(243,690,o), -(422,626,cs), -(633,550,ls), -(712,521,o), -(757,470,o), -(747,422,cs), -(732,352,o), -(655,305,o), -(554,305,cs), -(411,305,o), -(250,358,o), -(150,438,c), -(-31,122,l), -(100,34,o), -(311,-25,o), -(499,-25,c) -); -} -); -width = 1234; -} -); -metricLeft = O; -metricRight = O; -unicode = 83; -}, -{ -glyphname = Sacute; -kernLeft = S; -kernRight = S; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = S; -}, -{ -pos = (407,509); -ref = acutecomb; -} -); -width = 1047; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = S; -}, -{ -pos = (371,508); -ref = acutecomb; -} -); -width = 1124; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = S; -}, -{ -pos = (381,588); -ref = acutecomb; -} -); -width = 1234; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = S; -}, -{ -pos = (539,509); -ref = acutecomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = S; -}, -{ -pos = (483,508); -ref = acutecomb; -} -); -width = 1123; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = S; -}, -{ -pos = (505,588); -ref = acutecomb; -} -); -width = 1234; -} -); -unicode = 346; -}, -{ -glyphname = Scaron; -kernLeft = S; -kernRight = S; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = S; -}, -{ -pos = (209,526); -ref = caroncomb; -} -); -width = 1047; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = S; -}, -{ -pos = (166,526); -ref = caroncomb; -} -); -width = 1124; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = S; -}, -{ -pos = (78,479); -ref = caroncomb; -} -); -width = 1234; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (324,526); -ref = caroncomb; -} -); -width = 1201; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (302,526); -ref = caroncomb; -} -); -width = 1314; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (211,473); -ref = caroncomb; -} -); -width = 1436; -} -); -unicode = 352; -}, -{ -glyphname = Scedilla; -kernLeft = S; -kernRight = S; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = S; -}, -{ -pos = (417,0); -ref = cedillacomb; -} -); -width = 1047; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = S; -}, -{ -pos = (327,0); -ref = cedillacomb; -} -); -width = 1124; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = S; -}, -{ -pos = (322,-20); -ref = cedillacomb; -} -); -width = 1234; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (401,0); -ref = cedillacomb; -} -); -width = 1201; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (392,0); -ref = cedillacomb; -} -); -width = 1314; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (404,-20); -ref = cedillacomb; -} -); -width = 1436; -} -); -unicode = 350; -}, -{ -glyphname = Scircumflex; -kernLeft = S; -kernRight = S; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = S; -}, -{ -pos = (207,526); -ref = circumflexcomb; -} -); -width = 1047; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = S; -}, -{ -pos = (167,526); -ref = circumflexcomb; -} -); -width = 1124; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = S; -}, -{ -pos = (73,479); -ref = circumflexcomb; -} -); -width = 1234; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (322,526); -ref = circumflexcomb; -} -); -width = 1201; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (307,526); -ref = circumflexcomb; -} -); -width = 1314; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = S; -}, -{ -alignment = -1; -pos = (218,479); -ref = circumflexcomb; -} -); -width = 1436; -} -); -unicode = 348; -}, -{ -glyphname = Scommaaccent; -kernLeft = S; -kernRight = S; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = S; -}, -{ -pos = (376,0); -ref = commaaccentcomb; -} -); -width = 1047; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = S; -}, -{ -pos = (303,0); -ref = commaaccentcomb; -} -); -width = 1124; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = S; -}, -{ -pos = (207,-20); -ref = commaaccentcomb; -} -); -width = 1234; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = S; -}, -{ -pos = (375,0); -ref = commaaccentcomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = S; -}, -{ -pos = (303,0); -ref = commaaccentcomb; -} -); -width = 1123; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = S; -}, -{ -pos = (202,-20); -ref = commaaccentcomb; -} -); -width = 1234; -} -); -unicode = 536; -}, -{ -glyphname = Germandbls; -kernLeft = H; -kernRight = B; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1395,l), -(877,1395,l), -(877,1389,l), -(340,858,l), -(340,807,l), -(401,807,l), -(737,869,o), -(973,708,o), -(973,417,cs), -(973,189,o), -(797,28,o), -(547,28,c), -(476,28,o), -(384,47,o), -(323,75,c), -(324,19,l), -(378,-4,o), -(469,-20,o), -(543,-20,c), -(825,-20,o), -(1023,159,o), -(1023,413,cs), -(1023,741,o), -(772,924,o), -(415,857,c), -(415,861,l), -(949,1391,l), -(949,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,1419,l), -(100,1419,l) -); -} -); -width = 1083; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1283,l), -(781,1283,l), -(781,1277,l), -(390,870,l), -(390,712,l), -(461,718,l), -(777,773,o), -(978,665,o), -(983,437,cs), -(986,255,o), -(856,140,o), -(647,140,c), -(557,140,o), -(461,159,o), -(399,190,c), -(396,27,l), -(457,-2,o), -(552,-20,o), -(643,-20,c), -(962,-20,o), -(1163,154,o), -(1163,432,cs), -(1163,719,o), -(964,891,o), -(648,879,c), -(648,887,l), -(1029,1281,l), -(1029,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,1365,l), -(100,1365,l) -); -} -); -width = 1223; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1123,l), -(817,1123,l), -(817,1111,l), -(587,816,l), -(587,631,l), -(804,631,ls), -(930,631,o), -(1020,566,o), -(1023,474,c), -(1024,368,o), -(943,293,o), -(826,293,c), -(745,293,o), -(644,313,o), -(581,342,c), -(577,19,l), -(697,-17,o), -(841,-40,o), -(926,-37,c), -(1224,-37,o), -(1433,168,o), -(1433,459,c), -(1430,718,o), -(1251,886,o), -(1000,867,c), -(1000,877,l), -(1270,1215,l), -(1272,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,1310,l), -(100,1310,l) -); -} -); -width = 1493; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,1395,l), -(1063,1395,l), -(1062,1389,l), -(412,858,l), -(401,807,l), -(462,807,l), -(841,885,o), -(1019,743,o), -(951,417,cs), -(899,170,o), -(714,28,o), -(443,28,c), -(366,28,o), -(288,45,o), -(229,75,c), -(218,19,l), -(271,-6,o), -(355,-20,o), -(449,-20,c), -(741,-20,o), -(942,138,o), -(1001,413,cs), -(1076,768,o), -(888,929,o), -(487,857,c), -(488,861,l), -(1134,1391,l), -(1145,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(341,1419,l), -(291,1419,l) -); -} -); -width = 1084; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,1283,l), -(943,1283,l), -(942,1277,l), -(465,870,l), -(431,712,l), -(503,718,l), -(852,777,o), -(1021,674,o), -(966,437,cs), -(923,248,o), -(777,140,o), -(567,140,c), -(472,140,o), -(386,158,o), -(329,190,c), -(292,27,l), -(348,-3,o), -(441,-20,o), -(549,-20,c), -(866,-20,o), -(1083,145,o), -(1145,432,cs), -(1208,728,o), -(1055,891,o), -(725,879,c), -(726,887,l), -(1191,1281,l), -(1225,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(460,1365,l), -(280,1365,l) -); -} -); -width = 1224; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,1123,l), -(989,1123,l), -(987,1111,l), -(644,816,l), -(605,631,l), -(822,631,ls), -(958,631,o), -(1025,574,o), -(1007,474,c), -(984,359,o), -(899,293,o), -(772,293,c), -(684,293,o), -(598,311,o), -(537,342,c), -(465,19,l), -(586,-20,o), -(709,-40,o), -(802,-37,c), -(1124,-37,o), -(1347,144,o), -(1414,459,c), -(1470,739,o), -(1344,888,o), -(1068,867,c), -(1070,877,l), -(1462,1215,l), -(1512,1443,l), -(290,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-16,0,l), -(384,0,l), -(662,1310,l), -(262,1310,l) -); -} -); -width = 1493; -} -); -metricLeft = B; -metricRight = B; -unicode = 7838; -}, -{ -glyphname = T; -kernLeft = T; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (615,2); -}, -{ -name = center; -pos = (613,722); -}, -{ -name = top; -pos = (613,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,1395,l), -(588,1395,l), -(588,0,l), -(638,0,l), -(638,1395,l), -(1165,1395,l), -(1165,1443,l), -(60,1443,l) -); -} -); -width = 1225; -}, -{ -anchors = ( -{ -name = bottom; -pos = (623,1); -}, -{ -name = center; -pos = (623,722); -}, -{ -name = top; -pos = (623,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,1273,l), -(533,1273,l), -(533,0,l), -(713,0,l), -(713,1273,l), -(1185,1273,l), -(1185,1443,l), -(60,1443,l) -); -} -); -width = 1245; -}, -{ -anchors = ( -{ -name = bottom; -pos = (693,10); -}, -{ -name = center; -pos = (693,722); -}, -{ -name = top; -pos = (693,1442); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,1092,l), -(488,1092,l), -(488,0,l), -(898,0,l), -(898,1092,l), -(1325,1092,l), -(1325,1442,l), -(60,1442,l) -); -} -); -width = 1385; -}, -{ -anchors = ( -{ -name = bottom; -pos = (505,2); -}, -{ -name = center; -pos = (656,722); -}, -{ -name = top; -pos = (809,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,1395,l), -(774,1395,l), -(478,0,l), -(528,0,l), -(824,1395,l), -(1351,1395,l), -(1361,1443,l), -(256,1443,l) -); -} -); -width = 1225; -}, -{ -anchors = ( -{ -name = bottom; -pos = (503,1); -}, -{ -name = center; -pos = (656,722); -}, -{ -name = top; -pos = (809,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,1273,l), -(683,1273,l), -(413,0,l), -(593,0,l), -(863,1273,l), -(1325,1273,l), -(1361,1443,l), -(256,1443,l) -); -} -); -width = 1225; -}, -{ -anchors = ( -{ -name = bottom; -pos = (579,10); -}, -{ -name = center; -pos = (730,722); -}, -{ -name = top; -pos = (883,1442); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(176,1092,l), -(605,1092,l), -(371,0,l), -(782,0,l), -(1015,1092,l), -(1441,1092,l), -(1515,1442,l), -(250,1442,l) -); -} -); -width = 1386; -} -); -metricLeft = O; -metricRight = O; -unicode = 84; -}, -{ -glyphname = Tbar; -kernLeft = T; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,752,l), -(990,752,l), -(990,799,l), -(255,799,l) -); -}, -{ -ref = T; -} -); -width = 1225; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(166,649,l), -(1059,649,l), -(1059,799,l), -(166,799,l) -); -}, -{ -ref = T; -} -); -width = 1245; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(188,566,l), -(1197,566,l), -(1197,818,l), -(188,818,l) -); -}, -{ -ref = T; -} -); -width = 1385; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(310,752,l), -(1045,752,l), -(1055,799,l), -(320,799,l) -); -}, -{ -ref = T; -} -); -width = 1225; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,649,l), -(1113,649,l), -(1145,799,l), -(252,799,l) -); -}, -{ -ref = T; -} -); -width = 1225; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,566,l), -(1220,566,l), -(1274,818,l), -(265,818,l) -); -}, -{ -ref = T; -} -); -width = 1386; -} -); -metricLeft = T; -metricRight = T; -tags = ( -topbar -); -unicode = 358; -}, -{ -glyphname = Tcaron; -kernLeft = T; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = T; -}, -{ -pos = (296,503); -ref = caroncomb; -} -); -width = 1225; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = T; -}, -{ -pos = (241,503); -ref = caroncomb; -} -); -width = 1245; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = T; -}, -{ -pos = (173,442); -ref = caroncomb; -} -); -width = 1385; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (383,503); -ref = caroncomb; -} -); -width = 1245; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (310,503); -ref = caroncomb; -} -); -width = 1265; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (245,436); -ref = caroncomb; -} -); -width = 1426; -} -); -unicode = 356; -}, -{ -glyphname = Tcedilla; -kernLeft = T; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = T; -}, -{ -pos = (437,2); -ref = cedillacomb; -} -); -width = 1225; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = T; -}, -{ -pos = (383,1); -ref = cedillacomb; -} -); -width = 1245; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = T; -}, -{ -pos = (417,10); -ref = cedillacomb; -} -); -width = 1385; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (415,2); -ref = cedillacomb; -} -); -width = 1245; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (333,1); -ref = cedillacomb; -} -); -width = 1265; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = T; -}, -{ -alignment = -1; -pos = (399,10); -ref = cedillacomb; -} -); -width = 1426; -} -); -unicode = 354; -}, -{ -glyphname = Tcommaaccent; -kernLeft = T; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = T; -}, -{ -pos = (396,2); -ref = commaaccentcomb; -} -); -width = 1225; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = T; -}, -{ -pos = (359,1); -ref = commaaccentcomb; -} -); -width = 1245; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = T; -}, -{ -pos = (302,10); -ref = commaaccentcomb; -} -); -width = 1385; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = T; -}, -{ -pos = (396,2); -ref = commaaccentcomb; -} -); -width = 1225; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = T; -}, -{ -pos = (350,1); -ref = commaaccentcomb; -} -); -width = 1225; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = T; -}, -{ -pos = (304,10); -ref = commaaccentcomb; -} -); -width = 1386; -} -); -unicode = 538; -}, -{ -glyphname = U; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (628,0); -}, -{ -name = ogonek; -pos = (639,-10); -}, -{ -name = top; -pos = (628,1443); -}, -{ -name = topright; -pos = (1334,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(952,-19,o), -(1156,172,o), -(1156,477,c), -(1156,1443,l), -(1106,1443,l), -(1106,477,l), -(1106,202,o), -(921,30,o), -(627,30,c), -(334,30,o), -(150,202,o), -(150,477,c), -(150,1443,l), -(100,1443,l), -(100,477,l), -(100,172,o), -(303,-19,o), -(627,-19,c) -); -} -); -width = 1256; -}, -{ -anchors = ( -{ -name = bottom; -pos = (668,0); -}, -{ -name = ogonek; -pos = (680,-7); -}, -{ -name = top; -pos = (668,1443); -}, -{ -name = topright; -pos = (1284,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1017,-20,o), -(1236,179,o), -(1236,497,c), -(1236,1443,l), -(1056,1443,l), -(1056,497,l), -(1056,284,o), -(906,150,o), -(667,150,c), -(429,150,o), -(280,284,o), -(280,497,c), -(280,1443,l), -(100,1443,l), -(100,497,l), -(100,179,o), -(319,-20,o), -(667,-20,c) -); -} -); -width = 1336; -}, -{ -anchors = ( -{ -name = bottom; -pos = (756,-20); -}, -{ -name = ogonek; -pos = (759,-20); -}, -{ -name = top; -pos = (756,1443); -}, -{ -name = topright; -pos = (1444,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1136,-37,o), -(1412,190,o), -(1412,503,c), -(1412,1443,l), -(1002,1443,l), -(1002,550,l), -(1002,407,o), -(898,303,o), -(755,303,c), -(613,303,o), -(510,411,o), -(510,560,c), -(510,1443,l), -(100,1443,l), -(100,493,l), -(100,186,o), -(375,-37,o), -(755,-37,c) -); -} -); -width = 1512; -}, -{ -anchors = ( -{ -name = bottom; -pos = (518,0); -}, -{ -name = ogonek; -pos = (527,-10); -}, -{ -name = top; -pos = (824,1443); -}, -{ -name = topright; -pos = (1530,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(841,-19,o), -(1082,172,o), -(1147,477,c), -(1352,1443,l), -(1302,1443,l), -(1097,477,l), -(1039,202,o), -(808,30,o), -(513,30,c), -(220,30,o), -(83,202,o), -(141,477,c), -(346,1443,l), -(296,1443,l), -(91,477,l), -(26,172,o), -(193,-19,o), -(523,-19,c) -); -} -); -width = 1256; -}, -{ -anchors = ( -{ -name = bottom; -pos = (558,0); -}, -{ -name = ogonek; -pos = (568,-7); -}, -{ -name = top; -pos = (864,1443); -}, -{ -name = topright; -pos = (1480,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(910,-20,o), -(1164,179,o), -(1231,497,c), -(1432,1443,l), -(1252,1443,l), -(1051,497,l), -(1006,284,o), -(816,150,o), -(559,150,c), -(340,150,o), -(230,284,o), -(275,497,c), -(476,1443,l), -(296,1443,l), -(95,497,l), -(28,179,o), -(212,-20,o), -(573,-20,c) -); -} -); -width = 1336; -}, -{ -anchors = ( -{ -name = bottom; -pos = (635,-20); -}, -{ -name = ogonek; -pos = (638,-20); -}, -{ -name = top; -pos = (946,1443); -}, -{ -name = topright; -pos = (1634,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1046,-37,o), -(1335,187,o), -(1411,543,c), -(1602,1443,l), -(1192,1443,l), -(998,530,l), -(969,391,o), -(847,303,o), -(683,303,c), -(545,303,o), -(477,394,o), -(508,540,c), -(700,1443,l), -(290,1443,l), -(97,533,l), -(22,183,o), -(240,-37,o), -(661,-37,c) -); -} -); -width = 1512; -} -); -metricLeft = H; -metricRight = H; -unicode = 85; -}, -{ -glyphname = Uacute; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (509,503); -ref = acute; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (491,503); -ref = acute; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (539,443); -ref = acute; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = U; -}, -{ -pos = (639,503); -ref = acute; -} -); -width = 1256; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = U; -}, -{ -pos = (602,503); -ref = acute; -} -); -width = 1336; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = U; -}, -{ -pos = (633,443); -ref = acute; -} -); -width = 1512; -} -); -unicode = 218; -}, -{ -glyphname = Ubreve; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (330,503); -ref = brevecomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (319,503); -ref = brevecomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (281,443); -ref = brevecomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (445,503); -ref = brevecomb; -} -); -width = 1376; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (454,503); -ref = brevecomb; -} -); -width = 1496; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (379,443); -ref = brevecomb; -} -); -width = 1632; -} -); -unicode = 364; -}, -{ -glyphname = Ucaron; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (311,503); -ref = caroncomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (286,503); -ref = caroncomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (236,443); -ref = caroncomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (438,503); -ref = caroncomb; -} -); -width = 1376; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (425,503); -ref = caroncomb; -} -); -width = 1496; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (338,437); -ref = caroncomb; -} -); -width = 1632; -} -); -unicode = 467; -}, -{ -glyphname = Ucircumflex; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (309,503); -ref = circumflexcomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (287,503); -ref = circumflexcomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (231,443); -ref = circumflexcomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (436,503); -ref = circumflexcomb; -} -); -width = 1376; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (430,503); -ref = circumflexcomb; -} -); -width = 1496; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (345,443); -ref = circumflexcomb; -} -); -width = 1632; -} -); -unicode = 219; -}, -{ -glyphname = Udieresis; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (342,503); -ref = dieresiscomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (315,503); -ref = dieresiscomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (297,443); -ref = dieresiscomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (461,503); -ref = dieresiscomb; -} -); -width = 1376; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (448,503); -ref = dieresiscomb; -} -); -width = 1496; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (411,443); -ref = dieresiscomb; -} -); -width = 1632; -} -); -unicode = 220; -}, -{ -glyphname = Ugrave; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (402,503); -ref = gravecomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (332,503); -ref = gravecomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (340,443); -ref = gravecomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (506,503); -ref = gravecomb; -} -); -width = 1376; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (475,503); -ref = gravecomb; -} -); -width = 1496; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (459,443); -ref = gravecomb; -} -); -width = 1632; -} -); -unicode = 217; -}, -{ -glyphname = Uhungarumlaut; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (348,503); -ref = hungarumlautcomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (356,503); -ref = hungarumlautcomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (276,443); -ref = hungarumlautcomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = U; -}, -{ -pos = (455,503); -ref = hungarumlautcomb; -} -); -width = 1256; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = U; -}, -{ -pos = (463,503); -ref = hungarumlautcomb; -} -); -width = 1336; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = U; -}, -{ -pos = (371,443); -ref = hungarumlautcomb; -} -); -width = 1512; -} -); -unicode = 368; -}, -{ -glyphname = Umacron; -kernLeft = U; -kernRight = U; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (318,503); -ref = macroncomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (321,503); -ref = macroncomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (319,443); -ref = macroncomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (439,503); -ref = macroncomb; -} -); -width = 1376; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (461,503); -ref = macroncomb; -} -); -width = 1496; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = U; -}, -{ -alignment = -1; -pos = (441,443); -ref = macroncomb; -} -); -width = 1632; -} -); -unicode = 362; -}, -{ -glyphname = Uogonek; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (410,-10); -ref = ogonekcomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (383,-7); -ref = ogonekcomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (397,-20); -ref = ogonekcomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = U; -}, -{ -pos = (438,-10); -ref = ogonekcomb; -} -); -width = 1256; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = U; -}, -{ -pos = (415,-7); -ref = ogonekcomb; -} -); -width = 1336; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = U; -}, -{ -pos = (427,-20); -ref = ogonekcomb; -} -); -width = 1512; -} -); -unicode = 370; -}, -{ -glyphname = Uring; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = U; -}, -{ -pos = (383,502); -ref = ringcomb; -} -); -width = 1256; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = U; -}, -{ -pos = (381,503); -ref = ringcomb; -} -); -width = 1336; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = U; -}, -{ -pos = (383,443); -ref = ringcomb; -} -); -width = 1512; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = U; -}, -{ -pos = (492,502); -ref = ringcomb; -} -); -width = 1256; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = U; -}, -{ -pos = (477,503); -ref = ringcomb; -} -); -width = 1336; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = U; -}, -{ -pos = (462,443); -ref = ringcomb; -} -); -width = 1512; -} -); -unicode = 366; -}, -{ -glyphname = V; -kernLeft = V; -kernRight = V; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (629,0); -}, -{ -name = top; -pos = (629,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(658,0,l), -(1266,1443,l), -(1213,1443,l), -(635,75,l), -(631,75,l), -(63,1443,l), -(10,1443,l), -(608,0,l) -); -} -); -width = 1276; -}, -{ -anchors = ( -{ -name = bottom; -pos = (717,0); -}, -{ -name = top; -pos = (709,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(716,1443,l), -(716,0,l) -); -}, -{ -closed = 1; -nodes = ( -(31,0,l), -(1405,0,l), -(1405,1443,l), -(31,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1405,722,l), -(31,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1405,0,l), -(31,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(30,0,l), -(1405,1443,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(814,0,l), -(1422,1443,l), -(1226,1443,l), -(722,220,l), -(712,220,l), -(206,1443,l), -(10,1443,l), -(620,0,l) -); -} -); -width = 1432; -}, -{ -anchors = ( -{ -name = bottom; -pos = (794,0); -}, -{ -name = top; -pos = (794,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(792,1443,l), -(792,0,l) -); -}, -{ -closed = 1; -nodes = ( -(20,0,l), -(1567,0,l), -(1567,1443,l), -(20,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1567,722,l), -(20,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1567,0,l), -(20,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(19,0,l), -(1567,1443,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(985,0,l), -(1576,1443,l), -(1100,1443,l), -(802,534,l), -(784,534,l), -(486,1443,l), -(10,1443,l), -(602,0,l) -); -} -); -width = 1586; -}, -{ -anchors = ( -{ -name = bottom; -pos = (519,0); -}, -{ -name = top; -pos = (825,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(549,0,l), -(1462,1443,l), -(1404,1443,l), -(538,75,l), -(534,75,l), -(257,1443,l), -(206,1443,l), -(498,0,l) -); -} -); -width = 1276; -}, -{ -anchors = ( -{ -name = bottom; -pos = (607,0); -}, -{ -name = top; -pos = (905,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(762,1443,l), -(762,0,l) -); -}, -{ -closed = 1; -nodes = ( -(77,0,l), -(1451,0,l), -(1451,1443,l), -(77,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1451,722,l), -(77,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1451,0,l), -(77,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(76,0,l), -(1451,1443,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(704,0,l), -(1618,1443,l), -(1419,1443,l), -(648,220,l), -(638,220,l), -(392,1443,l), -(206,1443,l), -(510,0,l) -); -} -); -width = 1432; -}, -{ -anchors = ( -{ -name = bottom; -pos = (688,0); -}, -{ -name = top; -pos = (994,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(882,1443,l), -(882,0,l) -); -}, -{ -closed = 1; -nodes = ( -(110,0,l), -(1657,0,l), -(1657,1443,l), -(110,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1657,722,l), -(110,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1657,0,l), -(110,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(109,0,l), -(1657,1443,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(879,0,l), -(1776,1443,l), -(1300,1443,l), -(809,534,l), -(791,534,l), -(686,1443,l), -(210,1443,l), -(496,0,l) -); -} -); -width = 1606; -} -); -unicode = 86; -}, -{ -glyphname = W; -kernLeft = V; -kernRight = V; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (993,0); -}, -{ -name = top; -pos = (1029,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(517,0,l), -(746,0,l), -(1039,890,l), -(943,1120,l), -(633,195,l), -(623,195,l), -(205,1443,l), -(10,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1295,0,l), -(1533,0,l), -(1976,1443,l), -(1786,1443,l), -(1416,195,l), -(1406,195,l), -(1022,1443,l), -(828,1443,l) -); -} -); -width = 1986; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1173,0); -}, -{ -name = top; -pos = (1269,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(524,0,l), -(993,0,l), -(1246,817,l), -(1045,1234,l), -(789,376,l), -(769,376,l), -(475,1443,l), -(10,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1426,0,l), -(1866,0,l), -(2277,1443,l), -(1816,1443,l), -(1619,376,l), -(1599,376,l), -(1317,1443,l), -(940,1443,l) -); -} -); -width = 2287; -}, -{ -anchors = ( -{ -name = bottom; -pos = (978,0); -}, -{ -name = top; -pos = (897,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(527,0,l), -(587,0,l), -(960,1080,l), -(934,1148,l), -(560,65,l), -(554,65,l), -(64,1443,l), -(10,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1332,0,l), -(1401,0,l), -(1791,1443,l), -(1739,1443,l), -(1368,65,l), -(1362,65,l), -(864,1443,l), -(812,1443,l) -); -} -); -width = 1801; -}, -{ -anchors = ( -{ -name = bottom; -pos = (887,0); -}, -{ -name = top; -pos = (1193,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,0,l), -(533,0,l), -(1155,1270,l), -(1141,1345,l), -(513,65,l), -(507,65,l), -(260,1443,l), -(206,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1302,0,l), -(1371,0,l), -(2157,1443,l), -(2105,1443,l), -(1351,65,l), -(1345,65,l), -(1160,1443,l), -(1108,1443,l) -); -} -); -width = 1971; -}, -{ -anchors = ( -{ -name = bottom; -pos = (973,0); -}, -{ -name = top; -pos = (1315,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(427,0,l), -(656,0,l), -(1306,1374,l), -(1134,1374,l), -(584,195,l), -(574,195,l), -(401,1443,l), -(206,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1255,0,l), -(1493,0,l), -(2262,1443,l), -(2072,1443,l), -(1417,195,l), -(1407,195,l), -(1308,1443,l), -(1118,1443,l) -); -} -); -width = 2076; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1117,0); -}, -{ -name = top; -pos = (1519,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(428,0,l), -(897,0,l), -(1565,1342,l), -(1210,1342,l), -(794,476,l), -(774,476,l), -(675,1443,l), -(210,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1350,0,l), -(1790,0,l), -(2527,1443,l), -(2066,1443,l), -(1644,476,l), -(1624,476,l), -(1567,1443,l), -(1190,1443,l) -); -} -); -width = 2357; -} -); -metricLeft = V; -metricRight = V; -unicode = 87; -}, -{ -glyphname = Wacute; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = W; -}, -{ -pos = (778,486); -ref = acutecomb; -} -); -width = 1801; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = W; -}, -{ -pos = (852,485); -ref = acutecomb; -} -); -width = 1986; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = W; -}, -{ -pos = (1052,552); -ref = acutecomb; -} -); -width = 2287; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = W; -}, -{ -pos = (1005,486); -ref = acutecomb; -} -); -width = 1971; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = W; -}, -{ -pos = (1049,485); -ref = acutecomb; -} -); -width = 2076; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = W; -}, -{ -pos = (1228,552); -ref = acutecomb; -} -); -width = 2357; -} -); -unicode = 7810; -}, -{ -glyphname = Wcircumflex; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = W; -}, -{ -pos = (578,503); -ref = circumflexcomb; -} -); -width = 1801; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = W; -}, -{ -pos = (648,503); -ref = circumflexcomb; -} -); -width = 1986; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = W; -}, -{ -pos = (744,443); -ref = circumflexcomb; -} -); -width = 2287; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = W; -}, -{ -pos = (785,503); -ref = circumflexcomb; -} -); -width = 1971; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = W; -}, -{ -pos = (841,503); -ref = circumflexcomb; -} -); -width = 2076; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = W; -}, -{ -pos = (898,443); -ref = circumflexcomb; -} -); -width = 2357; -} -); -unicode = 372; -}, -{ -glyphname = Wdieresis; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = W; -}, -{ -pos = (611,503); -ref = dieresiscomb; -} -); -width = 1801; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = W; -}, -{ -pos = (676,503); -ref = dieresiscomb; -} -); -width = 1986; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = W; -}, -{ -pos = (810,443); -ref = dieresiscomb; -} -); -width = 2287; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = W; -}, -{ -pos = (806,503); -ref = dieresiscomb; -} -); -width = 1971; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = W; -}, -{ -pos = (859,503); -ref = dieresiscomb; -} -); -width = 2076; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = W; -}, -{ -pos = (964,443); -ref = dieresiscomb; -} -); -width = 2357; -} -); -unicode = 7812; -}, -{ -glyphname = Wgrave; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = W; -}, -{ -pos = (671,503); -ref = gravecomb; -} -); -width = 1801; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = W; -}, -{ -pos = (693,503); -ref = gravecomb; -} -); -width = 1986; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = W; -}, -{ -pos = (853,443); -ref = gravecomb; -} -); -width = 2287; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = W; -}, -{ -pos = (855,503); -ref = gravecomb; -} -); -width = 1971; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = W; -}, -{ -pos = (886,503); -ref = gravecomb; -} -); -width = 2076; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = W; -}, -{ -pos = (1012,443); -ref = gravecomb; -} -); -width = 2357; -} -); -unicode = 7808; -}, -{ -glyphname = X; -kernLeft = X; -kernRight = X; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (640,0); -}, -{ -name = top; -pos = (640,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(641,1443,l), -(641,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-121,0,l), -(1406,0,l), -(1406,1443,l), -(-121,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1406,722,l), -(-121,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1406,0,l), -(-121,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-122,0,l), -(1406,1443,l) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(604,727,l), -(20,0,l), -(82,0,l), -(640,692,l), -(642,692,l), -(1201,0,l), -(1263,0,l), -(678,727,l), -(1242,1443,l), -(1180,1443,l), -(642,762,l), -(640,762,l), -(101,1443,l), -(39,1443,l) -); -} -); -width = 1283; -}, -{ -anchors = ( -{ -name = bottom; -pos = (692,0); -}, -{ -name = top; -pos = (692,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(700,1443,l), -(700,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-62,0,l), -(1465,0,l), -(1465,1443,l), -(-62,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1465,722,l), -(-62,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1465,0,l), -(-62,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-63,0,l), -(1465,1443,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(572,731,l), -(20,0,l), -(252,0,l), -(697,606,l), -(703,606,l), -(1136,0,l), -(1368,0,l), -(827,731,l), -(1368,1443,l), -(1136,1443,l), -(703,846,l), -(697,846,l), -(272,1443,l), -(40,1443,l) -); -} -); -width = 1388; -}, -{ -anchors = ( -{ -name = bottom; -pos = (816,0); -}, -{ -name = top; -pos = (816,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(814,1443,l), -(814,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-49,0,l), -(1681,0,l), -(1681,1443,l), -(-49,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1681,722,l), -(-49,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1681,0,l), -(-49,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-50,0,l), -(1681,1443,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(504,736,l), -(20,0,l), -(535,0,l), -(808,463,l), -(820,463,l), -(1093,0,l), -(1608,0,l), -(1125,736,l), -(1574,1443,l), -(1062,1443,l), -(821,985,l), -(807,985,l), -(566,1443,l), -(54,1443,l) -); -} -); -width = 1628; -}, -{ -anchors = ( -{ -name = bottom; -pos = (559,0); -}, -{ -name = top; -pos = (813,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(687,1443,l), -(687,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-75,0,l), -(1452,0,l), -(1452,1443,l), -(-75,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1452,722,l), -(-75,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1452,0,l), -(-75,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-76,0,l), -(1452,1443,l) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(653,729,l), -(-64,0,l), -(5,0,l), -(685,692,l), -(691,692,l), -(1124,0,l), -(1182,0,l), -(729,727,l), -(1419,1443,l), -(1353,1443,l), -(695,762,l), -(693,762,l), -(274,1443,l), -(216,1443,l) -); -} -); -width = 1313; -}, -{ -anchors = ( -{ -name = bottom; -pos = (597,0); -}, -{ -name = top; -pos = (851,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(732,1443,l), -(732,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-30,0,l), -(1497,0,l), -(1497,1443,l), -(-30,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1497,722,l), -(-30,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1497,0,l), -(-30,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-31,0,l), -(1497,1443,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(613,731,l), -(-65,0,l), -(187,0,l), -(729,606,l), -(745,606,l), -(1041,0,l), -(1260,0,l), -(878,731,l), -(1537,1443,l), -(1285,1443,l), -(757,846,l), -(741,846,l), -(431,1443,l), -(216,1443,l) -); -} -); -width = 1391; -}, -{ -anchors = ( -{ -name = bottom; -pos = (718,0); -}, -{ -name = top; -pos = (972,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(843,1443,l), -(843,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-20,0,l), -(1710,0,l), -(1710,1443,l), -(-20,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1710,722,l), -(-20,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1710,0,l), -(-20,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-21,0,l), -(1710,1443,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(576,736,l), -(-78,0,l), -(487,0,l), -(841,463,l), -(853,463,l), -(1015,0,l), -(1510,0,l), -(1167,736,l), -(1780,1443,l), -(1218,1443,l), -(896,985,l), -(882,985,l), -(722,1443,l), -(210,1443,l) -); -} -); -width = 1647; -} -); -unicode = 88; -}, -{ -glyphname = Y; -kernLeft = Y; -kernRight = Y; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (575,0); -}, -{ -name = top; -pos = (606,1393); -}, -{ -name = topleft; -pos = (-137,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(581,511,l), -(581,0,l), -(631,0,l), -(631,511,l), -(1202,1443,l), -(1146,1443,l), -(607,564,l), -(605,564,l), -(66,1443,l), -(10,1443,l) -); -} -); -width = 1212; -}, -{ -anchors = ( -{ -name = bottom; -pos = (669,0); -}, -{ -name = top; -pos = (666,1403); -}, -{ -name = topleft; -pos = (-247,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(666,1443,l), -(666,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1,0,l), -(1335,0,l), -(1335,1443,l), -(1,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1335,722,l), -(1,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1335,0,l), -(1,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(0,0,l), -(1335,1443,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(576,521,l), -(576,0,l), -(756,0,l), -(756,521,l), -(1322,1443,l), -(1112,1443,l), -(672,705,l), -(662,705,l), -(220,1443,l), -(10,1443,l) -); -} -); -width = 1332; -}, -{ -anchors = ( -{ -name = bottom; -pos = (747,0); -}, -{ -name = top; -pos = (746,1443); -}, -{ -name = topleft; -pos = (-302,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(746,1443,l), -(746,0,l) -); -}, -{ -closed = 1; -nodes = ( -(20,0,l), -(1476,0,l), -(1476,1443,l), -(20,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1476,722,l), -(20,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1476,0,l), -(20,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(19,0,l), -(1476,1443,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(540,458,l), -(540,0,l), -(950,0,l), -(950,464,l), -(1484,1443,l), -(1008,1443,l), -(755,851,l), -(737,851,l), -(485,1443,l), -(10,1443,l) -); -} -); -width = 1494; -}, -{ -anchors = ( -{ -name = bottom; -pos = (465,0); -}, -{ -name = top; -pos = (792,1393); -}, -{ -name = topleft; -pos = (-231,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(579,511,l), -(471,0,l), -(521,0,l), -(629,511,l), -(1398,1443,l), -(1334,1443,l), -(617,568,l), -(611,568,l), -(258,1443,l), -(206,1443,l) -); -} -); -width = 1212; -}, -{ -anchors = ( -{ -name = bottom; -pos = (559,0); -}, -{ -name = top; -pos = (854,1403); -}, -{ -name = topleft; -pos = (-301,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(709,1443,l), -(709,0,l) -); -}, -{ -closed = 1; -nodes = ( -(44,0,l), -(1378,0,l), -(1378,1443,l), -(44,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1378,722,l), -(44,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1378,0,l), -(44,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(43,0,l), -(1378,1443,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(576,521,l), -(466,0,l), -(646,0,l), -(756,521,l), -(1518,1443,l), -(1308,1443,l), -(711,705,l), -(701,705,l), -(416,1443,l), -(206,1443,l) -); -} -); -width = 1332; -}, -{ -anchors = ( -{ -name = bottom; -pos = (641,0); -}, -{ -name = top; -pos = (946,1443); -}, -{ -name = topleft; -pos = (-462,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(793,1443,l), -(793,0,l) -); -}, -{ -closed = 1; -nodes = ( -(67,0,l), -(1523,0,l), -(1523,1443,l), -(67,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1523,722,l), -(67,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1523,0,l), -(67,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(66,0,l), -(1523,1443,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(531,458,l), -(434,0,l), -(844,0,l), -(942,464,l), -(1684,1443,l), -(1208,1443,l), -(819,801,l), -(801,801,l), -(685,1443,l), -(210,1443,l) -); -} -); -width = 1514; -} -); -metricLeft = V; -metricRight = V; -unicode = 89; -}, -{ -glyphname = Yacute; -kernLeft = Y; -kernRight = Y; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (487,453); -ref = acute; -} -); -width = 1212; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (489,463); -ref = acute; -} -); -width = 1332; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (529,443); -ref = acute; -} -); -width = 1494; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (607,453); -ref = acute; -} -); -width = 1212; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (592,463); -ref = acute; -} -); -width = 1332; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (633,443); -ref = acute; -} -); -width = 1514; -} -); -unicode = 221; -}, -{ -glyphname = Ycircumflex; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (287,453); -ref = circumflexcomb; -} -); -width = 1212; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (285,463); -ref = circumflexcomb; -} -); -width = 1332; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (221,443); -ref = circumflexcomb; -} -); -width = 1494; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (384,453); -ref = circumflexcomb; -} -); -width = 1212; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (380,463); -ref = circumflexcomb; -} -); -width = 1332; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (325,443); -ref = circumflexcomb; -} -); -width = 1514; -} -); -unicode = 374; -}, -{ -glyphname = Ydieresis; -kernLeft = Y; -kernRight = Y; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (320,453); -ref = dieresiscomb; -} -); -width = 1212; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (313,463); -ref = dieresiscomb; -} -); -width = 1332; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (287,443); -ref = dieresiscomb; -} -); -width = 1494; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (405,453); -ref = dieresiscomb; -} -); -width = 1212; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = Y; -}, -{ -alignment = -1; -pos = (418,463); -ref = dieresiscomb; -} -); -width = 1432; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Y; -}, -{ -alignment = -1; -pos = (411,443); -ref = dieresiscomb; -} -); -width = 1594; -} -); -unicode = 376; -}, -{ -glyphname = Ygrave; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (380,453); -ref = gravecomb; -} -); -width = 1212; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (330,463); -ref = gravecomb; -} -); -width = 1332; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (330,443); -ref = gravecomb; -} -); -width = 1494; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (454,453); -ref = gravecomb; -} -); -width = 1212; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (425,463); -ref = gravecomb; -} -); -width = 1332; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (439,443); -ref = gravecomb; -} -); -width = 1514; -} -); -unicode = 7922; -}, -{ -glyphname = Z; -kernLeft = Z; -kernRight = Z; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (666,0); -}, -{ -name = center; -pos = (596,722); -}, -{ -name = top; -pos = (582,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1159,0,l), -(1159,49,l), -(132,49,l), -(132,69,l), -(113,26,l), -(1132,1406,l), -(1132,1443,l), -(72,1443,l), -(72,1395,l), -(1064,1395,l), -(1064,1374,l), -(1083,1419,l), -(60,37,l), -(60,-1,l) -); -} -); -width = 1219; -}, -{ -anchors = ( -{ -name = bottom; -pos = (664,0); -}, -{ -name = center; -pos = (594,722); -}, -{ -name = top; -pos = (574,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1177,0,l), -(1177,169,l), -(317,169,l), -(317,219,l), -(269,115,l), -(1130,1326,l), -(1130,1443,l), -(60,1443,l), -(60,1273,l), -(862,1273,l), -(862,1218,l), -(922,1338,l), -(68,137,l), -(68,-1,l) -); -} -); -width = 1237; -}, -{ -anchors = ( -{ -name = bottom; -pos = (733,0); -}, -{ -name = center; -pos = (639,722); -}, -{ -name = top; -pos = (633,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1289,0,l), -(1289,350,l), -(583,350,l), -(583,443,l), -(467,218,l), -(1242,1166,l), -(1242,1443,l), -(62,1443,l), -(62,1093,l), -(760,1093,l), -(760,992,l), -(877,1214,l), -(60,258,l), -(60,-1,l) -); -} -); -width = 1349; -}, -{ -anchors = ( -{ -name = bottom; -pos = (575,0); -}, -{ -name = center; -pos = (638,722); -}, -{ -name = top; -pos = (777,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1048,0,l), -(1058,49,l), -(37,49,l), -(41,69,l), -(13,26,l), -(1320,1406,l), -(1327,1443,l), -(267,1443,l), -(257,1395,l), -(1243,1395,l), -(1239,1374,l), -(1267,1419,l), -(-43,37,l), -(-51,-1,l) -); -} -); -width = 1219; -}, -{ -anchors = ( -{ -name = bottom; -pos = (574,0); -}, -{ -name = center; -pos = (637,722); -}, -{ -name = top; -pos = (770,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1067,0,l), -(1103,169,l), -(263,169,l), -(273,219,l), -(203,115,l), -(1302,1326,l), -(1326,1443,l), -(256,1443,l), -(220,1273,l), -(1002,1273,l), -(991,1218,l), -(1076,1338,l), -(-13,137,l), -(-42,-1,l) -); -} -); -width = 1238; -}, -{ -anchors = ( -{ -name = bottom; -pos = (596,0); -}, -{ -name = center; -pos = (675,722); -}, -{ -name = top; -pos = (822,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1172,0,l), -(1246,350,l), -(580,350,l), -(600,443,l), -(436,218,l), -(1373,1166,l), -(1431,1443,l), -(251,1443,l), -(177,1093,l), -(835,1093,l), -(814,992,l), -(978,1214,l), -(-2,258,l), -(-57,-1,l) -); -} -); -width = 1349; -} -); -metricLeft = O; -metricRight = O; -unicode = 90; -}, -{ -glyphname = Zacute; -kernLeft = Z; -kernRight = Z; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (463,503); -ref = acute; -} -); -width = 1219; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (397,503); -ref = acute; -} -); -width = 1237; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (416,443); -ref = acute; -} -); -width = 1349; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (592,503); -ref = acute; -} -); -width = 1219; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (508,503); -ref = acute; -} -); -width = 1238; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (509,443); -ref = acute; -} -); -width = 1349; -} -); -unicode = 377; -}, -{ -glyphname = Zcaron; -kernLeft = Z; -kernRight = Z; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (265,503); -ref = caroncomb; -} -); -width = 1219; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (192,503); -ref = caroncomb; -} -); -width = 1237; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (113,443); -ref = caroncomb; -} -); -width = 1349; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (391,503); -ref = caroncomb; -} -); -width = 1339; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (311,503); -ref = caroncomb; -} -); -width = 1358; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (214,437); -ref = caroncomb; -} -); -width = 1469; -} -); -unicode = 381; -}, -{ -glyphname = Zdotaccent; -kernLeft = Z; -kernRight = Z; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (437,503); -ref = dotaccentcomb; -} -); -width = 1219; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (362,503); -ref = dotaccentcomb; -} -); -width = 1237; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Z; -}, -{ -pos = (361,443); -ref = dotaccentcomb; -} -); -width = 1349; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (560,503); -ref = dotaccentcomb; -} -); -width = 1339; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (479,503); -ref = dotaccentcomb; -} -); -width = 1358; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Z; -}, -{ -alignment = -1; -pos = (467,443); -ref = dotaccentcomb; -} -); -width = 1469; -} -); -unicode = 379; -}, -{ -glyphname = a; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (494,-11); -}, -{ -name = ogonek; -pos = (870,1); -}, -{ -name = top; -pos = (494,1052); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "E5EA7542-6A1C-43F6-8149-DAE2CDF6E452"; -name = "Dec 16, 24 at 08:46"; -shapes = ( -{ -closed = 1; -nodes = ( -(627,-22,o), -(780,72,o), -(841,217,c), -(847,217,l), -(847,0,l), -(897,0,l), -(897,679,ls), -(897,906,o), -(736,1053,o), -(488,1053,cs), -(352,1053,o), -(217,1017,o), -(144,961,c), -(172,914,l), -(243,969,o), -(367,1005,o), -(488,1005,cs), -(706,1005,o), -(847,877,o), -(847,679,cs), -(847,335,l), -(788,147,o), -(633,26,o), -(452,26,cs), -(244,26,o), -(110,144,o), -(110,326,cs), -(108,503,o), -(248,617,o), -(466,617,cs), -(660,617,o), -(809,507,o), -(847,338,c), -(847,452,l), -(841,452,l), -(795,583,o), -(647,668,o), -(466,668,cs), -(219,668,o), -(60,534,o), -(60,326,cs), -(60,115,o), -(214,-22,o), -(452,-22,cs) -); -} -); -width = 1007; -}, -{ -anchors = ( -{ -name = bottom; -pos = (494,-11); -}, -{ -name = ogonek; -pos = (870,1); -}, -{ -name = top; -pos = (494,1052); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -name = "wght=100"; -shapes = ( -{ -closed = 1; -nodes = ( -(611,-22,o), -(783,78,o), -(841,217,c), -(847,217,l), -(847,0,l), -(897,0,l), -(897,679,ls), -(897,896,o), -(725,1053,o), -(488,1053,cs), -(357,1053,o), -(213,1014,o), -(144,961,c), -(172,914,l), -(240,967,o), -(373,1005,o), -(488,1005,cs), -(696,1005,o), -(847,868,o), -(847,679,cs), -(847,335,l), -(791,156,o), -(617,26,o), -(432,26,cs), -(245,26,o), -(110,127,o), -(110,266,cs), -(108,405,o), -(249,519,o), -(446,537,cs), -(541,547,o), -(718,539,o), -(869,518,c), -(869,569,l), -(769,589,o), -(591,597,o), -(446,588,cs), -(222,574,o), -(60,438,o), -(60,266,cs), -(60,99,o), -(216,-22,o), -(432,-22,cs) -); -} -); -width = 1007; -}, -{ -anchors = ( -{ -name = bottom; -pos = (554,-11); -}, -{ -name = ogonek; -pos = (902,1); -}, -{ -name = top; -pos = (554,1054); -} -); -associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -layerId = "7F3EABB1-D34C-4EDD-9399-451E48DC4245"; -name = "Dec 16, 24 at 08:46"; -shapes = ( -{ -closed = 1; -nodes = ( -(621,-22,o), -(737,38,o), -(785,130,c), -(797,130,l), -(797,0,l), -(977,0,l), -(977,661,ls), -(977,900,o), -(788,1055,o), -(496,1055,cs), -(374,1055,o), -(244,1028,o), -(166,985,c), -(225,836,l), -(301,872,o), -(407,895,o), -(496,895,cs), -(679,895,o), -(797,798,o), -(797,649,cs), -(797,351,l), -(754,222,o), -(637,138,o), -(500,138,cs), -(342,138,o), -(240,215,o), -(240,334,cs), -(239,455,o), -(331,533,o), -(474,533,cs), -(636,533,o), -(764,462,o), -(799,353,c), -(799,563,l), -(785,563,l), -(726,639,o), -(604,688,o), -(474,688,cs), -(223,688,o), -(60,549,o), -(60,334,cs), -(60,118,o), -(229,-22,o), -(490,-22,cs) -); -} -); -width = 1087; -}, -{ -anchors = ( -{ -name = bottom; -pos = (554,-11); -}, -{ -name = ogonek; -pos = (902,1); -}, -{ -name = top; -pos = (554,1054); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -name = Regular; -shapes = ( -{ -closed = 1; -nodes = ( -(608,-22,o), -(738,39,o), -(785,130,c), -(797,130,l), -(797,0,l), -(977,0,l), -(977,661,ls), -(977,897,o), -(785,1055,o), -(496,1055,cs), -(374,1055,o), -(226,1023,o), -(126,975,c), -(185,826,l), -(272,867,o), -(396,895,o), -(496,895,cs), -(677,895,o), -(797,797,o), -(797,649,cs), -(797,351,l), -(754,223,o), -(623,138,o), -(470,138,cs), -(332,138,o), -(240,198,o), -(240,304,cs), -(239,397,o), -(345,475,o), -(504,484,cs), -(630,487,o), -(756,475,o), -(819,455,c), -(819,613,l), -(737,633,o), -(611,644,o), -(504,641,cs), -(238,629,o), -(60,488,o), -(60,304,cs), -(60,102,o), -(220,-22,o), -(460,-22,cs) -); -} -); -width = 1087; -}, -{ -anchors = ( -{ -name = bottom; -pos = (662,4); -}, -{ -name = ogonek; -pos = (943,4); -}, -{ -name = top; -pos = (607,1123); -} -); -associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; -layerId = "1C71C2B3-27C6-4DC5-B994-52F042ABAD46"; -name = "Dec 16, 24 at 08:46"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,-39,o), -(681,13,o), -(719,94,c), -(739,94,l), -(739,1,l), -(1139,1,l), -(1139,692,ls), -(1139,954,o), -(945,1123,o), -(645,1123,cs), -(470,1123,o), -(294,1097,o), -(195,1056,c), -(257,752,l), -(340,782,o), -(445,801,o), -(526,801,cs), -(655,801,o), -(739,750,o), -(739,670,cs), -(739,397,l), -(737,277,o), -(674,200,o), -(579,200,cs), -(506,200,o), -(459,241,o), -(459,304,cs), -(459,369,o), -(511,415,o), -(592,422,cs), -(662,426,o), -(730,390,o), -(766,331,c), -(766,561,l), -(716,561,l), -(656,619,o), -(546,657,o), -(436,657,cs), -(210,657,o), -(62,522,o), -(60,314,cs), -(58,100,o), -(203,-39,o), -(429,-39,cs) -); -} -); -width = 1249; -}, -{ -anchors = ( -{ -name = bottom; -pos = (662,4); -}, -{ -name = ogonek; -pos = (943,4); -}, -{ -name = top; -pos = (607,1123); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -name = "wght=1000"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,-39,o), -(681,14,o), -(719,94,c), -(739,94,l), -(739,1,l), -(1139,1,l), -(1139,692,ls), -(1139,951,o), -(941,1123,o), -(645,1123,cs), -(478,1123,o), -(290,1092,o), -(175,1046,c), -(237,742,l), -(335,777,o), -(450,801,o), -(526,801,cs), -(654,801,o), -(739,749,o), -(739,670,cs), -(739,397,l), -(737,279,o), -(673,200,o), -(579,200,cs), -(507,200,o), -(459,242,o), -(459,304,cs), -(459,368,o), -(512,415,o), -(592,422,cs), -(665,426,o), -(734,410,o), -(766,381,c), -(766,631,l), -(643,662,o), -(503,672,o), -(416,657,cs), -(204,623,o), -(62,486,o), -(60,314,cs), -(58,102,o), -(198,-39,o), -(409,-39,cs) -); -} -); -width = 1249; -}, -{ -anchors = ( -{ -name = bottom; -pos = (381,-11); -}, -{ -name = ogonek; -pos = (760,1); -}, -{ -name = top; -pos = (607,1052); -} -); -associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -layerId = "41F90CF7-11AA-468D-8091-A6C237A5ED0E"; -name = "Dec 16, 24 at 08:46"; -shapes = ( -{ -closed = 1; -nodes = ( -(512,-22,o), -(685,72,o), -(777,217,c), -(783,217,l), -(736,0,l), -(786,0,l), -(931,679,ls), -(979,906,o), -(849,1053,o), -(601,1053,cs), -(465,1053,o), -(323,1017,o), -(238,961,c), -(256,914,l), -(338,969,o), -(470,1005,o), -(591,1005,cs), -(809,1005,o), -(923,877,o), -(881,679,cs), -(808,335,l), -(709,147,o), -(528,26,o), -(347,26,cs), -(139,26,o), -(30,144,o), -(69,326,cs), -(104,503,o), -(269,617,o), -(487,617,cs), -(681,617,o), -(806,507,o), -(808,338,c), -(833,452,l), -(827,452,l), -(808,583,o), -(678,668,o), -(497,668,cs), -(250,668,o), -(63,534,o), -(19,326,cs), -(-26,115,o), -(99,-22,o), -(337,-22,cs) -); -} -); -width = 1007; -}, -{ -anchors = ( -{ -name = bottom; -pos = (381,-11); -}, -{ -name = ogonek; -pos = (760,1); -}, -{ -name = top; -pos = (607,1052); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(496,-22,o), -(689,78,o), -(777,217,c), -(783,217,l), -(736,0,l), -(786,0,l), -(931,679,ls), -(977,896,o), -(838,1053,o), -(601,1053,cs), -(470,1053,o), -(318,1014,o), -(238,961,c), -(256,914,l), -(335,967,o), -(486,1005,o), -(601,1005,cs), -(809,1005,o), -(921,868,o), -(881,679,cs), -(808,335,l), -(714,156,o), -(502,26,o), -(317,26,cs), -(130,26,o), -(26,127,o), -(56,266,cs), -(84,405,o), -(249,519,o), -(450,537,cs), -(547,547,o), -(722,539,o), -(869,518,c), -(879,569,l), -(784,589,o), -(607,597,o), -(460,588,cs), -(233,574,o), -(43,438,o), -(6,266,cs), -(-30,99,o), -(101,-22,o), -(317,-22,cs) -); -} -); -width = 1007; -}, -{ -anchors = ( -{ -name = bottom; -pos = (441,-11); -}, -{ -name = ogonek; -pos = (791,1); -}, -{ -name = top; -pos = (667,1054); -} -); -associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -layerId = "B678B2A2-EEEF-4A9B-8D7D-DB57F28B46CB"; -name = "Dec 16, 24 at 08:46"; -shapes = ( -{ -closed = 1; -nodes = ( -(506,-22,o), -(634,38,o), -(702,130,c), -(714,130,l), -(686,0,l), -(866,0,l), -(1007,661,ls), -(1058,900,o), -(901,1055,o), -(609,1055,cs), -(487,1055,o), -(352,1028,o), -(265,985,c), -(292,836,l), -(376,872,o), -(486,895,o), -(575,895,cs), -(758,895,o), -(856,798,o), -(824,649,cs), -(761,351,l), -(690,222,o), -(556,138,o), -(419,138,cs), -(261,138,o), -(175,215,o), -(200,334,cs), -(225,455,o), -(334,533,o), -(477,533,cs), -(639,533,o), -(751,462,o), -(763,353,c), -(808,563,l), -(794,563,l), -(751,639,o), -(639,688,o), -(509,688,cs), -(258,688,o), -(66,549,o), -(20,334,cs), -(-26,118,o), -(114,-22,o), -(375,-22,cs) -); -} -); -width = 1087; -}, -{ -anchors = ( -{ -name = bottom; -pos = (441,-11); -}, -{ -name = ogonek; -pos = (791,1); -}, -{ -name = top; -pos = (667,1054); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(493,-22,o), -(636,39,o), -(702,130,c), -(714,130,l), -(686,0,l), -(866,0,l), -(1007,661,ls), -(1057,897,o), -(898,1055,o), -(609,1055,cs), -(487,1055,o), -(333,1023,o), -(222,975,c), -(250,826,l), -(346,867,o), -(475,895,o), -(575,895,cs), -(756,895,o), -(856,797,o), -(824,649,cs), -(761,351,l), -(691,223,o), -(542,138,o), -(389,138,cs), -(251,138,o), -(173,208,o), -(196,314,cs), -(215,407,o), -(335,475,o), -(496,484,cs), -(623,487,o), -(746,475,o), -(805,455,c), -(839,613,l), -(761,633,o), -(637,644,o), -(529,641,cs), -(261,629,o), -(55,498,o), -(16,314,cs), -(-27,112,o), -(105,-22,o), -(345,-22,cs) -); -} -); -width = 1087; -}, -{ -anchors = ( -{ -name = bottom; -pos = (546,4); -}, -{ -name = ogonek; -pos = (827,4); -}, -{ -name = top; -pos = (728,1123); -} -); -associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -layerId = "A2D628AB-5DB7-4875-9EF6-85B8AD5055F3"; -name = "Dec 16, 24 at 08:46"; -shapes = ( -{ -closed = 1; -nodes = ( -(442,-39,o), -(567,13,o), -(622,94,c), -(642,94,l), -(622,1,l), -(1022,1,l), -(1169,692,ls), -(1225,954,o), -(1066,1123,o), -(766,1123,cs), -(591,1123,o), -(410,1097,o), -(302,1056,c), -(300,752,l), -(389,782,o), -(498,801,o), -(579,801,cs), -(708,801,o), -(781,750,o), -(764,670,cs), -(706,397,l), -(679,277,o), -(599,200,o), -(504,200,cs), -(431,200,o), -(393,241,o), -(406,304,cs), -(420,369,o), -(482,415,o), -(564,422,cs), -(635,426,o), -(696,390,o), -(719,331,c), -(768,561,l), -(718,561,l), -(670,619,o), -(568,657,o), -(458,657,cs), -(232,657,o), -(56,522,o), -(10,314,cs), -(-38,100,o), -(78,-39,o), -(304,-39,cs) -); -} -); -width = 1249; -}, -{ -anchors = ( -{ -name = bottom; -pos = (546,4); -}, -{ -name = ogonek; -pos = (827,4); -}, -{ -name = top; -pos = (728,1123); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(432,-39,o), -(567,14,o), -(622,94,c), -(642,94,l), -(622,1,l), -(1022,1,l), -(1169,692,ls), -(1224,951,o), -(1062,1123,o), -(766,1123,cs), -(599,1123,o), -(405,1092,o), -(280,1046,c), -(278,742,l), -(383,777,o), -(503,801,o), -(579,801,cs), -(707,801,o), -(781,749,o), -(764,670,cs), -(706,397,l), -(679,279,o), -(598,200,o), -(504,200,cs), -(432,200,o), -(393,242,o), -(406,304,cs), -(420,368,o), -(483,415,o), -(564,422,cs), -(638,426,o), -(704,410,o), -(730,381,c), -(783,631,l), -(667,662,o), -(529,672,o), -(438,657,cs), -(219,623,o), -(48,486,o), -(10,314,cs), -(-38,102,o), -(73,-39,o), -(284,-39,cs) -); -} -); -width = 1249; -} -); -metricLeft = o; -metricRight = i; -unicode = 97; -}, -{ -glyphname = aacute; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (375,112); -ref = acute; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (377,114); -ref = acute; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (390,123); -ref = acute; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (422,112); -ref = acute; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = a; -}, -{ -pos = (405,114); -ref = acute; -} -); -width = 1087; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (414,123); -ref = acute; -} -); -width = 1249; -} -); -unicode = 225; -}, -{ -glyphname = abreve; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (196,112); -ref = brevecomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (205,114); -ref = brevecomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (132,123); -ref = brevecomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (208,112); -ref = brevecomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (187,114); -ref = brevecomb; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (161,123); -ref = brevecomb; -} -); -width = 1309; -} -); -unicode = 259; -}, -{ -glyphname = acaron; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (177,112); -ref = caroncomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (172,114); -ref = caroncomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (87,123); -ref = caroncomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (201,112); -ref = caroncomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (158,114); -ref = caroncomb; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (120,117); -ref = caroncomb; -} -); -width = 1309; -} -); -unicode = 462; -}, -{ -glyphname = acircumflex; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (175,112); -ref = circumflexcomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (173,114); -ref = circumflexcomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (82,123); -ref = circumflexcomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (199,112); -ref = circumflexcomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (163,114); -ref = circumflexcomb; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (127,123); -ref = circumflexcomb; -} -); -width = 1309; -} -); -unicode = 226; -}, -{ -glyphname = adieresis; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (208,112); -ref = dieresiscomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (201,114); -ref = dieresiscomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (148,123); -ref = dieresiscomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (220,112); -ref = dieresiscomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = a; -}, -{ -pos = (211,114); -ref = dieresiscomb; -} -); -width = 1087; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (193,123); -ref = dieresiscomb; -} -); -width = 1249; -} -); -unicode = 228; -}, -{ -glyphname = agrave; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (268,112); -ref = gravecomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (218,114); -ref = gravecomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (191,123); -ref = gravecomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (269,112); -ref = gravecomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (208,114); -ref = gravecomb; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (241,123); -ref = gravecomb; -} -); -width = 1309; -} -); -unicode = 224; -}, -{ -glyphname = amacron; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (184,112); -ref = macroncomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (207,114); -ref = macroncomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (170,123); -ref = macroncomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (202,112); -ref = macroncomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (194,114); -ref = macroncomb; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (223,123); -ref = macroncomb; -} -); -width = 1309; -} -); -unicode = 257; -}, -{ -glyphname = aogonek; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (641,1); -ref = ogonekcomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (605,1); -ref = ogonekcomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (581,4); -ref = ogonekcomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (671,1); -ref = ogonekcomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (608,1); -ref = ogonekcomb; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (696,4); -ref = ogonekcomb; -} -); -width = 1309; -} -); -unicode = 261; -}, -{ -glyphname = aring; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (249,111); -ref = ringcomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (267,114); -ref = ringcomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (234,123); -ref = ringcomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (275,111); -ref = ringcomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (250,114); -ref = ringcomb; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (264,123); -ref = ringcomb; -} -); -width = 1309; -} -); -unicode = 229; -}, -{ -glyphname = atilde; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (193,12); -ref = tildecomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (184,114); -ref = tildecomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (127,122); -ref = tildecomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (177,12); -ref = tildecomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (158,114); -ref = tildecomb; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -}, -{ -alignment = -1; -pos = (115,122); -ref = tildecomb; -} -); -width = 1309; -} -); -unicode = 227; -}, -{ -glyphname = ae; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(709,-22,o), -(891,138,o), -(891,392,c), -(889,658,l), -(889,900,o), -(725,1052,o), -(465,1052,cs), -(329,1052,o), -(184,1012,o), -(91,949,c), -(119,899,l), -(191,964,o), -(325,1004,o), -(465,1004,cs), -(698,1004,o), -(844,871,o), -(844,658,cs), -(844,389,l), -(844,166,o), -(680,26,o), -(420,26,cs), -(230,26,o), -(110,122,o), -(110,276,cs), -(108,412,o), -(233,506,o), -(435,520,cs), -(507,527,o), -(674,531,o), -(866,531,c), -(866,580,l), -(705,580,o), -(538,576,o), -(435,569,cs), -(205,554,o), -(60,441,o), -(60,276,cs), -(60,93,o), -(199,-22,o), -(420,-22,cs) -); -}, -{ -closed = 1; -nodes = ( -(892,528,l), -(1768,528,l), -(1768,576,l), -(1768,868,o), -(1597,1051,o), -(1324,1051,cs), -(1032,1051,o), -(849,857,o), -(849,547,cs), -(849,199,o), -(1038,-19,o), -(1338,-19,cs), -(1496,-19,o), -(1646,43,o), -(1727,141,c), -(1695,188,l), -(1620,90,o), -(1483,29,o), -(1338,29,cs), -(1069,29,o), -(900,224,o), -(900,535,c), -(900,569,l), -(900,836,o), -(1064,1003,o), -(1325,1003,cs), -(1566,1003,o), -(1718,838,o), -(1718,576,c), -(1718,540,l), -(1737,576,l), -(892,576,l) -); -} -); -width = 1828; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(714,-22,o), -(901,159,o), -(901,446,c), -(912,660,l), -(912,903,o), -(743,1055,o), -(473,1055,cs), -(340,1055,o), -(194,1024,o), -(94,975,c), -(159,827,l), -(246,869,o), -(367,895,o), -(473,895,cs), -(652,895,o), -(764,804,o), -(764,660,cs), -(764,375,l), -(719,229,o), -(590,138,o), -(428,138,cs), -(313,138,o), -(240,193,o), -(240,281,cs), -(239,370,o), -(317,431,o), -(442,440,cs), -(484,440,o), -(617,444,o), -(786,451,c), -(786,607,l), -(692,606,o), -(559,602,o), -(442,596,cs), -(207,586,o), -(60,469,o), -(60,292,cs), -(60,99,o), -(198,-22,o), -(417,-22,cs) -); -}, -{ -closed = 1; -nodes = ( -(952,438,l), -(1711,438,l), -(1711,577,l), -(1711,870,o), -(1535,1054,o), -(1254,1054,cs), -(970,1054,o), -(794,851,o), -(797,528,cs), -(798,192,o), -(989,-19,o), -(1291,-19,cs), -(1419,-19,o), -(1564,30,o), -(1669,109,c), -(1587,246,l), -(1516,181,o), -(1404,141,o), -(1297,141,cs), -(1087,141,o), -(955,257,o), -(955,441,c), -(955,601,l), -(955,780,o), -(1072,892,o), -(1258,892,cs), -(1429,892,o), -(1536,778,o), -(1536,596,c), -(1536,473,l), -(1644,598,l), -(949,598,l) -); -} -); -width = 1771; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(806,-39,o), -(998,167,o), -(989,496,c), -(989,663,l), -(989,947,o), -(805,1125,o), -(511,1125,cs), -(396,1125,o), -(251,1100,o), -(134,1060,c), -(196,790,l), -(308,819,o), -(422,837,o), -(493,837,cs), -(644,837,o), -(738,759,o), -(738,635,cs), -(738,417,l), -(744,296,o), -(678,220,o), -(567,220,cs), -(480,220,o), -(425,260,o), -(425,325,cs), -(425,385,o), -(477,430,o), -(560,442,cs), -(648,449,o), -(728,450,o), -(769,446,c), -(757,676,l), -(599,675,o), -(451,666,o), -(374,652,cs), -(183,623,o), -(62,493,o), -(60,315,cs), -(58,98,o), -(224,-39,o), -(491,-39,cs) -); -}, -{ -closed = 1; -nodes = ( -(1034,429,l), -(1798,429,l), -(1798,545,l), -(1798,901,o), -(1589,1125,o), -(1255,1125,cs), -(950,1125,o), -(760,899,o), -(762,540,cs), -(764,187,o), -(977,-35,o), -(1315,-35,cs), -(1500,-35,o), -(1672,30,o), -(1762,134,c), -(1577,373,l), -(1511,294,o), -(1411,245,o), -(1317,245,cs), -(1156,245,o), -(1055,323,o), -(1055,448,c), -(1055,649,l), -(1055,769,o), -(1133,845,o), -(1258,845,cs), -(1374,845,o), -(1447,767,o), -(1447,642,c), -(1447,513,l), -(1575,656,l), -(1033,656,l) -); -} -); -width = 1858; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(604,-22,o), -(815,138,o), -(859,392,c), -(904,658,l), -(947,900,o), -(810,1052,o), -(550,1052,cs), -(414,1052,o), -(262,1012,o), -(158,949,c), -(177,899,l), -(260,964,o), -(401,1004,o), -(541,1004,cs), -(774,1004,o), -(896,871,o), -(859,658,cs), -(812,389,l), -(772,166,o), -(574,26,o), -(314,26,cs), -(124,26,o), -(31,122,o), -(58,276,cs), -(80,412,o), -(221,506,o), -(426,520,cs), -(499,527,o), -(667,531,o), -(859,531,c), -(867,580,l), -(706,580,o), -(539,576,o), -(435,569,cs), -(202,554,o), -(37,441,o), -(8,276,cs), -(-24,93,o), -(94,-22,o), -(315,-22,cs) -); -}, -{ -closed = 1; -nodes = ( -(884,528,l), -(1760,528,l), -(1769,576,l), -(1820,868,o), -(1682,1051,o), -(1409,1051,cs), -(1117,1051,o), -(899,857,o), -(845,547,cs), -(783,199,o), -(934,-19,o), -(1234,-19,cs), -(1392,-19,o), -(1553,43,o), -(1651,141,c), -(1627,188,l), -(1535,90,o), -(1387,29,o), -(1242,29,cs), -(973,29,o), -(839,224,o), -(894,535,c), -(900,569,l), -(947,836,o), -(1150,1003,o), -(1411,1003,cs), -(1652,1003,o), -(1765,838,o), -(1719,576,c), -(1712,540,l), -(1738,576,l), -(893,576,l) -); -} -); -width = 1818; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(622,-22,o), -(828,148,o), -(881,446,c), -(929,660,l), -(973,911,o), -(839,1055,o), -(560,1055,cs), -(422,1055,o), -(279,1026,o), -(167,975,c), -(206,827,l), -(303,870,o), -(425,895,o), -(542,895,cs), -(720,895,o), -(807,809,o), -(781,660,cs), -(731,375,l), -(658,224,o), -(516,138,o), -(343,138,cs), -(230,138,o), -(175,190,o), -(190,281,cs), -(205,373,o), -(290,431,o), -(421,440,cs), -(470,440,o), -(596,444,o), -(766,451,c), -(794,607,l), -(690,606,o), -(564,602,o), -(448,596,cs), -(204,586,o), -(45,475,o), -(12,292,cs), -(-23,92,o), -(87,-22,o), -(314,-22,cs) -); -}, -{ -closed = 1; -nodes = ( -(930,438,l), -(1689,438,l), -(1714,577,l), -(1767,880,o), -(1631,1054,o), -(1341,1054,cs), -(1047,1054,o), -(847,862,o), -(791,528,cs), -(731,180,o), -(876,-19,o), -(1189,-19,cs), -(1321,-19,o), -(1466,28,o), -(1589,109,c), -(1531,246,l), -(1447,179,o), -(1327,141,o), -(1203,141,cs), -(998,141,o), -(900,250,o), -(934,441,c), -(962,601,l), -(994,786,o), -(1130,892,o), -(1336,892,cs), -(1500,892,o), -(1575,784,o), -(1542,596,c), -(1520,473,l), -(1650,598,l), -(955,598,l) -); -} -); -width = 1766; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(704,-39,o), -(920,156,o), -(971,496,c), -(1000,663,l), -(1052,957,o), -(908,1125,o), -(604,1125,cs), -(486,1125,o), -(344,1101,o), -(215,1060,c), -(230,790,l), -(351,820,o), -(462,837,o), -(535,837,cs), -(690,837,o), -(766,763,o), -(744,635,cs), -(706,417,l), -(689,292,o), -(607,220,o), -(480,220,cs), -(403,220,o), -(365,258,o), -(377,325,cs), -(387,387,o), -(444,430,o), -(532,442,cs), -(618,449,o), -(695,450,o), -(742,446,c), -(770,676,l), -(607,675,o), -(466,666,o), -(383,652,cs), -(180,622,o), -(44,499,o), -(10,315,cs), -(-31,90,o), -(103,-39,o), -(378,-39,cs) -); -}, -{ -closed = 1; -nodes = ( -(1004,429,l), -(1768,429,l), -(1788,545,l), -(1853,914,o), -(1693,1125,o), -(1348,1125,cs), -(1032,1125,o), -(815,912,o), -(751,540,cs), -(689,174,o), -(854,-35,o), -(1203,-35,cs), -(1394,-35,o), -(1568,27,o), -(1680,134,c), -(1547,353,l), -(1477,284,o), -(1371,245,o), -(1254,245,cs), -(1087,245,o), -(1005,319,o), -(1028,448,c), -(1064,649,l), -(1086,774,o), -(1180,845,o), -(1321,845,cs), -(1429,845,o), -(1477,771,o), -(1454,642,c), -(1432,513,l), -(1585,656,l), -(1043,656,l) -); -} -); -width = 1854; -} -); -metricLeft = a; -metricRight = e; -unicode = 230; -}, -{ -glyphname = b; -kernLeft = b; -kernRight = b; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (637,-20); -}, -{ -name = top; -pos = (676,1950); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1160,0); -ref = d; -scale = (-1,1); -} -); -width = 1160; -}, -{ -anchors = ( -{ -name = bottom; -pos = (651,-20); -}, -{ -name = top; -pos = (770,1950); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1219,0); -ref = d; -scale = (-1,1); -} -); -width = 1219; -}, -{ -anchors = ( -{ -name = bottom; -pos = (829,-26); -}, -{ -name = top; -pos = (826,1950); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1456,0); -ref = d; -scale = (-1,1); -} -); -width = 1456; -}, -{ -anchors = ( -{ -name = bottom; -pos = (424,-20); -}, -{ -name = top; -pos = (689,1950); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (929,0); -ref = d; -scale = (-1,1); -slant = (24,0); -} -); -width = 1160; -}, -{ -anchors = ( -{ -name = bottom; -pos = (520,-20); -}, -{ -name = top; -pos = (1058,1950); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (978,0); -ref = d; -scale = (-1,1); -slant = (24,0); -} -); -width = 1209; -}, -{ -anchors = ( -{ -name = bottom; -pos = (889,-26); -}, -{ -name = top; -pos = (1306,1950); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1171,0); -ref = d; -scale = (-1,1); -slant = (24,0); -} -); -width = 1415; -} -); -metricLeft = i; -metricRight = o; -unicode = 98; -}, -{ -glyphname = c; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (582,1); -}, -{ -name = top; -pos = (572,1054); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(64,186,o), -(262,-20,o), -(572,-20,cs), -(759,-20,o), -(921,73,o), -(991,220,c), -(949,247,l), -(886,112,o), -(741,28,o), -(572,28,cs), -(292,28,o), -(114,215,o), -(110,513,cs), -(114,816,o), -(292,1006,o), -(572,1006,cs), -(736,1006,o), -(882,923,o), -(951,791,c), -(991,816,l), -(914,962,o), -(752,1054,o), -(572,1054,cs), -(262,1054,o), -(64,845,o), -(60,513,cs) -); -} -); -width = 1051; -}, -{ -anchors = ( -{ -name = bottom; -pos = (605,1); -}, -{ -name = top; -pos = (627,1055); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(65,193,o), -(285,-20,o), -(609,-20,cs), -(816,-20,o), -(1000,94,o), -(1068,265,c), -(926,350,l), -(878,223,o), -(751,139,o), -(609,139,cs), -(391,139,o), -(243,289,o), -(240,513,cs), -(243,742,o), -(391,895,o), -(609,895,cs), -(751,895,o), -(878,809,o), -(926,681,c), -(1068,775,l), -(1001,943,o), -(817,1055,o), -(609,1055,cs), -(285,1055,o), -(65,838,o), -(60,513,cs) -); -} -); -width = 1128; -}, -{ -anchors = ( -{ -name = bottom; -pos = (694,9); -}, -{ -name = top; -pos = (692,1124); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(64,198,o), -(305,-37,o), -(662,-37,cs), -(864,-37,o), -(1061,63,o), -(1154,213,c), -(918,419,l), -(883,345,o), -(799,295,o), -(708,295,cs), -(559,295,o), -(460,397,o), -(460,550,cs), -(460,696,o), -(559,794,o), -(708,794,cs), -(794,794,o), -(878,740,o), -(918,658,c), -(1154,843,l), -(1061,1012,o), -(864,1124,o), -(662,1124,cs), -(301,1124,o), -(60,894,o), -(60,550,cs) -); -} -); -width = 1214; -}, -{ -anchors = ( -{ -name = bottom; -pos = (491,1); -}, -{ -name = top; -pos = (667,1054); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(6,186,o), -(167,-20,o), -(477,-20,cs), -(665,-20,o), -(843,73,o), -(939,220,c), -(901,247,l), -(815,112,o), -(651,28,o), -(476,28,cs), -(203,28,o), -(61,215,o), -(109,513,cs), -(167,816,o), -(383,1006,o), -(668,1006,cs), -(826,1006,o), -(954,923,o), -(999,791,c), -(1044,816,l), -(992,962,o), -(847,1054,o), -(667,1054,cs), -(357,1054,o), -(122,845,o), -(59,513,cs) -); -} -); -width = 1063; -}, -{ -anchors = ( -{ -name = bottom; -pos = (474,1); -}, -{ -name = top; -pos = (682,1055); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(7,186,o), -(171,-20,o), -(484,-20,cs), -(690,-20,o), -(883,90,o), -(983,265,c), -(856,350,l), -(785,220,o), -(645,139,o), -(492,139,cs), -(300,139,o), -(202,283,o), -(239,513,cs), -(284,748,o), -(449,895,o), -(666,895,cs), -(793,895,o), -(889,812,o), -(915,681,c), -(1073,775,l), -(1035,947,o), -(881,1055,o), -(674,1055,cs), -(360,1055,o), -(123,846,o), -(59,513,cs) -); -} -); -width = 1097; -}, -{ -anchors = ( -{ -name = bottom; -pos = (600,9); -}, -{ -name = top; -pos = (794,1124); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,189,o), -(206,-37,o), -(590,-37,cs), -(789,-37,o), -(984,59,o), -(1096,213,c), -(893,399,l), -(836,311,o), -(745,255,o), -(657,255,cs), -(505,255,o), -(429,369,o), -(461,550,cs), -(492,724,o), -(607,834,o), -(759,834,cs), -(841,834,o), -(912,774,o), -(942,678,c), -(1207,843,l), -(1152,1016,o), -(993,1124,o), -(794,1124,cs), -(406,1124,o), -(123,903,o), -(61,550,cs) -); -} -); -width = 1228; -} -); -metricLeft = o; -metricRight = o; -unicode = 99; -}, -{ -glyphname = cacute; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = c; -}, -{ -pos = (453,114); -ref = acute; -} -); -width = 1051; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (450,115); -ref = acute; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = c; -}, -{ -pos = (475,124); -ref = acute; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = c; -}, -{ -pos = (482,114); -ref = acute; -} -); -width = 1063; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = c; -}, -{ -pos = (420,115); -ref = acute; -} -); -width = 1097; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = c; -}, -{ -pos = (481,124); -ref = acute; -} -); -width = 1228; -} -); -metricLeft = o; -metricRight = o; -unicode = 263; -}, -{ -glyphname = ccaron; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = c; -}, -{ -pos = (255,114); -ref = caroncomb; -} -); -width = 1051; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (245,115); -ref = caroncomb; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = c; -}, -{ -pos = (172,124); -ref = caroncomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = c; -}, -{ -pos = (261,114); -ref = caroncomb; -} -); -width = 1063; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = c; -}, -{ -pos = (203,115); -ref = caroncomb; -} -); -width = 1097; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = c; -}, -{ -pos = (166,118); -ref = caroncomb; -} -); -width = 1228; -} -); -metricLeft = o; -metricRight = o; -unicode = 269; -}, -{ -glyphname = ccedilla; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = c; -}, -{ -pos = (404,1); -ref = cedillacomb; -} -); -width = 1051; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (365,1); -ref = cedillacomb; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = c; -}, -{ -pos = (418,9); -ref = cedillacomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = c; -}, -{ -pos = (423,1); -ref = cedillacomb; -} -); -width = 1063; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = c; -}, -{ -pos = (345,1); -ref = cedillacomb; -} -); -width = 1097; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = c; -}, -{ -pos = (430,9); -ref = cedillacomb; -} -); -width = 1228; -} -); -metricLeft = o; -unicode = 231; -}, -{ -glyphname = ccircumflex; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = c; -}, -{ -pos = (253,114); -ref = circumflexcomb; -} -); -width = 1051; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (246,115); -ref = circumflexcomb; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = c; -}, -{ -pos = (167,124); -ref = circumflexcomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (279,114); -ref = circumflexcomb; -} -); -width = 1143; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (208,115); -ref = circumflexcomb; -} -); -width = 1177; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = c; -}, -{ -alignment = -1; -pos = (193,124); -ref = circumflexcomb; -} -); -width = 1308; -} -); -unicode = 265; -}, -{ -glyphname = cdot; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = c; -}, -{ -pos = (427,114); -ref = dotaccentcomb; -} -); -width = 1051; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = c; -}, -{ -pos = (415,115); -ref = dotaccentcomb; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = c; -}, -{ -pos = (420,124); -ref = dotaccentcomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = c; -}, -{ -pos = (430,114); -ref = dotaccentcomb; -} -); -width = 1063; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = c; -}, -{ -pos = (371,115); -ref = dotaccentcomb; -} -); -width = 1097; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = c; -}, -{ -pos = (419,124); -ref = dotaccentcomb; -} -); -width = 1228; -} -); -unicode = 267; -}, -{ -glyphname = d; -kernLeft = sround; -kernRight = sflat; -lastChange = "2025-05-09 07:45:18 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (627,-20); -}, -{ -name = center; -pos = (502,520); -}, -{ -name = hook; -pos = (1019,0); -}, -{ -name = hookup; -pos = (1019,1443); -}, -{ -name = top; -pos = (1023,1443); -}, -{ -name = topbar; -pos = (969,1171); -}, -{ -name = topright; -pos = (1350,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,193,o), -(251,-20,o), -(538,-20,cs), -(704,-20,o), -(856,53,o), -(917,162,c), -(929,162,l), -(929,-1,l), -(1109,-1,l), -(1109,1443,l), -(929,1443,l), -(929,882,l), -(917,882,l), -(845,986,o), -(694,1055,o), -(540,1055,cs), -(252,1055,o), -(60,838,o), -(60,513,cs) -); -}, -{ -closed = 1; -nodes = ( -(929,289,o), -(790,138,o), -(581,138,cs), -(376,138,o), -(240,288,o), -(240,513,cs), -(240,742,o), -(377,895,o), -(583,895,cs), -(787,895,o), -(925,743,o), -(929,515,cs) -); -} -); -width = 1219; -}, -{ -anchors = ( -{ -name = bottom; -pos = (768,-20); -}, -{ -name = center; -pos = (758,550); -}, -{ -name = hook; -pos = (1135,2); -}, -{ -name = hookup; -pos = (1153,1443); -}, -{ -name = top; -pos = (1156,1443); -}, -{ -name = topbar; -pos = (1086,1119); -}, -{ -name = topright; -pos = (1514,1660); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,192,o), -(264,-36,o), -(570,-36,cs), -(743,-36,o), -(886,28,o), -(928,124,c), -(946,124,l), -(946,0,l), -(1346,0,l), -(1346,1443,l), -(946,1443,l), -(946,951,l), -(928,951,l), -(874,1055,o), -(731,1125,o), -(570,1125,cs), -(264,1125,o), -(60,889,o), -(60,534,cs) -); -}, -{ -closed = 1; -nodes = ( -(946,359,o), -(852,240,o), -(711,240,cs), -(560,240,o), -(460,359,o), -(460,538,cs), -(460,716,o), -(560,834,o), -(711,834,cs), -(852,834,o), -(946,716,o), -(946,538,cs) -); -} -); -width = 1456; -}, -{ -anchors = ( -{ -name = bottom; -pos = (621,-16); -}, -{ -name = center; -pos = (516,544); -}, -{ -name = hook; -pos = (1025,0); -}, -{ -name = hookup; -pos = (1025,1443); -}, -{ -name = top; -pos = (1026,1443); -}, -{ -name = topbar; -pos = (972,1251); -}, -{ -name = topright; -pos = (1245,1520); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,197,o), -(265,-20,o), -(558,-20,cs), -(764,-20,o), -(938,90,o), -(993,256,c), -(1000,256,l), -(1000,-1,l), -(1050,-1,l), -(1050,1443,l), -(1000,1443,l), -(1000,771,l), -(994,771,l), -(934,941,o), -(760,1055,o), -(560,1055,cs), -(266,1055,o), -(60,842,o), -(60,523,cs) -); -}, -{ -closed = 1; -nodes = ( -(1000,219,o), -(823,28,o), -(558,28,cs), -(295,28,o), -(110,226,o), -(110,523,cs), -(110,813,o), -(296,1007,o), -(560,1007,cs), -(824,1007,o), -(1000,806,o), -(1000,505,cs) -); -} -); -width = 1160; -}, -{ -anchors = ( -{ -name = bottom; -pos = (497,-16); -}, -{ -name = center; -pos = (511,544); -}, -{ -name = hook; -pos = (908,0); -}, -{ -name = hookup; -pos = (1214,1443); -}, -{ -name = top; -pos = (1215,1443); -}, -{ -name = topbar; -pos = (1117,1251); -}, -{ -name = topright; -pos = (1491,1520); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,189,o), -(133,-20,o), -(433,-20,cs), -(642,-20,o), -(834,90,o), -(929,266,c), -(936,266,l), -(879,-1,l), -(929,-1,l), -(1239,1443,l), -(1189,1443,l), -(1041,761,l), -(1035,761,l), -(1010,942,o), -(867,1055,o), -(664,1055,cs), -(363,1055,o), -(130,850,o), -(61,523,cs) -); -}, -{ -closed = 1; -nodes = ( -(925,212,o), -(716,28,o), -(444,28,cs), -(175,28,o), -(46,219,o), -(111,523,cs), -(174,820,o), -(384,1007,o), -(654,1007,cs), -(924,1007,o), -(1052,813,o), -(987,505,cs) -); -} -); -width = 1153; -}, -{ -anchors = ( -{ -name = bottom; -pos = (492,-20); -}, -{ -name = center; -pos = (482,520); -}, -{ -name = hook; -pos = (889,0); -}, -{ -name = hookup; -pos = (1197,1443); -}, -{ -name = top; -pos = (1201,1443); -}, -{ -name = topbar; -pos = (1097,1171); -}, -{ -name = topright; -pos = (1595,1519); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,186,o), -(133,-20,o), -(433,-20,cs), -(603,-20,o), -(757,66,o), -(830,202,c), -(842,202,l), -(798,-1,l), -(978,-1,l), -(1287,1443,l), -(1107,1443,l), -(978,842,l), -(966,842,l), -(957,973,o), -(842,1055,o), -(664,1055,cs), -(363,1055,o), -(129,846,o), -(59,513,cs) -); -}, -{ -closed = 1; -nodes = ( -(859,283,o), -(701,138,o), -(500,138,cs), -(291,138,o), -(190,283,o), -(239,513,cs), -(289,748,o), -(452,895,o), -(663,895,cs), -(859,895,o), -(954,748,o), -(908,515,cs) -); -} -); -width = 1201; -}, -{ -anchors = ( -{ -name = bottom; -pos = (597,-20); -}, -{ -name = center; -pos = (708,550); -}, -{ -name = hook; -pos = (984,2); -}, -{ -name = hookup; -pos = (1292,1443); -}, -{ -name = top; -pos = (1287,1443); -}, -{ -name = topbar; -pos = (1166,1159); -}, -{ -name = topright; -pos = (1692,1633); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-18,184,o), -(129,-36,o), -(436,-36,cs), -(594,-36,o), -(730,33,o), -(792,144,c), -(810,144,l), -(779,0,l), -(1178,0,l), -(1484,1443,l), -(1085,1443,l), -(971,901,l), -(953,901,l), -(931,1039,o), -(826,1125,o), -(682,1125,cs), -(375,1125,o), -(134,897,o), -(57,534,cs) -); -}, -{ -closed = 1; -nodes = ( -(855,355,o), -(747,240,o), -(615,240,cs), -(479,240,o), -(419,355,o), -(458,538,cs), -(496,720,o), -(606,834,o), -(742,834,cs), -(874,834,o), -(932,720,o), -(894,538,cs) -); -} -); -width = 1405; -} -); -metricLeft = o; -metricRight = i; -unicode = 100; -}, -{ -glyphname = dcaron; -lastChange = "2025-04-30 09:27:39 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = d; -}, -{ -pos = (1048,77); -ref = caron.l; -} -); -width = 1160; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = d; -}, -{ -pos = (1100,0); -ref = caron.l; -} -); -width = 1219; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = d; -}, -{ -pos = (1206,217); -ref = caron.l; -} -); -width = 1456; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = d; -}, -{ -pos = (1097,77); -ref = caron.l; -} -); -width = 1153; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = d; -}, -{ -pos = (1149,76); -ref = caron.l; -} -); -width = 1201; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = d; -}, -{ -pos = (1194,190); -ref = caron.l; -} -); -width = 1405; -} -); -unicode = 271; -}, -{ -glyphname = dcroat; -kernLeft = sround; -kernRight = dcroat; -lastChange = "2025-05-09 07:45:18 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -pos = (644,62); -ref = topbar; -} -); -width = 1317; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -pos = (582,32); -ref = topbar; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -pos = (679,-30); -ref = topbar; -} -); -width = 1502; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -pos = (642,62); -ref = topbar; -} -); -width = 1312; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -pos = (563,32); -ref = topbar; -} -); -width = 1350; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = d; -}, -{ -pos = (606,10); -ref = topbar; -} -); -width = 1478; -} -); -metricLeft = d; -tags = ( -topbar -); -unicode = 273; -}, -{ -glyphname = eth; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(825,-20,o), -(1007,167,o), -(1007,464,cs), -(1007,692,o), -(951,951,o), -(862,1136,cs), -(780,1307,o), -(613,1471,o), -(429,1561,c), -(428,1505,l), -(589,1430,o), -(739,1280,o), -(817,1115,cs), -(875,992,o), -(921,841,o), -(935,723,c), -(931,719,l), -(860,855,o), -(699,939,o), -(512,938,cs), -(234,935,o), -(60,753,o), -(60,467,cs), -(60,168,o), -(243,-20,o), -(535,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(958,194,o), -(793,28,o), -(529,28,cs), -(270,28,o), -(108,197,o), -(108,466,cs), -(108,727,o), -(264,891,o), -(512,891,cs), -(786,891,o), -(958,724,o), -(958,458,cs) -); -}, -{ -closed = 1; -nodes = ( -(991,1301,l), -(991,1350,l), -(123,1113,l), -(119,1061,l) -); -} -); -width = 1067; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(919,-20,o), -(1123,181,o), -(1123,501,cs), -(1123,770,o), -(1058,1046,o), -(955,1216,cs), -(841,1409,o), -(627,1545,o), -(399,1569,c), -(399,1416,l), -(572,1390,o), -(725,1292,o), -(796,1161,cs), -(843,1079,o), -(880,962,o), -(892,860,c), -(880,856,l), -(818,945,o), -(685,1000,o), -(535,999,cs), -(243,996,o), -(60,805,o), -(60,504,cs), -(60,182,o), -(266,-20,o), -(593,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(943,277,o), -(806,140,o), -(587,140,cs), -(374,140,o), -(240,277,o), -(240,495,cs), -(240,705,o), -(374,837,o), -(587,837,cs), -(806,837,o), -(943,705,o), -(943,495,cs) -); -}, -{ -closed = 1; -nodes = ( -(1151,1269,l), -(1151,1424,l), -(200,1224,l), -(196,1054,l) -); -} -); -width = 1211; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1028,-36,o), -(1256,188,o), -(1256,546,cs), -(1256,793,o), -(1194,1052,o), -(1094,1216,cs), -(937,1481,o), -(643,1647,o), -(332,1647,c), -(332,1413,l), -(493,1413,o), -(640,1324,o), -(714,1183,cs), -(784,1064,o), -(828,931,o), -(828,839,c), -(810,836,l), -(759,942,o), -(628,1002,o), -(469,994,cs), -(218,981,o), -(60,794,o), -(60,511,cs), -(60,175,o), -(293,-36,o), -(665,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(538,328,o), -(460,403,o), -(460,522,cs), -(460,641,o), -(538,716,o), -(661,716,cs), -(781,716,o), -(857,641,o), -(857,522,cs), -(857,403,o), -(781,328,o), -(661,328,cs) -); -}, -{ -closed = 1; -nodes = ( -(1231,1252,l), -(1231,1475,l), -(198,1275,l), -(194,1038,l) -); -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(729,-20,o), -(944,167,o), -(996,464,cs), -(1036,692,o), -(1026,951,o), -(969,1136,cs), -(918,1307,o), -(780,1471,o), -(611,1561,c), -(601,1505,l), -(748,1430,o), -(872,1280,o), -(921,1115,cs), -(957,992,o), -(976,841,o), -(970,723,c), -(965,719,l), -(918,855,o), -(772,939,o), -(585,938,cs), -(306,935,o), -(100,753,o), -(49,467,cs), -(-3,168,o), -(147,-20,o), -(439,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(899,194,o), -(705,28,o), -(441,28,cs), -(182,28,o), -(50,197,o), -(97,466,cs), -(143,727,o), -(328,891,o), -(576,891,cs), -(850,891,o), -(993,724,o), -(946,458,cs) -); -}, -{ -closed = 1; -nodes = ( -(1128,1301,l), -(1136,1350,l), -(226,1113,l), -(213,1061,l) -); -} -); -width = 1068; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(824,-20,o), -(1063,181,o), -(1120,501,cs), -(1167,770,o), -(1151,1046,o), -(1078,1216,cs), -(998,1409,o), -(808,1545,o), -(584,1569,c), -(557,1416,l), -(726,1390,o), -(861,1292,o), -(909,1161,cs), -(942,1079,o), -(958,962,o), -(952,860,c), -(939,856,l), -(893,945,o), -(770,1000,o), -(620,999,cs), -(327,996,o), -(110,805,o), -(57,504,cs), -(1,182,o), -(171,-20,o), -(498,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(900,277,o), -(739,140,o), -(520,140,cs), -(307,140,o), -(197,277,o), -(236,495,cs), -(273,705,o), -(430,837,o), -(643,837,cs), -(862,837,o), -(976,705,o), -(939,495,cs) -); -}, -{ -closed = 1; -nodes = ( -(1283,1269,l), -(1311,1424,l), -(324,1224,l), -(290,1054,l) -); -} -); -width = 1184; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(924,-36,o), -(1191,188,o), -(1254,546,cs), -(1298,793,o), -(1281,1052,o), -(1210,1216,cs), -(1100,1481,o), -(835,1647,o), -(524,1647,c), -(483,1413,l), -(644,1413,o), -(775,1324,o), -(825,1183,cs), -(874,1064,o), -(894,931,o), -(878,839,c), -(859,836,l), -(827,942,o), -(707,1002,o), -(546,994,cs), -(293,981,o), -(102,794,o), -(52,511,cs), -(-7,175,o), -(189,-36,o), -(561,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(498,328,o), -(433,403,o), -(454,522,cs), -(475,641,o), -(566,716,o), -(689,716,cs), -(809,716,o), -(872,641,o), -(851,522,cs), -(830,403,o), -(741,328,o), -(621,328,cs) -); -}, -{ -closed = 1; -nodes = ( -(1354,1252,l), -(1393,1475,l), -(325,1275,l), -(279,1038,l) -); -} -); -width = 1315; -} -); -metricLeft = o; -metricRight = o; -unicode = 240; -}, -{ -glyphname = e; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (539,2); -}, -{ -name = ogonek; -pos = (566,-9); -}, -{ -name = top; -pos = (537,1056); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(103,502,l), -(986,502,l), -(986,536,l), -(986,841,o), -(801,1056,o), -(537,1056,cs), -(257,1056,o), -(60,838,o), -(60,528,cs), -(60,207,o), -(262,-19,o), -(549,-19,cs), -(707,-19,o), -(870,45,o), -(944,137,c), -(915,179,l), -(848,91,o), -(697,29,o), -(549,29,cs), -(291,29,o), -(110,231,o), -(110,518,c), -(110,539,l), -(110,814,o), -(287,1008,o), -(538,1008,cs), -(772,1008,o), -(936,817,o), -(936,546,c), -(936,513,l), -(953,550,l), -(103,550,l) -); -} -); -width = 1046; -}, -{ -anchors = ( -{ -name = bottom; -pos = (562,0); -}, -{ -name = ogonek; -pos = (599,-6); -}, -{ -name = top; -pos = (562,1056); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,445,l), -(1017,445,l), -(1017,511,l), -(1017,831,o), -(825,1056,o), -(552,1056,cs), -(261,1056,o), -(58,834,o), -(60,518,cs), -(61,203,o), -(274,-19,o), -(576,-19,cs), -(712,-19,o), -(878,37,o), -(979,117,c), -(894,256,l), -(815,188,o), -(686,141,o), -(582,141,cs), -(384,141,o), -(245,274,o), -(245,462,c), -(245,593,l), -(245,771,o), -(373,896,o), -(555,896,cs), -(722,896,o), -(840,769,o), -(840,588,c), -(840,477,l), -(938,600,l), -(226,600,l) -); -} -); -width = 1077; -}, -{ -anchors = ( -{ -name = bottom; -pos = (642,-10); -}, -{ -name = ogonek; -pos = (654,-19); -}, -{ -name = top; -pos = (616,1124); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(968,-36,o), -(1214,186,o), -(1214,501,cs), -(1214,808,o), -(968,1024,o), -(617,1024,cs), -(275,1024,o), -(34,808,o), -(34,501,cs), -(34,186,o), -(275,-36,o), -(617,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(510,254,o), -(434,356,o), -(434,501,cs), -(434,638,o), -(510,734,o), -(617,734,cs), -(733,734,o), -(814,638,o), -(814,501,cs), -(814,356,o), -(733,254,o), -(617,254,cs) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(420,438,l), -(1154,438,l), -(1154,534,l), -(1154,880,o), -(932,1124,o), -(616,1124,cs), -(288,1124,o), -(58,883,o), -(60,540,cs), -(62,202,o), -(307,-35,o), -(654,-35,cs), -(832,-35,o), -(1021,37,o), -(1111,139,c), -(942,357,l), -(873,281,o), -(783,246,o), -(692,246,cs), -(543,246,o), -(439,333,o), -(439,456,c), -(439,639,l), -(439,748,o), -(513,825,o), -(619,825,cs), -(728,825,o), -(804,746,o), -(804,633,c), -(804,515,l), -(921,665,l), -(419,665,l) -); -} -); -width = 1214; -}, -{ -anchors = ( -{ -name = bottom; -pos = (448,2); -}, -{ -name = ogonek; -pos = (473,-9); -}, -{ -name = top; -pos = (632,1056); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,502,l), -(983,502,l), -(987,526,l), -(1042,837,o), -(895,1056,o), -(632,1056,cs), -(352,1056,o), -(117,838,o), -(62,528,cs), -(5,207,o), -(166,-19,o), -(454,-19,cs), -(612,-19,o), -(786,45,o), -(877,137,c), -(855,179,l), -(773,91,o), -(611,29,o), -(463,29,cs), -(205,29,o), -(59,231,o), -(110,518,c), -(114,539,l), -(162,814,o), -(381,1008,o), -(644,1008,cs), -(866,1008,o), -(989,817,o), -(941,546,c), -(935,513,l), -(959,550,l), -(109,550,l) -); -} -); -width = 1047; -}, -{ -anchors = ( -{ -name = bottom; -pos = (490,0); -}, -{ -name = ogonek; -pos = (525,-6); -}, -{ -name = top; -pos = (631,1056); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(219,435,l), -(1002,435,l), -(1014,493,l), -(1072,824,o), -(912,1056,o), -(627,1056,cs), -(348,1056,o), -(113,830,o), -(58,508,cs), -(5,199,o), -(179,-19,o), -(481,-19,cs), -(611,-19,o), -(784,37,o), -(898,117,c), -(838,256,l), -(746,188,o), -(605,141,o), -(495,141,cs), -(313,141,o), -(207,269,o), -(239,452,c), -(262,583,l), -(295,767,o), -(452,896,o), -(642,896,cs), -(798,896,o), -(884,765,o), -(850,578,c), -(831,467,l), -(951,590,l), -(245,590,l) -); -} -); -width = 1080; -}, -{ -anchors = ( -{ -name = bottom; -pos = (574,-10); -}, -{ -name = ogonek; -pos = (585,-19); -}, -{ -name = top; -pos = (698,1124); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(978,-36,o), -(1224,186,o), -(1224,501,cs), -(1224,808,o), -(978,1024,o), -(627,1024,cs), -(285,1024,o), -(44,808,o), -(44,501,cs), -(44,186,o), -(285,-36,o), -(627,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(520,254,o), -(444,356,o), -(444,501,cs), -(444,638,o), -(520,734,o), -(627,734,cs), -(743,734,o), -(824,638,o), -(824,501,cs), -(824,356,o), -(743,254,o), -(627,254,cs) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,438,l), -(1165,438,l), -(1180,505,l), -(1244,868,o), -(1045,1124,o), -(698,1124,cs), -(382,1124,o), -(118,883,o), -(59,540,cs), -(2,202,o), -(226,-35,o), -(602,-35,cs), -(769,-35,o), -(962,37,o), -(1069,139,c), -(939,357,l), -(872,292,o), -(736,246,o), -(609,246,cs), -(473,246,o), -(392,333,o), -(413,456,c), -(446,639,l), -(467,760,o), -(580,845,o), -(720,845,cs), -(818,845,o), -(872,757,o), -(850,633,c), -(829,515,l), -(972,665,l), -(430,665,l) -); -} -); -width = 1250; -} -); -metricLeft = o; -metricRight = o; -unicode = 101; -}, -{ -glyphname = eacute; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (418,116); -ref = acute; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (385,116); -ref = acute; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (399,124); -ref = acute; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (447,116); -ref = acute; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (369,116); -ref = acute; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (385,124); -ref = acute; -} -); -width = 1250; -} -); -metricLeft = o; -metricRight = o; -unicode = 233; -}, -{ -glyphname = ecaron; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (220,116); -ref = caroncomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (180,116); -ref = caroncomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (96,124); -ref = caroncomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (226,116); -ref = caroncomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (152,116); -ref = caroncomb; -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (90,118); -ref = caroncomb; -} -); -width = 1329; -} -); -unicode = 283; -}, -{ -glyphname = ecedilla; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (361,2); -ref = cedillacomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (322,0); -ref = cedillacomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (366,-10); -ref = cedillacomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (380,2); -ref = cedillacomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (340,0); -ref = cedillacomb; -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (424,-10); -ref = cedillacomb; -} -); -width = 1329; -} -); -unicode = 553; -}, -{ -glyphname = ecircumflex; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (218,116); -ref = circumflexcomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (181,116); -ref = circumflexcomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (91,124); -ref = circumflexcomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (224,116); -ref = circumflexcomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (157,116); -ref = circumflexcomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (77,124); -ref = circumflexcomb; -} -); -width = 1250; -} -); -unicode = 234; -}, -{ -glyphname = edieresis; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (251,116); -ref = dieresiscomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (209,116); -ref = dieresiscomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (157,124); -ref = dieresiscomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (245,116); -ref = dieresiscomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (175,116); -ref = dieresiscomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (143,124); -ref = dieresiscomb; -} -); -width = 1250; -} -); -unicode = 235; -}, -{ -glyphname = edotaccent; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (392,116); -ref = dotaccentcomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (350,116); -ref = dotaccentcomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (344,124); -ref = dotaccentcomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (395,116); -ref = dotaccentcomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (320,116); -ref = dotaccentcomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (323,124); -ref = dotaccentcomb; -} -); -width = 1250; -} -); -metricLeft = o; -metricRight = o; -unicode = 279; -}, -{ -glyphname = egrave; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (311,116); -ref = gravecomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (226,116); -ref = gravecomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (200,124); -ref = gravecomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (294,116); -ref = gravecomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (202,116); -ref = gravecomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (191,124); -ref = gravecomb; -} -); -width = 1250; -} -); -metricLeft = o; -metricRight = o; -unicode = 232; -}, -{ -glyphname = emacron; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (227,116); -ref = macroncomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (215,116); -ref = macroncomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -pos = (179,124); -ref = macroncomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (227,116); -ref = macroncomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (188,116); -ref = macroncomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -pos = (173,124); -ref = macroncomb; -} -); -width = 1250; -} -); -metricLeft = o; -metricRight = o; -unicode = 275; -}, -{ -glyphname = eogonek; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (337,-9); -ref = ogonekcomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (302,-6); -ref = ogonekcomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (292,-19); -ref = ogonekcomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (384,-9); -ref = ogonekcomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (372,-6); -ref = ogonekcomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (374,-19); -ref = ogonekcomb; -} -); -width = 1250; -} -); -metricLeft = o; -metricRight = o; -unicode = 281; -}, -{ -glyphname = etilde; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (236,16); -ref = tildecomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (192,116); -ref = tildecomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (136,123); -ref = tildecomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (202,16); -ref = tildecomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (152,116); -ref = tildecomb; -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = e; -}, -{ -alignment = -1; -pos = (85,123); -ref = tildecomb; -} -); -width = 1329; -} -); -unicode = 7869; -}, -{ -glyphname = f; -kernLeft = f; -kernRight = f; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (368,0); -}, -{ -name = top; -pos = (368,1950); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,0,l), -(308,0,l), -(308,1221,ls), -(308,1341,o), -(392,1421,o), -(517,1421,cs), -(570,1421,o), -(646,1399,o), -(709,1367,c), -(709,1419,l), -(661,1449,o), -(585,1469,o), -(520,1469,cs), -(367,1469,o), -(262,1372,o), -(257,1226,c) -); -}, -{ -closed = 1; -nodes = ( -(60,991,l), -(716,991,l), -(716,1041,l), -(60,1041,l) -); -} -); -width = 776; -}, -{ -anchors = ( -{ -name = bottom; -pos = (368,0); -}, -{ -name = top; -pos = (368,1950); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,0,l), -(408,0,l), -(408,1183,ls), -(408,1268,o), -(468,1325,o), -(557,1325,cs), -(620,1325,o), -(692,1313,o), -(737,1294,c), -(737,1445,l), -(688,1469,o), -(617,1485,o), -(560,1485,cs), -(365,1485,o), -(232,1380,o), -(227,1222,c) -); -}, -{ -closed = 1; -nodes = ( -(20,880,l), -(736,880,l), -(736,1040,l), -(20,1040,l) -); -} -); -width = 797; -}, -{ -anchors = ( -{ -name = bottom; -pos = (512,0); -}, -{ -name = top; -pos = (512,1950); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(241,2,l), -(641,2,l), -(641,1162,ls), -(641,1220,o), -(688,1259,o), -(758,1259,cs), -(792,1259,o), -(849,1253,o), -(899,1245,c), -(899,1519,l), -(851,1538,o), -(737,1550,o), -(613,1550,cs), -(393,1550,o), -(245,1409,o), -(241,1198,c) -); -}, -{ -closed = 1; -nodes = ( -(60,780,l), -(900,780,l), -(900,1100,l), -(60,1100,l) -); -} -); -width = 960; -}, -{ -anchors = ( -{ -name = bottom; -pos = (203,0); -}, -{ -name = top; -pos = (618,1950); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,0,l), -(193,0,l), -(473,1321,ls), -(497,1432,o), -(573,1501,o), -(671,1501,cs), -(746,1501,o), -(818,1483,o), -(854,1454,c), -(882,1499,l), -(847,1530,o), -(771,1549,o), -(685,1549,cs), -(558,1549,o), -(457,1463,o), -(424,1326,c) -); -}, -{ -closed = 1; -nodes = ( -(106,991,l), -(762,991,l), -(773,1041,l), -(117,1041,l) -); -} -); -width = 734; -}, -{ -anchors = ( -{ -name = bottom; -pos = (243,0); -}, -{ -name = top; -pos = (658,1950); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(102,0,l), -(283,0,l), -(552,1266,ls), -(568,1341,o), -(620,1388,o), -(688,1388,cs), -(725,1388,o), -(813,1380,o), -(852,1367,c), -(926,1518,l), -(882,1536,o), -(781,1548,o), -(725,1548,cs), -(550,1548,o), -(414,1443,o), -(373,1275,c) -); -}, -{ -closed = 1; -nodes = ( -(83,880,l), -(789,880,l), -(823,1040,l), -(117,1040,l) -); -} -); -width = 774; -}, -{ -anchors = ( -{ -name = bottom; -pos = (512,0); -}, -{ -name = top; -pos = (512,1950); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(74,2,l), -(474,2,l), -(732,1222,ls), -(740,1263,o), -(772,1289,o), -(814,1289,cs), -(842,1289,o), -(912,1284,o), -(947,1275,c), -(1037,1559,l), -(983,1572,o), -(856,1580,o), -(771,1580,cs), -(558,1580,o), -(383,1440,o), -(331,1218,c) -); -}, -{ -closed = 1; -nodes = ( -(62,800,l), -(862,800,l), -(926,1100,l), -(126,1100,l) -); -} -); -width = 883; -} -); -metricRight = o; -unicode = 102; -}, -{ -glyphname = g; -kernLeft = sround; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (594,-494); -}, -{ -name = hook; -pos = (1022,1040); -}, -{ -name = top; -pos = (508,1058); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(764,50,o), -(936,154,o), -(993,311,c), -(997,311,l), -(997,34,ls), -(997,-176,o), -(821,-316,o), -(556,-316,cs), -(411,-316,o), -(246,-261,o), -(145,-178,c), -(116,-218,l), -(223,-306,o), -(399,-364,o), -(556,-364,cs), -(851,-364,o), -(1047,-205,o), -(1047,34,cs), -(1047,1040,l), -(997,1040,l), -(997,777,l), -(993,777,l), -(933,944,o), -(761,1055,o), -(563,1055,cs), -(261,1055,o), -(60,852,o), -(60,547,cs), -(60,249,o), -(261,50,o), -(563,50,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,823,o), -(290,1006,o), -(560,1007,cs), -(822,1009,o), -(997,826,o), -(997,549,cs), -(997,278,o), -(822,98,o), -(560,98,cs), -(290,98,o), -(110,278,o), -(110,549,cs) -); -} -); -width = 1157; -}, -{ -anchors = ( -{ -name = bottom; -pos = (620,-494); -}, -{ -name = hook; -pos = (999,1040); -}, -{ -name = top; -pos = (578,1053); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(691,60,o), -(838,127,o), -(897,219,c), -(909,219,l), -(909,93,ls), -(909,-80,o), -(771,-207,o), -(580,-209,cs), -(449,-213,o), -(289,-166,o), -(201,-98,c), -(137,-248,l), -(243,-323,o), -(432,-374,o), -(588,-370,cs), -(879,-366,o), -(1089,-180,o), -(1089,74,cs), -(1089,1040,l), -(909,1040,l), -(909,905,l), -(897,905,l), -(835,992,o), -(689,1055,o), -(548,1055,cs), -(265,1055,o), -(60,845,o), -(60,555,cs), -(60,268,o), -(265,60,o), -(548,60,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,751,o), -(384,894,o), -(583,895,cs), -(772,897,o), -(909,754,o), -(909,555,cs), -(909,361,o), -(772,220,o), -(583,220,cs), -(384,220,o), -(240,361,o), -(240,555,cs) -); -} -); -width = 1199; -}, -{ -anchors = ( -{ -name = bottom; -pos = (720,-494); -}, -{ -name = hook; -pos = (1079,1100); -}, -{ -name = top; -pos = (682,1122); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(678,91,o), -(814,154,o), -(857,242,c), -(875,242,l), -(875,134,ls), -(875,10,o), -(761,-81,o), -(603,-83,cs), -(491,-87,o), -(344,-48,o), -(253,9,c), -(126,-261,l), -(250,-339,o), -(493,-391,o), -(705,-385,cs), -(1041,-379,o), -(1285,-190,o), -(1285,64,cs), -(1285,1100,l), -(875,1100,l), -(875,979,l), -(857,979,l), -(816,1062,o), -(680,1122,o), -(532,1122,cs), -(258,1122,o), -(60,904,o), -(60,604,cs), -(60,306,o), -(258,91,o), -(532,91,cs) -); -}, -{ -closed = 1; -nodes = ( -(435,739,o), -(528,839,o), -(657,840,cs), -(783,841,o), -(875,741,o), -(875,601,cs), -(875,466,o), -(783,369,o), -(657,369,cs), -(528,369,o), -(435,466,o), -(435,601,cs) -); -} -); -width = 1395; -}, -{ -anchors = ( -{ -name = bottom; -pos = (379,-494); -}, -{ -name = hook; -pos = (1133,1040); -}, -{ -name = top; -pos = (682,1058); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(660,30,o), -(849,138,o), -(949,311,c), -(953,311,l), -(894,34,ls), -(848,-181,o), -(649,-316,o), -(378,-316,cs), -(229,-316,o), -(83,-263,o), -(-3,-178,c), -(-41,-218,l), -(50,-308,o), -(207,-364,o), -(368,-364,cs), -(670,-364,o), -(892,-210,o), -(944,34,cs), -(1158,1040,l), -(1108,1040,l), -(1052,777,l), -(1048,777,l), -(1023,948,o), -(880,1055,o), -(677,1055,cs), -(368,1055,o), -(132,859,o), -(66,547,cs), -(-2,229,o), -(150,30,o), -(459,30,cs) -); -}, -{ -closed = 1; -nodes = ( -(176,829,o), -(387,1006,o), -(664,1007,cs), -(932,1009,o), -(1063,832,o), -(1003,549,cs), -(942,260,o), -(734,78,o), -(466,78,cs), -(190,78,o), -(55,260,o), -(116,549,cs) -); -} -); -width = 1157; -}, -{ -anchors = ( -{ -name = bottom; -pos = (404,-494); -}, -{ -name = hook; -pos = (1109,1040); -}, -{ -name = top; -pos = (671,1053); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(622,40,o), -(769,105,o), -(837,209,c), -(843,209,l), -(812,63,ls), -(777,-102,o), -(627,-207,o), -(425,-209,cs), -(287,-213,o), -(149,-170,o), -(69,-98,c), -(-26,-248,l), -(69,-327,o), -(233,-374,o), -(399,-370,cs), -(707,-366,o), -(935,-206,o), -(988,44,cs), -(1199,1040,l), -(1019,1040,l), -(986,885,l), -(980,885,l), -(949,989,o), -(830,1055,o), -(671,1055,cs), -(365,1055,o), -(132,860,o), -(66,550,cs), -(0,237,o), -(150,40,o), -(456,40,cs) -); -}, -{ -closed = 1; -nodes = ( -(291,761,o), -(455,894,o), -(672,895,cs), -(867,897,o), -(961,764,o), -(915,550,cs), -(869,335,o), -(719,200,o), -(525,200,cs), -(308,200,o), -(200,335,o), -(246,550,cs) -); -} -); -width = 1199; -}, -{ -anchors = ( -{ -name = bottom; -pos = (498,-494); -}, -{ -name = hook; -pos = (1196,1100); -}, -{ -name = top; -pos = (699,1122); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(590,51,o), -(722,117,o), -(787,222,c), -(805,222,l), -(780,104,ls), -(753,-21,o), -(631,-101,o), -(464,-103,cs), -(320,-108,o), -(176,-73,o), -(93,-11,c), -(-47,-261,l), -(56,-342,o), -(246,-390,o), -(446,-385,cs), -(840,-378,o), -(1124,-201,o), -(1183,74,cs), -(1402,1100,l), -(992,1100,l), -(957,939,l), -(939,939,l), -(925,1051,o), -(823,1122,o), -(673,1122,cs), -(371,1122,o), -(138,918,o), -(69,594,cs), -(-2,260,o), -(144,51,o), -(446,51,cs) -); -}, -{ -closed = 1; -nodes = ( -(478,755,o), -(586,859,o), -(723,860,cs), -(857,861,o), -(919,757,o), -(883,591,cs), -(845,412,o), -(737,299,o), -(603,299,cs), -(467,299,o), -(405,412,o), -(443,591,cs) -); -} -); -width = 1395; -} -); -metricLeft = o; -metricRight = i; -unicode = 103; -}, -{ -glyphname = gacute; -lastChange = "2025-04-30 11:57:00 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = g; -}, -{ -pos = (389,101); -ref = acutecomb; -} -); -width = 1157; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (401,95); -ref = acutecomb; -} -); -width = 1199; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = g; -}, -{ -pos = (465,231); -ref = acutecomb; -} -); -width = 1395; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = g; -}, -{ -pos = (494,101); -ref = acutecomb; -} -); -width = 1157; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = g; -}, -{ -pos = (405,95); -ref = acutecomb; -} -); -width = 1199; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = g; -}, -{ -pos = (408,231); -ref = acutecomb; -} -); -width = 1395; -} -); -unicode = 501; -}, -{ -glyphname = gbreve; -kernLeft = sround; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = g; -}, -{ -pos = (210,118); -ref = brevecomb; -} -); -width = 1157; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (229,113); -ref = brevecomb; -} -); -width = 1199; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = g; -}, -{ -pos = (207,122); -ref = brevecomb; -} -); -width = 1395; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (303,118); -ref = brevecomb; -} -); -width = 1227; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (221,113); -ref = brevecomb; -} -); -width = 1279; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (80,0); -ref = g; -}, -{ -pos = (192,122); -ref = brevecomb; -} -); -width = 1442; -} -); -unicode = 287; -}, -{ -glyphname = gcaron; -kernLeft = sround; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = g; -}, -{ -pos = (191,118); -ref = caroncomb; -} -); -width = 1157; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (196,113); -ref = caroncomb; -} -); -width = 1199; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = g; -}, -{ -pos = (162,122); -ref = caroncomb; -} -); -width = 1395; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (296,118); -ref = caroncomb; -} -); -width = 1227; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (192,113); -ref = caroncomb; -} -); -width = 1279; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (91,116); -ref = caroncomb; -} -); -width = 1465; -} -); -unicode = 487; -}, -{ -glyphname = gcircumflex; -kernLeft = sround; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = g; -}, -{ -pos = (189,118); -ref = circumflexcomb; -} -); -width = 1157; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (197,113); -ref = circumflexcomb; -} -); -width = 1199; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = g; -}, -{ -pos = (157,122); -ref = circumflexcomb; -} -); -width = 1395; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (294,118); -ref = circumflexcomb; -} -); -width = 1227; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (197,113); -ref = circumflexcomb; -} -); -width = 1279; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (98,122); -ref = circumflexcomb; -} -); -width = 1465; -} -); -unicode = 285; -}, -{ -glyphname = gcommaaccent; -lastChange = "2025-05-08 06:58:08 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = g; -}, -{ -pos = (370,108); -ref = commaaccentrotate; -} -); -width = 1157; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (380,103); -ref = commaaccentrotate; -} -); -width = 1199; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = g; -}, -{ -pos = (444,122); -ref = commaaccentrotate; -} -); -width = 1395; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (583,108); -ref = commaaccentrotate; -} -); -width = 1157; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = g; -}, -{ -alignment = -1; -pos = (515,103); -ref = commaaccentrotate; -} -); -width = 1199; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = g; -}, -{ -pos = (365,122); -ref = commaaccentrotate; -} -); -width = 1395; -} -); -unicode = 291; -}, -{ -glyphname = gdot; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = g; -}, -{ -pos = (363,118); -ref = dotaccentcomb; -} -); -width = 1157; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = g; -}, -{ -pos = (366,113); -ref = dotaccentcomb; -} -); -width = 1199; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = g; -}, -{ -pos = (410,122); -ref = dotaccentcomb; -} -); -width = 1395; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = g; -}, -{ -pos = (445,118); -ref = dotaccentcomb; -} -); -width = 1157; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = g; -}, -{ -pos = (360,113); -ref = dotaccentcomb; -} -); -width = 1199; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = g; -}, -{ -pos = (324,122); -ref = dotaccentcomb; -} -); -width = 1395; -} -); -unicode = 289; -}, -{ -glyphname = h; -kernLeft = sflat; -kernRight = n; -lastChange = "2025-05-09 07:46:03 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (531,0); -}, -{ -name = center; -pos = (531,975); -}, -{ -name = hook; -pos = (921,0); -}, -{ -name = top; -pos = (116,1443); -}, -{ -name = topbar; -pos = (110,1231); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,859,o), -(290,1007,o), -(526,1007,cs), -(753,1007,o), -(896,863,o), -(896,633,cs), -(896,0,l), -(946,0,l), -(946,633,ls), -(946,892,o), -(784,1055,o), -(526,1055,cs), -(333,1055,o), -(186,966,o), -(144,825,c), -(140,825,l), -(140,1443,l), -(90,1443,l), -(90,0,l), -(140,0,l), -(140,624,l) -); -} -); -width = 1026; -}, -{ -anchors = ( -{ -name = bottom; -pos = (547,0); -}, -{ -name = center; -pos = (547,975); -}, -{ -name = hook; -pos = (926,0); -}, -{ -name = top; -pos = (181,1443); -}, -{ -name = topbar; -pos = (170,1161); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,777,o), -(396,894,o), -(571,895,cs), -(726,896,o), -(830,781,o), -(830,607,cs), -(830,0,l), -(1010,0,l), -(1010,648,ls), -(1010,892,o), -(854,1055,o), -(620,1055,cs), -(469,1055,o), -(334,987,o), -(282,885,c), -(270,885,l), -(270,1443,l), -(90,1443,l), -(90,0,l), -(270,0,l), -(270,602,l) -); -} -); -width = 1090; -}, -{ -anchors = ( -{ -name = bottom; -pos = (659,0); -}, -{ -name = center; -pos = (669,975); -}, -{ -name = hook; -pos = (1022,0); -}, -{ -name = top; -pos = (301,1443); -}, -{ -name = topbar; -pos = (267,1130); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(490,726,o), -(536,799,o), -(650,798,cs), -(764,798,o), -(810,725,o), -(810,616,cs), -(810,0,l), -(1210,0,l), -(1210,744,ls), -(1210,972,o), -(1066,1124,o), -(804,1124,cs), -(643,1124,o), -(543,1053,o), -(508,947,c), -(490,947,l), -(490,1443,l), -(90,1443,l), -(90,0,l), -(490,0,l), -(490,616,ls) -); -} -); -width = 1290; -}, -{ -anchors = ( -{ -name = bottom; -pos = (471,0); -}, -{ -name = center; -pos = (679,975); -}, -{ -name = hook; -pos = (861,0); -}, -{ -name = top; -pos = (362,1443); -}, -{ -name = topbar; -pos = (336,1251); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,859,o), -(445,1007,o), -(681,1007,cs), -(908,1007,o), -(1020,863,o), -(971,633,cs), -(836,0,l), -(886,0,l), -(1021,633,ls), -(1076,892,o), -(949,1055,o), -(691,1055,cs), -(498,1055,o), -(332,966,o), -(260,825,c), -(256,825,l), -(386,1443,l), -(336,1443,l), -(30,0,l), -(80,0,l), -(213,624,l) -); -} -); -width = 1127; -}, -{ -anchors = ( -{ -name = bottom; -pos = (486,0); -}, -{ -name = center; -pos = (694,975); -}, -{ -name = hook; -pos = (861,0); -}, -{ -name = top; -pos = (428,1443); -}, -{ -name = topbar; -pos = (388,1171); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(393,797,o), -(530,895,o), -(701,895,cs), -(860,895,o), -(939,795,o), -(905,637,cs), -(769,0,l), -(949,0,l), -(1087,648,ls), -(1140,898,o), -(1000,1055,o), -(724,1055,cs), -(589,1055,o), -(464,982,o), -(400,865,c), -(393,865,l), -(517,1443,l), -(337,1443,l), -(29,0,l), -(209,0,l), -(346,642,l) -); -} -); -width = 1190; -}, -{ -anchors = ( -{ -name = bottom; -pos = (582,0); -}, -{ -name = center; -pos = (800,975); -}, -{ -name = hook; -pos = (987,0); -}, -{ -name = top; -pos = (531,1443); -}, -{ -name = topbar; -pos = (477,1160); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(589,779,o), -(685,849,o), -(814,848,cs), -(918,848,o), -(969,778,o), -(945,666,cs), -(803,0,l), -(1203,0,l), -(1362,744,ls), -(1412,977,o), -(1263,1124,o), -(976,1124,cs), -(827,1124,o), -(696,1056,o), -(637,947,c), -(625,947,l), -(730,1443,l), -(330,1443,l), -(23,0,l), -(423,0,l), -(565,666,ls) -); -} -); -width = 1441; -} -); -metricLeft = n; -metricRight = n; -unicode = 104; -}, -{ -glyphname = hbar; -kernLeft = hbar; -kernRight = n; -lastChange = "2025-05-09 07:46:03 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (108,0); -ref = h; -}, -{ -pos = (-110,42); -ref = topbar; -} -); -width = 1134; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (97,0); -ref = h; -}, -{ -pos = (-120,22); -ref = topbar; -} -); -width = 1187; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (20,0); -ref = h; -}, -{ -pos = (-120,-19); -ref = topbar; -} -); -width = 1310; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (114,0); -ref = h; -}, -{ -pos = (-25,62); -ref = topbar; -} -); -width = 1241; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (112,0); -ref = h; -}, -{ -pos = (-34,32); -ref = topbar; -} -); -width = 1302; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (46,0); -ref = h; -}, -{ -pos = (-37,11); -ref = topbar; -} -); -width = 1487; -} -); -metricRight = h; -tags = ( -topbar -); -unicode = 295; -}, -{ -glyphname = hcaron; -kernLeft = sflat; -kernRight = n; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-201,503); -ref = caroncomb; -} -); -width = 1026; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-201,503); -ref = caroncomb; -} -); -width = 1090; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-219,443); -ref = caroncomb; -} -); -width = 1290; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-57,580); -ref = caroncomb; -} -); -width = 1126; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-75,580); -ref = caroncomb; -} -); -width = 1190; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-110,514); -ref = caroncomb; -} -); -width = 1441; -} -); -unicode = 543; -}, -{ -glyphname = hcircumflex; -kernLeft = sflat; -kernRight = n; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-203,503); -ref = circumflexcomb; -} -); -width = 1026; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-200,503); -ref = circumflexcomb; -} -); -width = 1090; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = h; -}, -{ -pos = (-224,443); -ref = circumflexcomb; -} -); -width = 1290; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-59,580); -ref = circumflexcomb; -} -); -width = 1126; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-70,580); -ref = circumflexcomb; -} -); -width = 1190; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = h; -}, -{ -alignment = -1; -pos = (-103,520); -ref = circumflexcomb; -} -); -width = 1441; -} -); -unicode = 293; -}, -{ -glyphname = i; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (145,0); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,0,l), -(170,1040,l), -(120,1040,l), -(120,0,l) -); -}, -{ -closed = 1; -nodes = ( -(180,1374,l), -(180,1444,l), -(110,1444,l), -(110,1374,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = bottom; -pos = (216,0); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(306,0,l), -(306,1040,l), -(126,1040,l), -(126,0,l) -); -}, -{ -closed = 1; -nodes = ( -(322,1236,l), -(322,1443,l), -(110,1443,l), -(110,1236,l) -); -} -); -width = 432; -}, -{ -anchors = ( -{ -name = bottom; -pos = (310,0); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,0,l), -(510,1100,l), -(110,1100,l), -(110,0,l) -); -}, -{ -closed = 1; -nodes = ( -(510,1210,l), -(510,1571,l), -(110,1571,l), -(110,1210,l) -); -} -); -width = 620; -}, -{ -anchors = ( -{ -name = bottom; -pos = (34,0); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(281,1040,l), -(231,1040,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(347,1304,l), -(362,1374,l), -(292,1374,l), -(277,1304,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = bottom; -pos = (106,0); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,0,l), -(411,1040,l), -(231,1040,l), -(10,0,l) -); -}, -{ -closed = 1; -nodes = ( -(466,1246,l), -(508,1443,l), -(306,1443,l), -(264,1246,l) -); -} -); -width = 422; -}, -{ -anchors = ( -{ -name = bottom; -pos = (205,0); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(393,0,l), -(627,1100,l), -(227,1100,l), -(-7,0,l) -); -}, -{ -closed = 1; -nodes = ( -(661,1210,l), -(737,1571,l), -(337,1571,l), -(261,1210,l) -); -} -); -width = 631; -} -); -unicode = 105; -}, -{ -glyphname = idotless; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (134,0); -}, -{ -name = ogonek; -pos = (130,0); -}, -{ -name = top; -pos = (134,1147); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,0,l), -(160,1040,l), -(110,1040,l), -(110,0,l) -); -} -); -width = 270; -}, -{ -anchors = ( -{ -name = bottom; -pos = (209,0); -}, -{ -name = ogonek; -pos = (195,0); -}, -{ -name = top; -pos = (199,1130); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,0,l), -(290,1040,l), -(110,1040,l), -(110,0,l) -); -} -); -width = 400; -}, -{ -anchors = ( -{ -name = bottom; -pos = (320,0); -}, -{ -name = ogonek; -pos = (324,5); -}, -{ -name = top; -pos = (320,1150); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(520,0,l), -(520,1100,l), -(110,1100,l), -(110,0,l) -); -} -); -width = 630; -}, -{ -anchors = ( -{ -name = bottom; -pos = (23,0); -}, -{ -name = ogonek; -pos = (19,0); -}, -{ -name = top; -pos = (267,1147); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,0,l), -(271,1040,l), -(221,1040,l), -(-1,0,l) -); -} -); -width = 270; -}, -{ -anchors = ( -{ -name = bottom; -pos = (98,0); -}, -{ -name = ogonek; -pos = (84,0); -}, -{ -name = top; -pos = (329,1130); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,0,l), -(401,1040,l), -(221,1040,l), -(-1,0,l) -); -} -); -width = 400; -}, -{ -anchors = ( -{ -name = bottom; -pos = (203,0); -}, -{ -name = ogonek; -pos = (208,5); -}, -{ -name = top; -pos = (448,1150); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(403,0,l), -(637,1100,l), -(227,1100,l), -(-7,0,l) -); -} -); -width = 630; -} -); -metricLeft = i; -metricRight = i; -unicode = 305; -}, -{ -glyphname = iacute; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (15,207); -ref = acute; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (22,190); -ref = acute; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (103,150); -ref = acute; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (82,207); -ref = acute; -} -); -width = 270; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (67,190); -ref = acute; -} -); -width = 400; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (135,150); -ref = acute; -} -); -width = 630; -} -); -unicode = 237; -}, -{ -glyphname = ibreve; -lastChange = "2025-04-30 11:26:48 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-164,207); -ref = brevecomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-150,190); -ref = brevecomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-155,150); -ref = brevecomb; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-132,207); -ref = brevecomb; -} -); -width = 270; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-121,190); -ref = brevecomb; -} -); -width = 400; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-139,150); -ref = brevecomb; -} -); -width = 630; -} -); -unicode = 301; -}, -{ -glyphname = icaron; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-183,207); -ref = caroncomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-183,190); -ref = caroncomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-200,150); -ref = caroncomb; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-139,207); -ref = caroncomb; -} -); -width = 330; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-150,190); -ref = caroncomb; -} -); -width = 480; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-180,144); -ref = caroncomb; -} -); -width = 690; -} -); -unicode = 464; -}, -{ -glyphname = icircumflex; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-185,207); -ref = circumflexcomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-182,190); -ref = circumflexcomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-205,150); -ref = circumflexcomb; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-141,207); -ref = circumflexcomb; -} -); -width = 270; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-145,190); -ref = circumflexcomb; -} -); -width = 400; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-173,150); -ref = circumflexcomb; -} -); -width = 630; -} -); -unicode = 238; -}, -{ -glyphname = idieresis; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-152,207); -ref = dieresiscomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-154,190); -ref = dieresiscomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-139,150); -ref = dieresiscomb; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-120,207); -ref = dieresiscomb; -} -); -width = 270; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-127,190); -ref = dieresiscomb; -} -); -width = 400; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-107,150); -ref = dieresiscomb; -} -); -width = 630; -} -); -unicode = 239; -}, -{ -glyphname = idotaccent; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-11,207); -ref = dotaccentcomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-13,190); -ref = dotaccentcomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (31,88); -ref = dotaccentcomb; -scale = (1.0625,1.0625); -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (30,207); -ref = dotaccentcomb; -} -); -width = 330; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (18,190); -ref = dotaccentcomb; -} -); -width = 480; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (51,88); -ref = dotaccentcomb; -scale = (1.0625,1.0625); -} -); -width = 690; -} -); -}, -{ -glyphname = igrave; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-92,207); -ref = gravecomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-137,190); -ref = gravecomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-96,150); -ref = gravecomb; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-71,207); -ref = gravecomb; -} -); -width = 270; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-100,190); -ref = gravecomb; -} -); -width = 400; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-59,150); -ref = gravecomb; -} -); -width = 630; -} -); -unicode = 236; -}, -{ -glyphname = imacron; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (142,0); -ref = idotless; -}, -{ -pos = (-34,207); -ref = macroncomb; -} -); -width = 631; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (142,0); -ref = idotless; -}, -{ -pos = (-6,190); -ref = macroncomb; -} -); -width = 631; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (64,0); -ref = idotless; -}, -{ -pos = (-53,150); -ref = macroncomb; -} -); -width = 699; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (142,0); -ref = idotless; -}, -{ -pos = (4,207); -ref = macroncomb; -} -); -width = 631; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (142,0); -ref = idotless; -}, -{ -pos = (28,190); -ref = macroncomb; -} -); -width = 631; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (64,0); -ref = idotless; -}, -{ -pos = (-13,150); -ref = macroncomb; -} -); -width = 699; -} -); -unicode = 299; -}, -{ -glyphname = iogonek; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-11,207); -ref = dotaccentcomb; -}, -{ -pos = (-99,0); -ref = ogonekcomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-13,190); -ref = dotaccentcomb; -}, -{ -pos = (-102,0); -ref = ogonekcomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (37,109); -ref = dotaccentcomb; -scale = (1.0412,1.0412); -}, -{ -pos = (-38,5); -ref = ogonekcomb; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (30,207); -ref = dotaccentcomb; -}, -{ -alignment = -1; -pos = (-70,0); -ref = ogonekcomb; -} -); -width = 330; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (18,190); -ref = dotaccentcomb; -}, -{ -alignment = -1; -pos = (-69,0); -ref = ogonekcomb; -} -); -width = 480; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (58,109); -ref = dotaccentcomb; -scale = (1.0412,1.0412); -}, -{ -alignment = -1; -pos = (-3,5); -ref = ogonekcomb; -} -); -width = 690; -} -); -unicode = 303; -}, -{ -glyphname = itilde; -lastChange = "2025-04-30 11:25:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-167,107); -ref = tildecomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-171,190); -ref = tildecomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-160,149); -ref = tildecomb; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-163,107); -ref = tildecomb; -} -); -width = 270; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-150,190); -ref = tildecomb; -} -); -width = 400; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-185,149); -ref = tildecomb; -} -); -width = 630; -} -); -unicode = 297; -}, -{ -glyphname = j; -kernLeft = j; -kernRight = j; -lastChange = "2025-04-30 03:53:36 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(145,1040,l), -(145,-222,ls), -(145,-273,o), -(118,-308,o), -(75,-312,cs), -(40,-313,o), -(-9,-304,o), -(-52,-287,c), -(-60,-335,l), -(-25,-350,o), -(28,-360,o), -(77,-360,cs), -(149,-360,o), -(195,-306,o), -(195,-221,cs), -(195,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(206,1343,l), -(206,1413,l), -(136,1413,l), -(136,1343,l) -); -} -); -width = 316; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,1041,l), -(135,-111,ls), -(135,-163,o), -(99,-200,o), -(44,-203,cs), -(-3,-204,o), -(-64,-196,o), -(-109,-182,c), -(-109,-339,l), -(-72,-354,o), -(7,-364,o), -(88,-364,cs), -(224,-364,o), -(315,-273,o), -(315,-137,cs), -(315,1041,l) -); -}, -{ -closed = 1; -nodes = ( -(333,1241,l), -(333,1448,l), -(121,1448,l), -(121,1241,l) -); -} -); -width = 443; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(442,1099,l), -(150,1099,l), -(150,-7,l), -(442,-7,l) -); -}, -{ -closed = 1; -nodes = ( -(320,-367,o), -(442,-241,o), -(442,-7,c), -(150,29,l), -(150,-91,o), -(112,-142,o), -(23,-142,c), -(93,-367,l) -); -}, -{ -closed = 1; -nodes = ( -(13,-142,l), -(13,-367,l), -(95,-367,l), -(95,-142,l) -); -}, -{ -closed = 1; -nodes = ( -(149,1268,l), -(445,1268,l), -(445,1564,l), -(149,1564,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(128,1100,l), -(128,13,ls), -(128,-45,o), -(94,-80,o), -(41,-79,cs), -(18,-79,o), -(-13,-78,o), -(-40,-76,c), -(-90,-373,l), -(-16,-383,o), -(67,-390,o), -(141,-390,cs), -(379,-390,o), -(528,-252,o), -(528,-33,cs), -(528,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(528,1240,l), -(528,1601,l), -(128,1601,l), -(128,1240,l) -); -} -); -width = 638; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(105,1040,l), -(105,-252,ls), -(105,-290,o), -(92,-310,o), -(65,-312,cs), -(42,-313,o), -(13,-308,o), -(-22,-297,c), -(-30,-345,l), -(1,-355,o), -(34,-360,o), -(67,-360,cs), -(125,-360,o), -(155,-323,o), -(155,-251,cs), -(155,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(166,1334,l), -(166,1404,l), -(96,1404,l), -(96,1334,l) -); -} -); -width = 434; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(48,1040,l), -(48,-137,ls), -(48,-164,o), -(40,-178,o), -(23,-179,cs), -(9,-180,o), -(-5,-178,o), -(-20,-174,c), -(-30,-331,l), -(-3,-337,o), -(24,-340,o), -(51,-340,cs), -(169,-340,o), -(228,-277,o), -(228,-153,cs), -(228,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(238,1250,l), -(238,1447,l), -(36,1447,l), -(36,1250,l) -); -} -); -width = 488; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(432,1099,l), -(140,1099,l), -(140,-7,l), -(432,-7,l) -); -}, -{ -closed = 1; -nodes = ( -(310,-367,o), -(432,-241,o), -(432,-7,c), -(140,29,l), -(140,-91,o), -(102,-142,o), -(13,-142,c), -(83,-367,l) -); -}, -{ -closed = 1; -nodes = ( -(3,-142,l), -(3,-367,l), -(85,-367,l), -(85,-142,l) -); -}, -{ -closed = 1; -nodes = ( -(139,1268,l), -(435,1268,l), -(435,1564,l), -(139,1564,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(118,1100,l), -(118,-17,ls), -(118,-59,o), -(102,-80,o), -(71,-79,cs), -(44,-79,o), -(17,-78,o), -(-10,-76,c), -(-30,-373,l), -(54,-384,o), -(108,-390,o), -(131,-390,cs), -(388,-390,o), -(518,-270,o), -(518,-33,cs), -(518,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(518,1240,l), -(518,1601,l), -(118,1601,l), -(118,1240,l) -); -} -); -width = 764; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; -name = "wght=100"; -shapes = ( -{ -closed = 1; -nodes = ( -(585,1040,l), -(585,-142,ls), -(585,-254,o), -(494,-311,o), -(315,-312,cs), -(177,-313,o), -(67,-298,o), -(-12,-267,c), -(-20,-315,l), -(49,-345,o), -(162,-360,o), -(317,-360,cs), -(528,-360,o), -(635,-286,o), -(635,-141,cs), -(635,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(646,1304,l), -(646,1374,l), -(576,1374,l), -(576,1304,l) -); -} -); -width = 736; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; -name = Regular; -shapes = ( -{ -closed = 1; -nodes = ( -(578,1040,l), -(578,-67,ls), -(578,-156,o), -(492,-200,o), -(323,-199,cs), -(188,-198,o), -(79,-186,o), -(0,-164,c), -(-20,-321,l), -(101,-347,o), -(225,-360,o), -(351,-360,cs), -(621,-360,o), -(758,-267,o), -(758,-83,cs), -(758,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(768,1230,l), -(768,1427,l), -(566,1427,l), -(566,1230,l) -); -} -); -width = 858; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(892,1099,l), -(600,1099,l), -(600,-7,l), -(892,-7,l) -); -}, -{ -closed = 1; -nodes = ( -(770,-367,o), -(892,-241,o), -(892,-7,c), -(600,29,l), -(600,-91,o), -(562,-142,o), -(473,-142,c), -(543,-367,l) -); -}, -{ -closed = 1; -nodes = ( -(463,-142,l), -(463,-367,l), -(545,-367,l), -(545,-142,l) -); -}, -{ -closed = 1; -nodes = ( -(599,1268,l), -(895,1268,l), -(895,1564,l), -(599,1564,l) -); -} -); -}; -layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; -name = "wght=1000"; -shapes = ( -{ -closed = 1; -nodes = ( -(578,1100,l), -(578,73,ls), -(578,-28,o), -(495,-79,o), -(331,-79,cs), -(224,-79,o), -(116,-69,o), -(10,-50,c), -(-20,-353,l), -(140,-378,o), -(278,-390,o), -(391,-390,cs), -(781,-390,o), -(978,-250,o), -(978,27,cs), -(978,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(978,1260,l), -(978,1621,l), -(578,1621,l), -(578,1260,l) -); -} -); -width = 1068; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,1040,l), -(-39,-252,ls), -(-47,-290,o), -(-65,-310,o), -(-92,-312,cs), -(-115,-313,o), -(-143,-308,o), -(-176,-297,c), -(-194,-345,l), -(-165,-355,o), -(-133,-360,o), -(-100,-360,cs), -(-42,-360,o), -(-4,-323,o), -(11,-251,cs), -(285,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(352,1304,l), -(367,1374,l), -(297,1374,l), -(282,1304,l) -); -} -); -width = 275; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(179,1040,l), -(-76,-157,ls), -(-82,-184,o), -(-92,-198,o), -(-110,-199,cs), -(-124,-200,o), -(-137,-198,o), -(-152,-194,c), -(-195,-351,l), -(-169,-357,o), -(-143,-360,o), -(-116,-360,cs), -(2,-360,o), -(74,-297,o), -(101,-173,cs), -(359,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(409,1230,l), -(451,1427,l), -(249,1427,l), -(207,1230,l) -); -} -); -width = 338; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(466,1099,l), -(174,1099,l), -(174,-7,l), -(466,-7,l) -); -}, -{ -closed = 1; -nodes = ( -(344,-367,o), -(466,-241,o), -(466,-7,c), -(174,29,l), -(174,-91,o), -(136,-142,o), -(47,-142,c), -(117,-367,l) -); -}, -{ -closed = 1; -nodes = ( -(37,-142,l), -(37,-367,l), -(119,-367,l), -(119,-142,l) -); -}, -{ -closed = 1; -nodes = ( -(173,1268,l), -(469,1268,l), -(469,1564,l), -(173,1564,l) -); -} -); -}; -layerId = "77632039-C6CA-48A4-B25B-65842203997B"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,1100,l), -(18,-17,ls), -(9,-59,o), -(-12,-80,o), -(-43,-79,cs), -(-70,-79,o), -(-96,-78,o), -(-123,-76,c), -(-206,-373,l), -(-124,-384,o), -(-72,-390,o), -(-49,-390,cs), -(208,-390,o), -(364,-270,o), -(414,-33,cs), -(655,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(689,1260,l), -(766,1621,l), -(366,1621,l), -(289,1260,l) -); -} -); -width = 608; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(698,1040,l), -(447,-142,ls), -(423,-254,o), -(320,-311,o), -(141,-312,cs), -(3,-313,o), -(-104,-298,o), -(-177,-267,c), -(-195,-315,l), -(-132,-345,o), -(-22,-360,o), -(133,-360,cs), -(344,-360,o), -(466,-286,o), -(497,-141,cs), -(748,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(815,1304,l), -(830,1374,l), -(760,1374,l), -(745,1304,l) -); -} -); -width = 738; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(686,1040,l), -(450,-67,ls), -(431,-156,o), -(336,-200,o), -(167,-199,cs), -(33,-198,o), -(-74,-186,o), -(-148,-164,c), -(-202,-321,l), -(-86,-347,o), -(35,-360,o), -(161,-360,cs), -(431,-360,o), -(588,-267,o), -(627,-83,cs), -(866,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(916,1230,l), -(958,1427,l), -(756,1427,l), -(714,1230,l) -); -} -); -width = 855; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(892,1099,l), -(600,1099,l), -(600,-7,l), -(892,-7,l) -); -}, -{ -closed = 1; -nodes = ( -(770,-367,o), -(892,-241,o), -(892,-7,c), -(600,29,l), -(600,-91,o), -(562,-142,o), -(473,-142,c), -(543,-367,l) -); -}, -{ -closed = 1; -nodes = ( -(463,-142,l), -(463,-367,l), -(545,-367,l), -(545,-142,l) -); -}, -{ -closed = 1; -nodes = ( -(599,1268,l), -(895,1268,l), -(895,1564,l), -(599,1564,l) -); -} -); -}; -layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(681,1100,l), -(463,73,ls), -(441,-28,o), -(347,-79,o), -(183,-79,cs), -(76,-79,o), -(-29,-69,o), -(-131,-50,c), -(-226,-353,l), -(-71,-378,o), -(64,-390,o), -(177,-390,cs), -(567,-390,o), -(794,-250,o), -(853,27,cs), -(1081,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(1115,1260,l), -(1192,1621,l), -(792,1621,l), -(715,1260,l) -); -} -); -width = 1054; -} -); -metricRight = i; -unicode = 106; -}, -{ -glyphname = jdotless; -kernLeft = j; -kernRight = j; -lastChange = "2025-04-30 03:53:36 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (103,-494); -}, -{ -name = top; -pos = (165,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,1040,l), -(139,-222,ls), -(139,-273,o), -(108,-308,o), -(59,-312,cs), -(35,-313,o), -(-13,-311,o), -(-60,-304,c), -(-60,-353,l), -(-25,-358,o), -(24,-360,o), -(61,-360,cs), -(140,-360,o), -(189,-306,o), -(189,-221,cs), -(189,1040,l) -); -} -); -width = 299; -}, -{ -anchors = ( -{ -name = bottom; -pos = (79,-494); -}, -{ -name = top; -pos = (141,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,1039,l), -(49,-135,ls), -(49,-175,o), -(26,-205,o), -(-6,-207,cs), -(-28,-208,o), -(-70,-207,o), -(-109,-204,c), -(-109,-361,l), -(-56,-365,o), -(-1,-368,o), -(22,-368,cs), -(144,-368,o), -(229,-278,o), -(229,-151,cs), -(229,1039,l) -); -} -); -width = 339; -}, -{ -anchors = ( -{ -name = bottom; -pos = (295,-494); -}, -{ -name = top; -pos = (286,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(78,1101,l), -(78,13,ls), -(78,-44,o), -(44,-80,o), -(-9,-79,cs), -(-30,-79,o), -(-61,-78,o), -(-90,-76,c), -(-90,-383,l), -(9,-387,o), -(79,-390,o), -(91,-390,cs), -(329,-390,o), -(478,-252,o), -(478,-33,cs), -(478,1101,l) -); -} -); -width = 588; -}, -{ -anchors = ( -{ -name = bottom; -pos = (-17,-494); -}, -{ -name = top; -pos = (45,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(19,1040,l), -(19,-222,ls), -(19,-273,o), -(-12,-308,o), -(-61,-312,cs), -(-85,-313,o), -(-133,-311,o), -(-180,-304,c), -(-180,-353,l), -(-145,-358,o), -(-96,-360,o), -(-59,-360,cs), -(20,-360,o), -(69,-306,o), -(69,-221,cs), -(69,1040,l) -); -} -); -width = 341; -}, -{ -anchors = ( -{ -name = bottom; -pos = (-21,-494); -}, -{ -name = top; -pos = (41,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-51,1039,l), -(-51,-135,ls), -(-51,-175,o), -(-74,-205,o), -(-106,-207,cs), -(-128,-208,o), -(-170,-207,o), -(-209,-204,c), -(-209,-361,l), -(-156,-365,o), -(-101,-368,o), -(-78,-368,cs), -(44,-368,o), -(129,-278,o), -(129,-151,cs), -(129,1039,l) -); -} -); -width = 388; -}, -{ -anchors = ( -{ -name = bottom; -pos = (229,-494); -}, -{ -name = top; -pos = (220,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(12,1101,l), -(12,13,ls), -(12,-44,o), -(-22,-80,o), -(-75,-79,cs), -(-96,-79,o), -(-127,-78,o), -(-156,-76,c), -(-156,-383,l), -(-57,-387,o), -(13,-390,o), -(25,-390,cs), -(263,-390,o), -(412,-252,o), -(412,-33,cs), -(412,1101,l) -); -} -); -width = 656; -}, -{ -anchors = ( -{ -name = bottom; -pos = (543,-494); -}, -{ -name = top; -pos = (605,1040); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; -name = "wght=100"; -shapes = ( -{ -closed = 1; -nodes = ( -(585,1040,l), -(585,-142,ls), -(585,-254,o), -(494,-311,o), -(315,-312,cs), -(177,-313,o), -(67,-298,o), -(-12,-267,c), -(-20,-315,l), -(49,-345,o), -(162,-360,o), -(317,-360,cs), -(528,-360,o), -(635,-286,o), -(635,-141,cs), -(635,1040,l) -); -} -); -width = 725; -}, -{ -anchors = ( -{ -name = bottom; -pos = (598,-494); -}, -{ -name = top; -pos = (660,1040); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; -name = Regular; -shapes = ( -{ -closed = 1; -nodes = ( -(578,1040,l), -(578,-67,ls), -(578,-156,o), -(492,-200,o), -(323,-199,cs), -(188,-198,o), -(79,-186,o), -(0,-164,c), -(-20,-321,l), -(101,-347,o), -(225,-360,o), -(351,-360,cs), -(621,-360,o), -(758,-267,o), -(758,-83,cs), -(758,1040,l) -); -} -); -width = 848; -}, -{ -anchors = ( -{ -name = bottom; -pos = (805,-494); -}, -{ -name = top; -pos = (796,1100); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; -name = "wght=1000"; -shapes = ( -{ -closed = 1; -nodes = ( -(578,1100,l), -(578,73,ls), -(578,-28,o), -(495,-79,o), -(331,-79,cs), -(224,-79,o), -(116,-69,o), -(10,-50,c), -(-20,-353,l), -(140,-378,o), -(278,-390,o), -(391,-390,cs), -(781,-390,o), -(978,-250,o), -(978,27,cs), -(978,1100,l) -); -} -); -width = 1068; -}, -{ -anchors = ( -{ -name = bottom; -pos = (-62,-494); -}, -{ -name = top; -pos = (326,1040); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(300,1040,l), -(32,-222,ls), -(21,-273,o), -(-18,-308,o), -(-68,-312,cs), -(-92,-313,o), -(-139,-311,o), -(-185,-304,c), -(-195,-353,l), -(-161,-358,o), -(-113,-360,o), -(-76,-360,cs), -(3,-360,o), -(64,-306,o), -(82,-221,cs), -(350,1040,l) -); -} -); -width = 330; -}, -{ -anchors = ( -{ -name = bottom; -pos = (-37,-494); -}, -{ -name = top; -pos = (351,1040); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,1039,l), -(9,-135,ls), -(0,-175,o), -(-29,-205,o), -(-61,-207,cs), -(-84,-208,o), -(-125,-207,o), -(-164,-204,c), -(-197,-361,l), -(-145,-365,o), -(-91,-368,o), -(-68,-368,cs), -(54,-368,o), -(159,-278,o), -(186,-151,cs), -(439,1039,l) -); -} -); -width = 409; -}, -{ -anchors = ( -{ -name = bottom; -pos = (153,-494); -}, -{ -name = top; -pos = (483,1100); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "77632039-C6CA-48A4-B25B-65842203997B"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(275,1101,l), -(44,13,ls), -(32,-44,o), -(-10,-80,o), -(-62,-79,cs), -(-83,-79,o), -(-114,-78,o), -(-143,-76,c), -(-208,-383,l), -(-110,-387,o), -(-40,-390,o), -(-28,-390,cs), -(210,-390,o), -(388,-252,o), -(434,-33,cs), -(675,1101,l) -); -} -); -width = 628; -}, -{ -anchors = ( -{ -name = bottom; -pos = (330,-494); -}, -{ -name = top; -pos = (718,1040); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(698,1040,l), -(447,-142,ls), -(423,-254,o), -(320,-311,o), -(140,-312,cs), -(2,-313,o), -(-105,-298,o), -(-177,-267,c), -(-195,-315,l), -(-133,-345,o), -(-23,-360,o), -(132,-360,cs), -(343,-360,o), -(466,-286,o), -(497,-141,cs), -(748,1040,l) -); -} -); -width = 727; -}, -{ -anchors = ( -{ -name = bottom; -pos = (379,-494); -}, -{ -name = top; -pos = (767,1040); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(685,1040,l), -(449,-67,ls), -(431,-156,o), -(335,-200,o), -(166,-199,cs), -(32,-198,o), -(-75,-186,o), -(-149,-164,c), -(-202,-321,l), -(-87,-347,o), -(34,-360,o), -(160,-360,cs), -(430,-360,o), -(587,-267,o), -(626,-83,cs), -(865,1040,l) -); -} -); -width = 844; -}, -{ -anchors = ( -{ -name = bottom; -pos = (569,-494); -}, -{ -name = top; -pos = (898,1100); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(680,1100,l), -(462,73,ls), -(441,-28,o), -(347,-79,o), -(183,-79,cs), -(76,-79,o), -(-30,-69,o), -(-132,-50,c), -(-226,-353,l), -(-72,-378,o), -(64,-390,o), -(177,-390,cs), -(567,-390,o), -(793,-250,o), -(852,27,cs), -(1080,1100,l) -); -} -); -width = 1053; -} -); -metricLeft = j; -metricRight = j; -unicode = 567; -}, -{ -glyphname = jcircumflex; -kernLeft = j; -kernRight = j; -lastChange = "2025-04-30 03:53:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-154,100); -ref = circumflexcomb; -} -); -width = 299; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = jdotless; -}, -{ -pos = (-240,100); -ref = circumflexcomb; -} -); -width = 339; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (119,0); -ref = jdotless; -}, -{ -pos = (-120,100); -ref = circumflexcomb; -} -); -width = 830; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = jdotless; -}, -{ -alignment = -1; -pos = (-122,100); -ref = circumflexcomb; -} -); -width = 370; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = jdotless; -}, -{ -alignment = -1; -pos = (-173,100); -ref = circumflexcomb; -} -); -width = 469; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (119,0); -ref = jdotless; -}, -{ -alignment = -1; -pos = (-59,100); -ref = circumflexcomb; -} -); -width = 830; -} -); -unicode = 309; -}, -{ -glyphname = k; -kernLeft = sflat; -kernRight = k; -lastChange = "2025-05-09 07:45:02 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (405,0); -}, -{ -name = hookup; -pos = (114,1443); -}, -{ -name = top; -pos = (116,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(258,518,l), -(860,1040,l), -(788,1040,l), -(238,566,l), -(126,566,l), -(126,518,l) -); -}, -{ -closed = 1; -nodes = ( -(140,0,l), -(140,1443,l), -(90,1443,l), -(90,0,l) -); -}, -{ -closed = 1; -nodes = ( -(878,1,l), -(264,561,l), -(227,529,l), -(807,1,l) -); -} -); -width = 878; -}, -{ -anchors = ( -{ -name = bottom; -pos = (461,0); -}, -{ -name = hookup; -pos = (180,1443); -}, -{ -name = top; -pos = (185,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(404,446,l), -(965,1040,l), -(728,1040,l), -(314,606,l), -(232,606,l), -(232,446,l) -); -}, -{ -closed = 1; -nodes = ( -(270,0,l), -(270,1443,l), -(90,1443,l), -(90,0,l) -); -}, -{ -closed = 1; -nodes = ( -(972,0,l), -(453,619,l), -(328,492,l), -(743,0,l) -); -} -); -width = 972; -}, -{ -anchors = ( -{ -name = bottom; -pos = (612,0); -}, -{ -name = hookup; -pos = (287,1443); -}, -{ -name = top; -pos = (288,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(704,391,l), -(1275,1100,l), -(818,1100,l), -(524,719,l), -(416,719,l), -(416,391,l) -); -}, -{ -closed = 1; -nodes = ( -(490,0,l), -(490,1443,l), -(90,1443,l), -(90,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1283,0,l), -(830,658,l), -(547,452,l), -(830,0,l) -); -} -); -width = 1283; -}, -{ -anchors = ( -{ -name = bottom; -pos = (344,0); -}, -{ -name = hookup; -pos = (377,1520); -}, -{ -name = top; -pos = (379,1520); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,518,l), -(997,1040,l), -(919,1040,l), -(298,566,l), -(186,566,l), -(176,518,l) -); -}, -{ -closed = 1; -nodes = ( -(79,0,l), -(403,1520,l), -(353,1520,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(788,1,l), -(323,561,l), -(286,529,l), -(724,1,l) -); -} -); -width = 898; -}, -{ -anchors = ( -{ -name = bottom; -pos = (400,0); -}, -{ -name = hookup; -pos = (443,1520); -}, -{ -name = top; -pos = (448,1521); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,446,l), -(1116,1040,l), -(869,1040,l), -(392,606,l), -(300,606,l), -(266,446,l) -); -}, -{ -closed = 1; -nodes = ( -(209,0,l), -(533,1520,l), -(353,1520,l), -(29,0,l) -); -}, -{ -closed = 1; -nodes = ( -(891,0,l), -(504,619,l), -(392,492,l), -(682,0,l) -); -} -); -width = 1005; -}, -{ -anchors = ( -{ -name = bottom; -pos = (545,0); -}, -{ -name = hookup; -pos = (544,1520); -}, -{ -name = top; -pos = (545,1520); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(751,391,l), -(1452,1100,l), -(965,1100,l), -(610,719,l), -(502,719,l), -(433,391,l) -); -}, -{ -closed = 1; -nodes = ( -(423,0,l), -(747,1520,l), -(347,1520,l), -(23,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1196,0,l), -(903,658,l), -(607,452,l), -(773,0,l) -); -} -); -width = 1335; -} -); -metricLeft = h; -metricRight = A; -unicode = 107; -}, -{ -glyphname = kacute; -lastChange = "2025-05-09 07:45:36 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = k; -}, -{ -pos = (-3,486); -ref = acutecomb; -} -); -width = 878; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = k; -}, -{ -pos = (8,485); -ref = acutecomb; -} -); -width = 972; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = k; -}, -{ -pos = (71,552); -ref = acutecomb; -} -); -width = 1283; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = k; -}, -{ -pos = (191,563); -ref = acutecomb; -} -); -width = 898; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = k; -}, -{ -pos = (182,563); -ref = acutecomb; -} -); -width = 1005; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = k; -}, -{ -pos = (254,629); -ref = acutecomb; -} -); -width = 1335; -} -); -unicode = 7729; -}, -{ -glyphname = kcaron; -kernLeft = sflat; -kernRight = k; -lastChange = "2025-05-09 07:45:36 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = k; -}, -{ -pos = (-201,503); -ref = caroncomb; -} -); -width = 878; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = k; -}, -{ -pos = (-197,503); -ref = caroncomb; -} -); -width = 972; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = k; -}, -{ -pos = (-232,443); -ref = caroncomb; -} -); -width = 1283; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = k; -}, -{ -alignment = -1; -pos = (-57,580); -ref = caroncomb; -} -); -width = 958; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = k; -}, -{ -alignment = -1; -pos = (-71,581); -ref = caroncomb; -} -); -width = 1065; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = k; -}, -{ -alignment = -1; -pos = (-113,514); -ref = caroncomb; -} -); -width = 1405; -} -); -unicode = 489; -}, -{ -glyphname = kcommaaccent; -kernLeft = sflat; -kernRight = k; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = k; -}, -{ -pos = (186,0); -ref = commaaccentcomb; -} -); -width = 878; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = k; -}, -{ -pos = (197,0); -ref = commaaccentcomb; -} -); -width = 972; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = k; -}, -{ -pos = (221,0); -ref = commaaccentcomb; -} -); -width = 1283; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = k; -}, -{ -pos = (235,0); -ref = commaaccentcomb; -} -); -width = 898; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = k; -}, -{ -pos = (247,0); -ref = commaaccentcomb; -} -); -width = 1005; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = k; -}, -{ -pos = (270,0); -ref = commaaccentcomb; -} -); -width = 1335; -} -); -unicode = 311; -}, -{ -glyphname = l; -kernLeft = l; -kernRight = l; -lastChange = "2025-04-30 13:16:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (277,-20); -}, -{ -name = top; -pos = (128,1443); -}, -{ -name = topright; -pos = (424,1442); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,180,ls), -(100,61,o), -(179,-19,o), -(298,-19,cs), -(365,-19,o), -(439,6,o), -(482,44,c), -(482,92,l), -(420,52,o), -(348,27,o), -(300,29,cs), -(210,32,o), -(150,92,o), -(150,179,cs), -(150,1443,l), -(100,1443,l) -); -} -); -width = 532; -}, -{ -anchors = ( -{ -name = bottom; -pos = (296,-20); -}, -{ -name = top; -pos = (191,1443); -}, -{ -name = topright; -pos = (494,1443); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(100,179,ls), -(100,58,o), -(172,-18,o), -(287,-18,cs), -(324,-18,o), -(382,-14,o), -(438,-6,c), -(418,151,l), -(383,144,o), -(351,142,o), -(335,143,cs), -(301,145,o), -(280,165,o), -(280,195,cs), -(280,1443,l), -(100,1443,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,199,ls), -(100,69,o), -(191,-18,o), -(327,-18,cs), -(398,-18,o), -(477,-8,o), -(514,7,c), -(514,164,l), -(467,150,o), -(414,142,o), -(371,143,cs), -(316,146,o), -(280,179,o), -(280,225,cs), -(280,1443,l), -(100,1443,l) -); -} -); -width = 564; -}, -{ -anchors = ( -{ -name = bottom; -pos = (443,-30); -}, -{ -name = top; -pos = (298,1443); -}, -{ -name = topright; -pos = (777,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,274,ls), -(100,88,o), -(239,-36,o), -(447,-36,cs), -(545,-36,o), -(669,-20,o), -(757,4,c), -(757,307,l), -(706,290,o), -(642,278,o), -(597,278,cs), -(539,278,o), -(500,315,o), -(500,370,cs), -(500,1443,l), -(100,1443,l) -); -} -); -width = 797; -}, -{ -anchors = ( -{ -name = bottom; -pos = (162,-20); -}, -{ -name = top; -pos = (352,1444); -}, -{ -name = topright; -pos = (619,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(28,180,ls), -(3,61,o), -(65,-19,o), -(184,-19,cs), -(251,-19,o), -(330,6,o), -(381,44,c), -(391,92,l), -(321,52,o), -(243,27,o), -(196,29,cs), -(106,32,o), -(60,92,o), -(78,179,cs), -(346,1444,l), -(296,1444,l) -); -} -); -width = 532; -}, -{ -anchors = ( -{ -name = bottom; -pos = (182,-20); -}, -{ -name = top; -pos = (387,1443); -}, -{ -name = topright; -pos = (689,1442); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(412,179,ls), -(412,58,o), -(484,-18,o), -(599,-18,cs), -(636,-18,o), -(694,-14,o), -(750,-6,c), -(730,151,l), -(695,144,o), -(663,142,o), -(647,143,cs), -(613,145,o), -(592,165,o), -(592,195,cs), -(592,1443,l), -(412,1443,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(33,199,ls), -(5,69,o), -(78,-18,o), -(214,-18,cs), -(285,-18,o), -(366,-8,o), -(406,7,c), -(439,164,l), -(389,150,o), -(335,142,o), -(292,143,cs), -(238,146,o), -(208,179,o), -(218,225,cs), -(476,1443,l), -(296,1443,l) -); -} -); -width = 565; -}, -{ -anchors = ( -{ -name = bottom; -pos = (319,-30); -}, -{ -name = top; -pos = (489,1443); -}, -{ -name = topright; -pos = (968,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(41,274,ls), -(1,88,o), -(114,-36,o), -(322,-36,cs), -(420,-36,o), -(547,-20,o), -(640,4,c), -(705,307,l), -(650,290,o), -(583,278,o), -(538,278,cs), -(480,278,o), -(449,315,o), -(461,370,cs), -(691,1443,l), -(291,1443,l) -); -} -); -width = 797; -}, -{ -anchors = ( -{ -name = bottom; -pos = (447,-20); -}, -{ -name = center; -pos = (227,975); -}, -{ -name = top; -pos = (126,1520); -}, -{ -name = topright; -pos = (519,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; -name = "wght=100"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,230,ls), -(100,72,o), -(234,-19,o), -(468,-19,cs), -(582,-19,o), -(706,0,o), -(809,34,c), -(795,82,l), -(668,43,o), -(550,24,o), -(470,29,cs), -(267,35,o), -(150,108,o), -(150,229,cs), -(150,1520,l), -(100,1520,l) -); -} -); -width = 829; -}, -{ -anchors = ( -{ -name = bottom; -pos = (496,-20); -}, -{ -name = center; -pos = (296,975); -}, -{ -name = top; -pos = (191,1520); -}, -{ -name = topright; -pos = (588,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(100,179,ls), -(100,58,o), -(172,-18,o), -(287,-18,cs), -(324,-18,o), -(382,-14,o), -(438,-6,c), -(418,151,l), -(383,144,o), -(351,142,o), -(335,143,cs), -(301,145,o), -(280,165,o), -(280,195,cs), -(280,1443,l), -(100,1443,l) -); -} -); -}; -layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; -name = Regular; -shapes = ( -{ -closed = 1; -nodes = ( -(100,279,ls), -(100,90,o), -(259,-18,o), -(537,-18,cs), -(638,-18,o), -(769,-2,o), -(895,27,c), -(873,184,l), -(802,159,o), -(681,145,o), -(541,145,cs), -(375,145,o), -(280,196,o), -(280,285,cs), -(280,1520,l), -(100,1520,l) -); -} -); -width = 915; -}, -{ -anchors = ( -{ -name = bottom; -pos = (643,-30); -}, -{ -name = center; -pos = (443,975); -}, -{ -name = top; -pos = (298,1520); -}, -{ -name = topright; -pos = (813,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; -name = "wght=1000"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,424,ls), -(100,132,o), -(321,-36,o), -(707,-36,cs), -(822,-36,o), -(961,-14,o), -(1088,24,c), -(1066,327,l), -(960,296,o), -(852,278,o), -(767,278,cs), -(597,278,o), -(500,337,o), -(500,440,cs), -(500,1520,l), -(100,1520,l) -); -} -); -width = 1108; -}, -{ -anchors = ( -{ -name = bottom; -pos = (72,-20); -}, -{ -name = center; -pos = (294,975); -}, -{ -name = top; -pos = (309,1520); -}, -{ -name = topright; -pos = (793,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,110,ls), -(-35,24,o), -(-2,-19,o), -(83,-19,cs), -(107,-19,o), -(136,-16,o), -(167,-9,c), -(163,39,l), -(138,32,o), -(116,29,o), -(96,29,cs), -(43,30,o), -(22,57,o), -(33,109,cs), -(333,1520,l), -(283,1520,l) -); -} -); -width = 319; -}, -{ -anchors = ( -{ -name = bottom; -pos = (102,-20); -}, -{ -name = center; -pos = (364,975); -}, -{ -name = top; -pos = (374,1520); -}, -{ -name = topright; -pos = (863,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(120,179,ls), -(120,58,o), -(192,-18,o), -(307,-18,cs), -(344,-18,o), -(402,-14,o), -(458,-6,c), -(438,151,l), -(403,144,o), -(371,142,o), -(355,143,cs), -(321,145,o), -(300,165,o), -(300,195,cs), -(300,1443,l), -(120,1443,l) -); -} -); -}; -layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(-2,179,ls), -(-29,48,o), -(16,-18,o), -(134,-18,cs), -(158,-18,o), -(187,-16,o), -(223,-13,c), -(244,144,l), -(235,143,o), -(225,143,o), -(212,143,cs), -(185,145,o), -(174,159,o), -(180,185,cs), -(463,1520,l), -(283,1520,l) -); -} -); -width = 376; -}, -{ -anchors = ( -{ -name = bottom; -pos = (210,-30); -}, -{ -name = center; -pos = (504,975); -}, -{ -name = top; -pos = (474,1520); -}, -{ -name = topright; -pos = (1081,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "77632039-C6CA-48A4-B25B-65842203997B"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(20,314,ls), -(-34,61,o), -(34,-36,o), -(263,-36,cs), -(288,-36,o), -(343,-30,o), -(458,-16,c), -(499,283,l), -(484,279,o), -(469,278,o), -(449,278,cs), -(422,278,o), -(417,301,o), -(430,360,cs), -(676,1520,l), -(276,1520,l) -); -} -); -width = 618; -}, -{ -anchors = ( -{ -name = bottom; -pos = (332,-20); -}, -{ -name = center; -pos = (324,975); -}, -{ -name = top; -pos = (339,1520); -}, -{ -name = topright; -pos = (823,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(38,230,ls), -(4,72,o), -(119,-19,o), -(353,-19,cs), -(467,-19,o), -(596,0,o), -(706,34,c), -(702,82,l), -(565,42,o), -(431,23,o), -(336,29,cs), -(152,34,o), -(62,107,o), -(88,229,cs), -(363,1520,l), -(313,1520,l) -); -} -); -width = 869; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,-20); -}, -{ -name = center; -pos = (394,975); -}, -{ -name = top; -pos = (404,1520); -}, -{ -name = topright; -pos = (893,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(150,179,ls), -(150,58,o), -(222,-18,o), -(337,-18,cs), -(374,-18,o), -(432,-14,o), -(488,-6,c), -(468,151,l), -(433,144,o), -(401,142,o), -(385,143,cs), -(351,145,o), -(330,165,o), -(330,195,cs), -(330,1443,l), -(150,1443,l) -); -} -); -}; -layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,279,ls), -(10,90,o), -(146,-18,o), -(424,-18,cs), -(527,-18,o), -(661,-2,o), -(791,27,c), -(802,184,l), -(727,159,o), -(592,145,o), -(432,145,cs), -(285,145,o), -(212,196,o), -(231,285,cs), -(493,1520,l), -(313,1520,l) -); -} -); -width = 956; -}, -{ -anchors = ( -{ -name = bottom; -pos = (520,-30); -}, -{ -name = center; -pos = (534,975); -}, -{ -name = top; -pos = (504,1520); -}, -{ -name = topright; -pos = (1111,1950); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(73,424,ls), -(11,132,o), -(197,-36,o), -(583,-36,cs), -(697,-36,o), -(840,-14,o), -(976,24,c), -(1019,327,l), -(905,296,o), -(774,278,o), -(659,278,cs), -(521,278,o), -(455,337,o), -(477,440,cs), -(706,1520,l), -(306,1520,l) -); -} -); -width = 1148; -} -); -metricLeft = H; -unicode = 108; -}, -{ -glyphname = lacute; -kernLeft = l; -kernRight = l; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = l; -}, -{ -pos = (9,503); -ref = acute; -} -); -width = 532; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = l; -}, -{ -pos = (14,503); -ref = acute; -} -); -width = 564; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = l; -}, -{ -pos = (81,443); -ref = acute; -} -); -width = 797; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = l; -}, -{ -pos = (167,504); -ref = acute; -} -); -width = 532; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = l; -}, -{ -pos = (125,503); -ref = acute; -} -); -width = 565; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = l; -}, -{ -pos = (176,443); -ref = acute; -} -); -width = 797; -} -); -metricLeft = i; -unicode = 314; -}, -{ -glyphname = lcaron; -kernLeft = l; -kernRight = l; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = l; -}, -{ -pos = (227,-1); -ref = caron.l; -} -); -width = 532; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = l; -}, -{ -pos = (244,0); -ref = caron.l; -} -); -width = 564; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = l; -}, -{ -pos = (469,0); -ref = caron.l; -} -); -width = 797; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = l; -}, -{ -pos = (225,0); -ref = caron.l; -} -); -width = 532; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = l; -}, -{ -pos = (243,-1); -ref = caron.l; -} -); -width = 565; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = l; -}, -{ -pos = (470,0); -ref = caron.l; -} -); -width = 797; -} -); -metricLeft = i; -unicode = 318; -}, -{ -glyphname = lcircumflexbelow; -lastChange = "2025-04-30 03:52:29 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-40,-20); -ref = circumflexbelowcomb; -} -); -width = 532; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-76,-20); -ref = circumflexbelowcomb; -} -); -width = 564; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-82,-30); -ref = circumflexbelowcomb; -} -); -width = 797; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-47,-20); -ref = circumflexbelowcomb; -} -); -width = 532; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-88,-20); -ref = circumflexbelowcomb; -} -); -width = 565; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = l; -}, -{ -pos = (-93,-30); -ref = circumflexbelowcomb; -} -); -width = 797; -} -); -unicode = 7741; -}, -{ -glyphname = lcommaaccent; -kernLeft = l; -kernRight = l; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = l; -}, -{ -pos = (58,-20); -ref = commaaccentcomb; -} -); -width = 532; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = l; -}, -{ -pos = (32,-20); -ref = commaaccentcomb; -} -); -width = 564; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = l; -}, -{ -pos = (52,-30); -ref = commaaccentcomb; -} -); -width = 797; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = l; -}, -{ -pos = (53,-20); -ref = commaaccentcomb; -} -); -width = 532; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = l; -}, -{ -pos = (29,-20); -ref = commaaccentcomb; -} -); -width = 565; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = l; -}, -{ -pos = (44,-30); -ref = commaaccentcomb; -} -); -width = 797; -} -); -metricLeft = i; -unicode = 316; -}, -{ -glyphname = lslash; -kernRight = l; -lastChange = "2025-05-09 07:46:29 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,614,l), -(355,767,l), -(355,817,l), -(-10,664,l) -); -}, -{ -pos = (-31,0); -ref = l; -} -); -width = 501; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,617,l), -(515,750,l), -(515,917,l), -(-20,784,l) -); -}, -{ -pos = (30,0); -ref = l; -} -); -width = 594; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,560,l), -(669,799,l), -(669,1087,l), -(-20,848,l) -); -}, -{ -pos = (-40,0); -ref = l; -} -); -width = 757; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(81,614,l), -(479,767,l), -(490,817,l), -(92,664,l) -); -}, -{ -pos = (62,0); -ref = l; -} -); -width = 594; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(81,617,l), -(544,750,l), -(580,917,l), -(117,784,l) -); -}, -{ -pos = (13,0); -ref = l; -} -); -width = 578; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,560,l), -(802,799,l), -(863,1087,l), -(123,848,l) -); -}, -{ -pos = (38,0); -ref = l; -} -); -width = 835; -} -); -metricLeft = hbar; -metricRight = l; -unicode = 322; -}, -{ -glyphname = m; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (765,0); -}, -{ -name = hook; -pos = (1414,0); -}, -{ -name = top; -pos = (765,1055); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,0,l), -(140,719,l), -(169,896,o), -(286,1007,o), -(443,1007,cs), -(625,1007,o), -(740,892,o), -(740,709,cs), -(740,0,l), -(789,0,l), -(789,709,l), -(803,892,o), -(924,1007,o), -(1102,1007,cs), -(1278,1007,o), -(1389,892,o), -(1389,709,cs), -(1389,0,l), -(1439,0,l), -(1439,709,ls), -(1439,922,o), -(1309,1055,o), -(1102,1055,cs), -(944,1055,o), -(818,970,o), -(775,834,c), -(770,834,l), -(727,970,o), -(601,1055,o), -(443,1055,cs), -(299,1055,o), -(183,977,o), -(143,853,c), -(140,853,l), -(140,1040,l), -(90,1040,l), -(90,0,l) -); -} -); -width = 1519; -}, -{ -anchors = ( -{ -name = bottom; -pos = (830,0); -}, -{ -name = hook; -pos = (1472,0); -}, -{ -name = top; -pos = (830,1056); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(270,0,l), -(270,605,ls), -(270,781,o), -(366,898,o), -(510,898,cs), -(646,898,o), -(736,786,o), -(736,619,cs), -(736,0,l), -(916,0,l), -(916,619,l), -(916,786,o), -(1010,898,o), -(1151,898,cs), -(1290,898,o), -(1382,786,o), -(1382,619,cs), -(1382,0,l), -(1562,0,l), -(1562,681,ls), -(1562,905,o), -(1420,1055,o), -(1206,1055,cs), -(1075,1055,o), -(953,989,o), -(900,889,c), -(888,889,l), -(835,989,o), -(704,1056,o), -(560,1056,cs), -(437,1056,o), -(326,999,o), -(282,913,c), -(270,913,l), -(270,1040,l), -(90,1040,l), -(90,0,l) -); -} -); -width = 1642; -}, -{ -anchors = ( -{ -name = bottom; -pos = (978,4); -}, -{ -name = hook; -pos = (1675,0); -}, -{ -name = top; -pos = (982,1120); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(490,0,l), -(490,648,ls), -(490,758,o), -(549,832,o), -(638,832,cs), -(724,832,o), -(782,764,o), -(782,662,cs), -(782,0,l), -(1172,0,l), -(1172,662,l), -(1172,752,o), -(1231,812,o), -(1320,812,cs), -(1406,812,o), -(1464,752,o), -(1464,662,cs), -(1464,0,l), -(1864,0,l), -(1864,739,ls), -(1864,968,o), -(1717,1121,o), -(1496,1121,cs), -(1332,1121,o), -(1190,1046,o), -(1141,933,c), -(1122,933,l), -(1081,1047,o), -(956,1123,o), -(809,1123,cs), -(679,1123,o), -(559,1057,o), -(509,958,c), -(490,958,l), -(490,1099,l), -(90,1099,l), -(90,0,l) -); -} -); -width = 1944; -}, -{ -anchors = ( -{ -name = bottom; -pos = (705,0); -}, -{ -name = hook; -pos = (1354,0); -}, -{ -name = top; -pos = (929,1055); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(80,0,l), -(233,719,l), -(299,896,o), -(444,1007,o), -(609,1007,cs), -(784,1007,o), -(870,892,o), -(831,709,cs), -(680,0,l), -(729,0,l), -(880,709,l), -(933,892,o), -(1083,1007,o), -(1270,1007,cs), -(1438,1007,o), -(1519,892,o), -(1480,709,cs), -(1329,0,l), -(1379,0,l), -(1530,709,ls), -(1575,922,o), -(1473,1055,o), -(1266,1055,cs), -(1108,1055,o), -(964,970,o), -(892,834,c), -(887,834,l), -(873,970,o), -(765,1055,o), -(607,1055,cs), -(463,1055,o), -(331,977,o), -(264,853,c), -(261,853,l), -(301,1040,l), -(251,1040,l), -(30,0,l) -); -} -); -width = 1620; -}, -{ -anchors = ( -{ -name = bottom; -pos = (772,0); -}, -{ -name = hook; -pos = (1414,0); -}, -{ -name = top; -pos = (1012,1056); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(210,0,l), -(349,655,ls), -(381,804,o), -(497,898,o), -(651,898,cs), -(783,898,o), -(848,810,o), -(818,669,cs), -(676,0,l), -(856,0,l), -(998,669,l), -(1028,810,o), -(1141,898,o), -(1292,898,cs), -(1427,898,o), -(1494,809,o), -(1464,669,cs), -(1322,0,l), -(1502,0,l), -(1651,701,ls), -(1697,918,o), -(1573,1055,o), -(1330,1055,cs), -(1203,1055,o), -(1081,979,o), -(1012,859,c), -(1000,859,l), -(974,980,o), -(860,1056,o), -(704,1056,cs), -(581,1056,o), -(467,989,o), -(409,883,c), -(397,883,l), -(431,1040,l), -(251,1040,l), -(30,0,l) -); -} -); -width = 1743; -}, -{ -anchors = ( -{ -name = bottom; -pos = (912,4); -}, -{ -name = hook; -pos = (1582,0); -}, -{ -name = top; -pos = (1154,1120); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(424,0,l), -(570,688,ls), -(591,789,o), -(669,852,o), -(773,852,cs), -(850,852,o), -(885,794,o), -(865,702,cs), -(716,0,l), -(1106,0,l), -(1255,702,l), -(1274,794,o), -(1351,852,o), -(1455,852,cs), -(1532,852,o), -(1567,794,o), -(1547,702,cs), -(1398,0,l), -(1798,0,l), -(1963,779,ls), -(2008,989,o), -(1887,1121,o), -(1648,1121,cs), -(1478,1121,o), -(1332,1041,o), -(1269,913,c), -(1250,913,l), -(1231,1042,o), -(1120,1123,o), -(961,1123,cs), -(827,1123,o), -(704,1052,o), -(642,938,c), -(623,938,l), -(657,1099,l), -(257,1099,l), -(24,0,l) -); -} -); -width = 2035; -} -); -metricLeft = n; -metricRight = n; -unicode = 109; -}, -{ -glyphname = macute; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = m; -}, -{ -pos = (646,115); -ref = acute; -} -); -width = 1519; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = m; -}, -{ -pos = (653,116); -ref = acute; -} -); -width = 1642; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = m; -}, -{ -pos = (765,120); -ref = acute; -} -); -width = 1944; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = m; -}, -{ -pos = (744,115); -ref = acute; -} -); -width = 1620; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = m; -}, -{ -pos = (750,116); -ref = acute; -} -); -width = 1743; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = m; -}, -{ -pos = (841,120); -ref = acute; -} -); -width = 2035; -} -); -unicode = 7743; -}, -{ -glyphname = n; -kernLeft = ssflat; -kernRight = n; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (509,0); -}, -{ -name = hook; -pos = (901,0); -}, -{ -name = top; -pos = (525,1055); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(786,-15,o), -(978,185,o), -(978,469,cs), -(978,754,o), -(786,954,o), -(514,954,cs), -(242,954,o), -(50,754,o), -(50,469,cs), -(50,185,o), -(242,-15,o), -(514,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(271,33,o), -(100,213,o), -(100,469,cs), -(100,726,o), -(270,906,o), -(512,906,cs), -(756,906,o), -(928,726,o), -(928,469,cs), -(928,213,o), -(757,33,o), -(514,33,cs) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,859,o), -(280,1007,o), -(516,1007,cs), -(743,1007,o), -(876,863,o), -(876,633,cs), -(876,0,l), -(926,0,l), -(926,633,ls), -(926,892,o), -(774,1055,o), -(516,1055,cs), -(323,1055,o), -(186,966,o), -(144,825,c), -(140,825,l), -(140,1040,l), -(90,1040,l), -(90,0,l), -(140,0,l), -(140,624,l) -); -} -); -width = 1006; -}, -{ -anchors = ( -{ -name = bottom; -pos = (539,0); -}, -{ -name = hook; -pos = (901,0); -}, -{ -name = top; -pos = (565,1055); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(867,-15,o), -(1092,209,o), -(1092,519,cs), -(1092,830,o), -(867,1055,o), -(556,1055,cs), -(245,1055,o), -(20,830,o), -(20,519,cs), -(20,209,o), -(245,-15,o), -(556,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(350,145,o), -(200,302,o), -(200,519,cs), -(200,737,o), -(349,895,o), -(554,895,cs), -(762,895,o), -(912,737,o), -(912,519,cs), -(912,302,o), -(762,145,o), -(556,145,cs) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(276,777,o), -(399,894,o), -(561,895,cs), -(704,896,o), -(810,781,o), -(810,607,cs), -(810,0,l), -(990,0,l), -(990,648,ls), -(990,892,o), -(832,1055,o), -(610,1055,cs), -(471,1055,o), -(334,987,o), -(282,885,c), -(270,885,l), -(270,1040,l), -(90,1040,l), -(90,0,l), -(270,0,l), -(270,602,l) -); -} -); -width = 1070; -}, -{ -anchors = ( -{ -name = bottom; -pos = (680,0); -}, -{ -name = hook; -pos = (1016,0); -}, -{ -name = top; -pos = (680,1125); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1024,-36,o), -(1270,186,o), -(1270,501,cs), -(1270,808,o), -(1024,1024,o), -(673,1024,cs), -(331,1024,o), -(90,808,o), -(90,501,cs), -(90,186,o), -(331,-36,o), -(673,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(566,254,o), -(490,356,o), -(490,501,cs), -(490,638,o), -(566,734,o), -(673,734,cs), -(789,734,o), -(870,638,o), -(870,501,cs), -(870,356,o), -(789,254,o), -(673,254,cs) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(490,726,o), -(536,799,o), -(650,798,cs), -(764,798,o), -(810,725,o), -(810,616,cs), -(810,0,l), -(1210,0,l), -(1210,744,ls), -(1210,972,o), -(1066,1124,o), -(804,1124,cs), -(643,1124,o), -(543,1053,o), -(508,947,c), -(490,947,l), -(490,1101,l), -(90,1101,l), -(90,0,l), -(490,0,l), -(490,616,ls) -); -} -); -width = 1290; -}, -{ -anchors = ( -{ -name = bottom; -pos = (459,0); -}, -{ -name = hook; -pos = (861,0); -}, -{ -name = top; -pos = (689,1055); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(838,-15,o), -(1030,185,o), -(1030,469,cs), -(1030,754,o), -(838,954,o), -(566,954,cs), -(294,954,o), -(102,754,o), -(102,469,cs), -(102,185,o), -(294,-15,o), -(566,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(323,33,o), -(152,213,o), -(152,469,cs), -(152,726,o), -(322,906,o), -(564,906,cs), -(808,906,o), -(980,726,o), -(980,469,cs), -(980,213,o), -(809,33,o), -(566,33,cs) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,859,o), -(444,1007,o), -(680,1007,cs), -(907,1007,o), -(1019,863,o), -(970,633,cs), -(836,0,l), -(886,0,l), -(1020,633,ls), -(1075,892,o), -(948,1055,o), -(690,1055,cs), -(497,1055,o), -(331,966,o), -(259,825,c), -(255,825,l), -(301,1040,l), -(251,1040,l), -(30,0,l), -(80,0,l), -(213,624,l) -); -} -); -width = 1127; -}, -{ -anchors = ( -{ -name = bottom; -pos = (489,0); -}, -{ -name = hook; -pos = (860,0); -}, -{ -name = top; -pos = (729,1055); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(876,-15,o), -(1072,185,o), -(1072,469,cs), -(1072,754,o), -(876,954,o), -(597,954,cs), -(318,954,o), -(122,754,o), -(122,469,cs), -(122,185,o), -(318,-15,o), -(597,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(424,145,o), -(302,279,o), -(302,469,cs), -(302,660,o), -(423,794,o), -(595,794,cs), -(769,794,o), -(892,660,o), -(892,469,cs), -(892,279,o), -(770,145,o), -(597,145,cs) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(393,797,o), -(530,895,o), -(701,895,cs), -(860,895,o), -(939,795,o), -(905,637,cs), -(770,0,l), -(950,0,l), -(1088,648,ls), -(1141,898,o), -(1001,1055,o), -(724,1055,cs), -(589,1055,o), -(465,982,o), -(401,865,c), -(394,865,l), -(431,1040,l), -(251,1040,l), -(30,0,l), -(210,0,l), -(346,642,l) -); -} -); -width = 1191; -}, -{ -anchors = ( -{ -name = bottom; -pos = (613,0); -}, -{ -name = hook; -pos = (997,0); -}, -{ -name = top; -pos = (852,1125); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(1076,-36,o), -(1322,186,o), -(1322,501,cs), -(1322,808,o), -(1076,1024,o), -(725,1024,cs), -(383,1024,o), -(142,808,o), -(142,501,cs), -(142,186,o), -(383,-36,o), -(725,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(618,254,o), -(542,356,o), -(542,501,cs), -(542,638,o), -(618,734,o), -(725,734,cs), -(841,734,o), -(922,638,o), -(922,501,cs), -(922,356,o), -(841,254,o), -(725,254,cs) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(588,779,o), -(684,849,o), -(813,848,cs), -(917,848,o), -(968,778,o), -(944,666,cs), -(803,0,l), -(1213,0,l), -(1371,744,ls), -(1420,977,o), -(1265,1124,o), -(985,1124,cs), -(833,1124,o), -(701,1056,o), -(642,947,c), -(624,947,l), -(657,1101,l), -(257,1101,l), -(23,0,l), -(423,0,l), -(564,666,ls) -); -} -); -width = 1450; -} -); -unicode = 110; -}, -{ -glyphname = nacute; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = n; -}, -{ -pos = (406,115); -ref = acute; -} -); -width = 1006; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = n; -}, -{ -pos = (388,115); -ref = acute; -} -); -width = 1070; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = n; -}, -{ -pos = (463,125); -ref = acute; -} -); -width = 1290; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = n; -}, -{ -pos = (504,115); -ref = acute; -} -); -width = 1127; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = n; -}, -{ -pos = (467,115); -ref = acute; -} -); -width = 1191; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = n; -}, -{ -pos = (539,125); -ref = acute; -} -); -width = 1450; -} -); -unicode = 324; -}, -{ -glyphname = ncaron; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = n; -}, -{ -pos = (208,115); -ref = caroncomb; -} -); -width = 1006; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = n; -}, -{ -pos = (183,115); -ref = caroncomb; -} -); -width = 1070; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = n; -}, -{ -pos = (160,125); -ref = caroncomb; -} -); -width = 1290; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (253,115); -ref = caroncomb; -} -); -width = 1127; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (210,115); -ref = caroncomb; -} -); -width = 1191; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (194,119); -ref = caroncomb; -} -); -width = 1450; -} -); -unicode = 328; -}, -{ -glyphname = ncommaaccent; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = n; -}, -{ -pos = (290,0); -ref = commaaccentcomb; -} -); -width = 1006; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = n; -}, -{ -pos = (275,0); -ref = commaaccentcomb; -} -); -width = 1070; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = n; -}, -{ -pos = (289,0); -ref = commaaccentcomb; -} -); -width = 1290; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = n; -}, -{ -pos = (350,0); -ref = commaaccentcomb; -} -); -width = 1127; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = n; -}, -{ -pos = (336,0); -ref = commaaccentcomb; -} -); -width = 1191; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = n; -}, -{ -pos = (338,0); -ref = commaaccentcomb; -} -); -width = 1450; -} -); -unicode = 326; -}, -{ -glyphname = ntilde; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = n; -}, -{ -pos = (224,15); -ref = tildecomb; -} -); -width = 1006; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = n; -}, -{ -pos = (195,115); -ref = tildecomb; -} -); -width = 1070; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = n; -}, -{ -pos = (200,124); -ref = tildecomb; -} -); -width = 1290; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (229,15); -ref = tildecomb; -} -); -width = 1127; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (210,115); -ref = tildecomb; -} -); -width = 1191; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = n; -}, -{ -alignment = -1; -pos = (189,124); -ref = tildecomb; -} -); -width = 1450; -} -); -unicode = 241; -}, -{ -glyphname = o; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (607,13); -}, -{ -name = center; -pos = (596,521); -}, -{ -name = ogonek; -pos = (1026,12); -}, -{ -name = top; -pos = (596,1055); -}, -{ -name = topright; -pos = (816,1055); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(907,-15,o), -(1132,209,o), -(1132,519,cs), -(1132,830,o), -(907,1055,o), -(596,1055,cs), -(285,1055,o), -(60,830,o), -(60,519,cs), -(60,209,o), -(285,-15,o), -(596,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(390,145,o), -(240,302,o), -(240,519,cs), -(240,737,o), -(389,895,o), -(594,895,cs), -(802,895,o), -(952,737,o), -(952,519,cs), -(952,302,o), -(802,145,o), -(596,145,cs) -); -} -); -width = 1192; -}, -{ -anchors = ( -{ -name = bottom; -pos = (659,3); -}, -{ -name = center; -pos = (1451,457); -}, -{ -name = ogonek; -pos = (1193,14); -}, -{ -name = top; -pos = (660,1124); -}, -{ -name = topright; -pos = (1071,1124); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1017,-36,o), -(1256,211,o), -(1256,552,cs), -(1256,884,o), -(1017,1124,o), -(659,1124,cs), -(300,1124,o), -(60,884,o), -(60,552,cs), -(60,211,o), -(300,-36,o), -(659,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(532,304,o), -(460,408,o), -(460,552,cs), -(460,687,o), -(532,784,o), -(659,784,cs), -(785,784,o), -(856,687,o), -(856,552,cs), -(856,408,o), -(785,304,o), -(659,304,cs) -); -} -); -width = 1316; -}, -{ -anchors = ( -{ -name = bottom; -pos = (565,12); -}, -{ -name = center; -pos = (555,520); -}, -{ -name = ogonek; -pos = (945,11); -}, -{ -name = top; -pos = (562,1054); -}, -{ -name = topright; -pos = (796,1053); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(865,-15,o), -(1060,195,o), -(1060,519,cs), -(1060,844,o), -(865,1054,o), -(563,1054,cs), -(258,1054,o), -(60,844,o), -(60,519,cs), -(60,195,o), -(258,-15,o), -(563,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(288,33,o), -(110,224,o), -(110,519,cs), -(110,815,o), -(287,1006,o), -(561,1006,cs), -(834,1006,o), -(1010,815,o), -(1010,519,cs), -(1010,224,o), -(834,33,o), -(563,33,cs) -); -} -); -width = 1120; -}, -{ -anchors = ( -{ -name = bottom; -pos = (476,12); -}, -{ -name = center; -pos = (555,520); -}, -{ -name = ogonek; -pos = (855,11); -}, -{ -name = top; -pos = (656,1054); -}, -{ -name = topright; -pos = (890,1053); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(774,-15,o), -(1002,191,o), -(1060,519,cs), -(1118,848,o), -(962,1054,o), -(657,1054,cs), -(348,1054,o), -(118,848,o), -(60,519,cs), -(2,191,o), -(160,-15,o), -(469,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(195,33,o), -(57,220,o), -(110,519,cs), -(163,818,o), -(374,1006,o), -(657,1006,cs), -(927,1006,o), -(1063,818,o), -(1010,519,cs), -(957,220,o), -(748,33,o), -(467,33,cs) -); -} -); -width = 1121; -}, -{ -anchors = ( -{ -name = bottom; -pos = (498,13); -}, -{ -name = center; -pos = (576,521); -}, -{ -name = ogonek; -pos = (916,12); -}, -{ -name = top; -pos = (670,1055); -}, -{ -name = topright; -pos = (890,1055); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(803,-15,o), -(1034,191,o), -(1092,519,cs), -(1150,848,o), -(983,1055,o), -(660,1055,cs), -(349,1055,o), -(118,848,o), -(60,519,cs), -(2,191,o), -(169,-15,o), -(492,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(299,145,o), -(199,289,o), -(240,519,cs), -(281,750,o), -(439,895,o), -(650,895,cs), -(852,895,o), -(953,750,o), -(912,519,cs), -(871,289,o), -(712,145,o), -(500,145,cs) -); -} -); -width = 1153; -}, -{ -anchors = ( -{ -name = bottom; -pos = (574,3); -}, -{ -name = center; -pos = (1446,457); -}, -{ -name = ogonek; -pos = (1110,14); -}, -{ -name = top; -pos = (772,1124); -}, -{ -name = topright; -pos = (1183,1124); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(964,-36,o), -(1234,191,o), -(1297,552,cs), -(1359,903,o), -(1152,1124,o), -(761,1124,cs), -(393,1124,o), -(123,903,o), -(61,552,cs), -(-2,191,o), -(205,-36,o), -(597,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(486,254,o), -(429,369,o), -(461,552,cs), -(492,725,o), -(604,834,o), -(750,834,cs), -(871,834,o), -(928,725,o), -(897,552,cs), -(865,369,o), -(754,254,o), -(608,254,cs) -); -} -); -width = 1357; -} -); -unicode = 111; -}, -{ -glyphname = oacute; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (443,114); -ref = acute; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (419,115); -ref = acute; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -}, -{ -pos = (443,124); -ref = acute; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -}, -{ -pos = (471,114); -ref = acute; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -}, -{ -pos = (408,115); -ref = acute; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = o; -}, -{ -pos = (459,124); -ref = acute; -} -); -width = 1357; -} -); -unicode = 243; -}, -{ -glyphname = ocaron; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (245,114); -ref = caroncomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (214,115); -ref = caroncomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -}, -{ -pos = (140,124); -ref = caroncomb; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (270,114); -ref = caroncomb; -} -); -width = 1201; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (191,115); -ref = caroncomb; -} -); -width = 1233; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (164,118); -ref = caroncomb; -} -); -width = 1437; -} -); -unicode = 466; -}, -{ -glyphname = ocircumflex; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (243,114); -ref = circumflexcomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (215,115); -ref = circumflexcomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (135,124); -ref = circumflexcomb; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -}, -{ -pos = (248,114); -ref = circumflexcomb; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -}, -{ -pos = (196,115); -ref = circumflexcomb; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (151,124); -ref = circumflexcomb; -} -); -width = 1357; -} -); -metricLeft = o; -metricRight = o; -unicode = 244; -}, -{ -glyphname = odieresis; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (276,114); -ref = dieresiscomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (243,115); -ref = dieresiscomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (201,124); -ref = dieresiscomb; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -}, -{ -pos = (269,114); -ref = dieresiscomb; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -}, -{ -pos = (214,115); -ref = dieresiscomb; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (217,124); -ref = dieresiscomb; -} -); -width = 1357; -} -); -metricLeft = o; -metricRight = o; -unicode = 246; -}, -{ -glyphname = ograve; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (336,114); -ref = gravecomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (260,115); -ref = gravecomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -}, -{ -pos = (244,124); -ref = gravecomb; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -}, -{ -pos = (318,114); -ref = gravecomb; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -}, -{ -pos = (241,115); -ref = gravecomb; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = o; -}, -{ -pos = (265,124); -ref = gravecomb; -} -); -width = 1357; -} -); -metricLeft = o; -metricRight = o; -unicode = 242; -}, -{ -glyphname = ohungarumlaut; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (282,114); -ref = hungarumlautcomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (284,115); -ref = hungarumlautcomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (180,124); -ref = hungarumlautcomb; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -}, -{ -pos = (287,114); -ref = hungarumlautcomb; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -}, -{ -pos = (269,115); -ref = hungarumlautcomb; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (197,124); -ref = hungarumlautcomb; -} -); -width = 1357; -} -); -metricLeft = o; -metricRight = o; -unicode = 337; -}, -{ -glyphname = omacron; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (252,114); -ref = macroncomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (249,115); -ref = macroncomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -}, -{ -pos = (223,124); -ref = macroncomb; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -}, -{ -pos = (251,114); -ref = macroncomb; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -}, -{ -pos = (227,115); -ref = macroncomb; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = o; -}, -{ -pos = (247,124); -ref = macroncomb; -} -); -width = 1357; -} -); -metricLeft = o; -metricRight = o; -unicode = 333; -}, -{ -glyphname = oslash; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1030,1062,l), -(121,12,l), -(159,-20,l), -(1068,1030,l) -); -}, -{ -ref = o; -} -); -width = 1128; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1026,1057,l), -(120,76,l), -(229,-21,l), -(1141,960,l) -); -}, -{ -ref = o; -} -); -width = 1201; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1184,1132,l), -(93,99,l), -(221,-30,l), -(1312,1003,l) -); -}, -{ -ref = o; -} -); -width = 1372; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1030,1062,l), -(121,12,l), -(159,-20,l), -(1068,1030,l) -); -}, -{ -ref = o; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1026,1057,l), -(120,76,l), -(229,-21,l), -(1141,960,l) -); -}, -{ -ref = o; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1184,1132,l), -(93,99,l), -(221,-30,l), -(1312,1003,l) -); -}, -{ -ref = o; -} -); -width = 1357; -} -); -metricLeft = o; -metricRight = o; -unicode = 248; -}, -{ -glyphname = otilde; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (261,14); -ref = tildecomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (226,115); -ref = tildecomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (180,123); -ref = tildecomb; -} -); -width = 1300; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (246,14); -ref = tildecomb; -} -); -width = 1201; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -alignment = -1; -pos = (191,115); -ref = tildecomb; -} -); -width = 1233; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = o; -}, -{ -pos = (139,123); -ref = tildecomb; -} -); -width = 1300; -} -); -unicode = 245; -}, -{ -glyphname = oe; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(841,-20,o), -(1032,190,o), -(1032,515,cs), -(1032,843,o), -(841,1055,o), -(546,1055,cs), -(251,1055,o), -(60,843,o), -(60,515,cs), -(60,190,o), -(251,-20,o), -(546,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(282,28,o), -(111,219,o), -(111,515,cs), -(111,814,o), -(281,1007,o), -(543,1007,cs), -(812,1007,o), -(986,814,o), -(986,515,cs), -(986,219,o), -(813,28,o), -(546,28,cs) -); -}, -{ -closed = 1; -nodes = ( -(1025,502,l), -(1911,502,l), -(1911,549,l), -(1911,856,o), -(1735,1055,o), -(1464,1055,cs), -(1174,1055,o), -(987,849,o), -(987,530,cs), -(987,197,o), -(1179,-19,o), -(1477,-19,cs), -(1634,-19,o), -(1789,45,o), -(1870,143,c), -(1837,188,l), -(1764,91,o), -(1623,29,o), -(1477,29,cs), -(1207,29,o), -(1033,217,o), -(1033,508,c), -(1033,542,l), -(1033,824,o), -(1203,1007,o), -(1465,1007,cs), -(1705,1007,o), -(1860,827,o), -(1860,549,c), -(1860,514,l), -(1880,550,l), -(1025,550,l) -); -} -); -width = 1971; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(877,-20,o), -(1079,192,o), -(1079,519,cs), -(1079,844,o), -(877,1054,o), -(565,1054,cs), -(258,1054,o), -(60,844,o), -(60,519,cs), -(60,192,o), -(258,-20,o), -(565,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(368,140,o), -(240,289,o), -(240,519,cs), -(240,747,o), -(367,894,o), -(563,894,cs), -(768,894,o), -(900,747,o), -(900,519,cs), -(900,289,o), -(768,140,o), -(565,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(1067,439,l), -(1845,439,l), -(1845,578,l), -(1845,868,o), -(1666,1056,o), -(1390,1056,cs), -(1091,1056,o), -(899,845,o), -(901,518,cs), -(903,192,o), -(1105,-19,o), -(1416,-19,cs), -(1556,-19,o), -(1713,31,o), -(1817,109,c), -(1734,262,l), -(1644,189,o), -(1522,141,o), -(1423,141,cs), -(1218,141,o), -(1085,265,o), -(1085,457,c), -(1085,602,l), -(1085,781,o), -(1206,896,o), -(1394,896,cs), -(1558,896,o), -(1664,778,o), -(1664,596,c), -(1664,474,l), -(1771,609,l), -(1065,609,l) -); -} -); -width = 1905; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(969,-36,o), -(1176,195,o), -(1176,552,cs), -(1176,899,o), -(969,1124,o), -(649,1124,cs), -(291,1124,o), -(60,899,o), -(60,552,cs), -(60,195,o), -(291,-36,o), -(649,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(546,254,o), -(460,371,o), -(460,552,cs), -(460,723,o), -(546,834,o), -(679,834,cs), -(811,834,o), -(896,723,o), -(896,552,cs), -(896,371,o), -(811,254,o), -(679,254,cs) -); -}, -{ -closed = 1; -nodes = ( -(1207,438,l), -(1941,438,l), -(1941,564,l), -(1941,904,o), -(1734,1124,o), -(1413,1124,cs), -(1116,1124,o), -(925,895,o), -(927,540,cs), -(929,191,o), -(1135,-35,o), -(1451,-35,cs), -(1630,-35,o), -(1805,33,o), -(1898,139,c), -(1729,357,l), -(1672,290,o), -(1577,246,o), -(1489,246,cs), -(1329,246,o), -(1226,328,o), -(1226,456,c), -(1226,639,l), -(1226,764,o), -(1301,845,o), -(1416,845,cs), -(1522,845,o), -(1591,762,o), -(1591,633,c), -(1591,515,l), -(1708,665,l), -(1206,665,l) -); -} -); -width = 2001; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(746,-20,o), -(974,190,o), -(1032,515,cs), -(1089,843,o), -(936,1055,o), -(641,1055,cs), -(346,1055,o), -(117,843,o), -(60,515,cs), -(2,190,o), -(156,-20,o), -(451,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(196,28,o), -(58,219,o), -(111,515,cs), -(163,814,o), -(367,1007,o), -(629,1007,cs), -(898,1007,o), -(1038,814,o), -(986,515,cs), -(933,219,o), -(727,28,o), -(460,28,cs) -); -}, -{ -closed = 1; -nodes = ( -(1022,502,l), -(1908,502,l), -(1917,549,l), -(1971,856,o), -(1830,1055,o), -(1559,1055,cs), -(1269,1055,o), -(1045,849,o), -(989,530,cs), -(930,197,o), -(1084,-19,o), -(1382,-19,cs), -(1539,-19,o), -(1706,45,o), -(1804,143,c), -(1779,188,l), -(1689,91,o), -(1537,29,o), -(1391,29,cs), -(1121,29,o), -(980,217,o), -(1031,508,c), -(1037,542,l), -(1087,824,o), -(1289,1007,o), -(1551,1007,cs), -(1791,1007,o), -(1915,827,o), -(1866,549,c), -(1859,514,l), -(1886,550,l), -(1031,550,l) -); -} -); -width = 1972; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(782,-20,o), -(1022,192,o), -(1079,519,cs), -(1136,844,o), -(972,1054,o), -(660,1054,cs), -(353,1054,o), -(117,844,o), -(60,519,cs), -(3,192,o), -(163,-20,o), -(470,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(301,140,o), -(200,289,o), -(240,519,cs), -(280,747,o), -(433,894,o), -(629,894,cs), -(834,894,o), -(940,747,o), -(900,519,cs), -(860,289,o), -(701,140,o), -(498,140,cs) -); -}, -{ -closed = 1; -nodes = ( -(1053,439,l), -(1831,439,l), -(1856,578,l), -(1907,868,o), -(1761,1056,o), -(1485,1056,cs), -(1186,1056,o), -(957,845,o), -(901,518,cs), -(846,192,o), -(1010,-19,o), -(1321,-19,cs), -(1461,-19,o), -(1627,31,o), -(1745,109,c), -(1689,262,l), -(1586,189,o), -(1456,141,o), -(1357,141,cs), -(1152,141,o), -(1040,265,o), -(1074,457,c), -(1100,602,l), -(1131,781,o), -(1273,896,o), -(1461,896,cs), -(1625,896,o), -(1710,778,o), -(1678,596,c), -(1656,474,l), -(1787,609,l), -(1081,609,l) -); -} -); -width = 1908; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(867,-36,o), -(1114,195,o), -(1177,552,cs), -(1239,899,o), -(1071,1124,o), -(751,1124,cs), -(393,1124,o), -(123,899,o), -(61,552,cs), -(-2,195,o), -(189,-36,o), -(547,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(495,254,o), -(429,371,o), -(461,552,cs), -(492,723,o), -(597,834,o), -(730,834,cs), -(862,834,o), -(928,723,o), -(897,552,cs), -(865,371,o), -(760,254,o), -(628,254,cs) -); -}, -{ -closed = 1; -nodes = ( -(1188,438,l), -(1922,438,l), -(1945,564,l), -(2004,904,o), -(1836,1124,o), -(1515,1124,cs), -(1218,1124,o), -(987,895,o), -(926,540,cs), -(867,191,o), -(1033,-35,o), -(1349,-35,cs), -(1528,-35,o), -(1715,33,o), -(1827,139,c), -(1696,357,l), -(1627,290,o), -(1524,246,o), -(1436,246,cs), -(1276,246,o), -(1188,328,o), -(1210,456,c), -(1243,639,l), -(1265,764,o), -(1354,845,o), -(1469,845,cs), -(1575,845,o), -(1629,762,o), -(1607,633,c), -(1586,515,l), -(1729,665,l), -(1227,665,l) -); -} -); -width = 2006; -} -); -metricLeft = o; -metricRight = e; -unicode = 339; -}, -{ -glyphname = p; -kernLeft = ssflat; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (611,0); -}, -{ -name = top; -pos = (571,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1090,850,o), -(902,1059,o), -(602,1059,cs), -(390,1059,o), -(222,953,o), -(167,783,c), -(160,783,l), -(160,1040,l), -(110,1040,l), -(110,-360,l), -(160,-360,l), -(160,278,l), -(166,278,l), -(230,97,o), -(397,-16,o), -(600,-16,cs), -(901,-16,o), -(1090,189,o), -(1090,516,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,827,o), -(330,1011,o), -(602,1011,cs), -(871,1011,o), -(1040,820,o), -(1040,516,cs), -(1040,219,o), -(870,32,o), -(600,32,cs), -(330,32,o), -(160,226,o), -(160,534,cs) -); -} -); -width = 1150; -}, -{ -anchors = ( -{ -name = bottom; -pos = (740,0); -}, -{ -name = top; -pos = (660,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1159,845,o), -(968,1058,o), -(681,1058,cs), -(515,1058,o), -(363,985,o), -(302,876,c), -(290,876,l), -(290,1039,l), -(110,1039,l), -(110,-360,l), -(290,-360,l), -(290,156,l), -(302,156,l), -(374,52,o), -(525,-17,o), -(679,-17,cs), -(967,-17,o), -(1159,200,o), -(1159,525,cs) -); -}, -{ -closed = 1; -nodes = ( -(290,749,o), -(429,900,o), -(638,900,cs), -(843,900,o), -(979,750,o), -(979,525,cs), -(979,296,o), -(842,143,o), -(636,143,cs), -(432,143,o), -(294,295,o), -(290,523,cs) -); -} -); -width = 1219; -}, -{ -anchors = ( -{ -name = bottom; -pos = (737,0); -}, -{ -name = top; -pos = (737,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1366,900,o), -(1162,1123,o), -(856,1123,cs), -(719,1123,o), -(588,1068,o), -(528,986,c), -(510,986,l), -(510,1100,l), -(110,1100,l), -(110,-374,l), -(510,-374,l), -(510,109,l), -(528,109,l), -(585,23,o), -(716,-35,o), -(856,-35,cs), -(1162,-35,o), -(1366,205,o), -(1366,566,cs) -); -}, -{ -closed = 1; -nodes = ( -(510,709,o), -(600,807,o), -(735,807,cs), -(874,807,o), -(966,709,o), -(966,562,cs), -(966,402,o), -(874,296,o), -(735,296,cs), -(600,296,o), -(510,402,o), -(510,562,cs) -); -} -); -width = 1426; -}, -{ -anchors = ( -{ -name = bottom; -pos = (501,0); -}, -{ -name = top; -pos = (682,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1160,850,o), -(1016,1059,o), -(717,1059,cs), -(494,1059,o), -(304,953,o), -(223,783,c), -(216,783,l), -(271,1040,l), -(221,1040,l), -(-77,-360,l), -(-27,-360,l), -(109,278,l), -(115,278,l), -(130,97,o), -(273,-16,o), -(486,-16,cs), -(787,-16,o), -(1020,189,o), -(1089,516,cs) -); -}, -{ -closed = 1; -nodes = ( -(225,827,o), -(439,1011,o), -(717,1011,cs), -(980,1011,o), -(1104,820,o), -(1039,516,cs), -(976,219,o), -(763,32,o), -(487,32,cs), -(223,32,o), -(98,226,o), -(163,534,cs) -); -} -); -width = 1150; -}, -{ -anchors = ( -{ -name = bottom; -pos = (590,0); -}, -{ -name = top; -pos = (731,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1210,853,o), -(1065,1059,o), -(766,1059,cs), -(596,1059,o), -(443,973,o), -(370,837,c), -(358,837,l), -(401,1040,l), -(221,1040,l), -(-77,-360,l), -(103,-360,l), -(222,197,l), -(234,197,l), -(242,66,o), -(358,-16,o), -(535,-16,cs), -(836,-16,o), -(1070,193,o), -(1141,526,cs) -); -}, -{ -closed = 1; -nodes = ( -(340,756,o), -(501,901,o), -(709,901,cs), -(912,901,o), -(1009,756,o), -(961,526,cs), -(911,291,o), -(743,144,o), -(526,144,cs), -(337,144,o), -(246,291,o), -(291,524,cs) -); -} -); -width = 1200; -}, -{ -anchors = ( -{ -name = bottom; -pos = (620,0); -}, -{ -name = top; -pos = (854,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1422,908,o), -(1275,1123,o), -(968,1123,cs), -(807,1123,o), -(671,1059,o), -(615,956,c), -(597,956,l), -(627,1100,l), -(227,1100,l), -(-86,-374,l), -(314,-374,l), -(434,189,l), -(452,189,l), -(473,51,o), -(577,-35,o), -(722,-35,cs), -(1029,-35,o), -(1271,197,o), -(1350,566,cs) -); -}, -{ -closed = 1; -nodes = ( -(550,737,o), -(664,847,o), -(808,847,cs), -(932,847,o), -(986,737,o), -(949,562,cs), -(909,374,o), -(791,256,o), -(643,256,cs), -(523,256,o), -(473,374,o), -(513,562,cs) -); -} -); -width = 1407; -} -); -metricLeft = i; -metricRight = o; -unicode = 112; -}, -{ -glyphname = pacute; -lastChange = "2025-04-30 11:55:37 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = p; -}, -{ -pos = (452,83); -ref = acutecomb; -} -); -width = 1150; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = p; -}, -{ -pos = (483,82); -ref = acutecomb; -} -); -width = 1219; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = p; -}, -{ -pos = (520,209); -ref = acutecomb; -} -); -width = 1426; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = p; -}, -{ -pos = (494,83); -ref = acutecomb; -} -); -width = 1150; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = p; -}, -{ -pos = (465,82); -ref = acutecomb; -} -); -width = 1200; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = p; -}, -{ -pos = (563,209); -ref = acutecomb; -} -); -width = 1407; -} -); -unicode = 7765; -}, -{ -glyphname = thorn; -kernLeft = flat; -kernRight = sround; -lastChange = "2025-04-30 03:33:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1090,850,o), -(902,1059,o), -(602,1059,cs), -(390,1059,o), -(222,953,o), -(167,783,c), -(160,783,l), -(160,1520,l), -(110,1520,l), -(110,-360,l), -(160,-360,l), -(160,278,l), -(166,278,l), -(230,97,o), -(397,-16,o), -(600,-16,cs), -(901,-16,o), -(1090,189,o), -(1090,516,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,827,o), -(330,1011,o), -(602,1011,cs), -(871,1011,o), -(1040,820,o), -(1040,516,cs), -(1040,219,o), -(870,32,o), -(600,32,cs), -(330,32,o), -(160,226,o), -(160,534,cs) -); -} -); -width = 1150; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1139,853,o), -(951,1059,o), -(651,1059,cs), -(481,1059,o), -(346,973,o), -(302,837,c), -(290,837,l), -(290,1520,l), -(110,1520,l), -(110,-360,l), -(290,-360,l), -(290,197,l), -(302,197,l), -(338,66,o), -(471,-16,o), -(649,-16,cs), -(950,-16,o), -(1139,193,o), -(1139,526,cs) -); -}, -{ -closed = 1; -nodes = ( -(290,756,o), -(417,901,o), -(618,901,cs), -(827,901,o), -(959,756,o), -(959,526,cs), -(959,291,o), -(827,144,o), -(616,144,cs), -(420,144,o), -(294,291,o), -(290,524,cs) -); -} -); -width = 1199; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1346,908,o), -(1153,1123,o), -(846,1123,cs), -(686,1123,o), -(563,1059,o), -(528,956,c), -(510,956,l), -(510,1520,l), -(110,1520,l), -(110,-374,l), -(510,-374,l), -(510,189,l), -(528,189,l), -(579,51,o), -(701,-35,o), -(846,-35,cs), -(1153,-35,o), -(1346,197,o), -(1346,566,cs) -); -}, -{ -closed = 1; -nodes = ( -(510,737,o), -(593,847,o), -(725,847,cs), -(861,847,o), -(946,737,o), -(946,562,cs), -(946,374,o), -(861,256,o), -(725,256,cs), -(593,256,o), -(510,374,o), -(510,562,cs) -); -} -); -width = 1406; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(863,891,o), -(781,1058,o), -(595,1058,cs), -(475,1058,o), -(409,998,o), -(380,862,c), -(373,862,l), -(373,1520,l), -(323,1520,l), -(323,-482,l), -(373,-482,l), -(373,187,l), -(379,187,l), -(414,46,o), -(479,-17,o), -(593,-17,cs), -(780,-17,o), -(863,146,o), -(863,515,cs) -); -}, -{ -closed = 1; -nodes = ( -(373,863,o), -(441,1010,o), -(595,1010,cs), -(746,1010,o), -(813,858,o), -(813,515,cs), -(813,180,o), -(745,31,o), -(593,31,cs), -(441,31,o), -(373,185,o), -(373,533,cs) -); -} -); -width = 960; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(992,880,o), -(895,1059,o), -(704,1059,cs), -(615,1059,o), -(552,988,o), -(515,847,c), -(503,847,l), -(503,1520,l), -(323,1520,l), -(323,-481,l), -(503,-481,l), -(503,187,l), -(515,187,l), -(543,52,o), -(606,-16,o), -(702,-16,cs), -(895,-16,o), -(992,166,o), -(992,526,cs) -); -}, -{ -closed = 1; -nodes = ( -(503,774,o), -(559,901,o), -(671,901,cs), -(765,901,o), -(812,775,o), -(812,526,cs), -(812,272,o), -(764,144,o), -(669,144,cs), -(564,144,o), -(508,272,o), -(503,524,cs) -); -} -); -width = 1083; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1307,945,o), -(1198,1137,o), -(982,1137,cs), -(836,1137,o), -(753,1076,o), -(734,956,c), -(716,956,l), -(716,1520,l), -(316,1520,l), -(316,-420,l), -(716,-420,l), -(716,199,l), -(734,199,l), -(785,50,o), -(868,-25,o), -(982,-25,cs), -(1198,-25,o), -(1307,173,o), -(1307,566,cs) -); -}, -{ -closed = 1; -nodes = ( -(716,760,o), -(745,860,o), -(801,860,cs), -(858,860,o), -(887,760,o), -(887,562,cs), -(887,365,o), -(858,266,o), -(801,266,cs), -(745,266,o), -(716,365,o), -(716,562,cs) -); -} -); -width = 1398; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "7DE7BCF3-949C-447B-AD0C-92B59DF47754"; -name = "wght=100"; -shapes = ( -{ -closed = 1; -nodes = ( -(1470,861,o), -(1219,1059,o), -(782,1059,cs), -(476,1059,o), -(244,958,o), -(147,783,c), -(140,783,l), -(140,1520,l), -(90,1520,l), -(90,-360,l), -(140,-360,l), -(140,278,l), -(146,278,l), -(252,91,o), -(483,-16,o), -(780,-16,cs), -(1219,-16,o), -(1470,178,o), -(1470,516,cs) -); -}, -{ -closed = 1; -nodes = ( -(140,837,o), -(374,1011,o), -(782,1011,cs), -(1188,1011,o), -(1420,831,o), -(1420,516,cs), -(1420,208,o), -(1187,32,o), -(780,32,cs), -(373,32,o), -(140,215,o), -(140,534,cs) -); -} -); -width = 1530; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "FDFC085D-FF36-47B0-851A-BD8C879DF7C5"; -name = Regular; -shapes = ( -{ -closed = 1; -nodes = ( -(1519,865,o), -(1268,1059,o), -(831,1059,cs), -(568,1059,o), -(368,978,o), -(282,837,c), -(270,837,l), -(270,1520,l), -(90,1520,l), -(90,-360,l), -(270,-360,l), -(270,197,l), -(282,197,l), -(359,62,o), -(558,-16,o), -(829,-16,cs), -(1268,-16,o), -(1519,181,o), -(1519,526,cs) -); -}, -{ -closed = 1; -nodes = ( -(270,764,o), -(462,901,o), -(798,901,cs), -(1142,901,o), -(1339,764,o), -(1339,526,cs), -(1339,283,o), -(1141,144,o), -(796,144,cs), -(466,144,o), -(274,282,o), -(270,524,cs) -); -} -); -width = 1579; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "CE5E8762-3CE4-4341-91B1-15078C500EF8"; -name = "wght=1000"; -shapes = ( -{ -closed = 1; -nodes = ( -(1726,920,o), -(1471,1123,o), -(1026,1123,cs), -(783,1123,o), -(594,1062,o), -(508,956,c), -(490,956,l), -(490,1520,l), -(90,1520,l), -(90,-374,l), -(490,-374,l), -(490,189,l), -(508,189,l), -(611,47,o), -(800,-35,o), -(1026,-35,cs), -(1471,-35,o), -(1726,184,o), -(1726,566,cs) -); -}, -{ -closed = 1; -nodes = ( -(490,743,o), -(641,847,o), -(905,847,cs), -(1173,847,o), -(1326,743,o), -(1326,562,cs), -(1326,367,o), -(1173,256,o), -(905,256,cs), -(641,256,o), -(490,367,o), -(490,562,cs) -); -} -); -width = 1786; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "300C17E3-EA06-401F-867C-8F69B2DA68B5"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(709,891,o), -(663,1058,o), -(477,1058,cs), -(357,1058,o), -(278,998,o), -(220,862,c), -(213,862,l), -(353,1520,l), -(303,1520,l), -(-123,-482,l), -(-73,-482,l), -(69,187,l), -(75,187,l), -(80,46,o), -(132,-17,o), -(246,-17,cs), -(433,-17,o), -(551,146,o), -(629,515,cs) -); -}, -{ -closed = 1; -nodes = ( -(213,863,o), -(312,1010,o), -(466,1010,cs), -(617,1010,o), -(652,858,o), -(579,515,cs), -(508,180,o), -(408,31,o), -(256,31,cs), -(104,31,o), -(69,185,o), -(143,533,cs) -); -} -); -width = 670; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "EF892781-9B06-4D01-A3EC-01AF347AD647"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(826,880,o), -(767,1059,o), -(576,1059,cs), -(487,1059,o), -(409,988,o), -(342,847,c), -(330,847,l), -(473,1520,l), -(293,1520,l), -(-133,-481,l), -(47,-481,l), -(189,187,l), -(201,187,l), -(201,52,o), -(249,-16,o), -(345,-16,cs), -(538,-16,o), -(674,166,o), -(750,526,cs) -); -}, -{ -closed = 1; -nodes = ( -(314,774,o), -(397,901,o), -(509,901,cs), -(603,901,o), -(623,775,o), -(570,526,cs), -(516,272,o), -(441,144,o), -(346,144,cs), -(241,144,o), -(212,272,o), -(261,524,cs) -); -} -); -width = 789; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "77632039-C6CA-48A4-B25B-65842203997B"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(1145,945,o), -(1077,1137,o), -(861,1137,cs), -(715,1137,o), -(619,1076,o), -(574,956,c), -(556,956,l), -(676,1520,l), -(276,1520,l), -(-136,-420,l), -(264,-420,l), -(395,199,l), -(413,199,l), -(433,50,o), -(500,-25,o), -(614,-25,cs), -(830,-25,o), -(981,173,o), -(1064,566,cs) -); -}, -{ -closed = 1; -nodes = ( -(515,760,o), -(565,860,o), -(621,860,cs), -(678,860,o), -(686,760,o), -(644,562,cs), -(602,365,o), -(552,266,o), -(495,266,cs), -(439,266,o), -(431,365,o), -(473,562,cs) -); -} -); -width = 1101; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "1C1E573C-39A4-4FA7-B54E-DAD03913FDED"; -name = "wght=100, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(1543,861,o), -(1334,1059,o), -(897,1059,cs), -(591,1059,o), -(337,958,o), -(203,783,c), -(196,783,l), -(353,1520,l), -(303,1520,l), -(-97,-360,l), -(-47,-360,l), -(89,278,l), -(95,278,l), -(161,91,o), -(369,-16,o), -(666,-16,cs), -(1105,-16,o), -(1398,178,o), -(1469,516,cs) -); -}, -{ -closed = 1; -nodes = ( -(208,837,o), -(479,1011,o), -(887,1011,cs), -(1293,1011,o), -(1486,831,o), -(1419,516,cs), -(1354,208,o), -(1084,32,o), -(677,32,cs), -(270,32,o), -(75,215,o), -(143,534,cs) -); -} -); -width = 1530; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "04BDCAA3-7E10-4072-868D-58800A43E2F9"; -name = "Regular, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(1593,865,o), -(1383,1059,o), -(946,1059,cs), -(683,1059,o), -(466,978,o), -(350,837,c), -(338,837,l), -(483,1520,l), -(303,1520,l), -(-97,-360,l), -(83,-360,l), -(202,197,l), -(214,197,l), -(262,62,o), -(444,-16,o), -(715,-16,cs), -(1154,-16,o), -(1447,181,o), -(1521,526,cs) -); -}, -{ -closed = 1; -nodes = ( -(322,764,o), -(543,901,o), -(879,901,cs), -(1223,901,o), -(1391,764,o), -(1341,526,cs), -(1289,283,o), -(1061,144,o), -(716,144,cs), -(386,144,o), -(224,282,o), -(271,524,cs) -); -} -); -width = 1580; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "0D58C4F1-387E-400B-B18C-0D263B9CAEE8"; -name = "wght=1000, italic"; -shapes = ( -{ -closed = 1; -nodes = ( -(1805,920,o), -(1593,1123,o), -(1148,1123,cs), -(905,1123,o), -(703,1062,o), -(594,956,c), -(576,956,l), -(696,1520,l), -(296,1520,l), -(-106,-374,l), -(294,-374,l), -(413,189,l), -(431,189,l), -(504,47,o), -(676,-35,o), -(902,-35,cs), -(1347,-35,o), -(1648,184,o), -(1730,566,cs) -); -}, -{ -closed = 1; -nodes = ( -(531,743,o), -(704,847,o), -(968,847,cs), -(1236,847,o), -(1367,743,o), -(1329,562,cs), -(1287,367,o), -(1111,256,o), -(843,256,cs), -(579,256,o), -(451,367,o), -(493,562,cs) -); -} -); -width = 1787; -} -); -metricLeft = p; -metricRight = p; -unicode = 254; -}, -{ -glyphname = q; -kernLeft = sround; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (529,0); -}, -{ -name = hookup; -pos = (1004,1040); -}, -{ -name = top; -pos = (529,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1150,0); -ref = p; -scale = (-1,1); -} -); -width = 1150; -}, -{ -anchors = ( -{ -name = bottom; -pos = (579,0); -}, -{ -name = hookup; -pos = (1029,1040); -}, -{ -name = top; -pos = (579,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1219,0); -ref = p; -scale = (-1,1); -} -); -width = 1219; -}, -{ -anchors = ( -{ -name = bottom; -pos = (625,0); -}, -{ -name = hookup; -pos = (1084,1100); -}, -{ -name = top; -pos = (625,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1426,0); -ref = p; -scale = (-1,1); -} -); -width = 1426; -}, -{ -anchors = ( -{ -name = bottom; -pos = (168,0); -}, -{ -name = hookup; -pos = (864,1040); -}, -{ -name = top; -pos = (389,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (919,0); -ref = p; -scale = (-1,1); -slant = (24,0); -} -); -width = 1161; -}, -{ -anchors = ( -{ -name = bottom; -pos = (226,0); -}, -{ -name = hookup; -pos = (897,1040); -}, -{ -name = top; -pos = (447,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (968,0); -ref = p; -scale = (-1,1); -slant = (24,0); -} -); -width = 1210; -}, -{ -anchors = ( -{ -name = bottom; -pos = (509,0); -}, -{ -name = hookup; -pos = (1202,1100); -}, -{ -name = top; -pos = (743,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1162,0); -ref = p; -scale = (-1,1); -slant = (24,0); -} -); -width = 1418; -} -); -metricLeft = o; -metricRight = i; -unicode = 113; -}, -{ -glyphname = r; -kernLeft = ssflat; -kernRight = r; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (168,0); -}, -{ -name = top; -pos = (367,1030); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,629,ls), -(160,856,o), -(332,1008,o), -(591,1008,c), -(591,1058,l), -(381,1052,o), -(211,958,o), -(167,823,c), -(160,823,l), -(160,1040,l), -(110,1040,l), -(110,0,l), -(160,0,l) -); -} -); -width = 621; -}, -{ -anchors = ( -{ -name = bottom; -pos = (201,0); -}, -{ -name = top; -pos = (411,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,489,ls), -(290,725,o), -(442,866,o), -(701,866,c), -(701,1054,l), -(506,1055,o), -(358,963,o), -(302,823,c), -(290,823,l), -(290,1040,l), -(110,1040,l), -(110,0,l), -(290,0,l) -); -} -); -width = 731; -}, -{ -anchors = ( -{ -name = bottom; -pos = (317,0); -}, -{ -name = top; -pos = (497,1101); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,477,ls), -(510,668,o), -(632,764,o), -(889,762,c), -(889,1123,l), -(678,1125,o), -(563,1015,o), -(528,847,c), -(510,847,l), -(510,1100,l), -(110,1100,l), -(110,0,l), -(510,0,l) -); -} -); -width = 919; -}, -{ -anchors = ( -{ -name = bottom; -pos = (58,0); -}, -{ -name = top; -pos = (475,1030); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,629,ls), -(232,856,o), -(436,1008,o), -(695,1008,c), -(705,1058,l), -(494,1052,o), -(304,958,o), -(231,823,c), -(224,823,l), -(271,1040,l), -(221,1040,l), -(0,0,l), -(50,0,l) -); -} -); -width = 621; -}, -{ -anchors = ( -{ -name = bottom; -pos = (91,0); -}, -{ -name = top; -pos = (522,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,489,ls), -(334,725,o), -(536,866,o), -(795,866,c), -(835,1054,l), -(640,1055,o), -(453,963,o), -(367,823,c), -(355,823,l), -(401,1040,l), -(221,1040,l), -(0,0,l), -(180,0,l) -); -} -); -width = 868; -}, -{ -anchors = ( -{ -name = bottom; -pos = (201,0); -}, -{ -name = top; -pos = (615,1101); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(495,477,ls), -(536,668,o), -(698,764,o), -(955,762,c), -(1031,1123,l), -(821,1125,o), -(662,1015,o), -(592,847,c), -(574,847,l), -(627,1100,l), -(227,1100,l), -(-6,0,l), -(394,0,l) -); -} -); -width = 940; -} -); -metricLeft = i; -unicode = 114; -}, -{ -glyphname = racute; -kernLeft = ssflat; -kernRight = r; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = r; -}, -{ -pos = (248,90); -ref = acute; -} -); -width = 621; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = r; -}, -{ -pos = (234,100); -ref = acute; -} -); -width = 731; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = r; -}, -{ -pos = (280,101); -ref = acute; -} -); -width = 919; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = r; -}, -{ -pos = (290,90); -ref = acute; -} -); -width = 621; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = r; -}, -{ -pos = (260,100); -ref = acute; -} -); -width = 868; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = r; -}, -{ -pos = (302,101); -ref = acute; -} -); -width = 940; -} -); -unicode = 341; -}, -{ -glyphname = rcaron; -kernLeft = ssflat; -kernRight = r; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = r; -}, -{ -pos = (50,90); -ref = caroncomb; -} -); -width = 621; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = r; -}, -{ -pos = (29,100); -ref = caroncomb; -} -); -width = 731; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-23,101); -ref = caroncomb; -} -); -width = 919; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = r; -}, -{ -alignment = -1; -pos = (69,90); -ref = caroncomb; -} -); -width = 651; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = r; -}, -{ -pos = (43,100); -ref = caroncomb; -} -); -width = 868; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = r; -}, -{ -alignment = -1; -pos = (-13,95); -ref = caroncomb; -} -); -width = 1050; -} -); -unicode = 345; -}, -{ -glyphname = rcommaaccent; -kernLeft = ssflat; -kernRight = r; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-51,0); -ref = commaaccentcomb; -} -); -width = 621; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-63,0); -ref = commaaccentcomb; -} -); -width = 731; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-74,0); -ref = commaaccentcomb; -} -); -width = 919; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-51,0); -ref = commaaccentcomb; -} -); -width = 621; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-62,0); -ref = commaaccentcomb; -} -); -width = 868; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = r; -}, -{ -pos = (-74,0); -ref = commaaccentcomb; -} -); -width = 940; -} -); -unicode = 343; -}, -{ -glyphname = s; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (469,-17); -}, -{ -name = top; -pos = (439,1055); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(660,-21,o), -(796,91,o), -(796,260,cs), -(796,405,o), -(694,515,o), -(540,537,cs), -(391,558,ls), -(239,579,o), -(137,677,o), -(137,801,cs), -(137,925,o), -(247,1007,o), -(413,1007,cs), -(526,1007,o), -(641,978,o), -(700,934,c), -(719,981,l), -(646,1025,o), -(524,1055,o), -(413,1055,c), -(218,1055,o), -(88,953,o), -(88,801,cs), -(88,654,o), -(201,539,o), -(371,514,cs), -(531,490,ls), -(660,470,o), -(746,378,o), -(747,260,cs), -(748,121,o), -(630,28,o), -(452,28,cs), -(317,28,o), -(171,67,o), -(87,126,c), -(60,87,l), -(152,23,o), -(311,-20,o), -(457,-20,c) -); -} -); -width = 856; -}, -{ -anchors = ( -{ -name = bottom; -pos = (473,-11); -}, -{ -name = top; -pos = (428,1057); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(692,-21,o), -(840,105,o), -(840,303,cs), -(840,450,o), -(719,563,o), -(529,593,cs), -(388,615,ls), -(301,629,o), -(245,684,o), -(245,757,cs), -(245,835,o), -(322,885,o), -(444,885,cs), -(535,885,o), -(641,845,o), -(715,783,c), -(798,931,l), -(715,1007,o), -(578,1055,o), -(444,1055,c), -(212,1055,o), -(65,936,o), -(65,749,cs), -(65,600,o), -(171,487,o), -(339,459,cs), -(496,433,ls), -(594,417,o), -(657,366,o), -(660,303,cs), -(660,209,o), -(576,150,o), -(444,150,cs), -(340,150,o), -(228,195,o), -(155,266,c), -(60,124,l), -(149,36,o), -(304,-20,o), -(459,-20,c) -); -} -); -width = 900; -}, -{ -anchors = ( -{ -name = bottom; -pos = (473,-23); -}, -{ -name = top; -pos = (475,1124); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(779,-36,o), -(956,111,o), -(956,331,cs), -(956,484,o), -(837,611,o), -(658,649,cs), -(497,683,ls), -(445,694,o), -(411,722,o), -(411,752,cs), -(411,793,o), -(473,821,o), -(566,821,cs), -(664,821,o), -(770,807,o), -(832,786,c), -(885,1079,l), -(803,1106,o), -(645,1124,o), -(490,1124,cs), -(232,1124,o), -(60,984,o), -(60,774,cs), -(60,615,o), -(164,487,o), -(319,454,cs), -(552,405,ls), -(595,396,o), -(624,372,o), -(624,346,cs), -(624,305,o), -(552,279,o), -(444,282,cs), -(340,286,o), -(213,315,o), -(127,354,c), -(60,38,l), -(196,-6,o), -(378,-36,o), -(514,-36,c) -); -} -); -width = 1016; -}, -{ -anchors = ( -{ -name = bottom; -pos = (355,-17); -}, -{ -name = top; -pos = (553,1055); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(546,-21,o), -(705,91,o), -(741,260,cs), -(772,405,o), -(693,515,o), -(544,537,cs), -(400,558,ls), -(252,579,o), -(171,677,o), -(197,801,cs), -(224,925,o), -(351,1007,o), -(517,1007,cs), -(630,1007,o), -(739,978,o), -(789,934,c), -(818,981,l), -(754,1025,o), -(638,1055,o), -(527,1055,c), -(332,1055,o), -(181,953,o), -(148,801,cs), -(117,654,o), -(206,539,o), -(370,514,cs), -(525,490,ls), -(650,470,o), -(716,378,o), -(692,260,cs), -(664,121,o), -(526,28,o), -(348,28,cs), -(213,28,o), -(75,67,o), -(4,126,c), -(-32,87,l), -(47,23,o), -(197,-20,o), -(343,-20,c) -); -} -); -width = 856; -}, -{ -anchors = ( -{ -name = bottom; -pos = (361,-11); -}, -{ -name = top; -pos = (543,1057); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(578,-21,o), -(752,105,o), -(794,303,cs), -(826,450,o), -(729,563,o), -(545,593,cs), -(409,615,ls), -(325,629,o), -(280,684,o), -(296,757,cs), -(312,835,o), -(400,885,o), -(522,885,cs), -(613,885,o), -(711,845,o), -(771,783,c), -(886,931,l), -(819,1007,o), -(692,1055,o), -(558,1055,c), -(326,1055,o), -(154,936,o), -(114,749,cs), -(83,600,o), -(165,487,o), -(327,459,cs), -(478,433,ls), -(573,417,o), -(625,366,o), -(614,303,cs), -(594,209,o), -(498,150,o), -(366,150,cs), -(262,150,o), -(159,195,o), -(102,266,c), -(-24,124,l), -(47,36,o), -(190,-20,o), -(345,-20,c) -); -} -); -width = 900; -}, -{ -anchors = ( -{ -name = bottom; -pos = (351,-23); -}, -{ -name = top; -pos = (597,1124); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-36,o), -(863,111,o), -(910,331,cs), -(942,484,o), -(850,611,o), -(679,649,cs), -(526,683,ls), -(476,694,o), -(448,722,o), -(454,752,cs), -(463,793,o), -(531,821,o), -(624,821,cs), -(722,821,o), -(825,807,o), -(882,786,c), -(998,1079,l), -(921,1106,o), -(767,1124,o), -(612,1124,cs), -(354,1124,o), -(153,984,o), -(108,774,cs), -(74,615,o), -(151,487,o), -(299,454,cs), -(521,405,ls), -(563,396,o), -(586,372,o), -(581,346,cs), -(572,305,o), -(495,279,o), -(387,282,cs), -(284,286,o), -(163,315,o), -(86,354,c), -(-49,38,l), -(78,-6,o), -(254,-36,o), -(390,-36,c) -); -} -); -width = 1017; -} -); -metricLeft = o; -metricRight = o; -unicode = 115; -}, -{ -glyphname = sacute; -kernLeft = sround; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = s; -}, -{ -pos = (320,115); -ref = acute; -} -); -width = 856; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = s; -}, -{ -pos = (251,117); -ref = acute; -} -); -width = 900; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = s; -}, -{ -pos = (258,124); -ref = acute; -} -); -width = 1016; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = s; -}, -{ -pos = (368,115); -ref = acute; -} -); -width = 856; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = s; -}, -{ -pos = (281,117); -ref = acute; -} -); -width = 900; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = s; -}, -{ -pos = (284,124); -ref = acute; -} -); -width = 1017; -} -); -unicode = 347; -}, -{ -glyphname = scaron; -kernLeft = sround; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = s; -}, -{ -pos = (122,115); -ref = caroncomb; -} -); -width = 856; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = s; -}, -{ -pos = (46,117); -ref = caroncomb; -} -); -width = 900; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-45,124); -ref = caroncomb; -} -); -width = 1016; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (127,115); -ref = caroncomb; -} -); -width = 876; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (59,117); -ref = caroncomb; -} -); -width = 991; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (12,118); -ref = caroncomb; -} -); -width = 1146; -} -); -unicode = 353; -}, -{ -glyphname = scedilla; -kernLeft = sround; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = s; -}, -{ -pos = (291,-17); -ref = cedillacomb; -} -); -width = 856; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = s; -}, -{ -pos = (233,-11); -ref = cedillacomb; -} -); -width = 900; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = s; -}, -{ -pos = (197,-23); -ref = cedillacomb; -} -); -width = 1016; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (265,-17); -ref = cedillacomb; -} -); -width = 876; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (215,-11); -ref = cedillacomb; -} -); -width = 991; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (306,-13); -ref = cedillacomb; -} -); -width = 1146; -} -); -unicode = 351; -}, -{ -glyphname = scircumflex; -kernLeft = sround; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = s; -}, -{ -pos = (120,115); -ref = circumflexcomb; -} -); -width = 856; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = s; -}, -{ -pos = (47,117); -ref = circumflexcomb; -} -); -width = 900; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = s; -}, -{ -pos = (-50,124); -ref = circumflexcomb; -} -); -width = 1016; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (125,115); -ref = circumflexcomb; -} -); -width = 876; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (64,117); -ref = circumflexcomb; -} -); -width = 991; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = s; -}, -{ -alignment = -1; -pos = (19,124); -ref = circumflexcomb; -} -); -width = 1146; -} -); -unicode = 349; -}, -{ -glyphname = scommaaccent; -kernLeft = sround; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = s; -}, -{ -pos = (250,-17); -ref = commaaccentcomb; -} -); -width = 856; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = s; -}, -{ -pos = (209,-11); -ref = commaaccentcomb; -} -); -width = 900; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = s; -}, -{ -pos = (82,-23); -ref = commaaccentcomb; -} -); -width = 1016; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = s; -}, -{ -pos = (246,-17); -ref = commaaccentcomb; -} -); -width = 856; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = s; -}, -{ -pos = (208,-11); -ref = commaaccentcomb; -} -); -width = 900; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = s; -}, -{ -pos = (76,-23); -ref = commaaccentcomb; -} -); -width = 1017; -} -); -unicode = 537; -}, -{ -glyphname = germandbls; -kernLeft = B; -kernRight = B; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1062,ls), -(150,1270,o), -(302,1417,o), -(518,1417,cs), -(731,1417,o), -(881,1282,o), -(881,1091,cs), -(881,896,o), -(722,759,o), -(496,759,c), -(307,759,l), -(307,711,l), -(517,711,l), -(789,711,o), -(981,576,o), -(981,383,cs), -(981,173,o), -(820,29,o), -(590,29,cs), -(483,29,o), -(366,35,o), -(306,49,c), -(306,0,l), -(356,-12,o), -(477,-20,o), -(600,-20,cs), -(853,-20,o), -(1031,144,o), -(1031,377,cs), -(1031,569,o), -(875,718,o), -(654,738,c), -(654,742,l), -(817,773,o), -(931,917,o), -(931,1090,cs), -(931,1310,o), -(760,1465,o), -(517,1465,cs), -(272,1465,o), -(100,1297,o), -(100,1057,cs), -(100,0,l) -); -} -); -width = 1091; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,1,l), -(280,1109,ls), -(280,1269,o), -(378,1369,o), -(535,1369,cs), -(709,1369,o), -(818,1272,o), -(818,1118,cs), -(818,934,o), -(712,819,o), -(544,819,c), -(379,819,l), -(379,660,l), -(587,660,l), -(800,660,o), -(933,560,o), -(933,400,cs), -(933,240,o), -(821,140,o), -(643,140,cs), -(578,140,o), -(476,148,o), -(378,162,c), -(378,1,l), -(440,-12,o), -(546,-20,o), -(653,-20,cs), -(936,-20,o), -(1113,140,o), -(1113,394,cs), -(1113,593,o), -(981,731,o), -(772,751,c), -(772,763,l), -(911,801,o), -(998,937,o), -(998,1117,cs), -(998,1370,o), -(815,1529,o), -(524,1529,cs), -(264,1529,o), -(100,1365,o), -(100,1103,cs), -(100,1,l) -); -} -); -width = 1173; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,0,l), -(500,1072,ls), -(500,1160,o), -(564,1215,o), -(667,1215,cs), -(767,1215,o), -(830,1159,o), -(830,1070,cs), -(830,968,o), -(771,904,o), -(676,904,c), -(587,901,l), -(587,599,l), -(767,599,l), -(868,604,o), -(931,548,o), -(931,453,cs), -(931,358,o), -(869,299,o), -(770,299,c), -(737,299,o), -(666,303,o), -(586,309,c), -(586,0,l), -(659,-15,o), -(764,-25,o), -(860,-25,cs), -(1144,-25,o), -(1322,133,o), -(1322,385,cs), -(1322,608,o), -(1188,753,o), -(974,762,c), -(974,772,l), -(1126,792,o), -(1222,923,o), -(1222,1112,cs), -(1222,1372,o), -(1004,1535,o), -(657,1535,cs), -(315,1535,o), -(100,1354,o), -(100,1067,cs), -(100,0,l) -); -} -); -width = 1382; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(39,0,l), -(265,1062,ls), -(309,1270,o), -(493,1417,o), -(709,1417,cs), -(922,1417,o), -(1043,1282,o), -(1002,1091,cs), -(961,896,o), -(773,759,o), -(547,759,c), -(358,759,l), -(348,711,l), -(558,711,l), -(830,711,o), -(993,576,o), -(952,383,cs), -(907,173,o), -(715,25,o), -(485,25,cs), -(378,25,o), -(263,35,o), -(206,49,c), -(195,0,l), -(243,-12,o), -(362,-20,o), -(485,-20,cs), -(738,-20,o), -(951,144,o), -(1001,377,cs), -(1041,569,o), -(917,718,o), -(700,738,c), -(701,742,l), -(871,773,o), -(1015,917,o), -(1052,1090,cs), -(1099,1310,o), -(961,1465,o), -(718,1465,cs), -(473,1465,o), -(265,1297,o), -(214,1057,cs), -(-11,0,l) -); -} -); -width = 1091; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,1,l), -(405,1109,ls), -(439,1269,o), -(559,1369,o), -(716,1369,cs), -(890,1369,o), -(978,1272,o), -(945,1118,cs), -(906,934,o), -(776,819,o), -(608,819,c), -(443,819,l), -(409,660,l), -(617,660,l), -(830,660,o), -(942,560,o), -(908,400,cs), -(874,240,o), -(740,140,o), -(562,140,cs), -(497,140,o), -(397,148,o), -(302,162,c), -(268,1,l), -(327,-12,o), -(431,-20,o), -(538,-20,cs), -(821,-20,o), -(1032,140,o), -(1086,394,cs), -(1129,593,o), -(1026,731,o), -(821,751,c), -(824,763,l), -(971,801,o), -(1087,937,o), -(1125,1117,cs), -(1179,1370,o), -(1030,1529,o), -(739,1529,cs), -(479,1529,o), -(280,1365,o), -(224,1103,cs), -(-10,1,l) -); -} -); -width = 1173; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(384,0,l), -(611,1072,ls), -(630,1160,o), -(706,1215,o), -(809,1215,cs), -(909,1215,o), -(960,1159,o), -(941,1070,cs), -(919,968,o), -(847,904,o), -(752,904,c), -(662,901,l), -(598,599,l), -(778,599,l), -(880,604,o), -(931,548,o), -(911,453,cs), -(891,358,o), -(816,299,o), -(717,299,c), -(684,299,o), -(614,303,o), -(535,309,c), -(470,0,l), -(539,-15,o), -(642,-25,o), -(738,-25,cs), -(1022,-25,o), -(1234,133,o), -(1287,385,cs), -(1335,608,o), -(1232,753,o), -(1019,762,c), -(1022,772,l), -(1178,792,o), -(1302,923,o), -(1342,1112,cs), -(1397,1372,o), -(1214,1535,o), -(867,1535,cs), -(525,1535,o), -(271,1354,o), -(210,1067,cs), -(-16,0,l) -); -} -); -width = 1382; -} -); -metricLeft = B; -metricRight = B; -unicode = 223; -}, -{ -glyphname = t; -kernLeft = t; -kernRight = ssflat; -lastChange = "2025-04-30 09:34:06 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (422,-10); -}, -{ -name = center; -pos = (360,520); -}, -{ -name = top; -pos = (289,1389); -}, -{ -name = topright; -pos = (473,1520); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,180,ls), -(211,60,o), -(301,-20,o), -(435,-20,cs), -(487,-20,o), -(551,-10,o), -(596,5,c), -(586,53,l), -(535,37,o), -(473,27,o), -(431,28,cs), -(329,31,o), -(261,93,o), -(261,182,cs), -(261,1382,l), -(211,1382,l) -); -}, -{ -closed = 1; -nodes = ( -(40,991,l), -(590,991,l), -(590,1040,l), -(40,1040,l) -); -} -); -width = 656; -}, -{ -anchors = ( -{ -name = bottom; -pos = (444,0); -}, -{ -name = center; -pos = (450,520); -}, -{ -name = top; -pos = (304,1384); -}, -{ -name = topright; -pos = (635,1520); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,230,ls), -(220,80,o), -(326,-20,o), -(485,-20,cs), -(554,-20,o), -(635,-9,o), -(687,8,c), -(687,159,l), -(623,144,o), -(552,135,o), -(511,136,cs), -(444,141,o), -(400,183,o), -(400,241,cs), -(400,1332,l), -(220,1332,l) -); -}, -{ -closed = 1; -nodes = ( -(40,880,l), -(693,880,l), -(693,1040,l), -(40,1040,l) -); -} -); -width = 753; -}, -{ -anchors = ( -{ -name = bottom; -pos = (459,-10); -}, -{ -name = center; -pos = (439,550); -}, -{ -name = top; -pos = (371,1387); -}, -{ -name = topright; -pos = (750,1610); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,280,ls), -(170,91,o), -(318,-36,o), -(539,-38,cs), -(669,-40,o), -(797,-20,o), -(860,11,c), -(860,299,l), -(825,280,o), -(756,269,o), -(687,271,cs), -(617,276,o), -(570,315,o), -(570,368,cs), -(570,1398,l), -(170,1398,l) -); -}, -{ -closed = 1; -nodes = ( -(40,781,l), -(850,781,l), -(850,1101,l), -(40,1101,l) -); -} -); -width = 920; -}, -{ -anchors = ( -{ -name = bottom; -pos = (289,-10); -}, -{ -name = center; -pos = (397,520); -}, -{ -name = top; -pos = (481,1389); -}, -{ -name = topright; -pos = (731,1520); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,150,ls), -(161,46,o), -(214,-20,o), -(321,-20,cs), -(375,-20,o), -(439,-10,o), -(487,5,c), -(488,53,l), -(430,36,o), -(369,27,o), -(327,28,cs), -(254,30,o), -(218,78,o), -(234,152,cs), -(499,1391,l), -(445,1391,l) -); -}, -{ -closed = 1; -nodes = ( -(141,991,l), -(691,991,l), -(701,1040,l), -(151,1040,l) -); -} -); -width = 656; -}, -{ -anchors = ( -{ -name = bottom; -pos = (334,0); -}, -{ -name = center; -pos = (451,520); -}, -{ -name = top; -pos = (499,1377); -}, -{ -name = topright; -pos = (841,1520); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(155,210,ls), -(125,69,o), -(197,-20,o), -(341,-20,cs), -(384,-20,o), -(457,-9,o), -(532,8,c), -(537,159,l), -(479,144,o), -(418,135,o), -(380,136,cs), -(344,139,o), -(327,172,o), -(337,221,cs), -(588,1376,l), -(398,1376,l) -); -}, -{ -closed = 1; -nodes = ( -(117,880,l), -(710,880,l), -(744,1040,l), -(151,1040,l) -); -} -); -width = 701; -}, -{ -anchors = ( -{ -name = bottom; -pos = (340,-10); -}, -{ -name = center; -pos = (439,550); -}, -{ -name = top; -pos = (564,1443); -}, -{ -name = topright; -pos = (954,1602); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(117,300,ls), -(74,94,o), -(188,-36,o), -(414,-38,cs), -(476,-39,o), -(615,-32,o), -(679,-19,c), -(700,269,l), -(680,266,o), -(607,264,o), -(577,265,cs), -(536,268,o), -(515,292,o), -(523,328,cs), -(766,1443,l), -(353,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(94,801,l), -(834,801,l), -(897,1101,l), -(157,1101,l) -); -} -); -width = 860; -}, -{ -anchors = ( -{ -name = bottom; -pos = (444,0); -}, -{ -name = center; -pos = (450,520); -}, -{ -name = top; -pos = (304,1384); -}, -{ -name = topright; -pos = (880,1040); -} -); -associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -layerId = "F99A32EF-5144-4C25-8F91-373F8D6E8041"; -name = "Dec 10, 24 at 17:47"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,230,ls), -(220,80,o), -(326,-20,o), -(485,-20,cs), -(554,-20,o), -(635,-9,o), -(687,8,c), -(687,159,l), -(623,144,o), -(552,135,o), -(511,136,cs), -(444,141,o), -(400,183,o), -(400,241,cs), -(400,1400,l), -(220,1332,l) -); -}, -{ -closed = 1; -nodes = ( -(40,880,l), -(693,880,l), -(693,1040,l), -(40,1040,l) -); -} -); -width = 753; -}, -{ -anchors = ( -{ -name = bottom; -pos = (459,-10); -}, -{ -name = center; -pos = (439,550); -}, -{ -name = top; -pos = (371,1387); -}, -{ -name = topright; -pos = (869,1100); -} -); -associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; -layerId = "D4907951-B5B2-466D-85CC-B3A369776CC1"; -name = "Dec 10, 24 at 17:47"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,280,ls), -(170,91,o), -(318,-36,o), -(539,-38,cs), -(669,-40,o), -(797,-20,o), -(860,11,c), -(860,299,l), -(825,280,o), -(756,269,o), -(687,271,cs), -(617,276,o), -(570,315,o), -(570,368,cs), -(570,1498,l), -(170,1398,l) -); -}, -{ -closed = 1; -nodes = ( -(40,781,l), -(850,781,l), -(850,1101,l), -(40,1101,l) -); -} -); -width = 920; -}, -{ -anchors = ( -{ -name = bottom; -pos = (309,-10); -}, -{ -name = center; -pos = (417,520); -}, -{ -name = top; -pos = (346,1389); -}, -{ -name = topright; -pos = (847,1040); -} -); -associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -layerId = "5461E174-875B-4550-A330-20C1CE8A8581"; -name = "Dec 10, 24 at 17:47"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,150,ls), -(181,46,o), -(234,-20,o), -(341,-20,cs), -(395,-20,o), -(459,-10,o), -(507,5,c), -(508,53,l), -(450,36,o), -(389,27,o), -(347,28,cs), -(274,30,o), -(238,78,o), -(254,152,cs), -(519,1400,l), -(465,1382,l) -); -}, -{ -closed = 1; -nodes = ( -(161,991,l), -(711,991,l), -(721,1040,l), -(171,1040,l) -); -} -); -width = 676; -}, -{ -anchors = ( -{ -name = bottom; -pos = (354,0); -}, -{ -name = center; -pos = (471,520); -}, -{ -name = top; -pos = (509,1384); -}, -{ -name = topright; -pos = (1011,1040); -} -); -associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -layerId = "BAD33E46-BD7C-4090-BFF0-BFB0E7315279"; -name = "Dec 10, 24 at 17:47"; -shapes = ( -{ -closed = 1; -nodes = ( -(175,210,ls), -(145,69,o), -(217,-20,o), -(361,-20,cs), -(404,-20,o), -(477,-9,o), -(552,8,c), -(557,159,l), -(499,144,o), -(438,135,o), -(400,136,cs), -(364,139,o), -(347,172,o), -(357,221,cs), -(608,1400,l), -(418,1352,l) -); -}, -{ -closed = 1; -nodes = ( -(137,880,l), -(730,880,l), -(764,1040,l), -(171,1040,l) -); -} -); -width = 721; -}, -{ -anchors = ( -{ -name = bottom; -pos = (360,-10); -}, -{ -name = center; -pos = (459,550); -}, -{ -name = top; -pos = (569,1387); -}, -{ -name = topright; -pos = (1006,1100); -} -); -associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -layerId = "BA1DD76E-650A-464B-A1E1-C4FF9D4D35FB"; -name = "Dec 10, 24 at 17:47"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,300,ls), -(93,94,o), -(208,-36,o), -(434,-38,cs), -(496,-39,o), -(635,-32,o), -(699,-19,c), -(720,269,l), -(700,266,o), -(627,264,o), -(597,265,cs), -(556,268,o), -(535,292,o), -(543,328,cs), -(777,1428,l), -(364,1368,l) -); -}, -{ -closed = 1; -nodes = ( -(114,801,l), -(854,801,l), -(917,1101,l), -(177,1101,l) -); -} -); -width = 880; -}, -{ -anchors = ( -{ -name = bottom; -pos = (422,-10); -}, -{ -name = center; -pos = (360,520); -}, -{ -name = top; -pos = (289,1389); -}, -{ -name = topright; -pos = (790,1040); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "E225D99A-DA8A-4840-9CA5-24D1E1AF005B"; -name = "Dec 10, 24 at 17:47"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,180,ls), -(211,60,o), -(301,-20,o), -(435,-20,cs), -(487,-20,o), -(551,-10,o), -(596,5,c), -(586,53,l), -(535,37,o), -(473,27,o), -(431,28,cs), -(329,31,o), -(261,93,o), -(261,182,cs), -(261,1400,l), -(211,1382,l) -); -}, -{ -closed = 1; -nodes = ( -(40,991,l), -(590,991,l), -(590,1040,l), -(40,1040,l) -); -} -); -width = 656; -} -); -metricRight = o; -unicode = 116; -}, -{ -glyphname = tbar; -kernLeft = t; -kernRight = ssflat; -lastChange = "2025-04-30 12:00:00 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = t; -}, -{ -closed = 1; -nodes = ( -(60,611,l), -(610,611,l), -(610,660,l), -(60,660,l) -); -} -); -width = 670; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = t; -}, -{ -closed = 1; -nodes = ( -(80,500,l), -(673,500,l), -(673,660,l), -(80,660,l) -); -} -); -width = 753; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = t; -}, -{ -closed = 1; -nodes = ( -(60,441,l), -(800,441,l), -(800,701,l), -(60,701,l) -); -} -); -width = 920; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = t; -}, -{ -closed = 1; -nodes = ( -(86,611,l), -(636,611,l), -(646,660,l), -(96,660,l) -); -} -); -width = 677; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = t; -}, -{ -closed = 1; -nodes = ( -(63,500,l), -(656,500,l), -(690,660,l), -(97,660,l) -); -} -); -width = 720; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = t; -}, -{ -closed = 1; -nodes = ( -(32,441,l), -(772,441,l), -(828,701,l), -(88,701,l) -); -} -); -width = 860; -} -); -metricLeft = t; -metricRight = t; -tags = ( -topbar -); -unicode = 359; -}, -{ -glyphname = tcaron; -kernLeft = t; -kernRight = ssflat; -lastChange = "2025-04-30 09:34:06 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = t; -}, -{ -pos = (276,77); -ref = caron.l; -} -); -width = 656; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = t; -}, -{ -pos = (385,77); -ref = caron.l; -} -); -width = 753; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = t; -}, -{ -pos = (442,167); -ref = caron.l; -} -); -width = 920; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -pos = (337,77); -ref = caron.l; -} -); -width = 716; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -pos = (395,77); -ref = caron.l; -} -); -width = 761; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -pos = (456,159); -ref = caron.l; -} -); -width = 920; -} -); -unicode = 357; -}, -{ -glyphname = tcedilla; -kernLeft = t; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = t; -}, -{ -pos = (244,-10); -ref = cedillacomb; -} -); -width = 656; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = t; -}, -{ -pos = (204,0); -ref = cedillacomb; -} -); -width = 753; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = t; -}, -{ -pos = (183,-10); -ref = cedillacomb; -} -); -width = 920; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -alignment = -1; -pos = (209,-10); -ref = cedillacomb; -} -); -width = 716; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -alignment = -1; -pos = (164,0); -ref = cedillacomb; -} -); -width = 761; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = t; -}, -{ -alignment = -1; -pos = (160,-10); -ref = cedillacomb; -} -); -width = 920; -} -); -unicode = 355; -}, -{ -glyphname = tcommaaccent; -kernLeft = t; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = t; -}, -{ -pos = (203,-10); -ref = commaaccentcomb; -} -); -width = 656; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = t; -}, -{ -pos = (180,0); -ref = commaaccentcomb; -} -); -width = 753; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = t; -}, -{ -pos = (68,-10); -ref = commaaccentcomb; -} -); -width = 920; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = t; -}, -{ -pos = (180,-10); -ref = commaaccentcomb; -} -); -width = 656; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = t; -}, -{ -pos = (181,0); -ref = commaaccentcomb; -} -); -width = 701; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = t; -}, -{ -pos = (65,-10); -ref = commaaccentcomb; -} -); -width = 860; -} -); -unicode = 539; -}, -{ -glyphname = u; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (526,-1); -}, -{ -name = ogonek; -pos = (526,8); -}, -{ -name = top; -pos = (517,1040); -}, -{ -name = topright; -pos = (967,940); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(783,-15,o), -(925,133,o), -(925,368,c), -(925,1040,l), -(875,1040,l), -(875,368,l), -(875,163,o), -(753,34,o), -(526,34,c), -(289,34,o), -(160,163,o), -(160,368,c), -(160,1040,l), -(110,1040,l), -(110,368,l), -(110,133,o), -(258,-15,o), -(526,-15,c) -); -} -); -width = 1035; -}, -{ -anchors = ( -{ -name = bottom; -pos = (572,-1); -}, -{ -name = ogonek; -pos = (572,-11); -}, -{ -name = top; -pos = (560,1040); -}, -{ -name = topright; -pos = (906,940); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(847,-20,o), -(1020,143,o), -(1020,402,c), -(1020,1040,l), -(840,1040,l), -(840,402,l), -(840,241,o), -(737,140,o), -(572,140,c), -(393,140,o), -(280,241,o), -(280,402,c), -(280,1040,l), -(100,1040,l), -(100,402,l), -(100,143,o), -(282,-20,o), -(572,-20,c) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(847,-20,o), -(1010,143,o), -(1010,402,c), -(1010,1040,l), -(830,1040,l), -(830,402,l), -(830,241,o), -(737,140,o), -(572,140,c), -(393,140,o), -(290,241,o), -(290,402,c), -(290,1040,l), -(110,1040,l), -(110,402,l), -(110,143,o), -(282,-20,o), -(572,-20,c) -); -} -); -width = 1120; -}, -{ -anchors = ( -{ -name = bottom; -pos = (671,-2); -}, -{ -name = ogonek; -pos = (679,-3); -}, -{ -name = top; -pos = (670,1100); -}, -{ -name = topright; -pos = (1246,998); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(996,-36,o), -(1230,137,o), -(1230,377,c), -(1230,1099,l), -(830,1099,l), -(830,468,l), -(830,361,o), -(764,284,o), -(674,284,c), -(579,284,o), -(510,361,o), -(510,468,c), -(510,1099,l), -(110,1099,l), -(110,377,l), -(110,137,o), -(347,-36,o), -(674,-36,c) -); -} -); -width = 1340; -}, -{ -anchors = ( -{ -name = bottom; -pos = (-765,-1); -}, -{ -name = ogonek; -pos = (443,8); -}, -{ -name = top; -pos = (660,1040); -}, -{ -name = topright; -pos = (835,940); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(694,-15,o), -(883,133,o), -(933,368,c), -(1076,1040,l), -(1026,1040,l), -(883,368,l), -(840,163,o), -(663,34,o), -(423,34,c), -(199,34,o), -(85,163,o), -(128,368,c), -(271,1040,l), -(221,1040,l), -(78,368,l), -(28,133,o), -(169,-15,o), -(443,-15,c) -); -} -); -width = 1075; -}, -{ -anchors = ( -{ -name = bottom; -pos = (471,-1); -}, -{ -name = ogonek; -pos = (469,-11); -}, -{ -name = top; -pos = (671,1040); -}, -{ -name = topright; -pos = (1005,940); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(750,-20,o), -(950,143,o), -(1005,402,c), -(1141,1040,l), -(961,1040,l), -(825,402,l), -(791,241,o), -(658,140,o), -(481,140,c), -(314,140,o), -(231,241,o), -(265,402,c), -(401,1040,l), -(221,1040,l), -(85,402,l), -(30,143,o), -(185,-20,o), -(487,-20,c) -); -} -); -width = 1140; -}, -{ -anchors = ( -{ -name = bottom; -pos = (584,-2); -}, -{ -name = ogonek; -pos = (592,-3); -}, -{ -name = top; -pos = (817,1100); -}, -{ -name = topright; -pos = (1372,998); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(958,-37,o), -(1204,143,o), -(1260,407,c), -(1407,1099,l), -(1007,1099,l), -(869,448,l), -(845,337,o), -(750,253,o), -(624,253,c), -(517,253,o), -(465,337,o), -(489,448,c), -(627,1099,l), -(227,1099,l), -(80,407,l), -(24,143,o), -(233,-37,o), -(623,-37,c) -); -} -); -width = 1400; -} -); -metricLeft = i; -metricRight = i; -unicode = 117; -}, -{ -glyphname = uacute; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (398,83); -ref = acutecomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (383,82); -ref = acutecomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (453,209); -ref = acutecomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = u; -}, -{ -pos = (472,83); -ref = acutecomb; -} -); -width = 1075; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = u; -}, -{ -pos = (405,82); -ref = acutecomb; -} -); -width = 1140; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = u; -}, -{ -pos = (526,209); -ref = acutecomb; -} -); -width = 1400; -} -); -unicode = 250; -}, -{ -glyphname = ubreve; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (219,100); -ref = brevecomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (211,100); -ref = brevecomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (195,100); -ref = brevecomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (261,100); -ref = brevecomb; -} -); -width = 1135; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (221,100); -ref = brevecomb; -} -); -width = 1220; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (230,100); -ref = brevecomb; -} -); -width = 1460; -} -); -unicode = 365; -}, -{ -glyphname = ucaron; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (200,100); -ref = caroncomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (178,100); -ref = caroncomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (150,100); -ref = caroncomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (254,100); -ref = caroncomb; -} -); -width = 1135; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (192,100); -ref = caroncomb; -} -); -width = 1220; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (189,94); -ref = caroncomb; -} -); -width = 1460; -} -); -unicode = 468; -}, -{ -glyphname = ucircumflex; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (198,100); -ref = circumflexcomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (179,100); -ref = circumflexcomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (145,100); -ref = circumflexcomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (252,100); -ref = circumflexcomb; -} -); -width = 1135; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (197,100); -ref = circumflexcomb; -} -); -width = 1220; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (196,100); -ref = circumflexcomb; -} -); -width = 1460; -} -); -unicode = 251; -}, -{ -glyphname = udieresis; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (231,100); -ref = dieresiscomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (207,100); -ref = dieresiscomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (211,100); -ref = dieresiscomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = u; -}, -{ -pos = (273,100); -ref = dieresiscomb; -} -); -width = 1075; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = u; -}, -{ -pos = (215,100); -ref = dieresiscomb; -} -); -width = 1140; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = u; -}, -{ -pos = (262,100); -ref = dieresiscomb; -} -); -width = 1400; -} -); -unicode = 252; -}, -{ -glyphname = ugrave; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (291,100); -ref = gravecomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (224,100); -ref = gravecomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (254,100); -ref = gravecomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (322,100); -ref = gravecomb; -} -); -width = 1135; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (242,100); -ref = gravecomb; -} -); -width = 1220; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (310,100); -ref = gravecomb; -} -); -width = 1460; -} -); -unicode = 249; -}, -{ -glyphname = uhungarumlaut; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (237,100); -ref = hungarumlautcomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (248,100); -ref = hungarumlautcomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (190,100); -ref = hungarumlautcomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = u; -}, -{ -pos = (291,100); -ref = hungarumlautcomb; -} -); -width = 1075; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = u; -}, -{ -pos = (270,100); -ref = hungarumlautcomb; -} -); -width = 1140; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = u; -}, -{ -pos = (242,100); -ref = hungarumlautcomb; -} -); -width = 1400; -} -); -unicode = 369; -}, -{ -glyphname = umacron; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (207,100); -ref = macroncomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (213,100); -ref = macroncomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (233,100); -ref = macroncomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (255,100); -ref = macroncomb; -} -); -width = 1135; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (228,100); -ref = macroncomb; -} -); -width = 1220; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = u; -}, -{ -alignment = -1; -pos = (292,100); -ref = macroncomb; -} -); -width = 1460; -} -); -unicode = 363; -}, -{ -glyphname = uogonek; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (297,8); -ref = ogonekcomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (275,-11); -ref = ogonekcomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (317,-3); -ref = ogonekcomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = u; -}, -{ -pos = (354,8); -ref = ogonekcomb; -} -); -width = 1075; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = u; -}, -{ -pos = (316,-11); -ref = ogonekcomb; -} -); -width = 1140; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = u; -}, -{ -pos = (381,-3); -ref = ogonekcomb; -} -); -width = 1400; -} -); -unicode = 371; -}, -{ -glyphname = uring; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = u; -}, -{ -pos = (272,99); -ref = ringcomb; -} -); -width = 1035; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = u; -}, -{ -pos = (273,100); -ref = ringcomb; -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = u; -}, -{ -pos = (297,100); -ref = ringcomb; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = u; -}, -{ -pos = (328,99); -ref = ringcomb; -} -); -width = 1075; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = u; -}, -{ -pos = (284,100); -ref = ringcomb; -} -); -width = 1140; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = u; -}, -{ -pos = (333,100); -ref = ringcomb; -} -); -width = 1400; -} -); -unicode = 367; -}, -{ -glyphname = v; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (477,-1); -}, -{ -name = top; -pos = (474,1040); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(474,1000,l), -(474,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-22,0,l), -(975,0,l), -(975,1000,l), -(-22,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(975,500,l), -(-22,500,l) -); -}, -{ -closed = 0; -nodes = ( -(975,0,l), -(-22,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(-23,0,l), -(975,1000,l) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(497,-20,l), -(928,1040,l), -(873,1040,l), -(477,55,l), -(473,55,l), -(75,1040,l), -(20,1040,l), -(453,-20,l) -); -} -); -width = 948; -}, -{ -anchors = ( -{ -name = bottom; -pos = (509,0); -}, -{ -name = top; -pos = (512,1040); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(510,940,l), -(510,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-20,0,l), -(1044,0,l), -(1044,940,l), -(-20,940,l) -); -}, -{ -closed = 0; -nodes = ( -(1044,470,l), -(-20,470,l) -); -}, -{ -closed = 0; -nodes = ( -(1044,0,l), -(-20,940,l) -); -}, -{ -closed = 0; -nodes = ( -(-21,0,l), -(1044,940,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(604,0,l), -(1014,1040,l), -(822,1040,l), -(517,215,l), -(505,215,l), -(202,1040,l), -(10,1040,l), -(422,0,l) -); -} -); -width = 1024; -}, -{ -anchors = ( -{ -name = bottom; -pos = (616,0); -}, -{ -name = top; -pos = (616,1100); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(616,1000,l), -(616,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-6,0,l), -(1242,0,l), -(1242,1000,l), -(-6,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(1242,500,l), -(-6,500,l) -); -}, -{ -closed = 0; -nodes = ( -(1242,0,l), -(-6,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(-7,0,l), -(1242,1000,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(860,0,l), -(1222,1100,l), -(785,1100,l), -(625,304,l), -(607,304,l), -(447,1100,l), -(10,1100,l), -(372,0,l) -); -} -); -width = 1232; -}, -{ -anchors = ( -{ -name = bottom; -pos = (451,-1); -}, -{ -name = top; -pos = (631,1040); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(538,1000,l), -(538,0,l) -); -}, -{ -closed = 1; -nodes = ( -(42,0,l), -(1039,0,l), -(1039,1000,l), -(42,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(1039,500,l), -(42,500,l) -); -}, -{ -closed = 0; -nodes = ( -(1039,0,l), -(42,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(41,0,l), -(1039,1000,l) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(471,-20,l), -(1148,1040,l), -(1090,1040,l), -(461,55,l), -(457,55,l), -(172,1040,l), -(121,1040,l), -(428,-20,l) -); -} -); -width = 1047; -}, -{ -anchors = ( -{ -name = bottom; -pos = (466,0); -}, -{ -name = top; -pos = (653,1040); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(559,940,l), -(559,0,l) -); -}, -{ -closed = 1; -nodes = ( -(29,0,l), -(1093,0,l), -(1093,940,l), -(29,940,l) -); -}, -{ -closed = 0; -nodes = ( -(1093,470,l), -(29,470,l) -); -}, -{ -closed = 0; -nodes = ( -(1093,0,l), -(29,940,l) -); -}, -{ -closed = 0; -nodes = ( -(28,0,l), -(1093,940,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(591,0,l), -(1215,1040,l), -(1003,1040,l), -(507,185,l), -(495,185,l), -(303,1040,l), -(121,1040,l), -(379,0,l) -); -} -); -width = 1114; -}, -{ -anchors = ( -{ -name = bottom; -pos = (579,0); -}, -{ -name = top; -pos = (773,1100); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(676,1000,l), -(676,0,l) -); -}, -{ -closed = 1; -nodes = ( -(54,0,l), -(1302,0,l), -(1302,1000,l), -(54,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(1302,500,l), -(54,500,l) -); -}, -{ -closed = 0; -nodes = ( -(1302,0,l), -(54,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(53,0,l), -(1302,1000,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(833,0,l), -(1459,1100,l), -(1002,1100,l), -(652,364,l), -(634,364,l), -(544,1100,l), -(127,1100,l), -(365,0,l) -); -} -); -width = 1352; -} -); -unicode = 118; -}, -{ -glyphname = w; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (750,0); -}, -{ -name = top; -pos = (709,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(453,-20,l), -(745,821,l), -(713,882,l), -(426,52,l), -(422,52,l), -(73,1039,l), -(20,1039,l), -(395,-20,l) -); -}, -{ -closed = 1; -nodes = ( -(1412,1039,l), -(1360,1039,l), -(1048,48,l), -(1045,48,l), -(693,1040,l), -(640,1040,l), -(1018,-20,l), -(1076,-20,l) -); -} -); -width = 1432; -}, -{ -anchors = ( -{ -name = bottom; -pos = (810,0); -}, -{ -name = top; -pos = (689,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(594,0,l), -(865,875,l), -(710,875,l), -(504,242,l), -(492,242,l), -(206,1039,l), -(10,1039,l), -(408,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1515,1039,l), -(1333,1039,l), -(1095,242,l), -(1082,242,l), -(841,1040,l), -(656,1040,l), -(1006,0,l), -(1186,0,l) -); -} -); -width = 1525; -}, -{ -anchors = ( -{ -name = bottom; -pos = (950,0); -}, -{ -name = top; -pos = (926,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(819,0,l), -(1160,940,l), -(850,940,l), -(659,325,l), -(641,325,l), -(434,1099,l), -(10,1099,l), -(409,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1931,1100,l), -(1507,1100,l), -(1378,345,l), -(1360,345,l), -(1143,1100,l), -(777,1100,l), -(1210,0,l), -(1609,0,l) -); -} -); -width = 1941; -}, -{ -anchors = ( -{ -name = bottom; -pos = (629,0); -}, -{ -name = top; -pos = (880,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(328,-20,l), -(859,920,l), -(840,981,l), -(316,56,l), -(312,56,l), -(173,1039,l), -(120,1039,l), -(270,-20,l) -); -}, -{ -closed = 1; -nodes = ( -(1582,1039,l), -(1530,1039,l), -(1007,56,l), -(1004,56,l), -(864,1040,l), -(811,1040,l), -(963,-20,l), -(1021,-20,l) -); -} -); -width = 1482; -}, -{ -anchors = ( -{ -name = bottom; -pos = (712,0); -}, -{ -name = top; -pos = (830,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(483,0,l), -(968,930,l), -(813,930,l), -(445,242,l), -(433,242,l), -(316,1039,l), -(120,1039,l), -(297,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1655,1039,l), -(1473,1039,l), -(1066,242,l), -(1053,242,l), -(982,1040,l), -(797,1040,l), -(925,0,l), -(1105,0,l) -); -} -); -width = 1555; -}, -{ -anchors = ( -{ -name = bottom; -pos = (894,0); -}, -{ -name = top; -pos = (1043,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(682,0,l), -(1251,1031,l), -(941,1031,l), -(628,405,l), -(610,405,l), -(551,1099,l), -(127,1099,l), -(312,0,l) -); -}, -{ -closed = 1; -nodes = ( -(2048,1100,l), -(1624,1100,l), -(1351,425,l), -(1333,425,l), -(1260,1100,l), -(894,1100,l), -(1113,0,l), -(1472,0,l) -); -} -); -width = 1941; -} -); -metricLeft = v; -metricRight = v; -unicode = 119; -}, -{ -glyphname = wacute; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = w; -}, -{ -pos = (590,83); -ref = acutecomb; -} -); -width = 1432; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (512,82); -ref = acutecomb; -} -); -width = 1525; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = w; -}, -{ -pos = (709,209); -ref = acutecomb; -} -); -width = 1941; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = w; -}, -{ -pos = (692,83); -ref = acutecomb; -} -); -width = 1482; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = w; -}, -{ -pos = (564,82); -ref = acutecomb; -} -); -width = 1555; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = w; -}, -{ -pos = (752,209); -ref = acutecomb; -} -); -width = 1941; -} -); -unicode = 7811; -}, -{ -glyphname = wcircumflex; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = w; -}, -{ -pos = (390,100); -ref = circumflexcomb; -} -); -width = 1432; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (308,100); -ref = circumflexcomb; -} -); -width = 1525; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = w; -}, -{ -pos = (401,100); -ref = circumflexcomb; -} -); -width = 1941; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = w; -}, -{ -pos = (472,100); -ref = circumflexcomb; -} -); -width = 1482; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = w; -}, -{ -pos = (356,100); -ref = circumflexcomb; -} -); -width = 1555; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = w; -}, -{ -pos = (422,100); -ref = circumflexcomb; -} -); -width = 1941; -} -); -unicode = 373; -}, -{ -glyphname = wdieresis; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = w; -}, -{ -pos = (423,100); -ref = dieresiscomb; -} -); -width = 1432; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (336,100); -ref = dieresiscomb; -} -); -width = 1525; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = w; -}, -{ -pos = (467,100); -ref = dieresiscomb; -} -); -width = 1941; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = w; -}, -{ -pos = (493,100); -ref = dieresiscomb; -} -); -width = 1482; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = w; -}, -{ -pos = (374,100); -ref = dieresiscomb; -} -); -width = 1555; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = w; -}, -{ -pos = (488,100); -ref = dieresiscomb; -} -); -width = 1941; -} -); -unicode = 7813; -}, -{ -glyphname = wgrave; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = w; -}, -{ -pos = (483,100); -ref = gravecomb; -} -); -width = 1432; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = w; -}, -{ -pos = (353,100); -ref = gravecomb; -} -); -width = 1525; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = w; -}, -{ -pos = (510,100); -ref = gravecomb; -} -); -width = 1941; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = w; -}, -{ -pos = (542,100); -ref = gravecomb; -} -); -width = 1482; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = w; -}, -{ -pos = (401,100); -ref = gravecomb; -} -); -width = 1555; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = w; -}, -{ -pos = (536,100); -ref = gravecomb; -} -); -width = 1941; -} -); -unicode = 7809; -}, -{ -glyphname = x; -kernLeft = x; -kernRight = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (498,0); -}, -{ -name = top; -pos = (498,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(74,0,l), -(497,492,l), -(503,492,l), -(915,0,l), -(980,0,l), -(536,530,l), -(946,1040,l), -(881,1040,l), -(504,566,l), -(497,566,l), -(109,1040,l), -(44,1040,l), -(464,530,l), -(10,0,l) -); -} -); -width = 990; -}, -{ -anchors = ( -{ -name = bottom; -pos = (550,0); -}, -{ -name = top; -pos = (550,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,0,l), -(544,422,l), -(556,422,l), -(870,0,l), -(1090,0,l), -(681,530,l), -(1056,1040,l), -(838,1040,l), -(557,635,l), -(544,635,l), -(262,1040,l), -(44,1040,l), -(419,530,l), -(10,0,l) -); -} -); -width = 1100; -}, -{ -anchors = ( -{ -name = bottom; -pos = (678,0); -}, -{ -name = top; -pos = (678,1100); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(678,1000,l), -(678,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-56,0,l), -(1416,0,l), -(1416,1000,l), -(-56,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(1416,500,l), -(-56,500,l) -); -}, -{ -closed = 0; -nodes = ( -(1416,0,l), -(-56,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(-57,0,l), -(1416,1000,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(489,0,l), -(669,370,l), -(686,370,l), -(867,0,l), -(1346,0,l), -(989,551,l), -(1330,1100,l), -(853,1100,l), -(687,731,l), -(669,731,l), -(503,1100,l), -(26,1100,l), -(367,551,l), -(10,0,l) -); -} -); -width = 1356; -}, -{ -anchors = ( -{ -name = bottom; -pos = (387,0); -}, -{ -name = top; -pos = (571,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-37,0,l), -(473,492,l), -(487,492,l), -(812,0,l), -(869,0,l), -(521,530,l), -(1021,1040,l), -(954,1040,l), -(493,566,l), -(486,566,l), -(182,1040,l), -(122,1040,l), -(452,532,l), -(-101,0,l) -); -} -); -width = 990; -}, -{ -anchors = ( -{ -name = bottom; -pos = (443,0); -}, -{ -name = top; -pos = (627,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(123,0,l), -(512,422,l), -(524,422,l), -(763,0,l), -(983,0,l), -(668,530,l), -(1133,1040,l), -(915,1040,l), -(562,635,l), -(549,635,l), -(339,1040,l), -(121,1040,l), -(406,530,l), -(-97,0,l) -); -} -); -width = 1104; -}, -{ -anchors = ( -{ -name = bottom; -pos = (595,0); -}, -{ -name = top; -pos = (789,1100); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(692,1000,l), -(692,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-42,0,l), -(1430,0,l), -(1430,1000,l), -(-42,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(1430,500,l), -(-42,500,l) -); -}, -{ -closed = 0; -nodes = ( -(1430,0,l), -(-42,1000,l) -); -}, -{ -closed = 0; -nodes = ( -(-43,0,l), -(1430,1000,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(406,0,l), -(644,330,l), -(661,330,l), -(784,0,l), -(1263,0,l), -(953,551,l), -(1441,1100,l), -(964,1100,l), -(738,761,l), -(720,761,l), -(614,1100,l), -(137,1100,l), -(431,551,l), -(-73,0,l) -); -} -); -width = 1400; -} -); -metricLeft = V; -metricRight = V; -unicode = 120; -}, -{ -glyphname = y; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 13:19:13 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (354,-303); -}, -{ -name = top; -pos = (618,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,-20,l), -(350,-98,o), -(312,-164,o), -(287,-203,cs), -(250,-260,o), -(206,-292,o), -(165,-292,cs), -(132,-292,o), -(99,-289,o), -(73,-284,c), -(54,-332,l), -(84,-338,o), -(121,-341,o), -(158,-341,cs), -(220,-341,o), -(282,-298,o), -(330,-220,cs), -(361,-169,o), -(403,-97,o), -(447,-19,c), -(1075,1039,l), -(1020,1039,l), -(433,46,l), -(429,46,l), -(175,1040,l), -(121,1040,l) -); -} -); -width = 975; -}, -{ -anchors = ( -{ -name = bottom; -pos = (345,-312); -}, -{ -name = top; -pos = (613,1040); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(428,-6,l), -(418,-46,o), -(408,-71,o), -(396,-100,cs), -(371,-163,o), -(335,-198,o), -(290,-198,cs), -(241,-198,o), -(166,-191,o), -(119,-176,c), -(88,-330,l), -(153,-349,o), -(232,-359,o), -(309,-359,cs), -(398,-359,o), -(473,-317,o), -(518,-242,cs), -(544,-203,o), -(580,-116,o), -(623,-9,c), -(993,939,l), -(799,939,l), -(524,207,l), -(518,207,l), -(179,940,l), -(-17,940,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,1,l), -(310,-40,o), -(284,-85,o), -(264,-113,cs), -(234,-158,o), -(182,-189,o), -(133,-192,cs), -(106,-194,o), -(52,-187,o), -(-3,-174,c), -(-49,-330,l), -(4,-346,o), -(79,-355,o), -(143,-353,cs), -(236,-350,o), -(340,-288,o), -(407,-195,cs), -(456,-125,o), -(501,-58,o), -(521,-23,cs), -(1111,1040,l), -(917,1040,l), -(488,202,l), -(476,202,l), -(317,1040,l), -(121,1040,l) -); -} -); -width = 1010; -}, -{ -anchors = ( -{ -name = bottom; -pos = (413,-335); -}, -{ -name = top; -pos = (732,1100); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(800,740,o), -(540,106,o), -(486,-5,cs), -(432,-116,o), -(364,-127,o), -(298,-127,c), -(238,-127,l), -(238,-367,l), -(291,-367,o), -(326,-367,o), -(399,-367,cs), -(472,-367,o), -(626,-348,o), -(723,-127,cs), -(1272,1119,l), -(957,1112,l) -); -}, -{ -closed = 1; -nodes = ( -(294,1127,l), -(-35,1127,l), -(503,12,l), -(687,348,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(329,4,l), -(316,-22,o), -(296,-51,o), -(282,-66,cs), -(265,-85,o), -(217,-99,o), -(169,-99,cs), -(142,-99,o), -(106,-93,o), -(72,-80,c), -(0,-360,l), -(41,-372,o), -(137,-380,o), -(244,-380,cs), -(358,-380,o), -(495,-314,o), -(568,-224,cs), -(610,-178,o), -(669,-98,o), -(709,-34,c), -(1329,1099,l), -(892,1099,l), -(598,334,l), -(580,334,l), -(566,1100,l), -(127,1100,l) -); -} -); -width = 1222; -}, -{ -anchors = ( -{ -name = bottom; -pos = (440,-303); -}, -{ -name = top; -pos = (507,1040); -} -); -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -layerId = "6DA11C86-A573-45D7-9030-779377C2DA01"; -name = "Dec 10, 24 at 16:59"; -shapes = ( -{ -closed = 1; -nodes = ( -(454,30,l), -(432,-35,o), -(392,-128,o), -(355,-203,cs), -(330,-256,o), -(271,-292,o), -(209,-292,cs), -(154,-292,o), -(93,-270,o), -(57,-237,c), -(35,-282,l), -(77,-317,o), -(148,-341,o), -(211,-341,cs), -(293,-341,o), -(369,-293,o), -(401,-220,cs), -(453,-104,o), -(496,-3,o), -(510,31,c), -(924,1039,l), -(869,1039,l), -(485,96,l), -(481,96,l), -(64,1040,l), -(10,1040,l) -); -} -); -width = 934; -}, -{ -anchors = ( -{ -name = bottom; -pos = (430,-303); -}, -{ -name = top; -pos = (457,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -name = "wght=100"; -shapes = ( -{ -closed = 1; -nodes = ( -(434,6,l), -(412,-73,o), -(383,-158,o), -(365,-195,cs), -(347,-235,o), -(300,-264,o), -(254,-264,cs), -(217,-264,o), -(167,-253,o), -(135,-239,c), -(126,-287,l), -(163,-303,o), -(212,-313,o), -(255,-313,cs), -(325,-313,o), -(393,-270,o), -(416,-212,cs), -(464,-96,o), -(476,-27,o), -(490,7,c), -(844,1039,l), -(789,1039,l), -(465,72,l), -(461,72,l), -(74,1040,l), -(20,1040,l) -); -} -); -width = 864; -}, -{ -anchors = ( -{ -name = bottom; -pos = (527,-312); -}, -{ -name = top; -pos = (532,1040); -} -); -associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(455,-6,l), -(445,-46,o), -(435,-71,o), -(423,-100,cs), -(398,-163,o), -(362,-198,o), -(317,-198,cs), -(268,-198,o), -(193,-191,o), -(146,-176,c), -(115,-330,l), -(180,-349,o), -(259,-359,o), -(336,-359,cs), -(425,-359,o), -(500,-317,o), -(545,-242,cs), -(571,-203,o), -(607,-116,o), -(650,-9,c), -(1020,939,l), -(826,939,l), -(551,207,l), -(545,207,l), -(206,940,l), -(10,940,l) -); -} -); -}; -layerId = "4FF1EC52-B099-4EFF-953A-1176A0902711"; -name = "Dec 10, 24 at 16:59"; -shapes = ( -{ -closed = 1; -nodes = ( -(470,59,l), -(448,-10,o), -(423,-79,o), -(408,-113,cs), -(388,-160,o), -(341,-192,o), -(292,-192,cs), -(249,-192,o), -(181,-165,o), -(121,-124,c), -(90,-278,l), -(153,-323,o), -(251,-353,o), -(336,-353,cs), -(428,-353,o), -(520,-290,o), -(566,-195,cs), -(596,-133,o), -(637,-38,o), -(668,41,cs), -(1060,1040,l), -(866,1040,l), -(571,277,l), -(559,277,l), -(206,1040,l), -(10,1040,l) -); -} -); -width = 1070; -}, -{ -anchors = ( -{ -name = bottom; -pos = (497,-312); -}, -{ -name = top; -pos = (502,1040); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(425,-6,l), -(415,-46,o), -(405,-71,o), -(393,-100,cs), -(368,-163,o), -(332,-198,o), -(287,-198,cs), -(238,-198,o), -(163,-191,o), -(116,-176,c), -(85,-330,l), -(150,-349,o), -(229,-359,o), -(306,-359,cs), -(395,-359,o), -(470,-317,o), -(515,-242,cs), -(541,-203,o), -(577,-116,o), -(620,-9,c), -(990,939,l), -(796,939,l), -(521,207,l), -(515,207,l), -(176,940,l), -(-20,940,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -name = Regular; -shapes = ( -{ -closed = 1; -nodes = ( -(422,1,l), -(409,-40,o), -(392,-85,o), -(378,-113,cs), -(356,-158,o), -(310,-189,o), -(262,-192,cs), -(235,-194,o), -(180,-187,o), -(122,-174,c), -(107,-330,l), -(163,-346,o), -(240,-355,o), -(303,-353,cs), -(396,-350,o), -(488,-288,o), -(536,-195,cs), -(572,-125,o), -(604,-58,o), -(617,-23,cs), -(1000,1040,l), -(806,1040,l), -(525,202,l), -(513,202,l), -(206,1040,l), -(10,1040,l) -); -} -); -width = 1010; -}, -{ -anchors = ( -{ -name = bottom; -pos = (625,-335); -}, -{ -name = top; -pos = (665,1100); -} -); -associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(790,740,o), -(530,106,o), -(476,-5,cs), -(422,-116,o), -(354,-127,o), -(288,-127,c), -(228,-127,l), -(228,-367,l), -(281,-367,o), -(316,-367,o), -(389,-367,cs), -(462,-367,o), -(616,-348,o), -(713,-127,cs), -(1262,1119,l), -(947,1112,l) -); -}, -{ -closed = 1; -nodes = ( -(284,1127,l), -(-45,1127,l), -(493,12,l), -(677,348,l) -); -} -); -}; -layerId = "91033817-3B61-4CBD-A68B-CBF554D1AA0A"; -name = "Dec 10, 24 at 16:59"; -shapes = ( -{ -closed = 1; -nodes = ( -(475,38,l), -(467,12,o), -(454,-16,o), -(442,-32,cs), -(420,-63,o), -(382,-84,o), -(347,-84,cs), -(288,-84,o), -(228,-65,o), -(197,-37,c), -(147,-320,l), -(232,-356,o), -(369,-380,o), -(475,-380,cs), -(594,-380,o), -(701,-318,o), -(759,-224,cs), -(771,-207,o), -(812,-118,o), -(863,0,c), -(1302,1099,l), -(865,1099,l), -(680,478,l), -(662,478,l), -(459,1100,l), -(20,1100,l) -); -} -); -width = 1322; -}, -{ -anchors = ( -{ -name = bottom; -pos = (575,-335); -}, -{ -name = top; -pos = (615,1100); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(740,740,o), -(480,106,o), -(426,-5,cs), -(372,-116,o), -(304,-127,o), -(238,-127,c), -(178,-127,l), -(178,-367,l), -(231,-367,o), -(266,-367,o), -(339,-367,cs), -(412,-367,o), -(566,-348,o), -(663,-127,cs), -(1212,1119,l), -(897,1112,l) -); -}, -{ -closed = 1; -nodes = ( -(234,1127,l), -(-95,1127,l), -(443,12,l), -(627,348,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -name = "wght=1000"; -shapes = ( -{ -closed = 1; -nodes = ( -(425,4,l), -(417,-22,o), -(403,-51,o), -(392,-66,cs), -(378,-85,o), -(333,-99,o), -(285,-99,cs), -(258,-99,o), -(221,-93,o), -(185,-80,c), -(167,-360,l), -(210,-372,o), -(308,-380,o), -(415,-380,cs), -(529,-380,o), -(653,-314,o), -(709,-224,cs), -(742,-178,o), -(785,-98,o), -(813,-34,c), -(1212,1099,l), -(775,1099,l), -(630,334,l), -(612,334,l), -(449,1100,l), -(10,1100,l) -); -} -); -width = 1222; -}, -{ -anchors = ( -{ -name = bottom; -pos = (354,-303); -}, -{ -name = top; -pos = (618,1040); -} -); -associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -layerId = "12A2670A-FB66-46C7-A3A9-42137636E340"; -name = "Dec 10, 24 at 22:15"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,-20,l), -(350,-98,o), -(312,-164,o), -(287,-203,cs), -(250,-260,o), -(206,-292,o), -(165,-292,cs), -(132,-292,o), -(99,-289,o), -(73,-284,c), -(54,-332,l), -(84,-338,o), -(121,-341,o), -(158,-341,cs), -(220,-341,o), -(282,-298,o), -(330,-220,cs), -(361,-169,o), -(403,-97,o), -(447,-19,c), -(1075,1039,l), -(1020,1039,l), -(433,46,l), -(429,46,l), -(175,1040,l), -(121,1040,l) -); -} -); -width = 975; -}, -{ -anchors = ( -{ -name = bottom; -pos = (439,-312); -}, -{ -name = top; -pos = (683,1040); -} -); -associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(483,-6,l), -(473,-46,o), -(463,-71,o), -(451,-100,cs), -(426,-163,o), -(390,-198,o), -(345,-198,cs), -(296,-198,o), -(221,-191,o), -(174,-176,c), -(143,-330,l), -(208,-349,o), -(287,-359,o), -(364,-359,cs), -(453,-359,o), -(528,-317,o), -(573,-242,cs), -(599,-203,o), -(635,-116,o), -(678,-9,c), -(1048,939,l), -(854,939,l), -(579,207,l), -(573,207,l), -(234,940,l), -(38,940,l) -); -} -); -}; -layerId = "EDB9E7EC-ED99-4670-9342-2AA5EB758F8C"; -name = "Dec 10, 24 at 22:15"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,9,l), -(413,-26,o), -(378,-94,o), -(349,-143,cs), -(332,-173,o), -(304,-192,o), -(276,-192,cs), -(245,-192,o), -(210,-189,o), -(186,-184,c), -(128,-338,l), -(163,-347,o), -(214,-353,o), -(261,-353,cs), -(341,-353,o), -(421,-314,o), -(468,-253,cs), -(494,-221,o), -(552,-127,o), -(616,-9,c), -(1211,1040,l), -(1017,1040,l), -(555,207,l), -(543,207,l), -(317,1040,l), -(121,1040,l) -); -} -); -width = 1110; -}, -{ -anchors = ( -{ -name = bottom; -pos = (539,-335); -}, -{ -name = top; -pos = (802,1100); -} -); -associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(827,740,o), -(567,106,o), -(513,-5,cs), -(459,-116,o), -(391,-127,o), -(325,-127,c), -(265,-127,l), -(265,-367,l), -(318,-367,o), -(353,-367,o), -(426,-367,cs), -(499,-367,o), -(653,-348,o), -(750,-127,cs), -(1299,1119,l), -(984,1112,l) -); -}, -{ -closed = 1; -nodes = ( -(321,1127,l), -(-8,1127,l), -(530,12,l), -(714,348,l) -); -} -); -}; -layerId = "2A344A5F-F5CA-4689-A81C-C89F06EEBA50"; -name = "Dec 10, 24 at 22:15"; -shapes = ( -{ -closed = 1; -nodes = ( -(455,38,l), -(443,13,o), -(427,-12,o), -(410,-32,cs), -(381,-65,o), -(351,-84,o), -(326,-84,cs), -(302,-84,o), -(271,-78,o), -(239,-67,c), -(139,-350,l), -(216,-369,o), -(311,-380,o), -(402,-380,cs), -(515,-380,o), -(613,-335,o), -(678,-254,cs), -(693,-235,o), -(759,-144,o), -(847,0,c), -(1469,1099,l), -(1032,1099,l), -(708,368,l), -(690,368,l), -(566,1100,l), -(127,1100,l) -); -} -); -width = 1362; -} -); -metricLeft = v; -metricRight = v; -unicode = 121; -}, -{ -glyphname = yacute; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -}, -{ -pos = (338,100); -ref = acute; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (325,100); -ref = acute; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -}, -{ -pos = (398,100); -ref = acute; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = y; -}, -{ -pos = (433,100); -ref = acute; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = y; -}, -{ -pos = (351,100); -ref = acute; -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = y; -}, -{ -pos = (419,100); -ref = acute; -} -); -width = 1222; -} -); -unicode = 253; -}, -{ -glyphname = ycircumflex; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -}, -{ -pos = (138,100); -ref = circumflexcomb; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (121,100); -ref = circumflexcomb; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -}, -{ -pos = (90,100); -ref = circumflexcomb; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = y; -}, -{ -pos = (210,100); -ref = circumflexcomb; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = y; -}, -{ -pos = (139,100); -ref = circumflexcomb; -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = y; -}, -{ -pos = (111,100); -ref = circumflexcomb; -} -); -width = 1222; -} -); -unicode = 375; -}, -{ -glyphname = ydieresis; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -}, -{ -pos = (171,100); -ref = dieresiscomb; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (149,100); -ref = dieresiscomb; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -}, -{ -pos = (156,100); -ref = dieresiscomb; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = y; -}, -{ -pos = (231,100); -ref = dieresiscomb; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (247,100); -ref = dieresiscomb; -} -); -width = 1210; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (247,100); -ref = dieresiscomb; -} -); -width = 1422; -} -); -unicode = 255; -}, -{ -glyphname = ygrave; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -}, -{ -pos = (231,100); -ref = gravecomb; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (166,100); -ref = gravecomb; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -}, -{ -pos = (199,100); -ref = gravecomb; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = y; -}, -{ -pos = (280,100); -ref = gravecomb; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = y; -}, -{ -pos = (184,100); -ref = gravecomb; -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = y; -}, -{ -pos = (225,100); -ref = gravecomb; -} -); -width = 1222; -} -); -unicode = 7923; -}, -{ -glyphname = z; -kernLeft = x; -kernRight = z; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (496,0); -}, -{ -name = center; -pos = (461,470); -}, -{ -name = top; -pos = (496,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(87,992,l), -(786,992,l), -(786,990,l), -(60,40,l), -(60,0,l), -(885,0,l), -(885,50,l), -(131,50,l), -(131,52,l), -(858,1002,l), -(858,1041,l), -(87,1040,l) -); -} -); -width = 945; -}, -{ -anchors = ( -{ -name = bottom; -pos = (500,0); -}, -{ -name = center; -pos = (451,470); -}, -{ -name = top; -pos = (500,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(70,880,l), -(664,880,l), -(664,870,l), -(60,122,l), -(60,-1,l), -(936,2,l), -(936,161,l), -(314,161,l), -(314,173,l), -(905,916,l), -(905,1040,l), -(70,1040,l) -); -} -); -width = 996; -}, -{ -anchors = ( -{ -name = bottom; -pos = (534,0); -}, -{ -name = center; -pos = (523,500); -}, -{ -name = top; -pos = (534,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,775,l), -(515,775,l), -(515,759,l), -(69,252,l), -(69,1,l), -(1002,1,l), -(1002,325,l), -(552,325,l), -(552,343,l), -(980,845,l), -(980,1099,l), -(60,1099,l) -); -} -); -width = 1062; -}, -{ -anchors = ( -{ -name = bottom; -pos = (436,0); -}, -{ -name = center; -pos = (444,470); -}, -{ -name = top; -pos = (580,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,992,l), -(857,992,l), -(857,990,l), -(-33,40,l), -(-40,0,l), -(785,0,l), -(794,50,l), -(44,50,l), -(44,52,l), -(935,1002,l), -(942,1041,l), -(171,1040,l) -); -} -); -width = 956; -}, -{ -anchors = ( -{ -name = bottom; -pos = (457,0); -}, -{ -name = center; -pos = (451,470); -}, -{ -name = top; -pos = (601,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,880,l), -(723,880,l), -(721,870,l), -(-1,122,l), -(-23,-1,l), -(854,2,l), -(882,161,l), -(274,161,l), -(276,173,l), -(984,916,l), -(1006,1040,l), -(171,1040,l) -); -} -); -width = 1024; -}, -{ -anchors = ( -{ -name = bottom; -pos = (526,0); -}, -{ -name = center; -pos = (554,500); -}, -{ -name = top; -pos = (671,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(125,805,l), -(600,805,l), -(597,789,l), -(21,162,l), -(-8,-1,l), -(994,2,l), -(1048,295,l), -(547,295,l), -(550,313,l), -(1106,925,l), -(1137,1099,l), -(177,1099,l) -); -} -); -width = 1170; -} -); -metricLeft = o; -metricRight = o; -unicode = 122; -}, -{ -glyphname = zacute; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = z; -}, -{ -pos = (377,100); -ref = acute; -} -); -width = 945; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = z; -}, -{ -pos = (323,100); -ref = acute; -} -); -width = 996; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = z; -}, -{ -pos = (317,100); -ref = acute; -} -); -width = 1062; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = z; -}, -{ -pos = (395,100); -ref = acute; -} -); -width = 956; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = z; -}, -{ -pos = (339,100); -ref = acute; -} -); -width = 1024; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = z; -}, -{ -pos = (358,100); -ref = acute; -} -); -width = 1170; -} -); -unicode = 378; -}, -{ -glyphname = zcaron; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = z; -}, -{ -pos = (179,100); -ref = caroncomb; -} -); -width = 945; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = z; -}, -{ -pos = (118,100); -ref = caroncomb; -} -); -width = 996; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = z; -}, -{ -pos = (14,100); -ref = caroncomb; -} -); -width = 1062; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (194,100); -ref = caroncomb; -} -); -width = 1056; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (142,100); -ref = caroncomb; -} -); -width = 1124; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (63,94); -ref = caroncomb; -} -); -width = 1270; -} -); -unicode = 382; -}, -{ -glyphname = zdotaccent; -kernLeft = sflat; -kernRight = sflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = z; -}, -{ -pos = (351,100); -ref = dotaccentcomb; -} -); -width = 945; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = z; -}, -{ -pos = (288,100); -ref = dotaccentcomb; -} -); -width = 996; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = z; -}, -{ -pos = (262,100); -ref = dotaccentcomb; -} -); -width = 1062; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (363,100); -ref = dotaccentcomb; -} -); -width = 1056; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (310,100); -ref = dotaccentcomb; -} -); -width = 1124; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = z; -}, -{ -alignment = -1; -pos = (316,100); -ref = dotaccentcomb; -} -); -width = 1270; -} -); -unicode = 380; -}, -{ -glyphname = ordfeminine; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = a; -} -); -width = 1087; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = a; -} -); -width = 1249; -} -); -unicode = 170; -}, -{ -glyphname = ordmasculine; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = o; -} -); -width = 1357; -} -); -unicode = 186; -}, -{ -glyphname = "A-cy"; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = A; -} -); -width = 1408; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = A; -} -); -width = 1487; -} -); -unicode = 1040; -}, -{ -glyphname = "Be-cy"; -kernLeft = b; -kernRight = b; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,1395,l), -(897,1395,l), -(897,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(127,777,l), -(574,777,ls), -(836,777,o), -(1000,636,o), -(1000,412,cs), -(1000,188,o), -(837,48,o), -(578,48,cs), -(127,48,l), -(127,0,l), -(589,0,ls), -(871,0,o), -(1048,159,o), -(1048,412,cs), -(1048,666,o), -(871,825,o), -(589,825,cs), -(127,825,l) -); -} -); -width = 1108; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,1273,l), -(918,1273,l), -(918,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(191,704,l), -(604,704,ls), -(798,704,o), -(920,599,o), -(920,431,cs), -(920,271,o), -(800,170,o), -(610,170,cs), -(191,170,l), -(191,0,l), -(609,0,ls), -(911,0,o), -(1100,166,o), -(1100,431,cs), -(1100,697,o), -(911,864,o), -(609,864,cs), -(191,864,l) -); -} -); -width = 1160; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(520,0,l), -(520,1123,l), -(1067,1123,l), -(1067,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(328,649,l), -(658,649,ls), -(770,649,o), -(841,585,o), -(841,484,cs), -(841,383,o), -(770,320,o), -(658,320,cs), -(328,320,l), -(328,0,l), -(720,0,ls), -(1052,0,o), -(1261,187,o), -(1261,484,cs), -(1261,764,o), -(1052,939,o), -(720,939,cs), -(328,939,l) -); -} -); -width = 1321; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(336,1395,l), -(1083,1395,l), -(1093,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(182,777,l), -(649,777,ls), -(911,777,o), -(1025,636,o), -(977,412,cs), -(930,188,o), -(727,48,o), -(468,48,cs), -(27,48,l), -(17,0,l), -(479,0,ls), -(761,0,o), -(971,159,o), -(1025,412,cs), -(1079,666,o), -(936,825,o), -(654,825,cs), -(192,825,l) -); -} -); -width = 1108; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(440,1273,l), -(1078,1273,l), -(1114,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(230,704,l), -(663,704,l), -(843,704,o), -(937,597,o), -(901,431,cs), -(867,273,o), -(720,170,o), -(526,170,cs), -(117,170,l), -(81,0,l), -(499,0,ls), -(797,0,o), -(1026,169,o), -(1081,431,cs), -(1137,694,o), -(981,864,o), -(682,864,cs), -(264,864,l) -); -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(404,0,l), -(642,1123,l), -(1189,1123,l), -(1257,1443,l), -(290,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(350,649,l), -(700,649,ls), -(812,649,o), -(849,585,o), -(828,484,cs), -(806,383,o), -(722,320,o), -(610,320,cs), -(280,320,l), -(212,0,l), -(604,0,ls), -(936,0,o), -(1184,187,o), -(1248,484,cs), -(1307,764,o), -(1135,939,o), -(803,939,cs), -(411,939,l) -); -} -); -width = 1322; -} -); -metricLeft = H; -metricRight = D; -unicode = 1041; -}, -{ -glyphname = "Ve-cy"; -kernLeft = B; -kernRight = B; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = B; -} -); -width = 1197; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = B; -} -); -width = 1229; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = B; -} -); -width = 1391; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = B; -} -); -width = 1127; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = B; -} -); -width = 1220; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = B; -} -); -width = 1361; -} -); -unicode = 1042; -}, -{ -glyphname = "Ge-cy"; -kernLeft = H; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (1057,0); -}, -{ -name = top; -pos = (529,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,1395,l), -(957,1395,l), -(957,1443,l), -(100,1443,l) -); -} -); -width = 1017; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1167,0); -}, -{ -name = top; -pos = (579,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,1273,l), -(1057,1273,l), -(1057,1443,l), -(100,1443,l) -); -} -); -width = 1117; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1217,0); -}, -{ -name = top; -pos = (619,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(520,0,l), -(520,1093,l), -(1187,1093,l), -(1187,1443,l), -(100,1443,l) -); -} -); -width = 1247; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1100,0); -}, -{ -name = top; -pos = (752,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(336,1395,l), -(1143,1395,l), -(1153,1443,l), -(296,1443,l) -); -} -); -width = 1060; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1057,0); -}, -{ -name = top; -pos = (775,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(440,1273,l), -(1217,1273,l), -(1253,1443,l), -(296,1443,l) -); -} -); -width = 1160; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (955,37); -}, -{ -name = top; -pos = (805,1444); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(404,0,l), -(636,1093,l), -(1303,1093,l), -(1377,1443,l), -(290,1443,l) -); -} -); -width = 1284; -} -); -metricLeft = H; -unicode = 1043; -}, -{ -glyphname = "Gje-cy"; -kernLeft = H; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ge-cy"; -}, -{ -pos = (410,503); -ref = acute; -} -); -width = 1017; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ge-cy"; -}, -{ -pos = (402,503); -ref = acute; -} -); -width = 1117; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ge-cy"; -}, -{ -pos = (402,443); -ref = acute; -} -); -width = 1247; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Ge-cy"; -}, -{ -pos = (567,503); -ref = acute; -} -); -width = 1060; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "Ge-cy"; -}, -{ -pos = (513,503); -ref = acute; -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "Ge-cy"; -}, -{ -pos = (492,444); -ref = acute; -} -); -width = 1284; -} -); -unicode = 1027; -}, -{ -glyphname = "Geupturn-cy"; -kernLeft = H; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(907,1406,l), -(957,1406,l), -(957,1776,l), -(907,1776,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1017; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(877,1356,l), -(1057,1356,l), -(1057,1736,l), -(877,1736,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1117; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(787,1270,l), -(1187,1270,l), -(1187,1763,l), -(787,1763,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1247; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1095,1406,l), -(1145,1406,l), -(1223,1776,l), -(1173,1776,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1060; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1055,1356,l), -(1235,1356,l), -(1315,1736,l), -(1135,1736,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(941,1270,l), -(1341,1270,l), -(1445,1763,l), -(1045,1763,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1284; -} -); -metricLeft = "Ge-cy"; -metricRight = "Ge-cy"; -unicode = 1168; -}, -{ -glyphname = "Gedescender-cy"; -kernLeft = T; -kernRight = T; -lastChange = "2025-05-09 07:46:51 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,0,l), -(301,0,l), -(301,-213,l), -(352,-213,l), -(351,48,l), -(140,48,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1017; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,0,l), -(361,0,l), -(361,-213,l), -(541,-213,l), -(540,160,l), -(200,160,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1117; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(319,0,l), -(342,0,l), -(342,-213,l), -(732,-213,l), -(731,236,l), -(319,236,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1247; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(68,0,l), -(229,0,l), -(183,-213,l), -(234,-213,l), -(289,48,l), -(78,48,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1060; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,0,l), -(297,0,l), -(251,-213,l), -(431,-213,l), -(510,160,l), -(170,160,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(257,0,l), -(280,0,l), -(234,-213,l), -(624,-213,l), -(719,236,l), -(307,236,l) -); -}, -{ -ref = "Ge-cy"; -} -); -width = 1284; -} -); -metricLeft = "Ge-cy"; -metricRight = "Ge-cy"; -unicode = 1270; -}, -{ -glyphname = "Gestroke-cy"; -kernLeft = F; -kernRight = F; -lastChange = "2025-04-30 07:54:00 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (624,0); -}, -{ -name = hook; -pos = (256,0); -}, -{ -name = top; -pos = (624,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,0,l), -(281,725,l), -(947,725,l), -(947,773,l), -(281,773,l), -(281,1395,l), -(1069,1395,l), -(1069,1443,l), -(231,1443,l), -(231,773,l), -(40,773,l), -(40,725,l), -(231,725,l), -(231,0,l) -); -} -); -width = 1109; -}, -{ -anchors = ( -{ -name = bottom; -pos = (622,0); -}, -{ -name = hook; -pos = (279,0); -}, -{ -name = top; -pos = (622,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,0,l), -(369,651,l), -(883,651,l), -(883,811,l), -(369,811,l), -(369,1283,l), -(1055,1283,l), -(1055,1443,l), -(189,1443,l), -(189,811,l), -(40,811,l), -(40,651,l), -(189,651,l), -(189,0,l) -); -} -); -width = 1095; -}, -{ -anchors = ( -{ -name = bottom; -pos = (752,0); -}, -{ -name = hook; -pos = (366,0); -}, -{ -name = top; -pos = (752,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(570,0,l), -(570,533,l), -(988,533,l), -(988,821,l), -(570,821,l), -(570,1093,l), -(1171,1093,l), -(1171,1443,l), -(160,1443,l), -(160,821,l), -(20,821,l), -(20,533,l), -(160,533,l), -(160,0,l) -); -} -); -width = 1211; -}, -{ -anchors = ( -{ -name = bottom; -pos = (514,0); -}, -{ -name = hook; -pos = (146,0); -}, -{ -name = top; -pos = (820,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,0,l), -(325,725,l), -(991,725,l), -(1001,773,l), -(335,773,l), -(467,1395,l), -(1255,1395,l), -(1265,1443,l), -(427,1443,l), -(285,773,l), -(94,773,l), -(84,725,l), -(275,725,l), -(121,0,l) -); -} -); -width = 1189; -}, -{ -anchors = ( -{ -name = bottom; -pos = (512,0); -}, -{ -name = hook; -pos = (169,0); -}, -{ -name = top; -pos = (818,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(259,0,l), -(397,651,l), -(911,651,l), -(945,811,l), -(431,811,l), -(531,1283,l), -(1217,1283,l), -(1251,1443,l), -(385,1443,l), -(251,811,l), -(102,811,l), -(68,651,l), -(217,651,l), -(79,0,l) -); -} -); -width = 1155; -}, -{ -anchors = ( -{ -name = bottom; -pos = (809,0); -}, -{ -name = hook; -pos = (423,0); -}, -{ -name = top; -pos = (809,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(474,0,l), -(587,533,l), -(1005,533,l), -(1066,821,l), -(648,821,l), -(706,1093,l), -(1307,1093,l), -(1381,1443,l), -(370,1443,l), -(238,821,l), -(98,821,l), -(37,533,l), -(177,533,l), -(64,0,l) -); -} -); -width = 1312; -} -); -metricLeft = Hbar; -metricRight = F; -tags = ( -topbar -); -unicode = 1170; -}, -{ -glyphname = "Gemiddlehook-cy"; -kernLeft = H; -kernRight = b; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(160,0,l), -(160,1395,l), -(917,1395,l), -(917,1443,l), -(110,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(141,743,l), -(225,803,o), -(381,841,o), -(537,841,cs), -(825,841,o), -(1011,665,o), -(1011,393,cs), -(1011,124,o), -(826,-50,o), -(539,-50,cs), -(470,-50,o), -(387,-41,o), -(327,-27,c), -(316,-74,l), -(372,-90,o), -(459,-100,o), -(539,-100,cs), -(856,-100,o), -(1061,94,o), -(1061,394,cs), -(1061,695,o), -(855,889,o), -(537,889,cs), -(383,889,o), -(227,854,o), -(138,799,c) -); -} -); -width = 1121; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(290,0,l), -(290,1283,l), -(1057,1283,l), -(1057,1443,l), -(110,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(268,679,l), -(329,715,o), -(447,739,o), -(568,739,cs), -(818,739,o), -(980,599,o), -(980,383,cs), -(980,150,o), -(850,0,o), -(648,0,cs), -(570,0,o), -(491,9,o), -(447,23,c), -(417,-127,l), -(495,-147,o), -(594,-160,o), -(670,-160,cs), -(968,-160,o), -(1161,54,o), -(1161,384,cs), -(1161,697,o), -(933,899,o), -(580,899,cs), -(461,899,o), -(339,875,o), -(268,839,c) -); -} -); -width = 1221; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,0,l), -(510,0,l), -(510,1143,l), -(1127,1143,l), -(1127,1443,l), -(110,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(498,579,l), -(544,622,o), -(622,649,o), -(698,649,cs), -(846,649,o), -(941,560,o), -(941,423,cs), -(941,282,o), -(869,190,o), -(758,190,cs), -(712,190,o), -(665,195,o), -(637,203,c), -(607,-87,l), -(674,-107,o), -(754,-120,o), -(810,-120,cs), -(1132,-120,o), -(1341,94,o), -(1341,424,cs), -(1341,737,o), -(1113,939,o), -(760,939,cs), -(668,939,o), -(565,912,o), -(498,869,c) -); -} -); -width = 1401; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-1,0,l), -(49,0,l), -(346,1395,l), -(1103,1395,l), -(1113,1443,l), -(306,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(188,743,l), -(285,803,o), -(449,841,o), -(605,841,cs), -(893,841,o), -(1042,665,o), -(984,393,cs), -(927,124,o), -(705,-50,o), -(418,-50,cs), -(349,-50,o), -(268,-41,o), -(211,-27,c), -(190,-74,l), -(242,-90,o), -(327,-100,o), -(407,-100,cs), -(724,-100,o), -(970,94,o), -(1034,394,cs), -(1098,695,o), -(933,889,o), -(615,889,cs), -(461,889,o), -(297,854,o), -(197,799,c) -); -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(0,0,l), -(180,0,l), -(452,1283,l), -(1219,1283,l), -(1253,1443,l), -(306,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(302,679,l), -(371,715,o), -(498,739,o), -(625,739,cs), -(868,739,o), -(997,599,o), -(951,383,cs), -(901,150,o), -(739,0,o), -(538,0,cs), -(460,0,o), -(383,9,o), -(342,23,c), -(280,-127,l), -(354,-147,o), -(454,-160,o), -(536,-160,cs), -(827,-160,o), -(1062,54,o), -(1132,384,cs), -(1198,697,o), -(1013,899,o), -(661,899,cs), -(542,899,o), -(414,875,o), -(336,839,c) -); -} -); -width = 1221; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-7,0,l), -(393,0,l), -(636,1143,l), -(1253,1143,l), -(1317,1443,l), -(300,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(504,579,l), -(559,622,o), -(651,649,o), -(739,649,cs), -(875,649,o), -(944,560,o), -(914,423,cs), -(884,282,o), -(793,190,o), -(682,190,cs), -(636,190,o), -(590,195,o), -(564,203,c), -(472,-87,l), -(535,-107,o), -(612,-120,o), -(668,-120,cs), -(990,-120,o), -(1245,94,o), -(1315,424,cs), -(1381,737,o), -(1196,939,o), -(843,939,cs), -(752,939,o), -(643,912,o), -(566,869,c) -); -} -); -width = 1402; -} -); -metricLeft = b; -metricRight = b; -unicode = 1172; -}, -{ -glyphname = "De-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(371,1443,l), -(371,1182,o), -(365,879,o), -(353,530,cs), -(345,286,o), -(287,121,o), -(179,34,c), -(222,13,l), -(330,97,o), -(390,269,o), -(403,530,cs), -(406,601,o), -(412,888,o), -(421,1395,c), -(1260,1395,l), -(1260,30,l), -(1310,30,l), -(1310,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(80,-276,l), -(130,-276,l), -(130,0,l), -(1411,0,l), -(1411,-276,l), -(1461,-276,l), -(1461,48,l), -(80,48,l) -); -} -); -width = 1481; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(349,1443,l), -(349,1185,o), -(345,918,o), -(339,750,cs), -(328,453,o), -(281,225,o), -(219,159,c), -(364,70,l), -(450,173,o), -(509,435,o), -(517,750,cs), -(519,830,o), -(523,1032,o), -(528,1273,c), -(1200,1273,l), -(1200,90,l), -(1380,90,l), -(1380,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(80,-266,l), -(260,-266,l), -(260,0,l), -(1391,0,l), -(1391,-266,l), -(1571,-266,l), -(1571,170,l), -(80,170,l) -); -} -); -width = 1591; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(377,1443,l), -(363,1177,o), -(345,909,o), -(329,750,cs), -(310,557,o), -(259,364,o), -(198,250,c), -(558,160,l), -(628,287,o), -(686,515,o), -(710,750,cs), -(720,854,o), -(731,994,o), -(738,1113,c), -(1150,1113,l), -(1150,170,l), -(1560,170,l), -(1560,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(80,-240,l), -(460,-240,l), -(460,0,l), -(1332,0,l), -(1332,-240,l), -(1712,-240,l), -(1712,330,l), -(80,330,l) -); -} -); -width = 1732; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(568,1443,l), -(512,1182,o), -(442,879,o), -(356,530,cs), -(296,286,o), -(203,121,o), -(76,34,c), -(115,13,l), -(241,97,o), -(337,269,o), -(406,530,cs), -(424,601,o), -(491,888,o), -(607,1395,c), -(1446,1395,l), -(1156,30,l), -(1206,30,l), -(1507,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-89,-276,l), -(-39,-276,l), -(20,0,l), -(1301,0,l), -(1242,-276,l), -(1292,-276,l), -(1361,48,l), -(-20,48,l) -); -} -); -width = 1481; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(546,1443,l), -(491,1185,o), -(430,918,o), -(388,750,cs), -(314,453,o), -(219,225,o), -(143,159,c), -(269,70,l), -(377,173,o), -(491,435,o), -(566,750,cs), -(585,830,o), -(632,1032,o), -(688,1273,c), -(1360,1273,l), -(1109,90,l), -(1289,90,l), -(1577,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-87,-266,l), -(93,-266,l), -(150,0,l), -(1281,0,l), -(1224,-266,l), -(1404,-266,l), -(1497,170,l), -(6,170,l) -); -} -); -width = 1591; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,1443,l), -(496,1177,o), -(421,909,o), -(372,750,cs), -(312,557,o), -(220,364,o), -(134,250,c), -(475,160,l), -(572,287,o), -(679,515,o), -(753,750,cs), -(785,854,o), -(825,994,o), -(858,1113,c), -(1270,1113,l), -(1069,170,l), -(1479,170,l), -(1750,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-88,-240,l), -(292,-240,l), -(343,0,l), -(1215,0,l), -(1164,-240,l), -(1544,-240,l), -(1665,330,l), -(33,330,l) -); -} -); -width = 1732; -} -); -metricLeft = "Eltail-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1044; -}, -{ -glyphname = "Ie-cy"; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -} -); -width = 1305; -} -); -unicode = 1045; -}, -{ -glyphname = "Iegrave-cy"; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 13:22:42 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (342,503); -ref = gravecomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (250,503); -ref = gravecomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (219,443); -ref = gravecomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (426,503); -ref = gravecomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (353,503); -ref = gravecomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (357,443); -ref = gravecomb; -} -); -width = 1305; -} -); -metricLeft = E; -metricRight = E; -unicode = 1024; -}, -{ -glyphname = "Io-cy"; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:33:33 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (282,503); -ref = dieresiscomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (233,503); -ref = dieresiscomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (176,443); -ref = dieresiscomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (377,503); -ref = dieresiscomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (326,503); -ref = dieresiscomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (309,443); -ref = dieresiscomb; -} -); -width = 1305; -} -); -unicode = 1025; -}, -{ -glyphname = "Zhe-cy"; -kernLeft = X; -kernRight = X; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (1766,0); -}, -{ -name = top; -pos = (888,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(865,767,l), -(775,767,l), -(135,1443,l), -(72,1443,l), -(733,743,l), -(30,0,l), -(93,0,l), -(775,719,l), -(865,719,l), -(865,0,l), -(915,0,l), -(915,719,l), -(1005,719,l), -(1682,0,l), -(1746,0,l), -(1047,743,l), -(1703,1443,l), -(1640,1443,l), -(1005,767,l), -(915,767,l), -(915,1443,l), -(865,1443,l) -); -} -); -width = 1776; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1892,0); -}, -{ -name = top; -pos = (946,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(861,807,l), -(791,807,l), -(267,1443,l), -(52,1443,l), -(645,736,l), -(30,0,l), -(262,0,l), -(791,647,l), -(861,647,l), -(861,0,l), -(1031,0,l), -(1031,647,l), -(1101,647,l), -(1620,0,l), -(1862,0,l), -(1247,736,l), -(1835,1443,l), -(1610,1443,l), -(1101,807,l), -(1031,807,l), -(1031,1443,l), -(861,1443,l) -); -} -); -width = 1892; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (2132,0); -}, -{ -name = top; -pos = (1066,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(871,895,l), -(821,895,l), -(497,1443,l), -(42,1443,l), -(525,741,l), -(30,0,l), -(502,0,l), -(821,547,l), -(871,547,l), -(871,0,l), -(1261,0,l), -(1261,547,l), -(1311,547,l), -(1630,0,l), -(2102,0,l), -(1607,741,l), -(2085,1443,l), -(1630,1443,l), -(1311,895,l), -(1261,895,l), -(1261,1443,l), -(871,1443,l) -); -} -); -width = 2132; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1808,0); -}, -{ -name = top; -pos = (930,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(917,767,l), -(823,767,l), -(326,1443,l), -(267,1443,l), -(780,743,l), -(-81,0,l), -(-8,0,l), -(826,719,l), -(906,719,l), -(754,0,l), -(804,0,l), -(956,719,l), -(1061,719,l), -(1576,0,l), -(1635,0,l), -(1103,743,l), -(1907,1443,l), -(1835,1443,l), -(1057,767,l), -(967,767,l), -(1110,1443,l), -(1060,1443,l) -); -} -); -width = 1776; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1781,0); -}, -{ -name = top; -pos = (1141,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(921,807,l), -(841,807,l), -(452,1443,l), -(247,1443,l), -(690,740,l), -(-81,0,l), -(171,0,l), -(837,647,l), -(887,647,l), -(750,0,l), -(920,0,l), -(1057,647,l), -(1157,647,l), -(1549,0,l), -(1751,0,l), -(1302,736,l), -(2040,1443,l), -(1795,1443,l), -(1141,807,l), -(1091,807,l), -(1226,1443,l), -(1056,1443,l) -); -} -); -width = 1892; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1979,0); -}, -{ -name = top; -pos = (1219,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(908,895,l), -(828,895,l), -(620,1443,l), -(195,1443,l), -(509,741,l), -(-123,0,l), -(349,0,l), -(784,547,l), -(834,547,l), -(718,0,l), -(1108,0,l), -(1224,547,l), -(1334,547,l), -(1537,0,l), -(1949,0,l), -(1651,741,l), -(2238,1443,l), -(1753,1443,l), -(1348,895,l), -(1298,895,l), -(1414,1443,l), -(1024,1443,l) -); -} -); -width = 2132; -} -); -unicode = 1046; -}, -{ -glyphname = "Ze-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (566,0); -}, -{ -name = top; -pos = (577,1463); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(420,712,l), -(606,712,ls), -(849,712,o), -(1001,587,o), -(1001,387,cs), -(1001,166,o), -(831,28,o), -(559,28,cs), -(290,28,o), -(117,177,o), -(111,415,cs), -(110,451,l), -(60,451,l), -(61,410,ls), -(67,146,o), -(261,-20,o), -(564,-20,cs), -(863,-20,o), -(1051,137,o), -(1051,387,cs), -(1051,576,o), -(931,710,o), -(741,734,c), -(741,737,l), -(915,780,o), -(1024,906,o), -(1024,1064,cs), -(1024,1309,o), -(852,1463,o), -(577,1463,cs), -(284,1463,o), -(93,1296,o), -(82,1031,cs), -(81,1008,l), -(131,1008,l), -(132,1032,ls), -(141,1267,o), -(312,1415,o), -(573,1415,cs), -(819,1415,o), -(974,1280,o), -(974,1064,cs), -(974,877,o), -(832,760,o), -(606,760,cs), -(420,760,l) -); -} -); -width = 1111; -}, -{ -anchors = ( -{ -name = bottom; -pos = (581,0); -}, -{ -name = top; -pos = (587,1463); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(410,655,l), -(586,655,ls), -(774,655,o), -(892,549,o), -(892,387,cs), -(892,235,o), -(761,140,o), -(552,140,cs), -(366,140,o), -(246,246,o), -(241,415,cs), -(240,451,l), -(60,451,l), -(61,410,ls), -(67,146,o), -(261,-20,o), -(564,-20,cs), -(875,-20,o), -(1071,137,o), -(1071,387,cs), -(1071,574,o), -(953,705,o), -(764,728,c), -(764,740,l), -(936,782,o), -(1044,907,o), -(1044,1064,cs), -(1044,1309,o), -(864,1463,o), -(577,1463,cs), -(279,1463,o), -(84,1296,o), -(72,1031,cs), -(71,1008,l), -(250,1008,l), -(252,1032,ls), -(266,1198,o), -(390,1303,o), -(573,1303,cs), -(752,1303,o), -(864,1211,o), -(864,1064,cs), -(864,914,o), -(757,815,o), -(586,815,cs), -(410,815,l) -); -} -); -width = 1131; -}, -{ -anchors = ( -{ -name = bottom; -pos = (676,-10); -}, -{ -name = top; -pos = (677,1479); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(496,596,l), -(685,596,ls), -(786,596,o), -(849,534,o), -(849,436,cs), -(849,329,o), -(777,262,o), -(662,262,cs), -(545,262,o), -(470,334,o), -(467,448,cs), -(466,486,l), -(60,486,l), -(61,443,ls), -(68,148,o), -(304,-37,o), -(674,-37,cs), -(1039,-37,o), -(1268,128,o), -(1268,390,cs), -(1268,568,o), -(1153,694,o), -(970,718,c), -(970,736,l), -(1140,778,o), -(1246,907,o), -(1246,1072,cs), -(1246,1322,o), -(1027,1479,o), -(677,1479,cs), -(335,1479,o), -(112,1301,o), -(100,1017,cs), -(99,993,l), -(477,993,l), -(479,1018,ls), -(487,1117,o), -(557,1179,o), -(660,1179,cs), -(769,1179,o), -(837,1115,o), -(837,1014,cs), -(837,917,o), -(771,856,o), -(667,856,cs), -(496,856,l) -); -} -); -width = 1328; -}, -{ -anchors = ( -{ -name = bottom; -pos = (472,0); -}, -{ -name = top; -pos = (741,1463); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(451,712,l), -(637,712,ls), -(880,712,o), -(1010,587,o), -(975,387,cs), -(936,166,o), -(742,28,o), -(470,28,cs), -(201,28,o), -(54,177,o), -(90,415,cs), -(95,451,l), -(45,451,l), -(39,410,ls), -(-1,146,o), -(163,-20,o), -(466,-20,cs), -(765,-20,o), -(981,137,o), -(1025,387,cs), -(1058,576,o), -(962,710,o), -(776,734,c), -(777,737,l), -(958,780,o), -(1090,906,o), -(1117,1064,cs), -(1161,1309,o), -(1016,1463,o), -(741,1463,cs), -(448,1463,o), -(227,1296,o), -(170,1031,cs), -(165,1008,l), -(215,1008,l), -(220,1032,ls), -(270,1267,o), -(467,1415,o), -(728,1415,cs), -(974,1415,o), -(1105,1280,o), -(1067,1064,cs), -(1034,877,o), -(872,760,o), -(646,760,cs), -(460,760,l) -); -} -); -width = 1114; -}, -{ -anchors = ( -{ -name = bottom; -pos = (496,0); -}, -{ -name = top; -pos = (760,1463); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(440,655,l), -(616,655,ls), -(804,655,o), -(904,549,o), -(875,387,cs), -(848,235,o), -(700,140,o), -(491,140,cs), -(305,140,o), -(204,246,o), -(229,415,cs), -(234,451,l), -(54,451,l), -(48,410,ls), -(8,146,o), -(172,-20,o), -(475,-20,cs), -(786,-20,o), -(1010,137,o), -(1054,387,cs), -(1087,574,o), -(992,705,o), -(807,728,c), -(809,740,l), -(989,782,o), -(1119,907,o), -(1146,1064,cs), -(1190,1309,o), -(1037,1463,o), -(750,1463,cs), -(452,1463,o), -(227,1296,o), -(169,1031,cs), -(164,1008,l), -(343,1008,l), -(349,1032,ls), -(392,1198,o), -(535,1303,o), -(718,1303,cs), -(897,1303,o), -(992,1211,o), -(966,1064,cs), -(940,914,o), -(815,815,o), -(644,815,cs), -(468,815,l) -); -} -); -width = 1143; -}, -{ -anchors = ( -{ -name = bottom; -pos = (419,-10); -}, -{ -name = top; -pos = (999,1479); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(501,596,l), -(690,596,ls), -(791,596,o), -(843,534,o), -(826,436,cs), -(807,329,o), -(723,262,o), -(608,262,cs), -(491,262,o), -(429,334,o), -(446,448,cs), -(452,486,l), -(46,486,l), -(39,443,ls), -(-6,148,o), -(197,-37,o), -(567,-37,cs), -(932,-37,o), -(1190,128,o), -(1237,390,cs), -(1268,568,o), -(1175,694,o), -(996,718,c), -(1000,736,l), -(1177,778,o), -(1306,907,o), -(1335,1072,cs), -(1379,1322,o), -(1188,1479,o), -(838,1479,cs), -(496,1479,o), -(241,1301,o), -(179,1017,cs), -(174,993,l), -(552,993,l), -(558,1018,ls), -(584,1117,o), -(665,1179,o), -(768,1179,cs), -(877,1179,o), -(933,1115,o), -(916,1014,cs), -(899,917,o), -(822,856,o), -(718,856,cs), -(547,856,l) -); -} -); -width = 1331; -} -); -metricLeft = O; -metricRight = O; -unicode = 1047; -}, -{ -glyphname = "Ii-cy"; -kernLeft = N; -kernRight = N; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (1295,0); -}, -{ -name = top; -pos = (658,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,1443); -ref = N; -scale = (1,-1); -} -); -width = 1255; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1355,0); -}, -{ -name = top; -pos = (688,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,1443); -ref = N; -scale = (1,-1); -} -); -width = 1355; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1500,0); -}, -{ -name = top; -pos = (760,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,1443); -ref = N; -scale = (1,-1); -} -); -width = 1500; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1545,0); -}, -{ -name = top; -pos = (908,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (336,1443); -ref = N; -scale = (1,-1); -slant = (24,0); -} -); -width = 1284; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1605,0); -}, -{ -name = top; -pos = (938,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (336,1443); -ref = N; -scale = (1,-1); -slant = (24,0); -} -); -width = 1345; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1763,0); -}, -{ -name = top; -pos = (1023,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (336,1443); -ref = N; -scale = (1,-1); -slant = (24,0); -} -); -width = 1529; -} -); -metricLeft = N; -metricRight = N; -unicode = 1048; -}, -{ -glyphname = "Iishort-cy"; -kernLeft = N; -kernRight = N; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,1443); -ref = N; -scale = (1,-1); -}, -{ -pos = (351,503); -ref = brevecomb; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,1443); -ref = N; -scale = (1,-1); -}, -{ -pos = (337,473); -ref = brevecomb; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,1443); -ref = N; -scale = (1,-1); -}, -{ -pos = (289,443); -ref = brevecomb; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (336,1443); -ref = N; -scale = (1,-1); -slant = (24,0); -}, -{ -pos = (475,503); -ref = brevecomb; -} -); -width = 1284; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (336,1443); -ref = N; -scale = (1,-1); -slant = (24,0); -}, -{ -pos = (448,473); -ref = brevecomb; -} -); -width = 1345; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (336,1443); -ref = N; -scale = (1,-1); -slant = (24,0); -}, -{ -pos = (399,443); -ref = brevecomb; -} -); -width = 1529; -} -); -metricLeft = N; -metricRight = N; -unicode = 1049; -}, -{ -glyphname = "Iigrave-cy"; -kernLeft = N; -kernRight = N; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (432,503); -ref = gravecomb; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (352,503); -ref = gravecomb; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (344,443); -ref = gravecomb; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (570,503); -ref = gravecomb; -} -); -width = 1284; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (509,503); -ref = gravecomb; -} -); -width = 1345; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (516,443); -ref = gravecomb; -} -); -width = 1529; -} -); -unicode = 1037; -}, -{ -glyphname = "Ka-cy"; -kernLeft = K; -kernRight = K; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = K; -} -); -width = 1118; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = K; -} -); -width = 1202; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = K; -} -); -width = 1392; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = K; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = K; -} -); -width = 1177; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = K; -} -); -width = 1387; -} -); -unicode = 1050; -}, -{ -glyphname = "Kje-cy"; -kernLeft = K; -kernRight = K; -lastChange = "2025-04-30 13:10:16 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = K; -}, -{ -pos = (442,463); -ref = acute; -} -); -width = 1118; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = K; -}, -{ -pos = (389,463); -ref = acute; -} -); -width = 1202; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = K; -}, -{ -pos = (446,443); -ref = acute; -} -); -width = 1392; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = K; -}, -{ -pos = (534,463); -ref = acute; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = K; -}, -{ -pos = (472,463); -ref = acute; -} -); -width = 1177; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = K; -}, -{ -pos = (540,443); -ref = acute; -} -); -width = 1387; -} -); -unicode = 1036; -}, -{ -glyphname = "El-cy"; -kernLeft = J; -kernRight = H; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = hook; -pos = (1422,0); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(404,1443,l), -(393,789,o), -(380,349,o), -(368,217,cs), -(359,103,o), -(314,38,o), -(244,36,cs), -(192,36,o), -(136,42,o), -(88,52,c), -(80,2,l), -(149,-9,o), -(208,-14,o), -(245,-12,cs), -(343,-12,o), -(405,68,o), -(418,210,cs), -(434,410,o), -(447,834,o), -(453,1395,c), -(1397,1395,l), -(1397,0,l), -(1447,0,l), -(1447,1443,l) -); -} -); -width = 1547; -}, -{ -anchors = ( -{ -name = hook; -pos = (1336,0); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(326,1443,l), -(318,727,o), -(310,410,o), -(298,297,cs), -(287,190,o), -(261,148,o), -(203,147,cs), -(174,147,o), -(146,151,o), -(102,160,c), -(80,-8,l), -(154,-20,o), -(200,-24,o), -(245,-22,cs), -(395,-21,o), -(460,72,o), -(480,314,cs), -(489,410,o), -(495,686,o), -(502,1283,c), -(1246,1283,l), -(1246,0,l), -(1426,0,l), -(1426,1443,l) -); -} -); -width = 1526; -}, -{ -anchors = ( -{ -name = hook; -pos = (1424,0); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(365,1443,l), -(337,912,o), -(314,541,o), -(301,409,cs), -(294,351,o), -(259,318,o), -(204,317,cs), -(171,317,o), -(138,320,o), -(111,326,c), -(80,-18,l), -(154,-29,o), -(238,-34,o), -(315,-32,cs), -(531,-29,o), -(667,115,o), -(693,370,cs), -(699,434,o), -(715,690,o), -(736,1103,c), -(1218,1103,l), -(1218,0,l), -(1628,0,l), -(1628,1443,l) -); -} -); -width = 1728; -}, -{ -anchors = ( -{ -name = hook; -pos = (1312,0); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(601,1443,l), -(451,789,o), -(344,349,o), -(304,217,cs), -(271,103,o), -(212,38,o), -(142,36,cs), -(90,36,o), -(35,42,o), -(-11,52,c), -(-30,2,l), -(37,-9,o), -(95,-14,o), -(132,-12,cs), -(230,-12,o), -(309,68,o), -(353,210,cs), -(411,410,o), -(514,834,o), -(639,1395,c), -(1583,1395,l), -(1287,0,l), -(1337,0,l), -(1644,1443,l) -); -} -); -width = 1548; -}, -{ -anchors = ( -{ -name = hook; -pos = (1226,0); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,1443,l), -(363,727,o), -(287,410,o), -(251,297,cs), -(217,190,o), -(182,148,o), -(124,147,cs), -(95,147,o), -(68,151,o), -(26,160,c), -(-32,-8,l), -(40,-20,o), -(85,-24,o), -(130,-22,cs), -(281,-21,o), -(365,72,o), -(437,314,cs), -(466,410,o), -(531,686,o), -(665,1283,c), -(1409,1283,l), -(1136,0,l), -(1316,0,l), -(1623,1443,l) -); -} -); -width = 1527; -}, -{ -anchors = ( -{ -name = hook; -pos = (1307,0); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(555,1443,l), -(414,912,o), -(312,541,o), -(271,409,cs), -(252,351,o), -(210,318,o), -(154,317,cs), -(121,317,o), -(89,320,o), -(63,326,c), -(-41,-18,l), -(31,-29,o), -(114,-34,o), -(191,-32,cs), -(408,-29,o), -(575,115,o), -(655,370,cs), -(674,434,o), -(745,690,o), -(854,1103,c), -(1336,1103,l), -(1101,0,l), -(1511,0,l), -(1818,1443,l) -); -} -); -width = 1728; -} -); -metricRight = H; -unicode = 1051; -}, -{ -glyphname = "Em-cy"; -kernLeft = M; -kernRight = M; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = M; -} -); -width = 1630; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = M; -} -); -width = 1670; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = M; -} -); -width = 1836; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = M; -} -); -width = 1337; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = M; -} -); -width = 1377; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = M; -} -); -width = 1743; -} -); -unicode = 1052; -}, -{ -glyphname = "En-cy"; -kernLeft = H; -kernRight = H; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = H; -} -); -width = 1235; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = H; -} -); -width = 1325; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = H; -} -); -width = 1529; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = H; -} -); -width = 1236; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = H; -} -); -width = 1326; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = H; -} -); -width = 1530; -} -); -unicode = 1053; -}, -{ -glyphname = "O-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = O; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = O; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = O; -} -); -width = 1681; -} -); -unicode = 1054; -}, -{ -glyphname = "Pe-cy"; -kernLeft = H; -kernRight = H; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-2,l), -(150,0,l), -(150,1394,l), -(1105,1394,l), -(1105,0,l), -(1155,0,l), -(1155,1443,l), -(100,1441,l) -); -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-2,l), -(280,0,l), -(280,1282,l), -(1035,1282,l), -(1035,0,l), -(1215,0,l), -(1215,1443,l), -(100,1441,l) -); -} -); -width = 1315; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,1103,l), -(985,1103,l), -(985,0,l), -(1385,0,l), -(1385,1443,l), -(100,1443,l) -); -} -); -width = 1485; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(40,0,l), -(336,1396,l), -(1291,1394,l), -(995,0,l), -(1045,0,l), -(1352,1443,l), -(296,1443,l) -); -} -); -width = 1256; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,-1,l), -(170,-1,l), -(442,1284,l), -(1197,1282,l), -(925,0,l), -(1105,0,l), -(1412,1443,l), -(296,1443,l) -); -} -); -width = 1316; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(384,0,l), -(618,1103,l), -(1103,1103,l), -(869,0,l), -(1269,0,l), -(1575,1443,l), -(290,1443,l) -); -} -); -width = 1486; -} -); -metricLeft = H; -metricRight = H; -unicode = 1055; -}, -{ -glyphname = "Er-cy"; -kernLeft = P; -kernRight = P; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = P; -} -); -width = 1138; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = P; -} -); -width = 1190; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = P; -} -); -width = 1331; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = P; -} -); -width = 1140; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = P; -} -); -width = 1190; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = P; -} -); -width = 1331; -} -); -unicode = 1056; -}, -{ -glyphname = "Es-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = C; -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = C; -} -); -width = 1484; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = C; -} -); -width = 1582; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = C; -} -); -width = 1474; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = C; -} -); -width = 1484; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = C; -} -); -width = 1582; -} -); -unicode = 1057; -}, -{ -glyphname = "Te-cy"; -kernLeft = T; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = T; -} -); -width = 1225; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = T; -} -); -width = 1245; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = T; -} -); -width = 1385; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = T; -} -); -width = 1225; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = T; -} -); -width = 1225; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = T; -} -); -width = 1386; -} -); -unicode = 1058; -}, -{ -glyphname = "U-cy"; -kernRight = V; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = top; -pos = (557,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(537,301,l), -(507,228,o), -(477,162,o), -(455,118,cs), -(427,61,o), -(385,29,o), -(339,29,cs), -(292,29,o), -(252,32,o), -(226,37,c), -(215,-11,l), -(247,-17,o), -(292,-20,o), -(341,-20,cs), -(408,-20,o), -(465,23,o), -(501,101,cs), -(544,193,o), -(550,210,o), -(593,302,c), -(1094,1443,l), -(1039,1443,l), -(568,369,l), -(562,369,l), -(74,1444,l), -(20,1444,l) -); -} -); -width = 1114; -}, -{ -anchors = ( -{ -name = top; -pos = (555,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(495,334,l), -(490,311,o), -(477,274,o), -(463,240,cs), -(439,180,o), -(398,142,o), -(357,142,cs), -(315,142,o), -(254,150,o), -(198,162,c), -(167,8,l), -(232,-9,o), -(312,-19,o), -(376,-19,cs), -(461,-19,o), -(542,26,o), -(585,98,cs), -(601,120,o), -(641,210,o), -(690,331,c), -(1100,1443,l), -(906,1443,l), -(590,562,l), -(578,562,l), -(206,1444,l), -(10,1444,l) -); -} -); -width = 1110; -}, -{ -anchors = ( -{ -name = top; -pos = (666,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(481,348,l), -(479,335,o), -(476,322,o), -(472,313,cs), -(458,280,o), -(431,261,o), -(397,261,cs), -(357,261,o), -(308,268,o), -(258,281,c), -(208,-2,l), -(303,-23,o), -(417,-35,o), -(525,-35,cs), -(638,-35,o), -(729,10,o), -(779,91,cs), -(789,107,o), -(829,198,o), -(893,345,c), -(1322,1444,l), -(885,1444,l), -(685,733,l), -(672,733,l), -(449,1445,l), -(10,1445,l) -); -} -); -width = 1332; -}, -{ -anchors = ( -{ -name = top; -pos = (743,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(522,301,l), -(479,228,o), -(437,162,o), -(407,118,cs), -(369,61,o), -(322,29,o), -(276,29,cs), -(229,29,o), -(189,32,o), -(164,37,c), -(145,-11,l), -(175,-17,o), -(220,-20,o), -(269,-20,cs), -(336,-20,o), -(401,23,o), -(450,101,cs), -(509,193,o), -(518,210,o), -(578,302,c), -(1280,1443,l), -(1225,1443,l), -(565,369,l), -(559,369,l), -(260,1444,l), -(206,1444,l) -); -} -); -width = 1094; -}, -{ -anchors = ( -{ -name = top; -pos = (751,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(495,334,l), -(486,311,o), -(467,274,o), -(447,240,cs), -(412,180,o), -(364,142,o), -(323,142,cs), -(281,142,o), -(222,150,o), -(168,162,c), -(110,8,l), -(172,-9,o), -(250,-19,o), -(314,-19,cs), -(399,-19,o), -(488,26,o), -(544,98,cs), -(564,120,o), -(619,210,o), -(690,331,c), -(1296,1443,l), -(1102,1443,l), -(630,562,l), -(618,562,l), -(402,1444,l), -(206,1444,l) -); -} -); -width = 1110; -}, -{ -anchors = ( -{ -name = top; -pos = (856,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(478,348,l), -(474,335,o), -(468,322,o), -(463,313,cs), -(443,280,o), -(413,261,o), -(379,261,cs), -(339,261,o), -(291,268,o), -(243,281,c), -(143,-2,l), -(235,-23,o), -(347,-35,o), -(455,-35,cs), -(568,-35,o), -(666,10,o), -(731,91,cs), -(744,107,o), -(800,198,o), -(890,345,c), -(1512,1444,l), -(1075,1444,l), -(750,733,l), -(737,733,l), -(639,1445,l), -(200,1445,l) -); -} -); -width = 1332; -} -); -metricLeft = v; -metricRight = v; -unicode = 1059; -}, -{ -glyphname = "Ushort-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (259,503); -ref = brevecomb; -} -); -width = 1114; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (206,503); -ref = brevecomb; -} -); -width = 1110; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (191,443); -ref = brevecomb; -} -); -width = 1332; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (344,503); -ref = brevecomb; -} -); -width = 1094; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "U-cy"; -}, -{ -alignment = -1; -pos = (321,503); -ref = brevecomb; -} -); -width = 1210; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "U-cy"; -}, -{ -alignment = -1; -pos = (269,443); -ref = brevecomb; -} -); -width = 1392; -} -); -unicode = 1038; -}, -{ -glyphname = "Ef-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(799,162,l), -(1206,162,o), -(1500,399,o), -(1500,726,cs), -(1500,1048,o), -(1206,1281,o), -(799,1281,c), -(761,1281,l), -(354,1281,o), -(60,1048,o), -(60,726,cs), -(60,399,o), -(354,162,o), -(761,162,cs) -); -}, -{ -closed = 1; -nodes = ( -(383,212,o), -(110,428,o), -(110,726,cs), -(110,1019,o), -(383,1231,o), -(761,1231,c), -(799,1231,l), -(1177,1231,o), -(1450,1019,o), -(1450,726,cs), -(1450,428,o), -(1177,212,o), -(799,212,c), -(761,212,l) -); -}, -{ -closed = 1; -nodes = ( -(755,-18,l), -(805,-18,l), -(805,1462,l), -(755,1462,l) -); -} -); -width = 1560; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(875,112,l), -(1261,112,o), -(1540,370,o), -(1540,726,cs), -(1540,1077,o), -(1261,1332,o), -(875,1332,c), -(727,1332,l), -(340,1332,o), -(60,1077,o), -(60,726,cs), -(60,370,o), -(340,112,o), -(727,112,cs) -); -}, -{ -closed = 1; -nodes = ( -(445,272,o), -(240,463,o), -(240,726,cs), -(240,985,o), -(445,1172,o), -(727,1172,c), -(875,1172,l), -(1156,1172,o), -(1360,985,o), -(1360,726,cs), -(1360,463,o), -(1156,272,o), -(875,272,c), -(727,272,l) -); -}, -{ -closed = 1; -nodes = ( -(710,-18,l), -(890,-18,l), -(890,1462,l), -(710,1462,l) -); -} -); -width = 1600; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1075,118,l), -(1484,118,o), -(1780,372,o), -(1780,723,cs), -(1780,1073,o), -(1484,1327,o), -(1075,1327,c), -(767,1327,l), -(357,1327,o), -(60,1073,o), -(60,723,cs), -(60,372,o), -(357,118,o), -(767,118,cs) -); -}, -{ -closed = 1; -nodes = ( -(589,440,o), -(460,559,o), -(460,723,cs), -(460,887,o), -(589,1006,o), -(767,1006,c), -(1075,1006,l), -(1252,1006,o), -(1380,887,o), -(1380,723,cs), -(1380,559,o), -(1252,440,o), -(1075,440,c), -(767,440,l) -); -}, -{ -closed = 1; -nodes = ( -(720,-36,l), -(1120,-36,l), -(1120,1480,l), -(720,1480,l) -); -} -); -width = 1840; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(723,162,l), -(1129,162,o), -(1474,399,o), -(1544,726,cs), -(1612,1048,o), -(1367,1281,o), -(961,1281,c), -(923,1281,l), -(516,1281,o), -(172,1048,o), -(104,726,cs), -(34,399,o), -(278,162,o), -(685,162,cs) -); -}, -{ -closed = 1; -nodes = ( -(314,212,o), -(91,428,o), -(154,726,cs), -(216,1019,o), -(539,1231,o), -(922,1231,c), -(960,1231,l), -(1332,1231,o), -(1556,1019,o), -(1494,726,cs), -(1431,428,o), -(1108,212,o), -(724,212,c), -(686,212,l) -); -}, -{ -closed = 1; -nodes = ( -(641,-18,l), -(691,-18,l), -(1005,1462,l), -(955,1462,l) -); -} -); -width = 1560; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(788,112,l), -(1173,112,o), -(1508,370,o), -(1584,726,cs), -(1659,1077,o), -(1434,1332,o), -(1048,1332,c), -(900,1332,l), -(514,1332,o), -(179,1077,o), -(104,726,cs), -(28,370,o), -(253,112,o), -(640,112,cs) -); -}, -{ -closed = 1; -nodes = ( -(389,282,o), -(229,468,o), -(284,726,cs), -(337,979,o), -(585,1162,o), -(874,1162,c), -(1022,1162,l), -(1297,1162,o), -(1457,979,o), -(1404,726,cs), -(1349,468,o), -(1101,282,o), -(814,282,c), -(666,282,l) -); -}, -{ -closed = 1; -nodes = ( -(596,-18,l), -(776,-18,l), -(1090,1462,l), -(910,1462,l) -); -} -); -width = 1600; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1004,118,l), -(1424,118,o), -(1782,372,o), -(1857,723,cs), -(1931,1073,o), -(1681,1327,o), -(1261,1327,c), -(953,1327,l), -(531,1327,o), -(171,1073,o), -(97,723,cs), -(22,372,o), -(274,118,o), -(696,118,cs) -); -}, -{ -closed = 1; -nodes = ( -(577,440,o), -(482,559,o), -(517,723,cs), -(552,887,o), -(715,1006,o), -(904,1006,c), -(1212,1006,l), -(1378,1006,o), -(1472,887,o), -(1437,723,cs), -(1402,559,o), -(1240,440,o), -(1052,440,c), -(744,440,l) -); -}, -{ -closed = 1; -nodes = ( -(606,-36,l), -(1026,-36,l), -(1348,1480,l), -(928,1480,l) -); -} -); -width = 1880; -} -); -metricLeft = O; -metricRight = O; -unicode = 1060; -}, -{ -glyphname = "Ha-cy"; -kernLeft = X; -kernRight = X; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = X; -} -); -width = 1283; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = X; -} -); -width = 1388; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = X; -} -); -width = 1628; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = X; -} -); -width = 1313; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = X; -} -); -width = 1391; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = X; -} -); -width = 1647; -} -); -unicode = 1061; -}, -{ -glyphname = "Tse-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (1024,0); -ref = "bottom-hook"; -}, -{ -pos = (0,1443); -ref = "Pe-cy"; -scale = (1,-1); -} -); -width = 1356; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (1024,0); -ref = "bottom-hook"; -}, -{ -pos = (0,1443); -ref = "Pe-cy"; -scale = (1,-1); -} -); -width = 1485; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (1084,0); -ref = "bottom-hook"; -}, -{ -pos = (0,1443); -ref = "Pe-cy"; -scale = (1,-1); -} -); -width = 1637; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (1012,0); -ref = "bottom-hook"; -}, -{ -pos = (336,1443); -ref = "Pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1345; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (1024,0); -ref = "bottom-hook"; -}, -{ -pos = (336,1443); -ref = "Pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1485; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1116,0); -ref = "bottom-hook"; -}, -{ -pos = (336,1443); -ref = "Pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1670; -} -); -metricLeft = "En-cy"; -tags = ( -"descender-square" -); -unicode = 1062; -}, -{ -glyphname = "Che-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (1126,0); -}, -{ -name = top; -pos = (593,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(994,678,o), -(818,546,o), -(572,546,cs), -(313,546,o), -(150,683,o), -(150,900,cs), -(150,1443,l), -(100,1443,l), -(100,900,ls), -(100,653,o), -(282,498,o), -(572,498,cs), -(783,498,o), -(957,593,o), -(1023,745,c), -(1026,745,l), -(1026,0,l), -(1076,0,l), -(1076,1443,l), -(1026,1443,l), -(1026,889,l) -); -} -); -width = 1176; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1210,0); -}, -{ -name = top; -pos = (635,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(966,726,o), -(831,628,o), -(629,628,cs), -(415,628,o), -(280,728,o), -(280,886,cs), -(280,1443,l), -(100,1443,l), -(100,875,ls), -(100,625,o), -(293,468,o), -(600,468,cs), -(763,468,o), -(905,530,o), -(968,628,c), -(980,628,l), -(980,0,l), -(1160,0,l), -(1160,1443,l), -(980,1443,l), -(980,881,l) -); -} -); -width = 1260; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1470,0); -}, -{ -name = top; -pos = (765,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1010,772,o), -(911,694,o), -(754,695,cs), -(604,695,o), -(510,773,o), -(510,897,cs), -(510,1443,l), -(100,1443,l), -(100,819,ls), -(100,567,o), -(295,409,o), -(606,409,cs), -(781,409,o), -(930,470,o), -(992,566,c), -(1010,566,l), -(1010,0,l), -(1420,0,l), -(1420,1443,l), -(1010,1443,l), -(1010,897,ls) -); -} -); -width = 1520; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1016,0); -}, -{ -name = top; -pos = (789,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1028,678,o), -(824,546,o), -(578,546,cs), -(319,546,o), -(185,683,o), -(231,900,cs), -(346,1443,l), -(296,1443,l), -(181,900,ls), -(128,653,o), -(277,498,o), -(567,498,cs), -(778,498,o), -(973,593,o), -(1071,745,c), -(1074,745,l), -(916,0,l), -(966,0,l), -(1272,1443,l), -(1222,1443,l), -(1105,889,l) -); -} -); -width = 1177; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1100,0); -}, -{ -name = top; -pos = (831,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1010,726,o), -(854,628,o), -(652,628,cs), -(438,628,o), -(324,728,o), -(358,886,cs), -(476,1443,l), -(296,1443,l), -(176,875,ls), -(122,625,o), -(282,468,o), -(589,468,cs), -(752,468,o), -(907,530,o), -(991,628,c), -(1003,628,l), -(870,0,l), -(1050,0,l), -(1356,1443,l), -(1176,1443,l), -(1057,881,l) -); -} -); -width = 1261; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1354,0); -}, -{ -name = top; -pos = (955,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1058,772,o), -(942,694,o), -(785,695,cs), -(635,695,o), -(558,773,o), -(584,897,cs), -(700,1443,l), -(290,1443,l), -(158,819,ls), -(104,567,o), -(266,409,o), -(577,409,cs), -(752,409,o), -(914,470,o), -(996,566,c), -(1014,566,l), -(894,0,l), -(1304,0,l), -(1610,1443,l), -(1200,1443,l), -(1084,897,ls) -); -} -); -width = 1521; -} -); -metricRight = H; -unicode = 1063; -}, -{ -glyphname = "Sha-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(1682,0,l), -(1682,1443,l), -(1632,1443,l), -(1632,48,l), -(916,48,l), -(916,1443,l), -(866,1443,l), -(866,48,l), -(150,48,l), -(150,1443,l), -(100,1443,l) -); -} -); -width = 1782; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(1682,0,l), -(1682,1443,l), -(1502,1443,l), -(1502,160,l), -(981,160,l), -(981,1443,l), -(801,1443,l), -(801,160,l), -(280,160,l), -(280,1443,l), -(100,1443,l) -); -} -); -width = 1782; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(1920,0,l), -(1920,1443,l), -(1520,1443,l), -(1520,340,l), -(1200,340,l), -(1200,1443,l), -(820,1443,l), -(820,340,l), -(500,340,l), -(500,1443,l), -(100,1443,l) -); -} -); -width = 2020; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(1572,0,l), -(1878,1443,l), -(1828,1443,l), -(1532,48,l), -(816,48,l), -(1112,1443,l), -(1062,1443,l), -(766,48,l), -(50,48,l), -(346,1443,l), -(296,1443,l) -); -} -); -width = 1783; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(1572,0,l), -(1878,1443,l), -(1698,1443,l), -(1426,160,l), -(905,160,l), -(1177,1443,l), -(997,1443,l), -(725,160,l), -(204,160,l), -(476,1443,l), -(296,1443,l) -); -} -); -width = 1783; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(1804,0,l), -(2110,1443,l), -(1710,1443,l), -(1476,340,l), -(1156,340,l), -(1390,1443,l), -(1010,1443,l), -(776,340,l), -(456,340,l), -(690,1443,l), -(290,1443,l) -); -} -); -width = 2021; -} -); -metricLeft = H; -metricRight = H; -unicode = 1064; -}, -{ -glyphname = "Shcha-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (1549,0); -ref = "bottom-hook"; -}, -{ -ref = "Sha-cy"; -} -); -width = 1881; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (1489,0); -ref = "bottom-hook"; -}, -{ -ref = "Sha-cy"; -} -); -width = 1950; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (1624,0); -ref = "bottom-hook"; -}, -{ -ref = "Sha-cy"; -} -); -width = 2177; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (1549,0); -ref = "bottom-hook"; -}, -{ -ref = "Sha-cy"; -} -); -width = 1882; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (1489,0); -ref = "bottom-hook"; -}, -{ -ref = "Sha-cy"; -} -); -width = 1950; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1624,0); -ref = "bottom-hook"; -}, -{ -ref = "Sha-cy"; -} -); -width = 2178; -} -); -metricLeft = H; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1065; -}, -{ -glyphname = "Dzhe-cy"; -lastChange = "2025-05-09 07:39:22 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(603,1,l), -(603,-275,l), -(653,-275,l), -(653,1,l) -); -}, -{ -pos = (0,1443); -ref = "Pe-cy"; -scale = (1,-1); -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(568,1,l), -(568,-265,l), -(748,-265,l), -(748,1,l) -); -}, -{ -pos = (0,1443); -ref = "Pe-cy"; -scale = (1,-1); -} -); -width = 1315; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(542,0,l), -(543,-240,l), -(943,-240,l), -(943,0,l) -); -}, -{ -pos = (0,1443); -ref = "Pe-cy"; -scale = (1,-1); -} -); -width = 1485; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(578,1,l), -(520,-275,l), -(570,-275,l), -(628,1,l) -); -}, -{ -pos = (336,1443); -ref = "Pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1285; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(552,1,l), -(496,-265,l), -(676,-265,l), -(732,1,l) -); -}, -{ -pos = (336,1443); -ref = "Pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1345; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,0,l), -(449,-240,l), -(849,-240,l), -(900,0,l) -); -}, -{ -pos = (336,1443); -ref = "Pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1515; -} -); -metricLeft = H; -metricRight = H; -tags = ( -"descender-square" -); -unicode = 1039; -}, -{ -glyphname = "Softsign-cy"; -kernLeft = b; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(127,807,l), -(584,807,ls), -(846,807,o), -(1010,660,o), -(1010,427,cs), -(1010,194,o), -(847,48,o), -(588,48,cs), -(127,48,l), -(127,0,l), -(599,0,ls), -(881,0,o), -(1058,165,o), -(1058,427,cs), -(1058,690,o), -(881,855,o), -(599,855,cs), -(127,855,l) -); -} -); -width = 1118; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(191,744,l), -(604,744,ls), -(798,744,o), -(920,631,o), -(920,451,cs), -(920,272,o), -(800,160,o), -(610,160,cs), -(191,160,l), -(191,0,l), -(609,0,ls), -(911,0,o), -(1100,174,o), -(1100,451,cs), -(1100,729,o), -(911,904,o), -(609,904,cs), -(191,904,l) -); -} -); -width = 1160; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(510,0,l), -(510,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(368,669,l), -(688,669,ls), -(807,669,o), -(881,602,o), -(881,494,cs), -(881,387,o), -(807,320,o), -(688,320,cs), -(368,320,l), -(368,0,l), -(790,0,ls), -(1098,0,o), -(1291,191,o), -(1291,494,cs), -(1291,798,o), -(1098,989,o), -(790,989,cs), -(368,989,l) -); -} -); -width = 1351; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(346,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(188,807,l), -(645,807,ls), -(904,807,o), -(1040,658,o), -(990,427,cs), -(942,197,o), -(744,48,o), -(488,48,cs), -(27,48,l), -(17,0,l), -(489,0,ls), -(768,0,o), -(984,168,o), -(1038,427,cs), -(1093,687,o), -(949,855,o), -(670,855,cs), -(198,855,l) -); -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(476,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(239,744,l), -(662,744,ls), -(848,744,o), -(944,629,o), -(906,451,cs), -(868,274,o), -(717,160,o), -(524,160,cs), -(115,160,l), -(81,0,l), -(499,0,ls), -(797,0,o), -(1028,177,o), -(1086,451,cs), -(1144,726,o), -(989,904,o), -(691,904,cs), -(273,904,l) -); -} -); -width = 1161; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(394,0,l), -(700,1443,l), -(290,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(394,669,l), -(734,669,ls), -(839,669,o), -(893,600,o), -(870,494,cs), -(847,388,o), -(753,320,o), -(630,320,cs), -(320,320,l), -(252,0,l), -(674,0,ls), -(978,0,o), -(1216,194,o), -(1280,494,cs), -(1343,795,o), -(1188,989,o), -(884,989,cs), -(462,989,l) -); -} -); -width = 1352; -} -); -metricLeft = H; -metricRight = b; -unicode = 1068; -}, -{ -glyphname = "Yeru-cy"; -lastChange = "2025-05-09 07:47:27 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (1455,-20); -}, -{ -name = top; -pos = (779,1443); -}, -{ -name = topright; -pos = (1601.673,1519.223); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(127,807,l), -(584,807,ls), -(846,807,o), -(1010,660,o), -(1010,427,cs), -(1010,194,o), -(847,48,o), -(588,48,cs), -(127,48,l), -(127,0,l), -(599,0,ls), -(881,0,o), -(1058,165,o), -(1058,427,cs), -(1058,690,o), -(881,855,o), -(599,855,cs), -(127,855,l) -); -}, -{ -closed = 1; -nodes = ( -(1278,180,ls), -(1278,61,o), -(1357,-19,o), -(1476,-19,cs), -(1543,-19,o), -(1617,6,o), -(1660,44,c), -(1660,92,l), -(1598,52,o), -(1526,27,o), -(1478,29,cs), -(1388,32,o), -(1328,92,o), -(1328,179,cs), -(1328,1442,l), -(1278,1442,l) -); -} -); -width = 1710; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1471,-20); -}, -{ -name = top; -pos = (854,1443); -}, -{ -name = topright; -pos = (1669,1519); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(191,744,l), -(604,744,ls), -(798,744,o), -(920,631,o), -(920,451,cs), -(920,272,o), -(800,160,o), -(610,160,cs), -(191,160,l), -(191,0,l), -(609,0,ls), -(911,0,o), -(1100,174,o), -(1100,451,cs), -(1100,729,o), -(911,904,o), -(609,904,cs), -(191,904,l) -); -}, -{ -closed = 1; -nodes = ( -(1275,199,ls), -(1275,69,o), -(1366,-18,o), -(1502,-18,cs), -(1573,-18,o), -(1652,-8,o), -(1689,7,c), -(1689,164,l), -(1642,150,o), -(1589,142,o), -(1546,143,cs), -(1491,146,o), -(1455,179,o), -(1455,225,cs), -(1455,1443,l), -(1275,1443,l) -); -} -); -width = 1739; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1783,-30); -}, -{ -name = top; -pos = (1000,1443); -}, -{ -name = topright; -pos = (2117,1520); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(510,0,l), -(510,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(368,669,l), -(688,669,ls), -(807,669,o), -(881,602,o), -(881,494,cs), -(881,387,o), -(807,320,o), -(688,320,cs), -(368,320,l), -(368,0,l), -(790,0,ls), -(1098,0,o), -(1291,191,o), -(1291,494,cs), -(1291,798,o), -(1098,989,o), -(790,989,cs), -(368,989,l) -); -}, -{ -closed = 1; -nodes = ( -(1440,274,ls), -(1440,88,o), -(1579,-36,o), -(1787,-36,cs), -(1885,-36,o), -(2009,-20,o), -(2097,4,c), -(2097,307,l), -(2046,290,o), -(1982,278,o), -(1937,278,cs), -(1879,278,o), -(1840,315,o), -(1840,370,cs), -(1840,1442,l), -(1440,1442,l) -); -} -); -width = 2137; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1340,-20); -}, -{ -name = top; -pos = (779,1443); -}, -{ -name = topright; -pos = (1797.122,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(346,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(188,807,l), -(645,807,ls), -(904,807,o), -(1040,658,o), -(990,427,cs), -(942,197,o), -(744,48,o), -(488,48,cs), -(27,48,l), -(17,0,l), -(489,0,ls), -(768,0,o), -(984,168,o), -(1038,427,cs), -(1093,687,o), -(949,855,o), -(670,855,cs), -(198,855,l) -); -}, -{ -closed = 1; -nodes = ( -(1206,180,ls), -(1181,61,o), -(1243,-19,o), -(1362,-19,cs), -(1429,-19,o), -(1508,6,o), -(1559,44,c), -(1569,92,l), -(1499,52,o), -(1421,27,o), -(1374,29,cs), -(1284,32,o), -(1238,92,o), -(1256,179,cs), -(1524,1444,l), -(1474,1444,l) -); -} -); -width = 1710; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1357,-20); -}, -{ -name = top; -pos = (854,1443); -}, -{ -name = topright; -pos = (1864,1442); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(476,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(239,744,l), -(662,744,ls), -(848,744,o), -(944,629,o), -(906,451,cs), -(868,274,o), -(717,160,o), -(524,160,cs), -(115,160,l), -(81,0,l), -(499,0,ls), -(797,0,o), -(1028,177,o), -(1086,451,cs), -(1144,726,o), -(989,904,o), -(691,904,cs), -(273,904,l) -); -}, -{ -closed = 1; -nodes = ( -(1208,199,ls), -(1180,69,o), -(1253,-18,o), -(1389,-18,cs), -(1460,-18,o), -(1541,-8,o), -(1581,7,c), -(1614,164,l), -(1564,150,o), -(1510,142,o), -(1467,143,cs), -(1413,146,o), -(1383,179,o), -(1393,225,cs), -(1651,1443,l), -(1471,1443,l) -); -} -); -width = 1740; -}, -{ -anchors = ( -{ -name = bottom; -pos = (1659,-30); -}, -{ -name = top; -pos = (1000,1443); -}, -{ -name = topright; -pos = (2308,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(394,0,l), -(700,1443,l), -(290,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(394,669,l), -(734,669,ls), -(839,669,o), -(893,600,o), -(870,494,cs), -(847,388,o), -(753,320,o), -(630,320,cs), -(320,320,l), -(252,0,l), -(674,0,ls), -(978,0,o), -(1216,194,o), -(1280,494,cs), -(1343,795,o), -(1188,989,o), -(884,989,cs), -(462,989,l) -); -}, -{ -closed = 1; -nodes = ( -(1381,274,ls), -(1341,88,o), -(1454,-36,o), -(1662,-36,cs), -(1760,-36,o), -(1887,-20,o), -(1980,4,c), -(2045,307,l), -(1990,290,o), -(1923,278,o), -(1878,278,cs), -(1820,278,o), -(1789,315,o), -(1801,370,cs), -(2031,1443,l), -(1631,1443,l) -); -} -); -width = 2137; -} -); -metricLeft = "Softsign-cy"; -metricRight = l; -unicode = 1067; -}, -{ -glyphname = "Hardsign-cy"; -kernRight = sround; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,1395,l), -(236,1395,l), -(236,1443,l), -(-10,1443,l) -); -}, -{ -pos = (91,0); -ref = "Softsign-cy"; -} -); -width = 1209; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,1273,l), -(287,1273,l), -(287,1443,l), -(-20,1443,l) -); -}, -{ -pos = (15,0); -ref = "Softsign-cy"; -} -); -width = 1175; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,1103,l), -(433,1103,l), -(433,1443,l), -(-20,1443,l) -); -}, -{ -pos = (57,0); -ref = "Softsign-cy"; -} -); -width = 1408; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,1395,l), -(493,1395,l), -(503,1443,l), -(257,1443,l) -); -}, -{ -pos = (163,0); -ref = "Softsign-cy"; -} -); -width = 1281; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,1273,l), -(527,1273,l), -(563,1443,l), -(256,1443,l) -); -}, -{ -pos = (143,0); -ref = "Softsign-cy"; -} -); -width = 1304; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,1103,l), -(631,1103,l), -(703,1443,l), -(250,1443,l) -); -}, -{ -pos = (141,0); -ref = "Softsign-cy"; -} -); -width = 1493; -} -); -metricLeft = hbar; -metricRight = b; -tags = ( -topbar -); -unicode = 1066; -}, -{ -glyphname = "Lje-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = -1; -pos = (1297,0); -ref = "Softsign-cy"; -} -); -width = 2415; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = -1; -pos = (1144,0); -ref = "Softsign-cy"; -} -); -width = 2304; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = -1; -pos = (1124,0); -ref = "Softsign-cy"; -} -); -width = 2475; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = -1; -pos = (1237,0); -ref = "Softsign-cy"; -} -); -width = 2355; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = -1; -pos = (1064,0); -ref = "Softsign-cy"; -} -); -width = 2225; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = -1; -pos = (1064,0); -ref = "Softsign-cy"; -} -); -width = 2416; -} -); -metricLeft = "El-cy"; -metricRight = "Softsign-cy"; -unicode = 1033; -}, -{ -glyphname = "Nje-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = H; -}, -{ -alignment = -1; -pos = (985,0); -ref = "Softsign-cy"; -} -); -width = 2103; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = H; -}, -{ -alignment = -1; -pos = (945,0); -ref = "Softsign-cy"; -} -); -width = 2105; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = H; -}, -{ -alignment = -1; -pos = (916,0); -ref = "Softsign-cy"; -} -); -width = 2267; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (985,0); -ref = "Softsign-cy"; -} -); -width = 2103; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (945,0); -ref = "Softsign-cy"; -} -); -width = 2106; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (919,0); -ref = "Softsign-cy"; -} -); -width = 2271; -} -); -metricLeft = "En-cy"; -metricRight = "Softsign-cy"; -unicode = 1034; -}, -{ -glyphname = "Dze-cy"; -kernLeft = S; -kernRight = S; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = S; -} -); -width = 1047; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = S; -} -); -width = 1124; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = S; -} -); -width = 1234; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = S; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = S; -} -); -width = 1314; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = S; -} -); -width = 1436; -} -); -unicode = 1029; -}, -{ -glyphname = "E-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1474,0); -ref = "Ereversed-cy"; -scale = (-1,1); -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1474,0); -ref = "Ereversed-cy"; -scale = (-1,1); -} -); -width = 1474; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1533,0); -ref = "Ereversed-cy"; -scale = (-1,1); -} -); -width = 1533; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (1297,0); -ref = "Ereversed-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1471; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (1316,0); -ref = "Ereversed-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1491; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1357,0); -ref = "Ereversed-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1542; -} -); -metricLeft = O; -metricRight = O; -unicode = 1028; -}, -{ -glyphname = "Ereversed-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = top; -pos = (738,1463); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1406,1152,o), -(1118,1463,o), -(728,1463,cs), -(391,1463,o), -(110,1262,o), -(60,985,c), -(108,972,l), -(157,1229,o), -(417,1415,o), -(728,1415,cs), -(1089,1415,o), -(1356,1124,o), -(1364,722,c), -(1356,320,o), -(1089,29,o), -(728,29,cs), -(416,29,o), -(156,210,o), -(108,461,c), -(60,449,l), -(109,178,o), -(390,-19,o), -(728,-19,cs), -(1118,-19,o), -(1406,292,o), -(1414,722,c) -); -}, -{ -closed = 1; -nodes = ( -(454,698,l), -(1378,698,l), -(1378,746,l), -(454,746,l) -); -} -); -width = 1474; -}, -{ -anchors = ( -{ -name = top; -pos = (708,1463); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1407,1152,o), -(1110,1463,o), -(708,1463,cs), -(378,1463,o), -(111,1261,o), -(60,981,c), -(238,932,l), -(284,1147,o), -(481,1303,o), -(708,1303,cs), -(1000,1303,o), -(1217,1059,o), -(1223,722,c), -(1217,385,o), -(1000,141,o), -(708,141,cs), -(480,141,o), -(282,301,o), -(235,522,c), -(60,463,l), -(111,183,o), -(378,-19,o), -(708,-19,cs), -(1110,-19,o), -(1407,292,o), -(1414,722,c) -); -}, -{ -closed = 1; -nodes = ( -(511,637,l), -(1348,637,l), -(1348,807,l), -(511,807,l) -); -} -); -width = 1474; -}, -{ -anchors = ( -{ -name = top; -pos = (709,1479); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1466,1161,o), -(1150,1479,o), -(719,1479,cs), -(413,1479,o), -(137,1309,o), -(60,1075,c), -(404,928,l), -(455,1050,o), -(587,1139,o), -(719,1139,cs), -(918,1139,o), -(1062,964,o), -(1062,722,cs), -(1062,480,o), -(918,304,o), -(719,304,cs), -(586,304,o), -(454,393,o), -(404,515,c), -(60,388,l), -(144,142,o), -(421,-36,o), -(719,-36,cs), -(1150,-36,o), -(1466,282,o), -(1473,721,c) -); -}, -{ -closed = 1; -nodes = ( -(503,572,l), -(1104,572,l), -(1104,872,l), -(503,872,l) -); -} -); -width = 1533; -}, -{ -anchors = ( -{ -name = top; -pos = (912,1463); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1525,1152,o), -(1292,1463,o), -(902,1463,cs), -(570,1463,o), -(258,1262,o), -(159,985,c), -(205,972,l), -(299,1229,o), -(588,1415,o), -(893,1415,cs), -(1254,1415,o), -(1470,1124,o), -(1407,722,c), -(1329,320,o), -(1011,29,o), -(649,29,cs), -(343,29,o), -(119,210,o), -(115,461,c), -(65,449,l), -(66,178,o), -(308,-19,o), -(640,-19,cs), -(1031,-19,o), -(1374,292,o), -(1457,722,c) -); -}, -{ -closed = 1; -nodes = ( -(493,698,l), -(1417,698,l), -(1425,746,l), -(501,746,l) -); -} -); -width = 1474; -}, -{ -anchors = ( -{ -name = top; -pos = (901,1463); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1544,1152,o), -(1302,1463,o), -(901,1463,cs), -(570,1463,o), -(258,1261,o), -(158,981,c), -(337,932,l), -(418,1141,o), -(642,1293,o), -(871,1293,cs), -(1163,1293,o), -(1337,1053,o), -(1285,722,c), -(1220,391,o), -(961,151,o), -(669,151,cs), -(435,151,o), -(260,307,o), -(252,522,c), -(66,463,l), -(68,183,o), -(309,-19,o), -(639,-19,cs), -(1042,-19,o), -(1393,292,o), -(1476,722,c) -); -}, -{ -closed = 1; -nodes = ( -(558,637,l), -(1395,637,l), -(1425,807,l), -(588,807,l) -); -} -); -width = 1493; -}, -{ -anchors = ( -{ -name = top; -pos = (1054,1479); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1594,1161,o), -(1333,1479,o), -(903,1479,cs), -(597,1479,o), -(290,1309,o), -(172,1075,c), -(490,928,l), -(562,1050,o), -(711,1139,o), -(843,1139,cs), -(1042,1139,o), -(1155,964,o), -(1112,722,cs), -(1070,480,o), -(894,304,o), -(695,304,cs), -(563,304,o), -(446,393,o), -(418,515,c), -(51,388,l), -(92,142,o), -(337,-36,o), -(635,-36,cs), -(1066,-36,o), -(1439,282,o), -(1523,721,c) -); -}, -{ -closed = 1; -nodes = ( -(527,572,l), -(1128,572,l), -(1181,872,l), -(580,872,l) -); -} -); -width = 1547; -} -); -metricLeft = C; -metricRight = C; -unicode = 1069; -}, -{ -glyphname = "I-cy"; -kernLeft = I; -kernRight = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -} -); -width = 731; -} -); -unicode = 1030; -}, -{ -glyphname = "Yi-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-161,503); -ref = dieresiscomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-159,503); -ref = dieresiscomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-154,443); -ref = dieresiscomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-42,503); -ref = dieresiscomb; -} -); -width = 371; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-26,503); -ref = dieresiscomb; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-40,443); -ref = dieresiscomb; -} -); -width = 731; -} -); -unicode = 1031; -}, -{ -glyphname = "Je-cy"; -kernLeft = J; -kernRight = J; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = J; -} -); -width = 687; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = J; -} -); -width = 827; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = J; -} -); -width = 973; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = J; -} -); -width = 726; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = J; -} -); -width = 817; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = J; -} -); -width = 1001; -} -); -unicode = 1032; -}, -{ -glyphname = "Tshe-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (143,0); -ref = "Shha-cy"; -}, -{ -closed = 1; -nodes = ( -(-10,1395,l), -(633,1395,l), -(633,1443,l), -(-10,1443,l) -); -} -); -width = 1249; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (102,0); -ref = "Shha-cy"; -}, -{ -closed = 1; -nodes = ( -(-20,1283,l), -(685,1283,l), -(685,1443,l), -(-20,1443,l) -); -} -); -width = 1292; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (84,0); -ref = "Shha-cy"; -}, -{ -closed = 1; -nodes = ( -(-20,1143,l), -(869,1143,l), -(869,1443,l), -(-20,1443,l) -); -} -); -width = 1534; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (215,0); -ref = "Shha-cy"; -}, -{ -closed = 1; -nodes = ( -(247,1395,l), -(890,1395,l), -(900,1443,l), -(257,1443,l) -); -} -); -width = 1422; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (181,0); -ref = "Shha-cy"; -}, -{ -closed = 1; -nodes = ( -(222,1283,l), -(927,1283,l), -(961,1443,l), -(256,1443,l) -); -} -); -width = 1472; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (162,0); -ref = "Shha-cy"; -}, -{ -closed = 1; -nodes = ( -(186,1143,l), -(1075,1143,l), -(1139,1443,l), -(250,1443,l) -); -} -); -width = 1703; -} -); -metricLeft = hbar; -metricRight = hbar; -tags = ( -topbar -); -unicode = 1035; -}, -{ -glyphname = "Yu-cy"; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1474,-17,o), -(1746,294,o), -(1746,724,cs), -(1746,1153,o), -(1474,1463,o), -(1099,1463,cs), -(728,1463,o), -(460,1153,o), -(460,724,cs), -(460,294,o), -(728,-17,o), -(1099,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(757,31,o), -(510,322,o), -(510,724,cs), -(510,1125,o), -(757,1415,o), -(1099,1415,cs), -(1445,1415,o), -(1696,1125,o), -(1696,724,cs), -(1696,322,o), -(1445,31,o), -(1099,31,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,701,l), -(494,701,l), -(494,749,l), -(150,749,l), -(150,1443,l), -(100,1443,l) -); -} -); -width = 1806; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1482,-20,o), -(1766,292,o), -(1766,724,cs), -(1766,1153,o), -(1482,1463,o), -(1089,1463,cs), -(695,1463,o), -(410,1153,o), -(410,724,cs), -(410,292,o), -(695,-20,o), -(1089,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(800,150,o), -(590,391,o), -(590,724,cs), -(590,1054,o), -(800,1293,o), -(1089,1293,cs), -(1377,1293,o), -(1586,1054,o), -(1586,724,cs), -(1586,391,o), -(1377,150,o), -(1089,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,642,l), -(494,642,l), -(494,812,l), -(280,812,l), -(280,1443,l), -(100,1443,l) -); -} -); -width = 1826; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1814,-37,o), -(2133,282,o), -(2133,723,cs), -(2133,1162,o), -(1814,1480,o), -(1374,1480,cs), -(932,1480,o), -(612,1162,o), -(612,723,cs), -(612,282,o), -(932,-37,o), -(1374,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(1176,303,o), -(1032,479,o), -(1032,723,cs), -(1032,965,o), -(1176,1140,o), -(1374,1140,cs), -(1571,1140,o), -(1713,965,o), -(1713,723,cs), -(1713,479,o), -(1571,303,o), -(1374,303,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(520,0,l), -(520,552,l), -(734,552,l), -(734,892,l), -(520,892,l), -(520,1443,l), -(100,1443,l) -); -} -); -width = 2193; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1360,-17,o), -(1697,294,o), -(1789,724,cs), -(1881,1153,o), -(1675,1463,o), -(1299,1463,cs), -(929,1463,o), -(595,1153,o), -(503,724,cs), -(411,294,o), -(614,-17,o), -(985,-17,cs) -); -}, -{ -closed = 1; -nodes = ( -(649,31,o), -(468,322,o), -(553,724,cs), -(638,1125,o), -(951,1415,o), -(1299,1415,cs), -(1639,1415,o), -(1824,1125,o), -(1739,724,cs), -(1654,322,o), -(1337,31,o), -(985,31,cs) -); -}, -{ -closed = 1; -nodes = ( -(-11,0,l), -(39,0,l), -(188,701,l), -(532,701,l), -(543,749,l), -(199,749,l), -(346,1443,l), -(296,1443,l) -); -} -); -width = 1806; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1367,-20,o), -(1718,292,o), -(1810,724,cs), -(1900,1153,o), -(1681,1463,o), -(1290,1463,cs), -(895,1463,o), -(544,1153,o), -(454,724,cs), -(362,292,o), -(581,-20,o), -(974,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(714,150,o), -(564,391,o), -(634,724,cs), -(705,1054,o), -(973,1293,o), -(1273,1293,cs), -(1551,1293,o), -(1701,1054,o), -(1630,724,cs), -(1560,391,o), -(1292,150,o), -(991,150,cs) -); -}, -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(306,642,l), -(520,642,l), -(556,812,l), -(342,812,l), -(476,1443,l), -(296,1443,l) -); -} -); -width = 1827; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1690,-37,o), -(2076,282,o), -(2170,723,cs), -(2264,1162,o), -(2012,1480,o), -(1572,1480,cs), -(1130,1480,o), -(743,1162,o), -(649,723,cs), -(555,282,o), -(808,-37,o), -(1250,-37,cs) -); -}, -{ -closed = 1; -nodes = ( -(1115,303,o), -(1017,479,o), -(1069,723,cs), -(1121,965,o), -(1310,1140,o), -(1520,1140,cs), -(1705,1140,o), -(1802,965,o), -(1750,723,cs), -(1698,479,o), -(1510,303,o), -(1302,303,cs) -); -}, -{ -closed = 1; -nodes = ( -(-16,0,l), -(404,0,l), -(521,552,l), -(735,552,l), -(807,892,l), -(593,892,l), -(710,1443,l), -(290,1443,l) -); -} -); -width = 2193; -} -); -metricLeft = H; -metricRight = O; -unicode = 1070; -}, -{ -glyphname = "Ya-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1146,0); -ref = R; -scale = (-1,1); -} -); -width = 1146; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1236,0); -ref = R; -scale = (-1,1); -} -); -width = 1236; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1394,0); -ref = R; -scale = (-1,1); -} -); -width = 1394; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (1015,0); -ref = R; -scale = (-1,1); -slant = (24,0); -} -); -width = 1265; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (1151,0); -ref = R; -scale = (-1,1); -slant = (24,0); -} -); -width = 1401; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1211,0); -ref = R; -scale = (-1,1); -slant = (24,0); -} -); -width = 1474; -} -); -metricRight = H; -unicode = 1071; -}, -{ -glyphname = "Dje-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,1395,l), -(236,1395,l), -(236,1443,l), -(-10,1443,l) -); -}, -{ -pos = (54,0); -ref = "Gemiddlehook-cy"; -} -); -width = 1175; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,1283,l), -(287,1283,l), -(287,1443,l), -(-20,1443,l) -); -}, -{ -pos = (57,0); -ref = "Gemiddlehook-cy"; -} -); -width = 1278; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,1143,l), -(433,1143,l), -(433,1443,l), -(-20,1443,l) -); -}, -{ -pos = (43,0); -ref = "Gemiddlehook-cy"; -} -); -width = 1444; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,1395,l), -(493,1395,l), -(503,1443,l), -(257,1443,l) -); -}, -{ -pos = (136,0); -ref = "Gemiddlehook-cy"; -} -); -width = 1257; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,1283,l), -(529,1283,l), -(563,1443,l), -(256,1443,l) -); -}, -{ -pos = (136,0); -ref = "Gemiddlehook-cy"; -} -); -width = 1357; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,1143,l), -(639,1143,l), -(703,1443,l), -(250,1443,l) -); -}, -{ -pos = (131,0); -ref = "Gemiddlehook-cy"; -} -); -width = 1533; -} -); -metricLeft = hbar; -metricRight = b; -tags = ( -topbar -); -unicode = 1026; -}, -{ -glyphname = "Fita-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-05-09 07:47:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(99,748,l), -(245,680,o), -(427,642,o), -(536,642,cs), -(724,642,o), -(853,768,o), -(1043,768,cs), -(1138,768,o), -(1278,730,o), -(1431,661,c), -(1441,704,l), -(1308,774,o), -(1162,814,o), -(1033,814,cs), -(850,814,o), -(718,688,o), -(535,688,cs), -(433,688,o), -(251,726,o), -(95,795,c) -); -}, -{ -ref = "O-cy"; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,659,l), -(305,601,o), -(440,569,o), -(566,569,cs), -(743,569,o), -(863,699,o), -(1041,699,cs), -(1129,699,o), -(1260,660,o), -(1405,589,c), -(1405,738,l), -(1272,816,o), -(1125,859,o), -(996,859,cs), -(824,859,o), -(709,729,o), -(538,729,cs), -(434,729,o), -(309,761,o), -(189,819,c) -); -}, -{ -ref = "O-cy"; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(436,629,l), -(513,571,o), -(602,539,o), -(684,539,cs), -(802,539,o), -(888,629,o), -(1006,629,cs), -(1090,629,o), -(1179,611,o), -(1254,579,c), -(1254,815,l), -(1151,886,o), -(1051,925,o), -(976,925,cs), -(862,925,o), -(779,835,o), -(666,835,cs), -(588,835,o), -(503,849,o), -(428,875,c) -); -}, -{ -ref = "O-cy"; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,749,l), -(284,678,o), -(425,639,o), -(538,639,cs), -(734,639,o), -(892,769,o), -(1089,769,cs), -(1188,769,o), -(1375,730,o), -(1521,659,c), -(1539,703,l), -(1415,776,o), -(1222,817,o), -(1088,817,cs), -(898,817,o), -(736,687,o), -(546,687,cs), -(441,687,o), -(300,726,o), -(151,797,c) -); -}, -{ -ref = "O-cy"; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,659,l), -(323,601,o), -(452,569,o), -(578,569,cs), -(755,569,o), -(900,699,o), -(1078,699,cs), -(1166,699,o), -(1290,660,o), -(1421,589,c), -(1450,738,l), -(1332,816,o), -(1193,859,o), -(1064,859,cs), -(892,859,o), -(752,729,o), -(581,729,cs), -(477,729,o), -(358,761,o), -(249,819,c) -); -}, -{ -ref = "O-cy"; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(445,629,l), -(511,571,o), -(593,539,o), -(675,539,cs), -(793,539,o), -(897,629,o), -(1015,629,cs), -(1099,629,o), -(1184,611,o), -(1253,579,c), -(1299,815,l), -(1210,886,o), -(1118,925,o), -(1043,925,cs), -(929,925,o), -(828,835,o), -(715,835,cs), -(637,835,o), -(555,849,o), -(485,875,c) -); -}, -{ -ref = "O-cy"; -} -); -width = 1681; -} -); -metricLeft = O; -metricRight = O; -unicode = 1138; -}, -{ -glyphname = "Izhitsa-cy"; -kernLeft = V; -kernRight = V; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(685,0,l), -(1129,1285,ls), -(1156,1364,o), -(1205,1413,o), -(1261,1413,cs), -(1289,1413,o), -(1336,1407,o), -(1383,1397,c), -(1393,1445,l), -(1355,1455,o), -(1304,1462,o), -(1261,1462,cs), -(1183,1462,o), -(1116,1401,o), -(1083,1305,cs), -(654,74,l), -(651,74,l), -(63,1443,l), -(10,1443,l), -(626,0,l) -); -} -); -width = 1403; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(822,0,l), -(1187,1185,ls), -(1211,1262,o), -(1251,1305,o), -(1312,1305,cs), -(1347,1305,o), -(1399,1297,o), -(1457,1284,c), -(1497,1435,l), -(1437,1452,o), -(1369,1462,o), -(1308,1462,cs), -(1160,1462,o), -(1067,1377,o), -(1020,1225,cs), -(706,220,l), -(700,220,l), -(196,1443,l), -(10,1443,l), -(599,0,l) -); -} -); -width = 1507; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1025,0,l), -(1377,1069,ls), -(1390,1110,o), -(1424,1133,o), -(1471,1133,cs), -(1496,1133,o), -(1534,1127,o), -(1576,1117,c), -(1616,1438,l), -(1524,1465,o), -(1421,1480,o), -(1327,1480,cs), -(1175,1480,o), -(1068,1406,o), -(1029,1273,cs), -(789,464,l), -(783,464,l), -(486,1443,l), -(10,1443,l), -(562,0,l) -); -} -); -width = 1626; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(573,0,l), -(1300,1315,ls), -(1337,1381,o), -(1387,1415,o), -(1449,1415,cs), -(1480,1415,o), -(1520,1410,o), -(1568,1399,c), -(1586,1445,l), -(1544,1456,o), -(1501,1462,o), -(1457,1462,cs), -(1371,1462,o), -(1303,1419,o), -(1256,1335,cs), -(555,74,l), -(552,74,l), -(255,1443,l), -(206,1443,l), -(516,0,l) -); -} -); -width = 1399; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(714,0,l), -(1331,1185,ls), -(1374,1268,o), -(1420,1305,o), -(1481,1305,cs), -(1509,1305,o), -(1549,1299,o), -(1612,1284,c), -(1684,1435,l), -(1621,1454,o), -(1565,1462,o), -(1500,1462,cs), -(1352,1462,o), -(1248,1389,o), -(1162,1225,cs), -(634,220,l), -(628,220,l), -(384,1443,l), -(206,1443,l), -(499,0,l) -); -} -); -width = 1500; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(939,0,l), -(1518,1069,ls), -(1540,1110,o), -(1579,1133,o), -(1626,1133,cs), -(1651,1133,o), -(1687,1127,o), -(1727,1117,c), -(1835,1438,l), -(1749,1465,o), -(1629,1480,o), -(1535,1480,cs), -(1383,1480,o), -(1261,1406,o), -(1193,1273,cs), -(781,464,l), -(775,464,l), -(666,1443,l), -(210,1443,l), -(456,0,l) -); -} -); -width = 1666; -} -); -metricLeft = V; -metricRight = V; -unicode = 1140; -}, -{ -glyphname = "Zhedescender-cy"; -kernLeft = X; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:37:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (1579,0); -ref = "bottom-hook"; -} -); -width = 1911; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (1557,0); -ref = "bottom-hook"; -} -); -width = 2018; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (1695,1); -ref = "bottom-hook"; -} -); -width = 2248; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (1529,0); -ref = "bottom-hook"; -} -); -width = 1862; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (1519,0); -ref = "bottom-hook"; -} -); -width = 1980; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (1683,1); -ref = "bottom-hook"; -} -); -width = 2237; -} -); -metricLeft = "Zhe-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1174; -}, -{ -glyphname = "Zedescender-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ze-cy"; -}, -{ -pos = (388,0); -ref = cedillacomb; -} -); -width = 1111; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ze-cy"; -}, -{ -pos = (341,0); -ref = cedillacomb; -} -); -width = 1131; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ze-cy"; -}, -{ -pos = (400,-10); -ref = cedillacomb; -} -); -width = 1328; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Ze-cy"; -}, -{ -alignment = -1; -pos = (442,0); -ref = cedillacomb; -} -); -width = 1254; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Ze-cy"; -}, -{ -alignment = -1; -pos = (366,0); -ref = cedillacomb; -} -); -width = 1283; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Ze-cy"; -}, -{ -alignment = -1; -pos = (289,-10); -ref = cedillacomb; -} -); -width = 1471; -} -); -unicode = 1176; -}, -{ -glyphname = "Kadescender-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (959,1); -ref = "bottom-hook"; -} -); -width = 1291; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (929,1); -ref = "bottom-hook"; -} -); -width = 1390; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (999,1); -ref = "bottom-hook"; -} -); -width = 1552; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (959,1); -ref = "bottom-hook"; -} -); -width = 1292; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (929,1); -ref = "bottom-hook"; -} -); -width = 1390; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = K; -}, -{ -alignment = -1; -pos = (999,1); -ref = "bottom-hook"; -} -); -width = 1553; -} -); -metricLeft = K; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1178; -}, -{ -glyphname = "Kaverticalstroke-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (626,0); -}, -{ -name = top; -pos = (626,1523); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(478,678,l), -(1190,1443,l), -(1123,1443,l), -(455,726,l), -(146,726,l), -(146,678,l) -); -}, -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1248,1,l), -(474,721,l), -(437,689,l), -(1177,1,l) -); -}, -{ -closed = 1; -nodes = ( -(298,304,l), -(348,304,l), -(348,1074,l), -(298,1074,l) -); -} -); -width = 1248; -}, -{ -anchors = ( -{ -name = bottom; -pos = (556,0); -}, -{ -name = top; -pos = (556,1523); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(654,591,l), -(1298,1443,l), -(1087,1443,l), -(568,761,l), -(242,761,l), -(242,591,l) -); -}, -{ -closed = 1; -nodes = ( -(280,0,l), -(280,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1342,0,l), -(673,787,l), -(584,632,l), -(1113,0,l) -); -}, -{ -closed = 1; -nodes = ( -(378,304,l), -(528,304,l), -(528,1074,l), -(378,1074,l) -); -} -); -width = 1342; -}, -{ -anchors = ( -{ -name = bottom; -pos = (757,0); -}, -{ -name = top; -pos = (715,1523); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(954,521,l), -(1587,1443,l), -(1120,1443,l), -(764,859,l), -(436,859,l), -(436,521,l) -); -}, -{ -closed = 1; -nodes = ( -(510,0,l), -(510,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1612,1,l), -(1080,798,l), -(787,592,l), -(1139,1,l) -); -}, -{ -closed = 1; -nodes = ( -(567,278,l), -(747,278,l), -(747,1100,l), -(567,1100,l) -); -} -); -width = 1612; -}, -{ -anchors = ( -{ -name = bottom; -pos = (822,0); -}, -{ -name = top; -pos = (822,1523); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(674,678,l), -(1386,1443,l), -(1319,1443,l), -(651,726,l), -(342,726,l), -(342,678,l) -); -}, -{ -closed = 1; -nodes = ( -(346,0,l), -(346,1443,l), -(296,1443,l), -(296,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1444,1,l), -(670,721,l), -(633,689,l), -(1373,1,l) -); -}, -{ -closed = 1; -nodes = ( -(494,304,l), -(544,304,l), -(544,1074,l), -(494,1074,l) -); -} -); -width = 1554; -}, -{ -anchors = ( -{ -name = bottom; -pos = (752,0); -}, -{ -name = top; -pos = (752,1523); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(850,591,l), -(1494,1443,l), -(1283,1443,l), -(764,761,l), -(438,761,l), -(438,591,l) -); -}, -{ -closed = 1; -nodes = ( -(476,0,l), -(476,1443,l), -(296,1443,l), -(296,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1538,0,l), -(869,787,l), -(780,632,l), -(1309,0,l) -); -}, -{ -closed = 1; -nodes = ( -(574,304,l), -(724,304,l), -(724,1074,l), -(574,1074,l) -); -} -); -width = 1649; -}, -{ -anchors = ( -{ -name = bottom; -pos = (947,0); -}, -{ -name = top; -pos = (905,1523); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1144,521,l), -(1777,1443,l), -(1310,1443,l), -(954,859,l), -(626,859,l), -(626,521,l) -); -}, -{ -closed = 1; -nodes = ( -(700,0,l), -(700,1443,l), -(290,1443,l), -(290,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1802,1,l), -(1270,798,l), -(977,592,l), -(1329,1,l) -); -}, -{ -closed = 1; -nodes = ( -(757,278,l), -(937,278,l), -(937,1100,l), -(757,1100,l) -); -} -); -width = 1919; -} -); -metricLeft = K; -metricRight = K; -unicode = 1180; -}, -{ -glyphname = "Kastroke-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (78,0); -ref = K; -}, -{ -pos = (-110,11); -ref = topbar; -} -); -width = 1196; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (67,0); -ref = K; -}, -{ -pos = (-120,-48); -ref = topbar; -} -); -width = 1269; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (-13,0); -ref = K; -}, -{ -pos = (-120,-29); -ref = topbar; -} -); -width = 1379; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (154,0); -ref = K; -}, -{ -pos = (-36,11); -ref = topbar; -} -); -width = 1272; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (161,0); -ref = K; -}, -{ -pos = (-51,-48); -ref = topbar; -} -); -width = 1338; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (92,0); -ref = K; -}, -{ -pos = (-46,-29); -ref = topbar; -} -); -width = 1479; -} -); -metricLeft = hbar; -metricRight = K; -tags = ( -topbar -); -unicode = 1182; -}, -{ -glyphname = "Kabashkir-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,1395,l), -(236,1395,l), -(236,1443,l), -(-10,1443,l) -); -}, -{ -pos = (112,0); -ref = K; -} -); -width = 1230; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,1283,l), -(287,1283,l), -(287,1443,l), -(-20,1443,l) -); -}, -{ -pos = (77,0); -ref = K; -} -); -width = 1279; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,1143,l), -(433,1143,l), -(433,1443,l), -(-20,1443,l) -); -}, -{ -pos = (108,0); -ref = K; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,1395,l), -(493,1395,l), -(503,1443,l), -(257,1443,l) -); -}, -{ -pos = (124,0); -ref = K; -} -); -width = 1242; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(222,1283,l), -(529,1283,l), -(563,1443,l), -(256,1443,l) -); -}, -{ -pos = (96,0); -ref = K; -} -); -width = 1273; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(186,1143,l), -(639,1143,l), -(703,1443,l), -(250,1443,l) -); -}, -{ -pos = (126,0); -ref = K; -} -); -width = 1513; -} -); -metricLeft = hbar; -metricRight = K; -tags = ( -topbar -); -unicode = 1184; -}, -{ -glyphname = "Endescender-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (1009,1); -ref = "bottom-hook"; -} -); -width = 1341; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (1029,1); -ref = "bottom-hook"; -} -); -width = 1490; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (1136,1); -ref = "bottom-hook"; -} -); -width = 1689; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (1009,1); -ref = "bottom-hook"; -} -); -width = 1342; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (1029,1); -ref = "bottom-hook"; -} -); -width = 1490; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (1136,1); -ref = "bottom-hook"; -} -); -width = 1690; -} -); -metricLeft = H; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1186; -}, -{ -glyphname = uni04A4; -lastChange = "2025-05-08 06:26:20 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -closed = 1; -nodes = ( -(1120,1395,l), -(2023,1395,l), -(2023,1443,l), -(1120,1443,l) -); -} -); -width = 2043; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -closed = 1; -nodes = ( -(1120,1283,l), -(2023,1283,l), -(2023,1443,l), -(1120,1443,l) -); -} -); -width = 2043; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -closed = 1; -nodes = ( -(1230,1143,l), -(2183,1143,l), -(2183,1443,l), -(1230,1443,l) -); -} -); -width = 2203; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -closed = 1; -nodes = ( -(1305,1395,l), -(2208,1395,l), -(2218,1443,l), -(1315,1443,l) -); -} -); -width = 2042; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -closed = 1; -nodes = ( -(1293,1283,l), -(2196,1283,l), -(2230,1443,l), -(1327,1443,l) -); -} -); -width = 2054; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -closed = 1; -nodes = ( -(1338,1143,l), -(2291,1143,l), -(2355,1443,l), -(1402,1443,l) -); -} -); -width = 2185; -} -); -metricRight = "Tse-cy"; -unicode = 1188; -}, -{ -glyphname = "Pemiddlehook-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-2,l), -(150,0,l), -(150,1394,l), -(995,1394,l), -(995,0,l), -(1045,0,l), -(1045,1443,l), -(100,1441,l) -); -}, -{ -closed = 1; -nodes = ( -(1021,773,l), -(1110,833,o), -(1251,871,o), -(1387,871,cs), -(1666,871,o), -(1841,698,o), -(1841,423,cs), -(1841,151,o), -(1667,-20,o), -(1389,-20,cs), -(1325,-20,o), -(1244,-11,o), -(1177,3,c), -(1166,-44,l), -(1218,-60,o), -(1304,-70,o), -(1389,-70,cs), -(1697,-70,o), -(1891,121,o), -(1891,424,cs), -(1891,728,o), -(1697,919,o), -(1387,919,cs), -(1251,919,o), -(1108,884,o), -(1018,829,c) -); -} -); -width = 1991; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-2,l), -(280,0,l), -(280,1272,l), -(995,1272,l), -(995,0,l), -(1175,0,l), -(1175,1443,l), -(100,1441,l) -); -}, -{ -closed = 1; -nodes = ( -(1158,699,l), -(1217,734,o), -(1341,759,o), -(1458,759,cs), -(1676,759,o), -(1830,608,o), -(1830,393,cs), -(1830,162,o), -(1689,0,o), -(1488,0,cs), -(1424,0,o), -(1341,9,o), -(1287,23,c), -(1257,-127,l), -(1323,-146,o), -(1427,-160,o), -(1510,-160,cs), -(1804,-160,o), -(2011,69,o), -(2011,394,cs), -(2011,702,o), -(1788,919,o), -(1470,919,cs), -(1353,919,o), -(1225,894,o), -(1158,859,c) -); -} -); -width = 2111; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(520,0,l), -(520,1103,l), -(925,1103,l), -(925,0,l), -(1345,0,l), -(1345,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1331,579,l), -(1377,622,o), -(1454,649,o), -(1531,649,cs), -(1662,649,o), -(1744,566,o), -(1744,433,cs), -(1744,302,o), -(1673,220,o), -(1561,220,cs), -(1511,220,o), -(1461,225,o), -(1430,233,c), -(1400,-107,l), -(1463,-127,o), -(1545,-140,o), -(1613,-140,cs), -(1951,-140,o), -(2164,81,o), -(2164,434,cs), -(2164,781,o), -(1944,999,o), -(1593,999,cs), -(1500,999,o), -(1399,972,o), -(1331,929,c) -); -} -); -width = 2264; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,-2,l), -(40,0,l), -(336,1394,l), -(1181,1394,l), -(885,0,l), -(935,0,l), -(1242,1443,l), -(296,1441,l) -); -}, -{ -closed = 1; -nodes = ( -(1075,773,l), -(1177,833,o), -(1326,871,o), -(1462,871,cs), -(1741,871,o), -(1879,698,o), -(1821,423,cs), -(1763,151,o), -(1553,-20,o), -(1275,-20,cs), -(1211,-20,o), -(1132,-11,o), -(1068,3,c), -(1047,-44,l), -(1095,-60,o), -(1179,-70,o), -(1264,-70,cs), -(1572,-70,o), -(1807,121,o), -(1871,424,cs), -(1936,728,o), -(1782,919,o), -(1472,919,cs), -(1336,919,o), -(1186,884,o), -(1084,829,c) -); -} -); -width = 1991; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,-2,l), -(170,0,l), -(440,1272,l), -(1155,1272,l), -(885,0,l), -(1065,0,l), -(1371,1443,l), -(296,1441,l) -); -}, -{ -closed = 1; -nodes = ( -(1196,699,l), -(1263,734,o), -(1392,759,o), -(1509,759,cs), -(1727,759,o), -(1849,608,o), -(1803,393,cs), -(1754,162,o), -(1579,0,o), -(1378,0,cs), -(1314,0,o), -(1233,9,o), -(1182,23,c), -(1120,-127,l), -(1182,-146,o), -(1283,-160,o), -(1366,-160,cs), -(1660,-160,o), -(1915,69,o), -(1984,394,cs), -(2050,702,o), -(1873,919,o), -(1555,919,cs), -(1438,919,o), -(1305,894,o), -(1230,859,c) -); -} -); -width = 2111; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,0,l), -(404,0,l), -(638,1103,l), -(1043,1103,l), -(809,0,l), -(1229,0,l), -(1535,1443,l), -(290,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1338,579,l), -(1393,622,o), -(1475,649,o), -(1552,649,cs), -(1683,649,o), -(1748,566,o), -(1720,433,cs), -(1692,302,o), -(1603,220,o), -(1491,220,cs), -(1441,220,o), -(1392,225,o), -(1363,233,c), -(1261,-107,l), -(1320,-127,o), -(1399,-140,o), -(1467,-140,cs), -(1805,-140,o), -(2065,81,o), -(2140,434,cs), -(2214,781,o), -(2040,999,o), -(1689,999,cs), -(1596,999,o), -(1489,972,o), -(1412,929,c) -); -} -); -width = 2265; -} -); -metricLeft = H; -metricRight = H; -unicode = 1190; -}, -{ -glyphname = "Pedescender-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = "Pe-cy"; -}, -{ -alignment = -1; -pos = (1025,1); -ref = "bottom-hook"; -} -); -width = 1357; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "Pe-cy"; -}, -{ -alignment = -1; -pos = (1025,1); -ref = "bottom-hook"; -} -); -width = 1486; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "Pe-cy"; -}, -{ -alignment = -1; -pos = (1095,1); -ref = "bottom-hook"; -} -); -width = 1648; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Pe-cy"; -}, -{ -alignment = -1; -pos = (1025,1); -ref = "bottom-hook"; -} -); -width = 1358; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Pe-cy"; -}, -{ -alignment = -1; -pos = (1025,1); -ref = "bottom-hook"; -} -); -width = 1486; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Pe-cy"; -}, -{ -alignment = -1; -pos = (1095,1); -ref = "bottom-hook"; -} -); -width = 1649; -} -); -metricLeft = H; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1316; -}, -{ -glyphname = "Haabkhasian-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,1463,o), -(60,1193,o), -(60,810,cs), -(60,324,o), -(416,-18,o), -(923,-18,cs), -(1571,-18,o), -(2027,324,o), -(2027,810,cs), -(2027,1193,o), -(1785,1463,o), -(1441,1463,cs), -(1095,1463,o), -(852,1193,o), -(852,810,cs), -(852,323,o), -(1379,-18,o), -(2128,-17,c), -(2128,31,l), -(1408,31,o), -(902,353,o), -(902,810,cs), -(902,1165,o), -(1127,1415,o), -(1446,1415,cs), -(1758,1415,o), -(1977,1165,o), -(1977,810,cs), -(1977,352,o), -(1542,30,o), -(923,30,cs), -(446,30,o), -(110,352,o), -(110,810,cs), -(110,1165,o), -(361,1414,o), -(719,1414,c), -(719,1463,l) -); -} -); -width = 2188; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,1463,o), -(60,1185,o), -(60,790,cs), -(60,316,o), -(416,-18,o), -(923,-18,cs), -(1577,-18,o), -(2037,324,o), -(2037,810,cs), -(2037,1193,o), -(1791,1463,o), -(1441,1463,cs), -(1089,1463,o), -(842,1193,o), -(842,810,cs), -(842,323,o), -(1373,-18,o), -(2128,-17,c), -(2128,143,l), -(1479,143,o), -(1022,418,o), -(1022,810,cs), -(1022,1100,o), -(1197,1304,o), -(1446,1304,cs), -(1687,1304,o), -(1857,1100,o), -(1857,810,cs), -(1857,418,o), -(1471,142,o), -(923,142,cs), -(522,142,o), -(240,410,o), -(240,790,cs), -(240,1092,o), -(438,1304,o), -(719,1304,c), -(719,1463,l) -); -} -); -width = 2188; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,1480,o), -(60,1183,o), -(60,760,cs), -(60,293,o), -(445,-36,o), -(993,-36,cs), -(1668,-36,o), -(2143,317,o), -(2143,820,cs), -(2143,1206,o), -(1882,1478,o), -(1511,1478,cs), -(1119,1478,o), -(843,1206,o), -(843,820,cs), -(843,316,o), -(1402,-37,o), -(2198,-36,c), -(2198,294,l), -(1637,294,o), -(1242,511,o), -(1242,820,cs), -(1242,1013,o), -(1350,1148,o), -(1504,1148,cs), -(1635,1148,o), -(1727,1013,o), -(1727,820,cs), -(1727,488,o), -(1424,254,o), -(993,254,cs), -(683,254,o), -(471,463,o), -(480,760,cs), -(486,984,o), -(614,1142,o), -(789,1142,c), -(789,1480,l) -); -} -); -width = 2258; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(532,1463,o), -(203,1193,o), -(122,810,cs), -(18,324,o), -(302,-18,o), -(809,-18,cs), -(1457,-18,o), -(1985,324,o), -(2089,810,cs), -(2170,1193,o), -(1985,1463,o), -(1641,1463,cs), -(1295,1463,o), -(995,1193,o), -(914,810,cs), -(810,323,o), -(1265,-18,o), -(2014,-17,c), -(2024,31,l), -(1304,31,o), -(866,353,o), -(964,810,cs), -(1039,1165,o), -(1317,1415,o), -(1636,1415,cs), -(1948,1415,o), -(2114,1165,o), -(2039,810,cs), -(1941,352,o), -(1438,30,o), -(819,30,cs), -(342,30,o), -(74,352,o), -(172,810,cs), -(247,1165,o), -(551,1414,o), -(909,1414,c), -(919,1463,l) -); -} -); -width = 2188; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(532,1463,o), -(201,1185,o), -(117,790,cs), -(17,316,o), -(302,-18,o), -(809,-18,cs), -(1463,-18,o), -(1995,324,o), -(2099,810,cs), -(2180,1193,o), -(1991,1463,o), -(1641,1463,cs), -(1289,1463,o), -(985,1193,o), -(904,810,cs), -(800,323,o), -(1259,-18,o), -(2014,-17,c), -(2048,143,l), -(1399,143,o), -(1000,418,o), -(1084,810,cs), -(1145,1100,o), -(1364,1304,o), -(1613,1304,cs), -(1854,1304,o), -(1980,1100,o), -(1919,810,cs), -(1835,418,o), -(1391,142,o), -(843,142,cs), -(442,142,o), -(217,410,o), -(297,790,cs), -(362,1092,o), -(605,1304,o), -(886,1304,c), -(919,1463,l) -); -} -); -width = 2188; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(559,1480,o), -(195,1183,o), -(105,760,cs), -(6,293,o), -(321,-36,o), -(869,-36,cs), -(1544,-36,o), -(2094,317,o), -(2201,820,cs), -(2283,1206,o), -(2080,1478,o), -(1709,1478,cs), -(1317,1478,o), -(983,1206,o), -(901,820,cs), -(794,316,o), -(1278,-37,o), -(2074,-36,c), -(2144,294,l), -(1583,294,o), -(1234,511,o), -(1300,820,cs), -(1341,1013,o), -(1478,1148,o), -(1632,1148,cs), -(1763,1148,o), -(1826,1013,o), -(1785,820,cs), -(1714,488,o), -(1362,254,o), -(931,254,cs), -(621,254,o), -(453,463,o), -(525,760,cs), -(579,984,o), -(740,1142,o), -(915,1142,c), -(987,1480,l) -); -} -); -width = 2259; -} -); -metricLeft = O; -metricRight = O; -unicode = 1192; -}, -{ -glyphname = "Esdescender-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Ccedilla; -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Ccedilla; -} -); -width = 1484; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Ccedilla; -} -); -width = 1582; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Ccedilla; -} -); -width = 1474; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = Ccedilla; -} -); -width = 1633; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Ccedilla; -} -); -width = 1713; -} -); -unicode = 1194; -}, -{ -glyphname = "Tedescender-cy"; -lastChange = "2025-05-09 07:38:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = T; -}, -{ -alignment = -1; -pos = (514,0); -ref = "bottom-hook"; -} -); -width = 1225; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = T; -}, -{ -alignment = -1; -pos = (516,0); -ref = "bottom-hook"; -} -); -width = 1245; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = T; -}, -{ -alignment = -1; -pos = (583,1); -ref = "bottom-hook"; -} -); -width = 1385; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = T; -}, -{ -alignment = -1; -pos = (464,0); -ref = "bottom-hook"; -} -); -width = 1225; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = T; -}, -{ -alignment = -1; -pos = (456,0); -ref = "bottom-hook"; -} -); -width = 1225; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = T; -}, -{ -alignment = -1; -pos = (543,1); -ref = "bottom-hook"; -} -); -width = 1386; -} -); -metricLeft = T; -metricRight = T; -tags = ( -"descender-square" -); -unicode = 1196; -}, -{ -glyphname = "Ustraight-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Y; -} -); -width = 1212; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Y; -} -); -width = 1332; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Y; -} -); -width = 1494; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Y; -} -); -width = 1212; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = Y; -} -); -width = 1432; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Y; -} -); -width = 1594; -} -); -unicode = 1198; -}, -{ -glyphname = "Ustraightstroke-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(154,448,l), -(1059,448,l), -(1059,498,l), -(154,498,l) -); -}, -{ -ref = Y; -} -); -width = 1212; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,457,l), -(1144,457,l), -(1144,617,l), -(189,617,l) -); -}, -{ -ref = Y; -} -); -width = 1332; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(236,367,l), -(1259,367,l), -(1259,627,l), -(236,627,l) -); -}, -{ -ref = Y; -} -); -width = 1494; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,448,l), -(1034,448,l), -(1044,498,l), -(139,498,l) -); -}, -{ -ref = Y; -} -); -width = 1212; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,467,l), -(1107,467,l), -(1141,627,l), -(186,627,l) -); -}, -{ -ref = Y; -} -); -width = 1332; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(218,367,l), -(1241,367,l), -(1297,627,l), -(274,627,l) -); -}, -{ -ref = Y; -} -); -width = 1514; -} -); -metricLeft = Y; -metricRight = Y; -unicode = 1200; -}, -{ -glyphname = "Hadescender-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:38:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = X; -}, -{ -alignment = -1; -pos = (1111,1); -ref = "bottom-hook"; -} -); -width = 1443; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = X; -}, -{ -alignment = -1; -pos = (1091,1); -ref = "bottom-hook"; -} -); -width = 1552; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = X; -}, -{ -alignment = -1; -pos = (1181,1); -ref = "bottom-hook"; -} -); -width = 1734; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = X; -}, -{ -alignment = -1; -pos = (1131,1); -ref = "bottom-hook"; -} -); -width = 1464; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = X; -}, -{ -alignment = -1; -pos = (1071,1); -ref = "bottom-hook"; -} -); -width = 1532; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = X; -}, -{ -alignment = -1; -pos = (1211,1); -ref = "bottom-hook"; -} -); -width = 1765; -} -); -metricLeft = X; -metricRight = "Tse-cy"; -unicode = 1202; -}, -{ -glyphname = "Tetse-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (180,0); -ref = "Tse-cy"; -}, -{ -closed = 1; -nodes = ( -(-10,1395,l), -(633,1395,l), -(633,1443,l), -(-10,1443,l) -); -} -); -width = 1536; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (140,0); -ref = "Tse-cy"; -}, -{ -closed = 1; -nodes = ( -(-20,1283,l), -(685,1283,l), -(685,1443,l), -(-20,1443,l) -); -} -); -width = 1625; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (134,0); -ref = "Tse-cy"; -}, -{ -closed = 1; -nodes = ( -(-20,1143,l), -(869,1143,l), -(869,1443,l), -(-20,1443,l) -); -} -); -width = 1771; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (183,0); -ref = "Tse-cy"; -}, -{ -closed = 1; -nodes = ( -(247,1396,l), -(890,1396,l), -(900,1444,l), -(257,1444,l) -); -} -); -width = 1528; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (129,0); -ref = "Tse-cy"; -}, -{ -closed = 1; -nodes = ( -(222,1284,l), -(927,1284,l), -(961,1444,l), -(256,1444,l) -); -} -); -width = 1614; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (132,0); -ref = "Tse-cy"; -}, -{ -closed = 1; -nodes = ( -(186,1143,l), -(1075,1143,l), -(1139,1443,l), -(250,1443,l) -); -} -); -width = 1802; -} -); -metricLeft = hbar; -metricRight = "Tse-cy"; -tags = ( -"descender-square", -topbar -); -unicode = 1204; -}, -{ -glyphname = "Chedescender-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1126,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (906,1); -ref = "bottom-hook"; -} -); -width = 1238; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1210,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (880,1); -ref = "bottom-hook"; -} -); -width = 1341; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1470,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1035,1); -ref = "bottom-hook"; -} -); -width = 1588; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1262,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (912,1); -ref = "bottom-hook"; -} -); -width = 1245; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1346,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (916,1); -ref = "bottom-hook"; -} -); -width = 1377; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1594,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1069,1); -ref = "bottom-hook"; -} -); -width = 1623; -} -); -metricLeft = H; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1206; -}, -{ -glyphname = "Cheverticalstroke-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(482,224,l), -(530,224,l), -(530,929,l), -(482,929,l) -); -}, -{ -angle = 180; -pos = (1116,1443); -ref = "Shha-cy"; -} -); -width = 1106; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(484,238,l), -(644,238,l), -(644,1005,l), -(484,1005,l) -); -}, -{ -angle = 180; -pos = (1200,1443); -ref = "Shha-cy"; -} -); -width = 1190; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(596,244,l), -(814,244,l), -(814,1109,l), -(596,1109,l) -); -}, -{ -angle = 180; -pos = (1460,1443); -ref = "Shha-cy"; -} -); -width = 1450; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(523,224,l), -(571,224,l), -(721,929,l), -(673,929,l) -); -}, -{ -angle = 180; -pos = (1302,1443); -ref = "Shha-cy"; -} -); -width = 1207; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(508,238,l), -(668,238,l), -(832,1005,l), -(672,1005,l) -); -}, -{ -angle = 180; -pos = (1386,1443); -ref = "Shha-cy"; -} -); -width = 1291; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(608,244,l), -(826,244,l), -(1010,1109,l), -(792,1109,l) -); -}, -{ -angle = 180; -pos = (1634,1443); -ref = "Shha-cy"; -} -); -width = 1541; -} -); -metricLeft = h; -metricRight = h; -unicode = 1208; -}, -{ -glyphname = "Shha-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,705,o), -(350,847,o), -(574,847,cs), -(810,847,o), -(976,701,o), -(976,493,cs), -(976,0,l), -(1026,0,l), -(1026,493,ls), -(1026,729,o), -(839,895,o), -(574,895,cs), -(384,895,o), -(206,793,o), -(143,648,c), -(140,648,l), -(140,1443,l), -(90,1443,l), -(90,0,l), -(140,0,l), -(140,504,l) -); -} -); -width = 1106; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(284,647,o), -(411,745,o), -(601,745,cs), -(803,745,o), -(930,645,o), -(930,487,cs), -(930,0,l), -(1110,0,l), -(1110,498,ls), -(1110,748,o), -(925,905,o), -(630,905,cs), -(475,905,o), -(341,847,o), -(282,755,c), -(270,755,l), -(270,1443,l), -(90,1443,l), -(90,0,l), -(270,0,l), -(270,492,l) -); -} -); -width = 1190; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,571,o), -(591,649,o), -(736,648,cs), -(874,648,o), -(960,570,o), -(960,446,cs), -(960,0,l), -(1370,0,l), -(1370,524,ls), -(1370,776,o), -(1183,934,o), -(884,934,cs), -(723,934,o), -(582,881,o), -(518,797,c), -(500,797,l), -(500,1443,l), -(90,1443,l), -(90,0,l), -(500,0,l), -(500,446,ls) -); -} -); -width = 1450; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,705,o), -(470,847,o), -(694,847,cs), -(930,847,o), -(1065,701,o), -(1020,493,cs), -(916,0,l), -(966,0,l), -(1070,493,ls), -(1121,729,o), -(969,895,o), -(704,895,cs), -(514,895,o), -(314,793,o), -(220,648,c), -(217,648,l), -(386,1443,l), -(336,1443,l), -(30,0,l), -(80,0,l), -(187,504,l) -); -} -); -width = 1207; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,647,o), -(509,745,o), -(699,745,cs), -(901,745,o), -(1007,645,o), -(973,487,cs), -(870,0,l), -(1050,0,l), -(1155,498,ls), -(1209,748,o), -(1057,905,o), -(762,905,cs), -(607,905,o), -(461,847,o), -(382,755,c), -(370,755,l), -(516,1443,l), -(336,1443,l), -(30,0,l), -(210,0,l), -(314,492,l) -); -} -); -width = 1291; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(555,571,o), -(663,649,o), -(807,648,cs), -(945,648,o), -(1015,570,o), -(988,446,cs), -(894,0,l), -(1304,0,l), -(1415,524,ls), -(1469,776,o), -(1315,934,o), -(1016,934,cs), -(855,934,o), -(703,881,o), -(621,797,c), -(603,797,l), -(740,1443,l), -(330,1443,l), -(24,0,l), -(434,0,l), -(528,446,ls) -); -} -); -width = 1541; -} -); -metricLeft = h; -metricRight = h; -unicode = 1210; -}, -{ -glyphname = "Shhadescender-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (887,0); -ref = "bottom-hook"; -} -); -width = 1219; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (894,0); -ref = "bottom-hook"; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1046,0); -ref = "bottom-hook"; -} -); -width = 1599; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (887,0); -ref = "bottom-hook"; -} -); -width = 1220; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (894,0); -ref = "bottom-hook"; -} -); -width = 1355; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1046,0); -ref = "bottom-hook"; -} -); -width = 1600; -} -); -metricLeft = h; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1318; -}, -{ -glyphname = "Cheabkhasian-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -angle = 180; -pos = (1683,1443); -ref = "Schwa-cy"; -}, -{ -closed = 1; -nodes = ( -(236,748,ls), -(171,748,o), -(130,795,o), -(130,869,c), -(130,949,l), -(80,949,l), -(80,869,l), -(80,765,o), -(140,700,o), -(236,700,cs), -(322,700,l), -(322,748,l) -); -} -); -width = 1683; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -angle = 180; -pos = (1805,1443); -ref = "Schwa-cy"; -}, -{ -closed = 1; -nodes = ( -(348,809,ls), -(285,809,o), -(250,842,o), -(250,901,c), -(250,987,l), -(70,987,l), -(70,912,l), -(70,743,o), -(175,648,o), -(364,648,cs), -(472,648,l), -(472,809,l) -); -} -); -width = 1805; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -angle = 180; -pos = (2057,1443); -ref = "Schwa-cy"; -}, -{ -closed = 1; -nodes = ( -(498,846,ls), -(435,846,o), -(400,879,o), -(400,938,c), -(400,1024,l), -(80,1024,l), -(80,949,l), -(80,705,o), -(211,561,o), -(464,561,cs), -(622,561,l), -(622,846,l) -); -} -); -width = 2057; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -angle = 180; -pos = (1748,1443); -ref = "Schwa-cy"; -}, -{ -closed = 1; -nodes = ( -(275,748,ls), -(210,748,o), -(179,795,o), -(194,869,c), -(211,949,l), -(161,949,l), -(144,869,l), -(122,765,o), -(169,702,o), -(265,702,cs), -(351,702,l), -(361,748,l) -); -} -); -width = 1663; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -angle = 180; -pos = (1868,1443); -ref = "Schwa-cy"; -}, -{ -closed = 1; -nodes = ( -(409,809,ls), -(346,809,o), -(318,842,o), -(331,901,c), -(349,987,l), -(169,987,l), -(153,912,l), -(117,743,o), -(202,648,o), -(391,648,cs), -(499,648,l), -(533,809,l) -); -} -); -width = 1783; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -angle = 180; -pos = (2109,1443); -ref = "Schwa-cy"; -}, -{ -closed = 1; -nodes = ( -(541,846,ls), -(478,846,o), -(450,879,o), -(463,938,c), -(481,1024,l), -(161,1024,l), -(145,949,l), -(93,705,o), -(194,561,o), -(447,561,cs), -(605,561,l), -(665,846,l) -); -} -); -width = 2037; -} -); -metricRight = O; -unicode = 1212; -}, -{ -glyphname = "Chedescenderabkhasian-cy"; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(980,-251,l), -(1029,-251,l), -(1029,10,l), -(980,10,l) -); -}, -{ -ref = "Cheabkhasian-cy"; -} -); -width = 1683; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1036,-251,l), -(1216,-251,l), -(1216,90,l), -(1036,90,l) -); -}, -{ -ref = "Cheabkhasian-cy"; -} -); -width = 1805; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1141,-251,l), -(1531,-251,l), -(1531,210,l), -(1141,210,l) -); -}, -{ -ref = "Cheabkhasian-cy"; -} -); -width = 2057; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(672,-251,l), -(721,-251,l), -(777,10,l), -(728,10,l) -); -}, -{ -ref = "Cheabkhasian-cy"; -} -); -width = 1663; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(740,-251,l), -(920,-251,l), -(992,90,l), -(812,90,l) -); -}, -{ -ref = "Cheabkhasian-cy"; -} -); -width = 1783; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(832,-251,l), -(1222,-251,l), -(1320,210,l), -(930,210,l) -); -}, -{ -ref = "Cheabkhasian-cy"; -} -); -width = 2037; -} -); -metricLeft = "Cheabkhasian-cy"; -metricRight = "Cheabkhasian-cy"; -tags = ( -"descender-square" -); -unicode = 1214; -}, -{ -glyphname = "Palochka-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -} -); -width = 731; -} -); -unicode = 1216; -}, -{ -glyphname = "Zhebreve-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Zhe-cy"; -}, -{ -pos = (590,503); -ref = brevecomb; -} -); -width = 1776; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Zhe-cy"; -}, -{ -pos = (597,503); -ref = brevecomb; -} -); -width = 1892; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Zhe-cy"; -}, -{ -pos = (591,443); -ref = brevecomb; -} -); -width = 2132; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (501,503); -ref = brevecomb; -} -); -width = 1776; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (651,503); -ref = brevecomb; -} -); -width = 1892; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (602,443); -ref = brevecomb; -} -); -width = 2132; -} -); -unicode = 1217; -}, -{ -glyphname = "Kahook-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(288,728,l), -(860,1443,l), -(793,1443,l), -(265,776,l), -(146,776,l), -(146,728,l) -); -}, -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(855,134,o), -(677,-10,o), -(393,-10,cs), -(351,-10,l), -(351,-58,l), -(392,-58,ls), -(707,-58,o), -(905,102,o), -(905,358,cs), -(905,615,o), -(671,776,o), -(298,776,c), -(287,728,l), -(636,728,o), -(855,588,o), -(855,364,c) -); -} -); -width = 905; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(464,621,l), -(1108,1443,l), -(887,1443,l), -(384,791,l), -(242,791,l), -(242,621,l) -); -}, -{ -closed = 1; -nodes = ( -(280,0,l), -(280,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(907,99,o), -(766,-22,o), -(552,-22,cs), -(510,-22,l), -(510,-182,l), -(568,-182,ls), -(886,-182,o), -(1090,2,o), -(1097,295,cs), -(1097,569,o), -(883,757,o), -(542,782,c), -(457,621,l), -(740,611,o), -(918,484,o), -(918,291,cs) -); -} -); -width = 1108; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(734,521,l), -(1337,1443,l), -(870,1443,l), -(544,859,l), -(436,859,l), -(436,521,l) -); -}, -{ -closed = 1; -nodes = ( -(510,0,l), -(510,1443,l), -(100,1443,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(910,72,o), -(825,-22,o), -(682,-22,cs), -(640,-22,l), -(640,-342,l), -(698,-342,ls), -(1094,-342,o), -(1320,-140,o), -(1329,221,cs), -(1329,465,o), -(1161,672,o), -(860,798,c), -(647,533,l), -(821,493,o), -(919,388,o), -(919,241,cs) -); -} -); -width = 1337; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,728,l), -(1056,1443,l), -(989,1443,l), -(319,776,l), -(200,776,l), -(190,728,l) -); -}, -{ -closed = 1; -nodes = ( -(39,0,l), -(346,1443,l), -(296,1443,l), -(-11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(772,134,o), -(564,-10,o), -(280,-10,cs), -(238,-10,l), -(227,-58,l), -(268,-58,ls), -(583,-58,o), -(815,102,o), -(870,358,cs), -(925,615,o), -(725,776,o), -(352,776,c), -(331,728,l), -(680,728,o), -(869,588,o), -(821,364,c) -); -} -); -width = 904; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(485,621,l), -(1304,1443,l), -(1083,1443,l), -(441,791,l), -(299,791,l), -(263,621,l) -); -}, -{ -closed = 1; -nodes = ( -(169,0,l), -(476,1443,l), -(296,1443,l), -(-11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(817,99,o), -(650,-22,o), -(436,-22,cs), -(394,-22,l), -(360,-182,l), -(418,-182,ls), -(736,-182,o), -(979,2,o), -(1049,295,cs), -(1107,569,o), -(933,757,o), -(597,782,c), -(478,621,l), -(759,611,o), -(910,484,o), -(869,291,cs) -); -} -); -width = 1108; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(728,521,l), -(1527,1443,l), -(1060,1443,l), -(610,859,l), -(502,859,l), -(430,521,l) -); -}, -{ -closed = 1; -nodes = ( -(393,0,l), -(700,1443,l), -(290,1443,l), -(-17,0,l) -); -}, -{ -closed = 1; -nodes = ( -(808,72,o), -(703,-22,o), -(560,-22,cs), -(518,-22,l), -(450,-342,l), -(508,-342,ls), -(904,-342,o), -(1173,-140,o), -(1259,221,cs), -(1311,465,o), -(1187,672,o), -(913,798,c), -(643,533,l), -(809,493,o), -(884,388,o), -(853,241,cs) -); -} -); -width = 1337; -} -); -metricLeft = K; -metricRight = K; -unicode = 1219; -}, -{ -glyphname = "Eltail-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = "El-cy"; -}, -{ -pos = (1319,0); -ref = "bottom-hook-angle"; -} -); -width = 1646; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "El-cy"; -}, -{ -pos = (1219,0); -ref = "bottom-hook-angle"; -} -); -width = 1672; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "El-cy"; -}, -{ -pos = (1269,0); -ref = "bottom-hook-angle"; -} -); -width = 1894; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "El-cy"; -}, -{ -pos = (1259,0); -ref = "bottom-hook-angle"; -} -); -width = 1591; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "El-cy"; -}, -{ -pos = (1159,0); -ref = "bottom-hook-angle"; -} -); -width = 1629; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "El-cy"; -}, -{ -pos = (1219,0); -ref = "bottom-hook-angle"; -} -); -width = 1874; -} -); -metricLeft = "El-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1221; -}, -{ -glyphname = "Enhook-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = H; -}, -{ -alignment = 1; -pos = (786,0); -ref = hook; -} -); -width = 1235; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = H; -}, -{ -alignment = 1; -pos = (786,0); -ref = hook; -} -); -width = 1325; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = H; -}, -{ -alignment = 1; -pos = (760,0); -ref = hook; -} -); -width = 1529; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = H; -}, -{ -alignment = 1; -pos = (787,0); -ref = hook; -} -); -width = 1236; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (786,0); -ref = hook; -} -); -width = 1486; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -alignment = -1; -pos = (773,0); -ref = hook; -} -); -width = 1650; -} -); -tags = ( -hook -); -unicode = 1223; -}, -{ -glyphname = "Entail-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -pos = (1012,0); -ref = "bottom-hook-angle"; -} -); -width = 1339; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -pos = (1042,0); -ref = "bottom-hook-angle"; -} -); -width = 1495; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -pos = (1082,0); -ref = "bottom-hook-angle"; -} -); -width = 1707; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -pos = (1012,0); -ref = "bottom-hook-angle"; -} -); -width = 1344; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -pos = (1042,0); -ref = "bottom-hook-angle"; -} -); -width = 1512; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = H; -}, -{ -pos = (1082,0); -ref = "bottom-hook-angle"; -} -); -width = 1737; -} -); -metricLeft = H; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1225; -}, -{ -glyphname = "Chekhakassian-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1126,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1123,1); -ref = "bottom-hook"; -scale = (-1,1); -} -); -width = 1136; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1210,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1161,1); -ref = "bottom-hook"; -scale = (-1,1); -} -); -width = 1220; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1470,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1297,1); -ref = "bottom-hook"; -scale = (-1,1); -} -); -width = 1480; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1262,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (962,1); -ref = "bottom-hook"; -scale = (-1,1); -slant = (24,0); -} -); -width = 1183; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1346,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1011,1); -ref = "bottom-hook"; -scale = (-1,1); -slant = (24,0); -} -); -width = 1236; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1594,1443); -ref = "Shha-cy"; -}, -{ -alignment = -1; -pos = (1133,1); -ref = "bottom-hook"; -scale = (-1,1); -slant = (24,0); -} -); -width = 1481; -} -); -metricLeft = H; -metricRight = H; -tags = ( -"descender-square" -); -unicode = 1227; -}, -{ -glyphname = "Emtail-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = M; -}, -{ -pos = (1407,0); -ref = "bottom-hook-angle"; -} -); -width = 1734; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = M; -}, -{ -pos = (1377,0); -ref = "bottom-hook-angle"; -} -); -width = 1830; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = M; -}, -{ -pos = (1387,0); -ref = "bottom-hook-angle"; -} -); -width = 2012; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = M; -}, -{ -pos = (1407,0); -ref = "bottom-hook-angle"; -} -); -width = 1739; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = M; -}, -{ -pos = (1377,0); -ref = "bottom-hook-angle"; -} -); -width = 1847; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = M; -}, -{ -pos = (1387,0); -ref = "bottom-hook-angle"; -} -); -width = 2042; -} -); -metricLeft = M; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1229; -}, -{ -glyphname = "Abreve-cy"; -lastChange = "2025-04-30 13:11:02 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (347,503); -ref = brevecomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (353,504); -ref = brevecomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (309,443); -ref = brevecomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (441,503); -ref = brevecomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = A; -}, -{ -pos = (447,504); -ref = brevecomb; -} -); -width = 1408; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = A; -}, -{ -pos = (346,443); -ref = brevecomb; -} -); -width = 1487; -} -); -unicode = 1232; -}, -{ -glyphname = "Adieresis-cy"; -lastChange = "2025-04-30 13:11:42 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (359,503); -ref = dieresiscomb; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (349,504); -ref = dieresiscomb; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (325,443); -ref = dieresiscomb; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (453,503); -ref = dieresiscomb; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = A; -}, -{ -pos = (441,504); -ref = dieresiscomb; -} -); -width = 1408; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = A; -}, -{ -pos = (378,443); -ref = dieresiscomb; -} -); -width = 1487; -} -); -unicode = 1234; -}, -{ -glyphname = "Aie-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = AE; -} -); -width = 1816; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = AE; -} -); -width = 1863; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = AE; -} -); -width = 1994; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = AE; -} -); -width = 1896; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = AE; -} -); -width = 1983; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = AE; -} -); -width = 2144; -} -); -unicode = 1236; -}, -{ -glyphname = "Iebreve-cy"; -lastChange = "2025-04-30 13:12:16 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -}, -{ -pos = (270,503); -ref = brevecomb; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -}, -{ -pos = (237,503); -ref = brevecomb; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -}, -{ -pos = (160,443); -ref = brevecomb; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -}, -{ -pos = (365,503); -ref = brevecomb; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = E; -}, -{ -pos = (332,503); -ref = brevecomb; -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = E; -}, -{ -pos = (277,443); -ref = brevecomb; -} -); -width = 1305; -} -); -unicode = 1238; -}, -{ -glyphname = "Schwa-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = top; -pos = (819,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1330,741,l), -(60,741,l), -(60,695,l), -(60,267,o), -(322,-19,o), -(716,-19,cs), -(1107,-19,o), -(1366,276,o), -(1363,718,cs), -(1360,1165,o), -(1093,1463,o), -(696,1463,cs), -(481,1463,o), -(261,1377,o), -(147,1247,c), -(180,1210,l), -(282,1333,o), -(489,1415,o), -(696,1415,cs), -(1066,1415,o), -(1313,1139,o), -(1313,726,c), -(1313,711,l), -(1313,302,o), -(1074,29,o), -(716,29,cs), -(352,29,o), -(110,294,o), -(110,691,c), -(110,733,l), -(87,693,l), -(1330,693,l) -); -} -); -width = 1423; -}, -{ -anchors = ( -{ -name = top; -pos = (694,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1259,792,l), -(60,792,l), -(60,696,l), -(60,282,o), -(336,-18,o), -(716,-18,cs), -(1124,-18,o), -(1418,287,o), -(1415,709,cs), -(1412,1146,o), -(1110,1463,o), -(696,1463,cs), -(487,1463,o), -(257,1373,o), -(147,1248,c), -(241,1114,l), -(333,1224,o), -(524,1303,o), -(696,1303,cs), -(1007,1303,o), -(1233,1077,o), -(1233,766,c), -(1233,641,l), -(1233,352,o), -(1016,142,o), -(716,142,cs), -(440,142,o), -(241,355,o), -(241,649,c), -(241,754,l), -(158,632,l), -(1261,632,l) -); -} -); -width = 1475; -}, -{ -anchors = ( -{ -name = top; -pos = (754,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1112,844,l), -(60,844,l), -(60,664,l), -(60,259,o), -(357,-35,o), -(766,-35,cs), -(1210,-35,o), -(1530,273,o), -(1527,698,cs), -(1524,1151,o), -(1192,1479,o), -(736,1479,cs), -(513,1479,o), -(262,1387,o), -(137,1259,c), -(329,987,l), -(418,1087,o), -(589,1160,o), -(736,1160,cs), -(938,1160,o), -(1085,1016,o), -(1085,818,c), -(1085,557,l), -(1085,399,o), -(951,285,o), -(766,285,cs), -(583,285,o), -(450,403,o), -(450,565,c), -(450,734,l), -(283,559,l), -(1114,559,l) -); -} -); -width = 1587; -}, -{ -anchors = ( -{ -name = top; -pos = (1015,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1377,741,l), -(107,741,l), -(97,695,l), -(6,267,o), -(207,-19,o), -(601,-19,cs), -(992,-19,o), -(1314,276,o), -(1405,718,cs), -(1497,1165,o), -(1294,1463,o), -(897,1463,cs), -(682,1463,o), -(443,1377,o), -(302,1247,c), -(327,1210,l), -(455,1333,o), -(679,1415,o), -(886,1415,cs), -(1256,1415,o), -(1445,1139,o), -(1357,726,c), -(1354,711,l), -(1267,302,o), -(970,29,o), -(612,29,cs), -(248,29,o), -(62,294,o), -(146,691,c), -(155,733,l), -(124,693,l), -(1367,693,l) -); -} -); -width = 1423; -}, -{ -anchors = ( -{ -name = top; -pos = (890,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1317,792,l), -(118,792,l), -(97,696,l), -(9,282,o), -(222,-18,o), -(602,-18,cs), -(1010,-18,o), -(1368,287,o), -(1455,709,cs), -(1545,1146,o), -(1310,1463,o), -(896,1463,cs), -(687,1463,o), -(438,1373,o), -(302,1248,c), -(367,1114,l), -(483,1224,o), -(690,1303,o), -(862,1303,cs), -(1173,1303,o), -(1351,1077,o), -(1285,766,c), -(1259,641,l), -(1197,352,o), -(936,142,o), -(636,142,cs), -(360,142,o), -(206,355,o), -(268,649,c), -(291,754,l), -(182,632,l), -(1285,632,l) -); -} -); -width = 1475; -}, -{ -anchors = ( -{ -name = top; -pos = (943,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1174,844,l), -(122,844,l), -(84,664,l), -(-2,259,o), -(232,-35,o), -(641,-35,cs), -(1085,-35,o), -(1471,273,o), -(1558,698,cs), -(1651,1151,o), -(1389,1479,o), -(933,1479,cs), -(710,1479,o), -(439,1387,o), -(287,1259,c), -(421,987,l), -(532,1087,o), -(718,1160,o), -(865,1160,cs), -(1067,1160,o), -(1183,1016,o), -(1141,818,c), -(1086,557,l), -(1052,399,o), -(894,285,o), -(709,285,cs), -(526,285,o), -(418,403,o), -(453,565,c), -(489,734,l), -(284,559,l), -(1115,559,l) -); -} -); -width = 1587; -} -); -metricLeft = O; -metricRight = O; -unicode = 1240; -}, -{ -glyphname = "Schwadieresis-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Schwa-cy"; -}, -{ -pos = (533,503); -ref = dieresiscomb; -} -); -width = 1423; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Schwa-cy"; -}, -{ -pos = (341,503); -ref = dieresiscomb; -} -); -width = 1475; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Schwa-cy"; -}, -{ -pos = (295,443); -ref = dieresiscomb; -} -); -width = 1587; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Schwa-cy"; -}, -{ -alignment = -1; -pos = (515,503); -ref = dieresiscomb; -} -); -width = 1513; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Schwa-cy"; -}, -{ -alignment = -1; -pos = (421,503); -ref = dieresiscomb; -} -); -width = 1580; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Schwa-cy"; -}, -{ -alignment = -1; -pos = (381,443); -ref = dieresiscomb; -} -); -width = 1693; -} -); -unicode = 1242; -}, -{ -glyphname = "Zhedieresis-cy"; -kernLeft = X; -kernRight = X; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Zhe-cy"; -}, -{ -pos = (602,503); -ref = dieresiscomb; -} -); -width = 1776; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Zhe-cy"; -}, -{ -pos = (593,503); -ref = dieresiscomb; -} -); -width = 1892; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Zhe-cy"; -}, -{ -pos = (607,443); -ref = dieresiscomb; -} -); -width = 2132; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (517,503); -ref = dieresiscomb; -} -); -width = 1776; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (645,503); -ref = dieresiscomb; -} -); -width = 1892; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Zhe-cy"; -}, -{ -alignment = -1; -pos = (634,443); -ref = dieresiscomb; -} -); -width = 2132; -} -); -unicode = 1244; -}, -{ -glyphname = "Zedieresis-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ze-cy"; -}, -{ -pos = (291,523); -ref = dieresiscomb; -} -); -width = 1111; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ze-cy"; -}, -{ -pos = (234,523); -ref = dieresiscomb; -} -); -width = 1131; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ze-cy"; -}, -{ -pos = (218,479); -ref = dieresiscomb; -} -); -width = 1328; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Ze-cy"; -}, -{ -alignment = -1; -pos = (398,523); -ref = dieresiscomb; -} -); -width = 1254; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Ze-cy"; -}, -{ -alignment = -1; -pos = (324,523); -ref = dieresiscomb; -} -); -width = 1283; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Ze-cy"; -}, -{ -alignment = -1; -pos = (484,479); -ref = dieresiscomb; -} -); -width = 1471; -} -); -unicode = 1246; -}, -{ -glyphname = "Dzeabkhasian-cy"; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = three; -} -); -width = 1033; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = three; -} -); -width = 1103; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = three; -} -); -width = 1270; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = three; -} -); -width = 1034; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = three; -} -); -width = 1248; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = three; -} -); -width = 1396; -} -); -unicode = 1248; -}, -{ -glyphname = "Imacron-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (348,503); -ref = macroncomb; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (341,503); -ref = macroncomb; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (323,443); -ref = macroncomb; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (503,503); -ref = macroncomb; -} -); -width = 1284; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (495,503); -ref = macroncomb; -} -); -width = 1345; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (498,443); -ref = macroncomb; -} -); -width = 1529; -} -); -unicode = 1250; -}, -{ -glyphname = "Idieresis-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (372,503); -ref = dieresiscomb; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (335,503); -ref = dieresiscomb; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (301,443); -ref = dieresiscomb; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (521,503); -ref = dieresiscomb; -} -); -width = 1284; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (482,503); -ref = dieresiscomb; -} -); -width = 1345; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "Ii-cy"; -}, -{ -pos = (468,443); -ref = dieresiscomb; -} -); -width = 1529; -} -); -unicode = 1252; -}, -{ -glyphname = "Odieresis-cy"; -lastChange = "2025-04-30 13:13:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -pos = (483,523); -ref = dieresiscomb; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -pos = (439,523); -ref = dieresiscomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -pos = (383,480); -ref = dieresiscomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = O; -}, -{ -pos = (602,523); -ref = dieresiscomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = O; -}, -{ -pos = (536,523); -ref = dieresiscomb; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = O; -}, -{ -pos = (485,480); -ref = dieresiscomb; -} -); -width = 1681; -} -); -unicode = 1254; -}, -{ -glyphname = "Obarred-cy"; -lastChange = "2025-04-30 07:08:52 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,703,l), -(1489,703,l), -(1489,751,l), -(137,751,l) -); -}, -{ -ref = "O-cy"; -} -); -width = 1549; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,646,l), -(1458,646,l), -(1458,806,l), -(205,806,l) -); -}, -{ -ref = "O-cy"; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(327,579,l), -(1373,579,l), -(1373,875,l), -(327,875,l) -); -}, -{ -ref = "O-cy"; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(197,703,l), -(1519,703,l), -(1519,751,l), -(197,751,l) -); -}, -{ -ref = "O-cy"; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(265,646,l), -(1518,646,l), -(1518,806,l), -(265,806,l) -); -}, -{ -ref = "O-cy"; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(427,579,l), -(1473,579,l), -(1473,875,l), -(427,875,l) -); -}, -{ -ref = "O-cy"; -} -); -width = 1681; -} -); -metricLeft = O; -metricRight = O; -unicode = 1256; -}, -{ -glyphname = "Obarreddieresis-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Obarred-cy"; -}, -{ -pos = (483,523); -ref = dieresiscomb; -} -); -width = 1549; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Obarred-cy"; -}, -{ -pos = (439,523); -ref = dieresiscomb; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Obarred-cy"; -}, -{ -pos = (383,480); -ref = dieresiscomb; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Obarred-cy"; -}, -{ -pos = (602,523); -ref = dieresiscomb; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "Obarred-cy"; -}, -{ -pos = (536,523); -ref = dieresiscomb; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "Obarred-cy"; -}, -{ -pos = (485,480); -ref = dieresiscomb; -} -); -width = 1681; -} -); -unicode = 1258; -}, -{ -glyphname = "Edieresis-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ereversed-cy"; -}, -{ -pos = (452,523); -ref = dieresiscomb; -} -); -width = 1474; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ereversed-cy"; -}, -{ -pos = (355,523); -ref = dieresiscomb; -} -); -width = 1474; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ereversed-cy"; -}, -{ -pos = (250,479); -ref = dieresiscomb; -} -); -width = 1533; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Ereversed-cy"; -}, -{ -alignment = -1; -pos = (529,523); -ref = dieresiscomb; -} -); -width = 1454; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Ereversed-cy"; -}, -{ -alignment = -1; -pos = (465,523); -ref = dieresiscomb; -} -); -width = 1633; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Ereversed-cy"; -}, -{ -alignment = -1; -pos = (539,479); -ref = dieresiscomb; -} -); -width = 1687; -} -); -unicode = 1260; -}, -{ -glyphname = "Umacron-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (247,503); -ref = macroncomb; -} -); -width = 1114; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (208,503); -ref = macroncomb; -} -); -width = 1110; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (229,443); -ref = macroncomb; -} -); -width = 1332; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (338,503); -ref = macroncomb; -} -); -width = 1094; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "U-cy"; -}, -{ -alignment = -1; -pos = (328,503); -ref = macroncomb; -} -); -width = 1210; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "U-cy"; -}, -{ -alignment = -1; -pos = (331,443); -ref = macroncomb; -} -); -width = 1392; -} -); -unicode = 1262; -}, -{ -glyphname = "Udieresis-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (271,503); -ref = dieresiscomb; -} -); -width = 1114; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (202,503); -ref = dieresiscomb; -} -); -width = 1110; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (207,443); -ref = dieresiscomb; -} -); -width = 1332; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (356,503); -ref = dieresiscomb; -} -); -width = 1094; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "U-cy"; -}, -{ -alignment = -1; -pos = (315,503); -ref = dieresiscomb; -} -); -width = 1210; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "U-cy"; -}, -{ -alignment = -1; -pos = (301,443); -ref = dieresiscomb; -} -); -width = 1392; -} -); -unicode = 1264; -}, -{ -glyphname = "Uhungarumlaut-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (277,503); -ref = hungarumlautcomb; -} -); -width = 1114; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (243,503); -ref = hungarumlautcomb; -} -); -width = 1110; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (186,443); -ref = hungarumlautcomb; -} -); -width = 1332; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (374,503); -ref = hungarumlautcomb; -} -); -width = 1094; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (350,503); -ref = hungarumlautcomb; -} -); -width = 1110; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "U-cy"; -}, -{ -pos = (281,443); -ref = hungarumlautcomb; -} -); -width = 1332; -} -); -unicode = 1266; -}, -{ -glyphname = "Chedieresis-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Che-cy"; -}, -{ -pos = (307,503); -ref = dieresiscomb; -} -); -width = 1176; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Che-cy"; -}, -{ -pos = (282,503); -ref = dieresiscomb; -} -); -width = 1260; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Che-cy"; -}, -{ -pos = (306,443); -ref = dieresiscomb; -} -); -width = 1520; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "Che-cy"; -}, -{ -alignment = -1; -pos = (376,503); -ref = dieresiscomb; -} -); -width = 1237; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Che-cy"; -}, -{ -alignment = -1; -pos = (335,503); -ref = dieresiscomb; -} -); -width = 1341; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Che-cy"; -}, -{ -alignment = -1; -pos = (370,443); -ref = dieresiscomb; -} -); -width = 1581; -} -); -unicode = 1268; -}, -{ -glyphname = "Yerudieresis-cy"; -lastChange = "2025-04-30 13:17:07 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Yeru-cy"; -}, -{ -pos = (493,503); -ref = dieresiscomb; -} -); -width = 1710; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Yeru-cy"; -}, -{ -pos = (501,503); -ref = dieresiscomb; -} -); -width = 1739; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Yeru-cy"; -}, -{ -pos = (541,443); -ref = dieresiscomb; -} -); -width = 2137; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Yeru-cy"; -}, -{ -pos = (392,503); -ref = dieresiscomb; -} -); -width = 1710; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "Yeru-cy"; -}, -{ -pos = (398,503); -ref = dieresiscomb; -} -); -width = 1740; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "Yeru-cy"; -}, -{ -pos = (445,443); -ref = dieresiscomb; -} -); -width = 2137; -} -); -unicode = 1272; -}, -{ -glyphname = "Hahook-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(624,727,l), -(20,0,l), -(82,0,l), -(664,697,l), -(694,723,l), -(1282,1443,l), -(1220,1443,l), -(662,762,l), -(660,762,l), -(101,1443,l), -(39,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1165,-78,o), -(1100,-140,o), -(983,-140,cs), -(941,-140,l), -(941,-188,l), -(982,-188,ls), -(1131,-188,o), -(1215,-111,o), -(1215,28,cs), -(1215,126,o), -(1027,379,o), -(690,734,c), -(658,696,l), -(983,354,o), -(1165,117,o), -(1165,34,c) -); -} -); -width = 1302; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(602,731,l), -(20,0,l), -(252,0,l), -(753,631,l), -(857,731,l), -(1408,1443,l), -(1176,1443,l), -(733,846,l), -(727,846,l), -(272,1443,l), -(40,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1183,-84,o), -(1113,-132,o), -(992,-132,cs), -(950,-132,l), -(950,-292,l), -(1008,-292,ls), -(1233,-292,o), -(1362,-186,o), -(1367,5,cs), -(1367,147,o), -(1181,417,o), -(847,758,c), -(741,631,l), -(1028,339,o), -(1188,113,o), -(1188,1,cs) -); -} -); -width = 1428; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(594,736,l), -(20,0,l), -(555,0,l), -(978,541,l), -(1188,805,l), -(1724,1443,l), -(1192,1443,l), -(891,995,l), -(877,995,l), -(556,1443,l), -(54,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1195,-2,o), -(1153,-32,o), -(1082,-32,cs), -(1040,-32,l), -(1040,-352,l), -(1108,-352,ls), -(1434,-352,o), -(1620,-207,o), -(1626,51,cs), -(1626,206,o), -(1455,471,o), -(1150,788,c), -(917,493,l), -(1098,277,o), -(1199,119,o), -(1199,51,cs) -); -} -); -width = 1744; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(667,727,l), -(-91,0,l), -(-29,0,l), -(701,697,l), -(736,723,l), -(1477,1443,l), -(1415,1443,l), -(713,762,l), -(711,762,l), -(296,1443,l), -(234,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1037,-78,o), -(959,-140,o), -(842,-140,cs), -(800,-140,l), -(790,-188,l), -(831,-188,ls), -(980,-188,o), -(1080,-111,o), -(1110,28,cs), -(1130,126,o), -(996,379,o), -(735,734,c), -(695,696,l), -(947,354,o), -(1078,117,o), -(1061,34,c) -); -} -); -width = 1301; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(646,731,l), -(-91,0,l), -(141,0,l), -(776,631,l), -(901,731,l), -(1603,1443,l), -(1371,1443,l), -(801,846,l), -(795,846,l), -(467,1443,l), -(235,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1054,-84,o), -(974,-132,o), -(853,-132,cs), -(811,-132,l), -(777,-292,l), -(835,-292,ls), -(1060,-292,o), -(1211,-186,o), -(1257,5,cs), -(1287,147,o), -(1158,417,o), -(897,758,c), -(764,631,l), -(989,339,o), -(1101,113,o), -(1077,1,cs) -); -} -); -width = 1427; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(633,736,l), -(-97,0,l), -(438,0,l), -(976,541,l), -(1242,805,l), -(1914,1443,l), -(1382,1443,l), -(986,995,l), -(972,995,l), -(746,1443,l), -(244,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(1078,-2,o), -(1029,-32,o), -(958,-32,cs), -(916,-32,l), -(848,-352,l), -(916,-352,ls), -(1242,-352,o), -(1459,-207,o), -(1520,51,cs), -(1553,206,o), -(1438,471,o), -(1201,788,c), -(905,493,l), -(1040,277,o), -(1107,119,o), -(1093,51,cs) -); -} -); -width = 1744; -} -); -metricLeft = X; -metricRight = X; -tags = ( -hook -); -unicode = 1276; -}, -{ -glyphname = "Reversedze-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1111,0); -ref = "Ze-cy"; -scale = (-1,1); -} -); -width = 1111; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1131,0); -ref = "Ze-cy"; -scale = (-1,1); -} -); -width = 1131; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1328,0); -ref = "Ze-cy"; -scale = (-1,1); -} -); -width = 1328; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (916,0); -ref = "Ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1110; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (945,0); -ref = "Ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1130; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1121,0); -ref = "Ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1326; -} -); -metricLeft = O; -metricRight = O; -unicode = 1296; -}, -{ -glyphname = "Elhook-cy"; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = 1; -pos = (1098,0); -ref = hook; -} -); -width = 1547; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = 1; -pos = (987,0); -ref = hook; -} -); -width = 1526; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = 1; -pos = (959,0); -ref = hook; -} -); -width = 1728; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = 1; -pos = (1099,0); -ref = hook; -} -); -width = 1548; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = 1; -pos = (987,0); -ref = hook; -} -); -width = 1527; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "El-cy"; -}, -{ -alignment = 1; -pos = (971,0); -ref = hook; -} -); -width = 1728; -} -); -metricRight = H; -tags = ( -hook -); -unicode = 1298; -}, -{ -glyphname = "We-cy"; -kernLeft = W; -kernRight = W; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = W; -} -); -width = 1801; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = W; -} -); -width = 1986; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = W; -} -); -width = 2287; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = W; -} -); -width = 1971; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = W; -} -); -width = 2006; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = W; -} -); -width = 2257; -} -); -unicode = 1308; -}, -{ -glyphname = "a-cy"; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = a; -} -); -width = 1087; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = a; -} -); -width = 1249; -} -); -unicode = 1072; -}, -{ -glyphname = "be-cy"; -kernLeft = round; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(860,-19,o), -(1045,174,o), -(1045,481,cs), -(1045,799,o), -(860,998,o), -(566,998,cs), -(336,998,o), -(167,896,o), -(128,734,c), -(123,735,l), -(127,864,o), -(150,1004,o), -(183,1099,cs), -(236,1255,o), -(370,1360,o), -(531,1372,cs), -(708,1387,o), -(872,1420,o), -(957,1458,c), -(947,1508,l), -(874,1470,o), -(712,1436,o), -(526,1421,cs), -(345,1406,o), -(194,1286,o), -(135,1111,cs), -(89,972,o), -(60,741,o), -(60,513,cs), -(60,186,o), -(255,-19,o), -(566,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,776,o), -(286,950,o), -(566,950,cs), -(830,950,o), -(995,769,o), -(995,480,cs), -(995,203,o), -(830,29,o), -(566,29,cs), -(286,29,o), -(110,211,o), -(110,500,cs) -); -} -); -width = 1105; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(887,-19,o), -(1085,174,o), -(1085,481,cs), -(1085,784,o), -(899,975,o), -(604,975,cs), -(436,975,o), -(303,894,o), -(259,766,c), -(250,767,l), -(252,920,o), -(270,1057,o), -(297,1123,cs), -(338,1232,o), -(436,1300,o), -(551,1300,cs), -(687,1300,o), -(828,1319,o), -(917,1350,c), -(907,1518,l), -(818,1485,o), -(671,1463,o), -(526,1461,cs), -(336,1457,o), -(178,1337,o), -(116,1150,cs), -(82,1041,o), -(60,787,o), -(60,493,cs), -(60,178,o), -(257,-19,o), -(571,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,683,o), -(371,816,o), -(577,816,cs), -(778,816,o), -(905,683,o), -(905,470,cs), -(905,268,o), -(778,141,o), -(577,141,cs), -(371,141,o), -(241,268,o), -(241,470,cs) -); -} -); -width = 1145; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1042,-36,o), -(1280,171,o), -(1280,501,cs), -(1280,804,o), -(1084,994,o), -(773,994,cs), -(600,994,o), -(466,918,o), -(424,796,c), -(412,797,l), -(413,882,o), -(435,987,o), -(469,1068,cs), -(502,1149,o), -(593,1200,o), -(703,1200,cs), -(884,1200,o), -(1029,1212,o), -(1079,1230,c), -(1079,1548,l), -(1000,1528,o), -(826,1514,o), -(628,1511,cs), -(428,1507,o), -(244,1381,o), -(150,1185,cs), -(95,1068,o), -(60,847,o), -(60,611,cs), -(60,214,o), -(293,-36,o), -(663,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(460,644,o), -(538,734,o), -(663,734,cs), -(796,734,o), -(880,644,o), -(880,501,cs), -(880,349,o), -(796,254,o), -(663,254,cs), -(538,254,o), -(460,349,o), -(460,501,cs) -); -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(766,-19,o), -(985,174,o), -(1040,481,cs), -(1096,799,o), -(946,998,o), -(652,998,cs), -(422,998,o), -(235,896,o), -(167,734,c), -(162,735,l), -(189,864,o), -(237,1004,o), -(287,1099,cs), -(367,1255,o), -(520,1360,o), -(683,1372,cs), -(862,1387,o), -(1032,1420,o), -(1124,1458,c), -(1123,1508,l), -(1043,1470,o), -(875,1436,o), -(686,1421,cs), -(503,1406,o), -(330,1286,o), -(241,1111,cs), -(170,972,o), -(100,741,o), -(60,513,cs), -(3,186,o), -(161,-19,o), -(472,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(157,776,o), -(363,950,o), -(643,950,cs), -(907,950,o), -(1040,769,o), -(989,480,cs), -(941,203,o), -(745,29,o), -(481,29,cs), -(201,29,o), -(57,211,o), -(108,500,cs) -); -} -); -width = 1109; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(791,-19,o), -(1028,177,o), -(1081,481,cs), -(1133,781,o), -(978,975,o), -(687,975,cs), -(520,975,o), -(370,893,o), -(305,766,c), -(296,767,l), -(325,920,o), -(368,1060,o), -(406,1123,cs), -(465,1230,o), -(577,1300,o), -(691,1300,cs), -(825,1300,o), -(972,1320,o), -(1066,1350,c), -(1086,1518,l), -(993,1485,o), -(839,1463,o), -(694,1461,cs), -(506,1457,o), -(324,1335,o), -(230,1150,cs), -(178,1046,o), -(110,788,o), -(58,493,cs), -(3,182,o), -(168,-19,o), -(478,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(271,680,o), -(427,816,o), -(632,816,cs), -(830,816,o), -(935,680,o), -(899,470,cs), -(863,270,o), -(711,141,o), -(513,141,cs), -(308,141,o), -(199,270,o), -(235,470,cs) -); -} -); -width = 1150; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(942,-36,o), -(1217,171,o), -(1275,501,cs), -(1328,804,o), -(1166,994,o), -(855,994,cs), -(682,994,o), -(535,918,o), -(471,796,c), -(459,797,l), -(475,882,o), -(516,987,o), -(564,1068,cs), -(611,1149,o), -(711,1200,o), -(821,1200,cs), -(1002,1200,o), -(1149,1212,o), -(1203,1230,c), -(1259,1548,l), -(1176,1528,o), -(1000,1514,o), -(801,1511,cs), -(600,1507,o), -(394,1381,o), -(266,1185,cs), -(190,1068,o), -(116,847,o), -(74,611,cs), -(4,214,o), -(193,-36,o), -(563,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(480,644,o), -(574,734,o), -(699,734,cs), -(832,734,o), -(900,644,o), -(875,501,cs), -(848,349,o), -(747,254,o), -(614,254,cs), -(489,254,o), -(428,349,o), -(455,501,cs) -); -} -); -width = 1346; -} -); -metricLeft = o; -metricRight = b; -unicode = 1073; -}, -{ -glyphname = "ve-cy"; -kernLeft = ssflat; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1040,l), -(100,0,l), -(150,0,l), -(150,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(126,509,l), -(507,509,ls), -(709,509,o), -(824,421,o), -(824,267,cs), -(824,128,o), -(709,48,o), -(507,48,cs), -(126,48,l), -(126,0,l), -(530,0,ls), -(749,0,o), -(874,96,o), -(874,263,cs), -(874,429,o), -(776,529,o), -(604,536,c), -(604,538,l), -(741,553,o), -(820,641,o), -(820,780,cs), -(820,945,o), -(709,1040,o), -(516,1040,cs), -(126,1040,l), -(126,992,l), -(472,992,ls), -(661,992,o), -(769,916,o), -(769,783,cs), -(769,639,o), -(661,557,o), -(472,557,cs), -(126,557,l) -); -} -); -width = 934; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1040,l), -(100,0,l), -(280,0,l), -(280,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(179,445,l), -(560,445,ls), -(673,445,o), -(744,394,o), -(744,313,cs), -(744,218,o), -(673,159,o), -(560,159,cs), -(179,159,l), -(179,0,l), -(583,0,ls), -(796,0,o), -(930,101,o), -(930,263,cs), -(930,419,o), -(830,521,o), -(672,528,c), -(672,540,l), -(797,554,o), -(876,647,o), -(876,780,cs), -(876,940,o), -(757,1040,o), -(568,1040,cs), -(179,1040,l), -(179,880,l), -(524,880,ls), -(633,880,o), -(701,825,o), -(701,737,cs), -(701,656,o), -(633,605,o), -(524,605,cs), -(179,605,l) -); -} -); -width = 990; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1101,l), -(100,0,l), -(500,0,l), -(500,1101,l) -); -}, -{ -closed = 1; -nodes = ( -(300,445,l), -(672,445,ls), -(745,445,o), -(797,407,o), -(797,353,cs), -(797,282,o), -(745,232,o), -(672,232,cs), -(300,232,l), -(300,0,l), -(773,0,ls), -(1000,0,o), -(1160,124,o), -(1160,300,cs), -(1160,449,o), -(1046,556,o), -(885,560,c), -(885,578,l), -(1019,584,o), -(1113,681,o), -(1113,814,cs), -(1113,983,o), -(966,1101,o), -(758,1101,cs), -(300,1101,l), -(300,869,l), -(635,869,ls), -(703,869,o), -(751,826,o), -(751,765,cs), -(751,706,o), -(703,665,o), -(635,665,cs), -(300,665,l) -); -} -); -width = 1220; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,1040,l), -(-11,0,l), -(39,0,l), -(261,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(124,509,l), -(505,509,ls), -(700,509,o), -(802,416,o), -(770,267,cs), -(742,132,o), -(602,48,o), -(407,48,cs), -(26,48,l), -(15,0,l), -(419,0,ls), -(633,0,o), -(790,101,o), -(824,263,cs), -(859,424,o), -(775,529,o), -(607,536,c), -(608,538,l), -(747,553,o), -(852,647,o), -(880,780,cs), -(914,940,o), -(817,1040,o), -(627,1040,cs), -(237,1040,l), -(226,992,l), -(572,992,ls), -(754,992,o), -(852,911,o), -(825,783,cs), -(795,644,o), -(662,557,o), -(480,557,cs), -(134,557,l) -); -} -); -width = 939; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(211,1040,l), -(-11,0,l), -(169,0,l), -(391,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(163,445,l), -(544,445,ls), -(657,445,o), -(717,394,o), -(700,313,cs), -(680,218,o), -(596,159,o), -(483,159,cs), -(102,159,l), -(68,0,l), -(472,0,ls), -(685,0,o), -(841,101,o), -(875,263,cs), -(909,419,o), -(830,521,o), -(674,528,c), -(676,540,l), -(804,554,o), -(903,647,o), -(931,780,cs), -(965,940,o), -(868,1040,o), -(679,1040,cs), -(290,1040,l), -(256,880,l), -(601,880,ls), -(710,880,o), -(766,825,o), -(747,737,cs), -(730,656,o), -(651,605,o), -(542,605,cs), -(197,605,l) -); -} -); -width = 990; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(217,1101,l), -(-17,0,l), -(383,0,l), -(617,1101,l) -); -}, -{ -closed = 1; -nodes = ( -(278,445,l), -(650,445,ls), -(723,445,o), -(766,407,o), -(755,353,cs), -(740,282,o), -(677,232,o), -(604,232,cs), -(232,232,l), -(183,0,l), -(656,0,ls), -(883,0,o), -(1069,124,o), -(1107,300,cs), -(1138,449,o), -(1047,556,o), -(887,560,c), -(891,578,l), -(1026,584,o), -(1141,681,o), -(1169,814,cs), -(1205,983,o), -(1083,1101,o), -(875,1101,cs), -(417,1101,l), -(368,869,l), -(703,869,ls), -(771,869,o), -(810,826,o), -(797,765,cs), -(784,706,o), -(727,665,o), -(659,665,cs), -(324,665,l) -); -} -); -width = 1220; -} -); -metricLeft = "en-cy"; -metricRight = b; -unicode = 1074; -}, -{ -glyphname = "ge-cy"; -kernLeft = ssflat; -lastChange = "2025-05-09 07:39:54 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (434,0); -}, -{ -name = top; -pos = (454,1038); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,992,l), -(769,992,l), -(769,1040,l), -(100,1040,l) -); -} -); -width = 849; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (468,0); -}, -{ -name = top; -pos = (488,1039); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,879,l), -(836,879,l), -(836,1039,l), -(100,1039,l) -); -} -); -width = 916; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (987,0); -}, -{ -name = top; -pos = (539,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,800,l), -(988,800,l), -(988,1100,l), -(100,1100,l) -); -} -); -width = 1068; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (324,0); -}, -{ -name = top; -pos = (564,1038); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(250,990,l), -(869,990,l), -(879,1038,l), -(210,1038,l) -); -} -); -width = 849; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (358,0); -}, -{ -name = top; -pos = (598,1039); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(356,879,l), -(912,879,l), -(946,1039,l), -(210,1039,l) -); -} -); -width = 916; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (870,0); -}, -{ -name = top; -pos = (656,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,0,l), -(383,0,l), -(553,800,l), -(1041,800,l), -(1105,1100,l), -(217,1100,l) -); -} -); -width = 1068; -} -); -metricLeft = "en-cy"; -unicode = 1075; -}, -{ -glyphname = "gje-cy"; -kernLeft = "ge-cy"; -kernRight = "ge-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -pos = (335,98); -ref = acute; -} -); -width = 849; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -pos = (311,99); -ref = acute; -} -); -width = 916; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -pos = (322,100); -ref = acute; -} -); -width = 1068; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -pos = (379,98); -ref = acute; -} -); -width = 849; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -pos = (336,99); -ref = acute; -} -); -width = 916; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (372,100); -ref = acute; -} -); -width = 1098; -} -); -unicode = 1107; -}, -{ -glyphname = "geupturn-cy"; -kernLeft = "ge-cy"; -kernRight = "ge-cy"; -lastChange = "2025-05-09 07:40:05 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(719,1014,l), -(769,1014,l), -(769,1306,l), -(719,1306,l) -); -}, -{ -ref = "ge-cy"; -} -); -width = 849; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(656,961,l), -(836,961,l), -(836,1323,l), -(656,1323,l) -); -}, -{ -ref = "ge-cy"; -} -); -width = 916; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(608,881,l), -(988,881,l), -(988,1323,l), -(608,1323,l) -); -}, -{ -ref = "ge-cy"; -} -); -width = 1068; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(854,1014,l), -(904,1014,l), -(966,1306,l), -(916,1306,l) -); -}, -{ -ref = "ge-cy"; -} -); -width = 879; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(790,961,l), -(970,961,l), -(1046,1323,l), -(866,1323,l) -); -}, -{ -ref = "ge-cy"; -} -); -width = 956; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(708,881,l), -(1088,881,l), -(1182,1323,l), -(802,1323,l) -); -}, -{ -ref = "ge-cy"; -} -); -width = 1098; -} -); -metricLeft = "ge-cy"; -metricRight = "ge-cy"; -unicode = 1169; -}, -{ -glyphname = "gedescender-cy"; -kernLeft = "ge-cy"; -kernRight = "ge-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (30,0); -ref = "bottom-hook"; -} -); -width = 849; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (53,1); -ref = "bottom-hook"; -} -); -width = 916; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (153,1); -ref = "bottom-hook"; -} -); -width = 1068; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -alignment = -1; -ref = "bottom-hook"; -} -); -width = 849; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (61,1); -ref = "bottom-hook"; -} -); -width = 916; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (173,1); -ref = "bottom-hook"; -} -); -width = 1068; -} -); -metricLeft = "ge-cy"; -metricRight = "ge-cy"; -tags = ( -"descender-square" -); -unicode = 1271; -}, -{ -glyphname = "gestroke-cy"; -kernLeft = "ge-cy"; -kernRight = "ge-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (-110,-788); -ref = topbar; -} -); -width = 849; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (-120,-788); -ref = topbar; -} -); -width = 916; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (-120,-830); -ref = topbar; -} -); -width = 1068; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (176,0); -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (-206,-788); -ref = topbar; -} -); -width = 1025; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (201,0); -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (-208,-788); -ref = topbar; -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (177,0); -ref = "ge-cy"; -}, -{ -alignment = -1; -pos = (-216,-830); -ref = topbar; -} -); -width = 1245; -} -); -metricLeft = hbar; -metricRight = "ge-cy"; -unicode = 1171; -}, -{ -glyphname = "gemiddlehook-cy"; -kernLeft = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,992,l), -(726,992,l), -(726,1040,l), -(100,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(151,477,l), -(233,526,o), -(332,557,o), -(407,557,cs), -(645,557,o), -(795,417,o), -(795,193,cs), -(795,-36,o), -(652,-179,o), -(424,-179,cs), -(369,-179,o), -(306,-171,o), -(260,-159,c), -(247,-203,l), -(284,-218,o), -(353,-227,o), -(426,-227,cs), -(683,-227,o), -(845,-67,o), -(845,189,cs), -(845,445,o), -(678,605,o), -(411,605,cs), -(339,605,o), -(237,576,o), -(146,531,c) -); -} -); -width = 905; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,880,l), -(808,880,l), -(808,1040,l), -(100,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(273,362,l), -(321,395,o), -(403,416,o), -(485,416,cs), -(653,416,o), -(758,316,o), -(758,158,cs), -(758,-13,o), -(661,-121,o), -(507,-121,cs), -(467,-121,o), -(412,-114,o), -(365,-104,c), -(343,-256,l), -(383,-271,o), -(452,-280,o), -(522,-280,cs), -(776,-280,o), -(936,-115,o), -(936,149,cs), -(936,409,o), -(766,573,o), -(494,573,cs), -(422,573,o), -(337,553,o), -(273,520,c) -); -} -); -width = 996; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,810,l), -(983,810,l), -(983,1100,l), -(100,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(490,268,l), -(524,301,o), -(584,322,o), -(644,322,cs), -(778,322,o), -(862,253,o), -(862,143,cs), -(862,18,o), -(787,-61,o), -(667,-61,cs), -(609,-61,o), -(561,-58,o), -(543,-52,c), -(521,-306,l), -(567,-322,o), -(638,-332,o), -(706,-332,cs), -(1035,-332,o), -(1242,-148,o), -(1242,145,cs), -(1242,424,o), -(1042,599,o), -(724,599,cs), -(640,599,o), -(549,574,o), -(490,535,c) -); -} -); -width = 1302; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(40,0,l), -(250,992,l), -(826,992,l), -(837,1040,l), -(211,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(142,477,l), -(233,526,o), -(344,557,o), -(425,557,cs), -(654,557,o), -(772,414,o), -(726,193,cs), -(678,-33,o), -(501,-179,o), -(276,-179,cs), -(222,-179,o), -(160,-171,o), -(116,-159,c), -(93,-203,l), -(126,-218,o), -(194,-227,o), -(267,-227,cs), -(521,-227,o), -(721,-64,o), -(775,189,cs), -(828,442,o), -(692,605,o), -(429,605,cs), -(359,605,o), -(249,576,o), -(148,531,c) -); -} -); -width = 905; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(170,0,l), -(357,880,l), -(885,880,l), -(919,1040,l), -(211,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(240,362,l), -(295,395,o), -(390,416,o), -(484,416,cs), -(637,416,o), -(715,315,o), -(682,158,cs), -(645,-11,o), -(523,-121,o), -(372,-121,cs), -(335,-121,o), -(280,-114,o), -(233,-104,c), -(179,-256,l), -(214,-271,o), -(282,-280,o), -(353,-280,cs), -(605,-280,o), -(803,-111,o), -(858,149,cs), -(912,406,o), -(774,573,o), -(506,573,cs), -(435,573,o), -(343,552,o), -(274,520,c) -); -} -); -width = 997; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,0,l), -(383,0,l), -(556,810,l), -(1039,810,l), -(1100,1100,l), -(217,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(430,268,l), -(471,301,o), -(536,322,o), -(596,322,cs), -(730,322,o), -(799,253,o), -(776,143,cs), -(749,18,o), -(657,-61,o), -(537,-61,cs), -(479,-61,o), -(432,-58,o), -(415,-52,c), -(339,-306,l), -(382,-322,o), -(451,-332,o), -(519,-332,cs), -(848,-332,o), -(1094,-148,o), -(1156,145,cs), -(1216,424,o), -(1053,599,o), -(735,599,cs), -(651,599,o), -(554,574,o), -(487,535,c) -); -} -); -width = 1302; -} -); -metricLeft = "ve-cy"; -metricRight = "ve-cy"; -unicode = 1173; -}, -{ -glyphname = "de-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,1040,l), -(178,854,o), -(173,639,o), -(165,392,cs), -(159,218,o), -(118,88,o), -(42,26,c), -(86,11,l), -(163,71,o), -(206,205,o), -(216,392,cs), -(217,442,o), -(221,632,o), -(229,992,c), -(883,992,l), -(883,23,l), -(933,23,l), -(933,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(-10,-214,l), -(40,-214,l), -(40,2,l), -(988,2,l), -(988,-214,l), -(1038,-214,l), -(1038,50,l), -(-10,50,l) -); -} -); -width = 1058; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,1040,l), -(163,869,o), -(160,664,o), -(157,548,cs), -(149,360,o), -(105,172,o), -(50,113,c), -(194,50,l), -(265,136,o), -(319,349,o), -(324,548,cs), -(328,695,o), -(331,809,o), -(332,880,c), -(806,880,l), -(806,64,l), -(986,64,l), -(986,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(-20,-171,l), -(160,-171,l), -(160,1,l), -(955,1,l), -(955,-171,l), -(1135,-171,l), -(1135,161,l), -(-20,161,l) -); -} -); -width = 1155; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(203,1100,l), -(195,948,o), -(178,746,o), -(156,578,cs), -(137,424,o), -(99,268,o), -(57,191,c), -(403,123,l), -(461,209,o), -(517,379,o), -(539,578,cs), -(545,630,o), -(554,751,o), -(560,819,c), -(843,819,l), -(843,131,l), -(1233,131,l), -(1233,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(-20,-151,l), -(361,-151,l), -(361,3,l), -(974,3,l), -(974,-151,l), -(1354,-151,l), -(1354,283,l), -(-20,283,l) -); -} -); -width = 1374; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,1040,l), -(320,854,o), -(269,639,o), -(209,392,cs), -(166,218,o), -(97,88,o), -(8,26,c), -(49,11,l), -(138,71,o), -(210,205,o), -(260,392,cs), -(271,442,o), -(316,632,o), -(400,992,c), -(1054,992,l), -(848,23,l), -(898,23,l), -(1114,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(-95,-214,l), -(-45,-214,l), -(1,2,l), -(949,2,l), -(903,-214,l), -(953,-214,l), -(1009,50,l), -(-39,50,l) -); -} -); -width = 1129; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(354,1040,l), -(317,869,o), -(271,664,o), -(243,548,cs), -(195,360,o), -(111,172,o), -(44,113,c), -(174,50,l), -(264,136,o), -(363,349,o), -(410,548,cs), -(445,695,o), -(473,809,o), -(489,880,c), -(963,880,l), -(789,64,l), -(969,64,l), -(1177,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(-87,-171,l), -(93,-171,l), -(130,1,l), -(925,1,l), -(888,-171,l), -(1068,-171,l), -(1139,161,l), -(-16,161,l) -); -} -); -width = 1235; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(400,1100,l), -(360,948,o), -(300,746,o), -(242,578,cs), -(190,424,o), -(119,268,o), -(61,191,c), -(392,123,l), -(469,209,o), -(561,379,o), -(625,578,cs), -(642,630,o), -(677,751,o), -(697,819,c), -(980,819,l), -(834,131,l), -(1224,131,l), -(1430,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(-89,-151,l), -(292,-151,l), -(325,3,l), -(938,3,l), -(905,-151,l), -(1285,-151,l), -(1377,283,l), -(3,283,l) -); -} -); -width = 1454; -} -); -metricLeft = hbar; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1076; -}, -{ -glyphname = "ie-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -} -); -width = 1250; -} -); -unicode = 1077; -}, -{ -glyphname = "iegrave-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 13:17:51 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (311,116); -ref = gravecomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (226,116); -ref = gravecomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (200,124); -ref = gravecomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (294,116); -ref = gravecomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (202,116); -ref = gravecomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (191,124); -ref = gravecomb; -} -); -width = 1250; -} -); -unicode = 1104; -}, -{ -glyphname = "io-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 13:18:17 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (251,116); -ref = dieresiscomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (209,116); -ref = dieresiscomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (157,124); -ref = dieresiscomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (245,116); -ref = dieresiscomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (175,116); -ref = dieresiscomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (143,124); -ref = dieresiscomb; -} -); -width = 1250; -} -); -unicode = 1105; -}, -{ -glyphname = "zhe-cy"; -kernLeft = x; -kernRight = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (1329,0); -}, -{ -name = top; -pos = (664,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,561,l), -(569,561,l), -(107,1040,l), -(40,1040,l), -(528,535,l), -(10,0,l), -(77,0,l), -(569,507,l), -(637,507,l), -(637,0,l), -(686,0,l), -(686,507,l), -(753,507,l), -(1241,0,l), -(1308,0,l), -(794,534,l), -(1278,1040,l), -(1211,1040,l), -(753,561,l), -(686,561,l), -(686,1040,l), -(637,1040,l) -); -} -); -width = 1318; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1497,0); -}, -{ -name = top; -pos = (710,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(621,609,l), -(583,609,l), -(260,1040,l), -(25,1040,l), -(443,530,l), -(10,0,l), -(257,0,l), -(583,449,l), -(621,449,l), -(621,0,l), -(800,0,l), -(800,449,l), -(839,449,l), -(1157,0,l), -(1411,0,l), -(979,530,l), -(1392,1040,l), -(1149,1040,l), -(839,609,l), -(800,609,l), -(800,1040,l), -(621,1040,l) -); -} -); -width = 1421; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1970,0); -}, -{ -name = top; -pos = (954,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(770,682,l), -(736,682,l), -(496,1100,l), -(19,1100,l), -(414,565,l), -(10,0,l), -(499,0,l), -(736,417,l), -(770,417,l), -(770,0,l), -(1119,0,l), -(1119,417,l), -(1154,417,l), -(1401,0,l), -(1897,0,l), -(1482,565,l), -(1884,1100,l), -(1401,1100,l), -(1154,682,l), -(1119,682,l), -(1119,1100,l), -(770,1100,l) -); -} -); -width = 1907; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1218,0); -}, -{ -name = top; -pos = (775,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(646,561,l), -(572,561,l), -(212,1040,l), -(151,1040,l), -(531,535,l), -(-101,0,l), -(-28,0,l), -(572,507,l), -(634,507,l), -(526,0,l), -(575,0,l), -(683,507,l), -(764,507,l), -(1137,0,l), -(1197,0,l), -(803,534,l), -(1395,1040,l), -(1322,1040,l), -(762,561,l), -(695,561,l), -(797,1040,l), -(748,1040,l) -); -} -); -width = 1318; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1497,0); -}, -{ -name = top; -pos = (710,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(640,609,l), -(592,609,l), -(351,1040,l), -(136,1040,l), -(445,550,l), -(-101,0,l), -(156,0,l), -(578,449,l), -(606,449,l), -(510,0,l), -(689,0,l), -(785,449,l), -(872,449,l), -(1104,0,l), -(1300,0,l), -(1011,530,l), -(1503,1040,l), -(1260,1040,l), -(858,609,l), -(819,609,l), -(911,1040,l), -(732,1040,l) -); -} -); -width = 1421; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1863,0); -}, -{ -name = top; -pos = (1081,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(808,682,l), -(754,682,l), -(623,1100,l), -(146,1100,l), -(387,585,l), -(-97,0,l), -(402,0,l), -(698,417,l), -(752,417,l), -(663,0,l), -(1012,0,l), -(1101,417,l), -(1176,417,l), -(1334,0,l), -(1790,0,l), -(1525,555,l), -(2011,1100,l), -(1498,1100,l), -(1192,682,l), -(1157,682,l), -(1246,1100,l), -(897,1100,l) -); -} -); -width = 1927; -} -); -metricLeft = x; -metricRight = x; -unicode = 1078; -}, -{ -glyphname = "ze-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (515,2); -}, -{ -name = top; -pos = (505,1037); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,498,l), -(551,498,ls), -(749,498,o), -(892,404,o), -(892,275,cs), -(892,132,o), -(725,28,o), -(494,28,cs), -(278,28,o), -(117,140,o), -(111,295,cs), -(110,321,l), -(60,321,l), -(61,291,ls), -(67,111,o), -(250,-20,o), -(498,-20,cs), -(756,-20,o), -(942,104,o), -(942,275,cs), -(942,399,o), -(842,503,o), -(705,522,c), -(705,526,l), -(825,546,o), -(912,646,o), -(912,765,cs), -(912,932,o), -(742,1053,o), -(508,1053,cs), -(268,1053,o), -(87,922,o), -(77,741,cs), -(76,724,l), -(126,724,l), -(127,742,ls), -(135,895,o), -(294,1005,o), -(504,1005,cs), -(712,1005,o), -(862,904,o), -(862,765,cs), -(862,638,o), -(731,546,o), -(551,546,cs), -(415,546,l) -); -} -); -width = 1002; -}, -{ -anchors = ( -{ -name = bottom; -pos = (510,2); -}, -{ -name = top; -pos = (510,1037); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(454,448,l), -(560,448,ls), -(681,448,o), -(769,385,o), -(769,297,cs), -(769,207,o), -(655,141,o), -(498,141,cs), -(347,141,o), -(238,210,o), -(238,305,cs), -(238,320,l), -(60,320,l), -(60,305,ls), -(60,116,o), -(248,-20,o), -(507,-20,cs), -(763,-20,o), -(948,104,o), -(948,275,cs), -(948,405,o), -(863,510,o), -(745,524,c), -(745,536,l), -(851,561,o), -(927,658,o), -(927,765,cs), -(927,933,o), -(750,1054,o), -(506,1054,cs), -(258,1054,o), -(78,923,o), -(78,741,cs), -(78,724,l), -(256,724,l), -(256,742,ls), -(256,830,o), -(360,893,o), -(503,893,cs), -(645,893,o), -(748,830,o), -(748,743,cs), -(748,661,o), -(669,602,o), -(560,602,cs), -(454,602,l) -); -} -); -width = 1008; -}, -{ -anchors = ( -{ -name = bottom; -pos = (636,-18); -}, -{ -name = top; -pos = (636,1098); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(572,448,l), -(673,448,ls), -(745,448,o), -(797,411,o), -(797,361,cs), -(797,304,o), -(729,263,o), -(634,263,cs), -(532,263,o), -(456,308,o), -(452,371,cs), -(451,387,l), -(60,387,l), -(61,368,ls), -(73,133,o), -(313,-37,o), -(632,-37,cs), -(961,-37,o), -(1199,100,o), -(1199,290,cs), -(1199,429,o), -(1089,538,o), -(936,548,c), -(936,566,l), -(1067,589,o), -(1161,692,o), -(1161,813,cs), -(1161,993,o), -(940,1124,o), -(634,1124,cs), -(341,1124,o), -(113,958,o), -(90,729,cs), -(89,719,l), -(460,719,l), -(461,729,ls), -(467,784,o), -(534,823,o), -(621,823,cs), -(706,823,o), -(767,787,o), -(767,738,cs), -(767,686,o), -(722,648,o), -(660,648,cs), -(572,648,l) -); -} -); -width = 1259; -}, -{ -anchors = ( -{ -name = bottom; -pos = (417,2); -}, -{ -name = top; -pos = (590,1037); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,498,l), -(541,498,ls), -(739,498,o), -(866,404,o), -(842,275,cs), -(817,132,o), -(632,28,o), -(401,28,cs), -(184,28,o), -(43,140,o), -(65,295,cs), -(69,321,l), -(18,321,l), -(13,291,ls), -(-12,111,o), -(148,-20,o), -(396,-20,cs), -(655,-20,o), -(864,104,o), -(893,275,cs), -(916,399,o), -(834,503,o), -(699,522,c), -(700,526,l), -(824,546,o), -(929,646,o), -(950,765,cs), -(979,932,o), -(831,1053,o), -(596,1053,cs), -(356,1053,o), -(151,922,o), -(109,741,cs), -(105,724,l), -(156,724,l), -(160,742,ls), -(195,895,o), -(372,1005,o), -(583,1005,cs), -(791,1005,o), -(924,904,o), -(899,765,cs), -(876,638,o), -(729,546,o), -(549,546,cs), -(413,546,l) -); -} -); -width = 1005; -}, -{ -anchors = ( -{ -name = bottom; -pos = (411,2); -}, -{ -name = top; -pos = (594,1037); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(434,448,l), -(540,448,ls), -(662,448,o), -(738,385,o), -(722,297,cs), -(706,207,o), -(581,141,o), -(424,141,cs), -(273,141,o), -(176,210,o), -(193,305,cs), -(195,320,l), -(17,320,l), -(15,305,ls), -(-19,116,o), -(144,-20,o), -(404,-20,cs), -(660,-20,o), -(867,104,o), -(897,275,cs), -(921,405,o), -(854,510,o), -(738,524,c), -(740,536,l), -(851,562,o), -(944,658,o), -(963,765,cs), -(992,933,o), -(837,1054,o), -(593,1054,cs), -(344,1054,o), -(141,923,o), -(109,741,cs), -(106,724,l), -(284,724,l), -(288,742,ls), -(303,830,o), -(418,893,o), -(561,893,cs), -(703,893,o), -(795,830,o), -(780,743,cs), -(766,661,o), -(676,602,o), -(567,602,cs), -(461,602,l) -); -} -); -width = 1009; -}, -{ -anchors = ( -{ -name = bottom; -pos = (629,-18); -}, -{ -name = top; -pos = (629,1098); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(548,448,l), -(649,448,ls), -(721,448,o), -(767,411,o), -(758,361,cs), -(748,304,o), -(672,263,o), -(578,263,cs), -(476,263,o), -(407,308,o), -(415,371,cs), -(416,387,l), -(25,387,l), -(23,368,ls), -(-6,133,o), -(204,-37,o), -(523,-37,cs), -(852,-37,o), -(1114,100,o), -(1147,290,cs), -(1171,429,o), -(1080,538,o), -(930,548,c), -(933,566,l), -(1067,589,o), -(1180,692,o), -(1202,813,cs), -(1233,993,o), -(1035,1124,o), -(729,1124,cs), -(437,1124,o), -(179,958,o), -(116,729,cs), -(113,719,l), -(484,719,l), -(487,729,ls), -(502,784,o), -(576,823,o), -(663,823,cs), -(748,823,o), -(803,787,o), -(794,738,cs), -(785,686,o), -(734,648,o), -(671,648,cs), -(583,648,l) -); -} -); -width = 1262; -} -); -metricLeft = o; -metricRight = o; -unicode = 1079; -}, -{ -glyphname = "ii-cy"; -kernLeft = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (1007,0); -}, -{ -name = top; -pos = (529,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(916,974,l), -(878,955,l), -(907,955,l), -(907,0,l), -(958,0,l), -(957,1040,l), -(907,1040,l), -(137,62,l), -(176,85,l), -(150,85,l), -(150,1040,l), -(100,1040,l) -); -} -); -width = 1058; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1067,0); -}, -{ -name = top; -pos = (552,1039); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-2,l), -(290,-2,l), -(893,822,l), -(799,740,l), -(846,740,l), -(846,-2,l), -(1025,-2,l), -(1025,1039,l), -(843,1039,l), -(204,178,l), -(343,296,l), -(279,296,l), -(279,1039,l), -(100,1039,l) -); -} -); -width = 1125; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1272,0); -}, -{ -name = top; -pos = (650,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(448,0,l), -(848,610,l), -(762,522,l), -(810,522,l), -(810,0,l), -(1199,0,l), -(1199,1100,l), -(849,1100,l), -(455,488,l), -(536,575,l), -(489,575,l), -(489,1100,l), -(100,1100,l) -); -} -); -width = 1299; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (896,0); -}, -{ -name = top; -pos = (640,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(39,0,l), -(1013,974,l), -(970,955,l), -(999,955,l), -(796,0,l), -(847,0,l), -(1068,1040,l), -(1018,1040,l), -(40,62,l), -(84,85,l), -(58,85,l), -(261,1040,l), -(211,1040,l) -); -} -); -width = 1058; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (957,0); -}, -{ -name = top; -pos = (663,1039); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,-2,l), -(179,-2,l), -(958,822,l), -(846,740,l), -(893,740,l), -(735,-2,l), -(914,-2,l), -(1136,1039,l), -(954,1039,l), -(132,178,l), -(296,296,l), -(232,296,l), -(390,1039,l), -(211,1039,l) -); -} -); -width = 1126; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1155,0); -}, -{ -name = top; -pos = (767,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,0,l), -(331,0,l), -(861,610,l), -(756,522,l), -(804,522,l), -(693,0,l), -(1082,0,l), -(1316,1100,l), -(966,1100,l), -(442,488,l), -(541,575,l), -(494,575,l), -(606,1100,l), -(217,1100,l) -); -} -); -width = 1299; -} -); -metricLeft = "en-cy"; -metricRight = "en-cy"; -unicode = 1080; -}, -{ -glyphname = "iishort-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (231,100); -ref = brevecomb; -} -); -width = 1058; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (203,99); -ref = brevecomb; -} -); -width = 1125; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (175,100); -ref = brevecomb; -} -); -width = 1299; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (241,100); -ref = brevecomb; -} -); -width = 1058; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (213,99); -ref = brevecomb; -} -); -width = 1126; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (180,100); -ref = brevecomb; -} -); -width = 1299; -} -); -unicode = 1081; -}, -{ -glyphname = "iigrave-cy"; -kernLeft = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (303,100); -ref = gravecomb; -} -); -width = 1058; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (276,99); -ref = gravecomb; -} -); -width = 1205; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (234,100); -ref = gravecomb; -} -); -width = 1299; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (302,100); -ref = gravecomb; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (234,99); -ref = gravecomb; -} -); -width = 1206; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (260,100); -ref = gravecomb; -} -); -width = 1359; -} -); -unicode = 1117; -}, -{ -glyphname = "ka-cy"; -kernLeft = ssflat; -kernRight = "ka-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (897,0); -}, -{ -name = top; -pos = (409,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(321,492,l), -(866,1040,l), -(797,1040,l), -(302,542,l), -(146,542,l), -(146,492,l) -); -}, -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1040,l), -(100,1040,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(900,0,l), -(327,529,l), -(290,497,l), -(823,0,l) -); -} -); -width = 920; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1075,0); -}, -{ -name = top; -pos = (497,1041); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(492,444,l), -(968,1041,l), -(746,1041,l), -(415,603,l), -(252,603,l), -(252,444,l) -); -}, -{ -closed = 1; -nodes = ( -(279,0,l), -(279,1041,l), -(100,1041,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1000,0,l), -(506,568,l), -(379,456,l), -(764,0,l) -); -} -); -width = 1020; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1359,0); -}, -{ -name = top; -pos = (656,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(774,384,l), -(1267,1100,l), -(797,1100,l), -(566,686,l), -(443,686,l), -(443,384,l) -); -}, -{ -closed = 1; -nodes = ( -(500,0,l), -(500,1100,l), -(100,1100,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1286,1,l), -(880,608,l), -(573,451,l), -(811,1,l) -); -} -); -width = 1306; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (786,0); -}, -{ -name = top; -pos = (520,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(320,492,l), -(977,1040,l), -(901,1040,l), -(307,542,l), -(151,542,l), -(140,492,l) -); -}, -{ -closed = 1; -nodes = ( -(39,0,l), -(261,1040,l), -(211,1040,l), -(-11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(789,0,l), -(329,529,l), -(295,497,l), -(722,0,l) -); -} -); -width = 920; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (964,0); -}, -{ -name = top; -pos = (608,1041); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(476,444,l), -(1079,1041,l), -(857,1041,l), -(433,603,l), -(270,603,l), -(236,444,l) -); -}, -{ -closed = 1; -nodes = ( -(168,0,l), -(390,1041,l), -(211,1041,l), -(-11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(889,0,l), -(516,568,l), -(365,456,l), -(653,0,l) -); -} -); -width = 1020; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1242,0); -}, -{ -name = top; -pos = (773,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(739,384,l), -(1384,1100,l), -(914,1100,l), -(595,686,l), -(472,686,l), -(408,384,l) -); -}, -{ -closed = 1; -nodes = ( -(383,0,l), -(617,1100,l), -(217,1100,l), -(-17,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1169,1,l), -(892,608,l), -(552,451,l), -(694,1,l) -); -} -); -width = 1306; -} -); -metricLeft = "en-cy"; -unicode = 1082; -}, -{ -glyphname = "kje-cy"; -kernLeft = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -pos = (290,100); -ref = acute; -} -); -width = 920; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -pos = (320,101); -ref = acute; -} -); -width = 1020; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -pos = (439,100); -ref = acute; -} -); -width = 1306; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -pos = (335,100); -ref = acute; -} -); -width = 920; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -pos = (346,101); -ref = acute; -} -); -width = 1020; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ka-cy"; -}, -{ -alignment = -1; -pos = (489,100); -ref = acute; -} -); -width = 1336; -} -); -unicode = 1116; -}, -{ -glyphname = "el-cy"; -kernLeft = "el-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = hook; -pos = (1009,1); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,1040,l), -(282,645,o), -(276,306,o), -(270,160,cs), -(267,87,o), -(228,41,o), -(169,40,cs), -(126,40,o), -(78,44,o), -(45,51,c), -(40,1,l), -(83,-6,o), -(134,-10,o), -(174,-9,cs), -(259,-9,o), -(315,54,o), -(320,155,cs), -(328,306,o), -(333,629,o), -(333,992,c), -(984,992,l), -(984,0,l), -(1034,0,l), -(1034,1040,l) -); -} -); -width = 1134; -}, -{ -anchors = ( -{ -name = hook; -pos = (1013,1); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(256,1040,l), -(250,603,o), -(242,288,o), -(235,222,cs), -(230,181,o), -(202,155,o), -(163,154,cs), -(120,154,o), -(79,158,o), -(55,164,c), -(40,4,l), -(100,-5,o), -(167,-9,o), -(216,-7,cs), -(325,-6,o), -(401,81,o), -(414,218,cs), -(420,304,o), -(426,560,o), -(429,880,c), -(918,880,l), -(918,1,l), -(1098,1,l), -(1098,1040,l) -); -} -); -width = 1198; -}, -{ -anchors = ( -{ -name = hook; -pos = (1139,1); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(238,1100,l), -(220,685,o), -(205,400,o), -(200,361,cs), -(195,322,o), -(166,297,o), -(125,297,cs), -(107,297,o), -(80,300,o), -(54,304,c), -(30,2,l), -(87,-7,o), -(187,-11,o), -(290,-9,cs), -(460,-6,o), -(576,98,o), -(591,261,cs), -(595,310,o), -(604,518,o), -(613,800,c), -(928,800,l), -(928,1,l), -(1328,1,l), -(1328,1100,l) -); -} -); -width = 1428; -}, -{ -anchors = ( -{ -name = hook; -pos = (889,1); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(386,1040,l), -(299,645,o), -(220,306,o), -(183,160,cs), -(165,87,o), -(116,41,o), -(57,40,cs), -(14,40,o), -(-33,44,o), -(-65,51,c), -(-80,1,l), -(-39,-6,o), -(11,-10,o), -(52,-9,cs), -(137,-9,o), -(206,54,o), -(232,155,cs), -(272,306,o), -(346,629,o), -(423,992,c), -(1074,992,l), -(863,0,l), -(913,0,l), -(1135,1040,l) -); -} -); -width = 1124; -}, -{ -anchors = ( -{ -name = hook; -pos = (892,1); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(356,1040,l), -(257,603,o), -(182,288,o), -(161,222,cs), -(148,181,o), -(114,155,o), -(75,154,cs), -(32,154,o), -(-8,158,o), -(-31,164,c), -(-80,4,l), -(-22,-5,o), -(44,-9,o), -(94,-7,cs), -(203,-6,o), -(297,81,o), -(340,218,cs), -(364,304,o), -(424,560,o), -(495,880,c), -(984,880,l), -(797,1,l), -(977,1,l), -(1198,1040,l) -); -} -); -width = 1187; -}, -{ -anchors = ( -{ -name = hook; -pos = (995,1); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,1100,l), -(249,685,o), -(173,400,o), -(160,361,cs), -(147,322,o), -(112,297,o), -(71,297,cs), -(53,297,o), -(27,300,o), -(2,304,c), -(-86,2,l), -(-31,-7,o), -(68,-11,o), -(171,-9,cs), -(342,-6,o), -(480,98,o), -(530,261,cs), -(544,310,o), -(597,518,o), -(666,800,c), -(981,800,l), -(811,1,l), -(1211,1,l), -(1445,1100,l) -); -} -); -width = 1428; -} -); -metricRight = "en-cy"; -unicode = 1083; -}, -{ -glyphname = "em-cy"; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,976,l), -(163,976,l), -(130,1009,l), -(619,400,l), -(633,400,l), -(1117,996,l), -(1097,976,l), -(1108,976,l), -(1108,0,l), -(1158,0,l), -(1158,1040,l), -(1089,1040,l), -(627,469,l), -(626,469,l), -(168,1040,l), -(100,1040,l) -); -} -); -width = 1258; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,776,l), -(315,776,l), -(177,897,l), -(650,363,l), -(665,363,l), -(1138,897,l), -(994,776,l), -(1036,776,l), -(1036,0,l), -(1216,0,l), -(1216,1040,l), -(1036,1040,l), -(660,603,l), -(656,603,l), -(280,1040,l), -(100,1040,l) -); -} -); -width = 1316; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(480,0,l), -(480,536,l), -(583,536,l), -(231,898,l), -(746,181,l), -(808,181,l), -(1323,898,l), -(976,534,l), -(1074,534,l), -(1074,0,l), -(1454,0,l), -(1454,1100,l), -(1074,1100,l), -(778,635,l), -(775,635,l), -(475,1100,l), -(100,1100,l) -); -} -); -width = 1554; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(39,0,l), -(247,976,l), -(260,976,l), -(234,1009,l), -(593,400,l), -(607,400,l), -(1218,996,l), -(1194,976,l), -(1205,976,l), -(997,0,l), -(1047,0,l), -(1269,1040,l), -(1200,1040,l), -(616,469,l), -(615,469,l), -(279,1040,l), -(211,1040,l) -); -} -); -width = 1258; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(169,0,l), -(334,776,l), -(369,776,l), -(257,897,l), -(617,363,l), -(632,363,l), -(1218,897,l), -(1048,776,l), -(1090,776,l), -(925,0,l), -(1105,0,l), -(1327,1040,l), -(1147,1040,l), -(678,603,l), -(674,603,l), -(391,1040,l), -(211,1040,l) -); -} -); -width = 1316; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,0,l), -(363,0,l), -(477,536,l), -(580,536,l), -(305,898,l), -(668,181,l), -(730,181,l), -(1397,898,l), -(973,534,l), -(1071,534,l), -(957,0,l), -(1337,0,l), -(1571,1100,l), -(1191,1100,l), -(796,635,l), -(793,635,l), -(592,1100,l), -(217,1100,l) -); -} -); -width = 1554; -} -); -metricLeft = "en-cy"; -metricRight = "en-cy"; -unicode = 1084; -}, -{ -glyphname = "en-cy"; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = hook; -pos = (907,0); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,515,l), -(879,515,l), -(879,0,l), -(929,0,l), -(929,1040,l), -(879,1040,l), -(879,563,l), -(150,563,l), -(150,1040,l), -(100,1040,l) -); -} -); -width = 1029; -}, -{ -anchors = ( -{ -name = hook; -pos = (926,0); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(279,0,l), -(279,452,l), -(831,452,l), -(831,0,l), -(1011,0,l), -(1011,1040,l), -(831,1040,l), -(831,612,l), -(279,612,l), -(279,1040,l), -(100,1040,l) -); -} -); -width = 1111; -}, -{ -anchors = ( -{ -name = hook; -pos = (1060,0); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,407,l), -(858,407,l), -(858,0,l), -(1258,0,l), -(1258,1100,l), -(858,1100,l), -(858,707,l), -(500,707,l), -(500,1100,l), -(100,1100,l) -); -} -); -width = 1358; -}, -{ -anchors = ( -{ -name = hook; -pos = (793,0); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(39,0,l), -(149,515,l), -(878,515,l), -(768,0,l), -(818,0,l), -(1040,1040,l), -(990,1040,l), -(888,563,l), -(159,563,l), -(261,1040,l), -(211,1040,l) -); -} -); -width = 1029; -}, -{ -anchors = ( -{ -name = hook; -pos = (812,0); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(168,0,l), -(265,452,l), -(817,452,l), -(720,0,l), -(900,0,l), -(1122,1040,l), -(942,1040,l), -(851,612,l), -(299,612,l), -(390,1040,l), -(211,1040,l) -); -} -); -width = 1111; -}, -{ -anchors = ( -{ -name = hook; -pos = (925,0); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,0,l), -(383,0,l), -(470,407,l), -(828,407,l), -(741,0,l), -(1141,0,l), -(1375,1100,l), -(975,1100,l), -(891,707,l), -(533,707,l), -(617,1100,l), -(217,1100,l) -); -} -); -width = 1358; -} -); -unicode = 1085; -}, -{ -glyphname = "o-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = o; -} -); -width = 1357; -} -); -unicode = 1086; -}, -{ -glyphname = "pe-cy"; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,992,l), -(900,992,l), -(900,0,l), -(950,0,l), -(950,1040,l), -(100,1040,l) -); -} -); -width = 1050; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,880,l), -(822,880,l), -(822,0,l), -(1002,0,l), -(1002,1040,l), -(100,1040,l) -); -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,790,l), -(860,790,l), -(860,0,l), -(1260,0,l), -(1260,1100,l), -(100,1100,l) -); -} -); -width = 1360; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(39,0,l), -(250,992,l), -(1000,992,l), -(789,0,l), -(839,0,l), -(1061,1040,l), -(211,1040,l) -); -} -); -width = 1050; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(169,0,l), -(357,890,l), -(899,890,l), -(711,0,l), -(891,0,l), -(1113,1040,l), -(211,1040,l) -); -} -); -width = 1102; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,0,l), -(383,0,l), -(551,790,l), -(911,790,l), -(743,0,l), -(1143,0,l), -(1377,1100,l), -(217,1100,l) -); -} -); -width = 1360; -} -); -metricLeft = "en-cy"; -metricRight = "en-cy"; -unicode = 1087; -}, -{ -glyphname = "er-cy"; -kernLeft = ssflat; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = p; -} -); -width = 1150; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = p; -} -); -width = 1219; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = p; -} -); -width = 1426; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = p; -} -); -width = 1150; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = p; -} -); -width = 1200; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = p; -} -); -width = 1407; -} -); -unicode = 1088; -}, -{ -glyphname = "es-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = c; -} -); -width = 1051; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = c; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = c; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = c; -} -); -width = 1063; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = c; -} -); -width = 1097; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = c; -} -); -width = 1228; -} -); -unicode = 1089; -}, -{ -glyphname = "te-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,992,l), -(483,992,l), -(481,0,l), -(532,0,l), -(533,992,l), -(956,992,l), -(956,1040,l), -(60,1040,l) -); -} -); -width = 1016; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,881,l), -(449,881,l), -(446,0,l), -(628,0,l), -(629,881,l), -(1018,881,l), -(1018,1041,l), -(60,1041,l) -); -} -); -width = 1078; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,800,l), -(414,800,l), -(412,0,l), -(813,0,l), -(814,800,l), -(1165,800,l), -(1165,1100,l), -(60,1100,l) -); -} -); -width = 1225; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,992,l), -(583,992,l), -(370,0,l), -(421,0,l), -(633,992,l), -(1056,992,l), -(1067,1040,l), -(171,1040,l) -); -} -); -width = 1016; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,881,l), -(526,881,l), -(335,0,l), -(517,0,l), -(706,881,l), -(1095,881,l), -(1129,1041,l), -(171,1041,l) -); -} -); -width = 1078; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,800,l), -(467,800,l), -(295,0,l), -(696,0,l), -(867,800,l), -(1218,800,l), -(1282,1100,l), -(177,1100,l) -); -} -); -width = 1225; -} -); -unicode = 1090; -}, -{ -glyphname = "u-cy"; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = y; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = y; -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = y; -} -); -width = 1222; -} -); -unicode = 1091; -}, -{ -glyphname = "ushort-cy"; -lastChange = "2025-04-30 13:19:43 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -}, -{ -pos = (159,100); -ref = brevecomb; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (153,100); -ref = brevecomb; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -}, -{ -pos = (140,100); -ref = brevecomb; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = y; -}, -{ -pos = (219,100); -ref = brevecomb; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = y; -}, -{ -pos = (163,100); -ref = brevecomb; -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = y; -}, -{ -pos = (145,100); -ref = brevecomb; -} -); -width = 1222; -} -); -unicode = 1118; -}, -{ -glyphname = "ef-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-05-09 07:51:37 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(714,-19,l), -(1095,-19,o), -(1334,193,o), -(1334,531,cs), -(1334,852,o), -(1095,1053,o), -(714,1053,c), -(678,1053,l), -(298,1053,o), -(60,852,o), -(60,531,cs), -(60,193,o), -(298,-19,o), -(678,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(329,31,o), -(110,224,o), -(110,531,cs), -(110,822,o), -(329,1005,o), -(678,1005,c), -(714,1005,l), -(1064,1005,o), -(1284,822,o), -(1284,531,cs), -(1284,224,o), -(1064,31,o), -(714,31,c), -(678,31,l) -); -}, -{ -closed = 1; -nodes = ( -(670,-407,l), -(720,-407,l), -(720,1443,l), -(670,1443,l) -); -} -); -width = 1394; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(763,-20,l), -(1116,-20,o), -(1338,189,o), -(1338,522,cs), -(1338,852,o), -(1116,1059,o), -(763,1059,c), -(637,1059,l), -(283,1059,o), -(60,852,o), -(60,522,cs), -(60,189,o), -(283,-20,o), -(637,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(393,141,o), -(240,288,o), -(240,522,cs), -(240,752,o), -(393,897,o), -(637,897,c), -(763,897,l), -(1006,897,o), -(1158,752,o), -(1158,522,cs), -(1158,288,o), -(1006,141,o), -(763,141,c), -(637,141,l) -); -}, -{ -closed = 1; -nodes = ( -(609,-404,l), -(789,-404,l), -(789,1443,l), -(609,1443,l) -); -} -); -width = 1398; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1093,-22,l), -(1487,-22,o), -(1734,194,o), -(1734,539,cs), -(1734,882,o), -(1487,1097,o), -(1093,1097,c), -(702,1097,l), -(308,1097,o), -(60,882,o), -(60,539,cs), -(60,194,o), -(308,-22,o), -(702,-22,cs) -); -}, -{ -closed = 1; -nodes = ( -(548,283,o), -(451,382,o), -(451,539,cs), -(451,694,o), -(548,792,o), -(702,792,c), -(1093,792,l), -(1247,792,o), -(1343,694,o), -(1343,539,cs), -(1343,382,o), -(1247,283,o), -(1093,283,c), -(702,283,l) -); -}, -{ -closed = 1; -nodes = ( -(702,-368,l), -(1092,-368,l), -(1092,1443,l), -(702,1443,l) -); -} -); -width = 1794; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(599,-19,l), -(980,-19,o), -(1264,193,o), -(1336,531,cs), -(1404,852,o), -(1208,1053,o), -(827,1053,c), -(791,1053,l), -(411,1053,o), -(130,852,o), -(62,531,cs), -(-10,193,o), -(183,-19,o), -(563,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(225,31,o), -(47,224,o), -(112,531,cs), -(174,822,o), -(432,1005,o), -(781,1005,c), -(817,1005,l), -(1167,1005,o), -(1348,822,o), -(1286,531,cs), -(1221,224,o), -(960,31,o), -(610,31,c), -(574,31,l) -); -}, -{ -closed = 1; -nodes = ( -(483,-360,l), -(537,-360,l), -(935,1516,l), -(881,1516,l) -); -} -); -width = 1394; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(647,-20,l), -(1000,-20,o), -(1267,189,o), -(1338,522,cs), -(1408,852,o), -(1230,1059,o), -(877,1059,c), -(751,1059,l), -(397,1059,o), -(130,852,o), -(60,522,cs), -(-11,189,o), -(167,-20,o), -(521,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,141,o), -(190,288,o), -(240,522,cs), -(288,752,o), -(472,897,o), -(716,897,c), -(842,897,l), -(1085,897,o), -(1206,752,o), -(1158,522,cs), -(1108,288,o), -(925,141,o), -(682,141,c), -(556,141,l) -); -}, -{ -closed = 1; -nodes = ( -(421,-360,l), -(601,-360,l), -(975,1399,l), -(795,1399,l) -); -} -); -width = 1398; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(972,-22,l), -(1366,-22,o), -(1659,194,o), -(1732,539,cs), -(1805,882,o), -(1604,1097,o), -(1210,1097,c), -(819,1097,l), -(425,1097,o), -(131,882,o), -(58,539,cs), -(-15,194,o), -(187,-22,o), -(581,-22,cs) -); -}, -{ -closed = 1; -nodes = ( -(492,283,o), -(416,382,o), -(449,539,cs), -(482,694,o), -(600,792,o), -(754,792,c), -(1145,792,l), -(1299,792,o), -(1374,694,o), -(1341,539,cs), -(1308,382,o), -(1191,283,o), -(1037,283,c), -(646,283,l) -); -}, -{ -closed = 1; -nodes = ( -(506,-374,l), -(896,-374,l), -(1284,1449,l), -(894,1449,l) -); -} -); -width = 1794; -} -); -metricLeft = o; -metricRight = o; -unicode = 1092; -}, -{ -glyphname = "ha-cy"; -kernLeft = x; -kernRight = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = x; -} -); -width = 990; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = x; -} -); -width = 1100; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = x; -} -); -width = 1356; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = x; -} -); -width = 990; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = x; -} -); -width = 1104; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = x; -} -); -width = 1400; -} -); -unicode = 1093; -}, -{ -glyphname = "tse-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (0,1040); -ref = "pe-cy"; -scale = (1,-1); -}, -{ -alignment = -1; -pos = (755,0); -ref = "bottom-hook"; -} -); -width = 1087; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (0,1040); -ref = "pe-cy"; -scale = (1,-1); -}, -{ -alignment = -1; -pos = (713,0); -ref = "bottom-hook"; -} -); -width = 1174; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (0,1100); -ref = "pe-cy"; -scale = (1,-1); -}, -{ -alignment = -1; -pos = (935,0); -ref = "bottom-hook"; -} -); -width = 1488; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (242,1040); -ref = "pe-cy"; -scale = (1,-1); -slant = (24,0); -}, -{ -alignment = -1; -pos = (756,0); -ref = "bottom-hook"; -} -); -width = 1089; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (242,1040); -ref = "pe-cy"; -scale = (1,-1); -slant = (24,0); -}, -{ -alignment = -1; -pos = (728,0); -ref = "bottom-hook"; -} -); -width = 1189; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (256,1100); -ref = "pe-cy"; -scale = (1,-1); -slant = (24,0); -}, -{ -alignment = -1; -pos = (931,0); -ref = "bottom-hook"; -} -); -width = 1485; -} -); -metricLeft = "en-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1094; -}, -{ -glyphname = "che-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (924,0); -}, -{ -name = top; -pos = (465,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(801,472,o), -(645,370,o), -(447,370,cs), -(249,370,o), -(110,475,o), -(110,624,cs), -(110,1040,l), -(60,1040,l), -(60,624,ls), -(60,446,o), -(220,321,o), -(447,321,cs), -(621,321,o), -(776,398,o), -(823,507,c), -(825,507,l), -(825,0,l), -(875,0,l), -(875,1040,l), -(825,1040,l), -(825,616,l) -); -} -); -width = 935; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1024,0); -}, -{ -name = top; -pos = (498,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(749,534,o), -(648,464,o), -(498,464,cs), -(339,464,o), -(239,535,o), -(239,649,cs), -(239,1040,l), -(60,1040,l), -(60,642,ls), -(60,435,o), -(208,305,o), -(443,305,cs), -(579,305,o), -(697,355,o), -(747,434,c), -(759,434,l), -(759,0,l), -(938,0,l), -(938,1040,l), -(759,1040,l), -(759,646,l) -); -} -); -width = 998; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1259,0); -}, -{ -name = top; -pos = (623,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(786,699,o), -(722,640,o), -(620,640,cs), -(520,640,o), -(457,699,o), -(457,794,cs), -(457,1100,l), -(60,1100,l), -(60,691,ls), -(60,475,o), -(211,340,o), -(452,340,cs), -(601,340,o), -(723,393,o), -(768,478,c), -(786,478,l), -(786,0,l), -(1186,0,l), -(1186,1100,l), -(786,1100,l), -(786,794,ls) -); -} -); -width = 1246; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (813,0); -}, -{ -name = top; -pos = (576,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(791,472,o), -(613,370,o), -(415,370,cs), -(217,370,o), -(100,475,o), -(132,624,cs), -(221,1040,l), -(171,1040,l), -(82,624,ls), -(44,446,o), -(178,321,o), -(405,321,cs), -(579,321,o), -(750,398,o), -(820,507,c), -(822,507,l), -(714,0,l), -(764,0,l), -(986,1040,l), -(936,1040,l), -(845,616,l) -); -} -); -width = 935; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (913,0); -}, -{ -name = top; -pos = (609,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(752,534,o), -(636,464,o), -(486,464,cs), -(327,464,o), -(242,535,o), -(266,649,cs), -(350,1040,l), -(171,1040,l), -(86,642,ls), -(42,435,o), -(162,305,o), -(397,305,cs), -(533,305,o), -(662,355,o), -(729,434,c), -(741,434,l), -(648,0,l), -(827,0,l), -(1049,1040,l), -(870,1040,l), -(786,646,l) -); -} -); -width = 998; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1259,0); -}, -{ -name = top; -pos = (623,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(818,699,o), -(741,640,o), -(639,640,cs), -(539,640,o), -(489,699,o), -(509,794,cs), -(574,1100,l), -(177,1100,l), -(90,691,ls), -(44,475,o), -(166,340,o), -(407,340,cs), -(556,340,o), -(690,393,o), -(753,478,c), -(771,478,l), -(669,0,l), -(1069,0,l), -(1303,1100,l), -(903,1100,l), -(838,794,ls) -); -} -); -width = 1246; -} -); -metricLeft = o; -metricRight = o; -unicode = 1095; -}, -{ -glyphname = "sha-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(1247,0,l), -(1247,1040,l), -(1197,1040,l), -(1197,48,l), -(677,48,l), -(677,1040,l), -(628,1040,l), -(628,48,l), -(110,48,l), -(110,1040,l), -(60,1040,l) -); -} -); -width = 1307; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(1301,0,l), -(1301,1040,l), -(1121,1040,l), -(1121,160,l), -(769,160,l), -(769,1040,l), -(592,1040,l), -(592,160,l), -(240,160,l), -(240,1040,l), -(60,1040,l) -); -} -); -width = 1361; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(1696,0,l), -(1696,1100,l), -(1296,1100,l), -(1296,310,l), -(1068,310,l), -(1068,1100,l), -(688,1100,l), -(688,310,l), -(460,310,l), -(460,1100,l), -(60,1100,l) -); -} -); -width = 1756; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-51,0,l), -(1136,0,l), -(1358,1040,l), -(1308,1040,l), -(1097,48,l), -(577,48,l), -(788,1040,l), -(739,1040,l), -(528,48,l), -(10,48,l), -(221,1040,l), -(171,1040,l) -); -} -); -width = 1307; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-51,0,l), -(1190,0,l), -(1412,1040,l), -(1232,1040,l), -(1044,160,l), -(692,160,l), -(880,1040,l), -(703,1040,l), -(515,160,l), -(163,160,l), -(351,1040,l), -(171,1040,l) -); -} -); -width = 1361; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-57,0,l), -(1579,0,l), -(1813,1100,l), -(1413,1100,l), -(1245,310,l), -(1017,310,l), -(1185,1100,l), -(805,1100,l), -(637,310,l), -(409,310,l), -(577,1100,l), -(177,1100,l) -); -} -); -width = 1756; -} -); -metricLeft = o; -metricRight = o; -unicode = 1096; -}, -{ -glyphname = "shcha-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "sha-cy"; -}, -{ -alignment = -1; -pos = (1095,0); -ref = "bottom-hook"; -} -); -width = 1427; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "sha-cy"; -}, -{ -alignment = -1; -pos = (1058,0); -ref = "bottom-hook"; -} -); -width = 1519; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "sha-cy"; -}, -{ -alignment = -1; -pos = (1362,0); -ref = "bottom-hook"; -} -); -width = 1915; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "sha-cy"; -}, -{ -alignment = -1; -pos = (1104,0); -ref = "bottom-hook"; -} -); -width = 1437; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "sha-cy"; -}, -{ -alignment = -1; -pos = (1069,0); -ref = "bottom-hook"; -} -); -width = 1530; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "sha-cy"; -}, -{ -alignment = -1; -pos = (1357,0); -ref = "bottom-hook"; -} -); -width = 1911; -} -); -metricLeft = o; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1097; -}, -{ -glyphname = "dzhe-cy"; -lastChange = "2025-05-09 07:40:50 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,0,l), -(510,-254,l), -(560,-254,l), -(560,0,l) -); -}, -{ -pos = (10,1040); -ref = "pe-cy"; -scale = (1,-1); -} -); -width = 1070; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(471,0,l), -(471,-251,l), -(651,-251,l), -(651,0,l) -); -}, -{ -pos = (10,1040); -ref = "pe-cy"; -scale = (1,-1); -} -); -width = 1122; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(495,0,l), -(495,-274,l), -(885,-274,l), -(885,0,l) -); -}, -{ -pos = (10,1099); -ref = "pe-cy"; -scale = (1,-1); -} -); -width = 1380; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,0,l), -(375,-254,l), -(425,-254,l), -(479,0,l) -); -}, -{ -pos = (252,1040); -ref = "pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1090; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,0,l), -(336,-251,l), -(516,-251,l), -(570,0,l) -); -}, -{ -pos = (252,1040); -ref = "pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1142; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(420,0,l), -(362,-274,l), -(752,-274,l), -(810,0,l) -); -}, -{ -pos = (266,1099); -ref = "pe-cy"; -scale = (1,-1); -slant = (24,0); -} -); -width = 1402; -} -); -metricLeft = i; -metricRight = i; -unicode = 1119; -}, -{ -glyphname = "softsign-cy"; -kernLeft = "softsign-cy"; -kernRight = "softsign-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,1040,l), -(100,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(130,577,l), -(512,577,ls), -(694,577,o), -(808,475,o), -(808,312,cs), -(808,149,o), -(694,47,o), -(512,47,cs), -(130,47,l), -(130,0,l), -(512,0,ls), -(725,0,o), -(858,120,o), -(858,312,cs), -(858,504,o), -(725,625,o), -(512,625,cs), -(130,625,l) -); -} -); -width = 918; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,1040,l), -(100,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(191,575,l), -(559,575,ls), -(699,575,o), -(787,494,o), -(787,366,cs), -(787,239,o), -(702,160,o), -(566,160,cs), -(191,160,l), -(191,0,l), -(565,0,ls), -(812,0,o), -(967,141,o), -(967,366,cs), -(967,593,o), -(812,735,o), -(565,735,cs), -(191,735,l) -); -} -); -width = 1027; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(500,0,l), -(500,1100,l), -(100,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(308,564,l), -(634,564,ls), -(722,564,o), -(777,512,o), -(777,428,cs), -(777,343,o), -(722,290,o), -(634,290,cs), -(308,290,l), -(308,0,l), -(712,0,ls), -(998,0,o), -(1177,165,o), -(1177,429,cs), -(1177,690,o), -(998,854,o), -(712,854,cs), -(308,854,l) -); -} -); -width = 1237; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(39,0,l), -(261,1040,l), -(211,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(142,577,l), -(524,577,ls), -(706,577,o), -(798,475,o), -(764,312,cs), -(729,149,o), -(593,47,o), -(411,47,cs), -(29,47,l), -(19,0,l), -(401,0,ls), -(614,0,o), -(773,120,o), -(814,312,cs), -(855,504,o), -(747,625,o), -(534,625,cs), -(152,625,l) -); -} -); -width = 918; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(169,0,l), -(391,1040,l), -(211,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(203,575,l), -(571,575,ls), -(711,575,o), -(781,494,o), -(754,366,cs), -(727,239,o), -(625,160,o), -(489,160,cs), -(114,160,l), -(80,0,l), -(454,0,ls), -(701,0,o), -(886,141,o), -(934,366,cs), -(983,593,o), -(858,735,o), -(611,735,cs), -(237,735,l) -); -} -); -width = 1027; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,0,l), -(383,0,l), -(617,1100,l), -(217,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(311,564,l), -(637,564,ls), -(725,564,o), -(769,512,o), -(751,428,cs), -(733,343,o), -(667,290,o), -(579,290,cs), -(253,290,l), -(191,0,l), -(595,0,ls), -(881,0,o), -(1095,165,o), -(1151,429,cs), -(1207,690,o), -(1063,854,o), -(777,854,cs), -(373,854,l) -); -} -); -width = 1237; -} -); -metricLeft = "en-cy"; -metricRight = o; -unicode = 1100; -}, -{ -glyphname = "yeru-cy"; -kernLeft = b; -kernRight = l; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = top; -pos = (585,1010); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1008,120,ls), -(1008,35,o), -(1057,-19,o), -(1136,-19,cs), -(1173,-19,o), -(1222,-17,o), -(1257,-12,c), -(1248,36,l), -(1201,29,o), -(1162,28,o), -(1138,29,cs), -(1089,33,o), -(1058,68,o), -(1058,119,cs), -(1058,1040,l), -(1008,1040,l) -); -}, -{ -ref = "softsign-cy"; -} -); -width = 1337; -}, -{ -anchors = ( -{ -name = top; -pos = (725,1010); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1124,179,ls), -(1124,58,o), -(1196,-18,o), -(1311,-18,cs), -(1361,-18,o), -(1427,-13,o), -(1482,-6,c), -(1462,151,l), -(1428,144,o), -(1388,141,o), -(1359,143,cs), -(1325,145,o), -(1304,165,o), -(1304,195,cs), -(1304,1040,l), -(1124,1040,l) -); -}, -{ -ref = "softsign-cy"; -} -); -width = 1562; -}, -{ -anchors = ( -{ -name = top; -pos = (924,1070); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1319,329,ls), -(1319,114,o), -(1453,-21,o), -(1666,-21,cs), -(1758,-21,o), -(1843,-17,o), -(1887,-11,c), -(1852,286,l), -(1838,284,o), -(1813,283,o), -(1786,283,cs), -(1745,282,o), -(1719,306,o), -(1719,345,cs), -(1719,1100,l), -(1319,1100,l) -); -}, -{ -ref = "softsign-cy"; -} -); -width = 1967; -}, -{ -anchors = ( -{ -name = top; -pos = (585,1010); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(925,120,ls), -(907,35,o), -(944,-19,o), -(1023,-19,cs), -(1060,-19,o), -(1110,-17,o), -(1146,-12,c), -(1147,36,l), -(1099,29,o), -(1059,28,o), -(1036,29,cs), -(988,33,o), -(964,68,o), -(975,119,cs), -(1171,1040,l), -(1121,1040,l) -); -}, -{ -ref = "softsign-cy"; -} -); -width = 1339; -}, -{ -anchors = ( -{ -name = top; -pos = (725,1010); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1053,179,ls), -(1028,58,o), -(1084,-18,o), -(1199,-18,cs), -(1249,-18,o), -(1316,-13,o), -(1372,-6,c), -(1385,151,l), -(1350,144,o), -(1309,141,o), -(1281,143,cs), -(1247,145,o), -(1230,165,o), -(1237,195,cs), -(1416,1040,l), -(1236,1040,l) -); -}, -{ -ref = "softsign-cy"; -} -); -width = 1564; -}, -{ -anchors = ( -{ -name = top; -pos = (924,1070); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1274,329,ls), -(1229,114,o), -(1334,-21,o), -(1547,-21,cs), -(1639,-21,o), -(1725,-17,o), -(1770,-11,c), -(1798,286,l), -(1784,284,o), -(1758,283,o), -(1731,283,cs), -(1690,282,o), -(1669,306,o), -(1678,345,cs), -(1838,1100,l), -(1438,1100,l) -); -}, -{ -ref = "softsign-cy"; -} -); -width = 1969; -} -); -metricLeft = "softsign-cy"; -unicode = 1099; -}, -{ -glyphname = "hardsign-cy"; -kernRight = b; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,992,l), -(246,992,l), -(246,1040,l), -(-10,1040,l) -); -}, -{ -pos = (91,0); -ref = "softsign-cy"; -} -); -width = 1009; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,880,l), -(247,880,l), -(247,1040,l), -(-20,1040,l) -); -}, -{ -pos = (14,0); -ref = "softsign-cy"; -} -); -width = 1041; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,810,l), -(383,810,l), -(383,1100,l), -(-20,1100,l) -); -}, -{ -pos = (48,0); -ref = "softsign-cy"; -} -); -width = 1285; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,992,l), -(418,992,l), -(428,1040,l), -(172,1040,l) -); -}, -{ -pos = (168,0); -ref = "softsign-cy"; -} -); -width = 1086; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,880,l), -(404,880,l), -(438,1040,l), -(171,1040,l) -); -}, -{ -pos = (98,0); -ref = "softsign-cy"; -} -); -width = 1125; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,810,l), -(518,810,l), -(580,1100,l), -(177,1100,l) -); -}, -{ -pos = (134,0); -ref = "softsign-cy"; -} -); -width = 1371; -} -); -metricLeft = hbar; -metricRight = o; -tags = ( -topbar -); -unicode = 1098; -}, -{ -glyphname = "lje-cy"; -kernLeft = "el-cy"; -kernRight = "softsign-cy"; -lastChange = "2025-05-09 07:41:15 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (884,0); -ref = "softsign-cy"; -}, -{ -ref = "el-cy"; -} -); -width = 1802; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (818,0); -ref = "softsign-cy"; -}, -{ -ref = "el-cy"; -} -); -width = 1845; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (828,0); -ref = "softsign-cy"; -}, -{ -ref = "el-cy"; -} -); -width = 2065; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (828,0); -ref = "softsign-cy"; -}, -{ -ref = "el-cy"; -} -); -width = 1746; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (768,0); -ref = "softsign-cy"; -}, -{ -ref = "el-cy"; -} -); -width = 1795; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (828,0); -ref = "softsign-cy"; -}, -{ -ref = "el-cy"; -} -); -width = 2065; -} -); -metricLeft = "el-cy"; -metricRight = "softsign-cy"; -unicode = 1113; -}, -{ -glyphname = "nje-cy"; -kernLeft = "en-cy"; -kernRight = "softsign-cy"; -lastChange = "2025-05-09 07:36:10 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (779,0); -ref = "softsign-cy"; -} -); -width = 1697; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (731,0); -ref = "softsign-cy"; -} -); -width = 1758; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (759,0); -ref = "softsign-cy"; -} -); -width = 1996; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (779,0); -ref = "softsign-cy"; -} -); -width = 1697; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (731,0); -ref = "softsign-cy"; -} -); -width = 1758; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (759,0); -ref = "softsign-cy"; -} -); -width = 1996; -} -); -metricLeft = "en-cy"; -metricRight = "softsign-cy"; -unicode = 1114; -}, -{ -glyphname = "dze-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = s; -} -); -width = 856; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = s; -} -); -width = 900; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = s; -} -); -width = 1016; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = s; -} -); -width = 876; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = s; -} -); -width = 991; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = s; -} -); -width = 1146; -} -); -unicode = 1109; -}, -{ -glyphname = "e-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1057,0); -ref = "ereversed-cy"; -scale = (-1,1); -} -); -width = 1057; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1111,0); -ref = "ereversed-cy"; -scale = (-1,1); -} -); -width = 1111; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1201,0); -ref = "ereversed-cy"; -scale = (-1,1); -} -); -width = 1201; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (878,0); -ref = "ereversed-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1064; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (931,0); -ref = "ereversed-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1013,0); -ref = "ereversed-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1211; -} -); -metricLeft = o; -metricRight = o; -unicode = 1108; -}, -{ -glyphname = "ereversed-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = top; -pos = (499,1039); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(993,846,o), -(802,1055,o), -(503,1055,cs), -(311,1055,o), -(140,959,o), -(60,807,c), -(100,782,l), -(173,920,o), -(329,1007,o), -(503,1007,cs), -(772,1007,o), -(944,815,o), -(948,509,cs), -(944,214,o), -(772,28,o), -(503,28,cs), -(325,28,o), -(171,117,o), -(104,259,c), -(60,230,l), -(133,76,o), -(304,-20,o), -(503,-20,cs), -(802,-20,o), -(993,186,o), -(997,514,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,487,l), -(966,487,l), -(966,535,l), -(246,535,l) -); -} -); -width = 1057; -}, -{ -anchors = ( -{ -name = top; -pos = (518,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1046,846,o), -(840,1055,o), -(518,1055,cs), -(304,1055,o), -(127,951,o), -(60,785,c), -(207,698,l), -(253,819,o), -(373,895,o), -(518,895,cs), -(732,895,o), -(869,748,o), -(872,513,cs), -(869,284,o), -(732,140,o), -(518,140,cs), -(372,140,o), -(252,214,o), -(207,333,c), -(60,254,l), -(127,86,o), -(304,-20,o), -(518,-20,cs), -(840,-20,o), -(1046,186,o), -(1051,513,cs) -); -}, -{ -closed = 1; -nodes = ( -(309,432,l), -(955,432,l), -(955,589,l), -(309,589,l) -); -} -); -width = 1111; -}, -{ -anchors = ( -{ -name = top; -pos = (531,1098); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1141,899,o), -(906,1124,o), -(532,1124,cs), -(343,1124,o), -(161,1037,o), -(60,898,c), -(286,713,l), -(339,795,o), -(430,847,o), -(522,847,cs), -(684,847,o), -(786,725,o), -(786,531,cs), -(786,352,o), -(684,240,o), -(522,240,cs), -(421,240,o), -(326,285,o), -(276,356,c), -(60,158,l), -(161,38,o), -(343,-37,o), -(532,-37,cs), -(902,-37,o), -(1137,186,o), -(1141,541,cs) -); -}, -{ -closed = 1; -nodes = ( -(370,424,l), -(1019,424,l), -(1019,657,l), -(370,657,l) -); -} -); -width = 1201; -}, -{ -anchors = ( -{ -name = top; -pos = (601,1039); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1061,846,o), -(907,1055,o), -(608,1055,cs), -(416,1055,o), -(228,959,o), -(121,807,c), -(157,782,l), -(254,920,o), -(425,1007,o), -(599,1007,cs), -(868,1007,o), -(1006,815,o), -(957,509,cs), -(900,214,o), -(696,28,o), -(427,28,cs), -(249,28,o), -(110,117,o), -(68,259,c), -(19,230,l), -(65,76,o), -(219,-20,o), -(418,-20,cs), -(717,-20,o), -(945,186,o), -(1006,514,cs) -); -}, -{ -closed = 1; -nodes = ( -(251,487,l), -(971,487,l), -(979,535,l), -(259,535,l) -); -} -); -width = 1068; -}, -{ -anchors = ( -{ -name = top; -pos = (619,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1113,846,o), -(944,1055,o), -(622,1055,cs), -(408,1055,o), -(212,951,o), -(116,785,c), -(248,698,l), -(315,819,o), -(449,895,o), -(594,895,cs), -(808,895,o), -(919,748,o), -(880,513,cs), -(837,284,o), -(674,140,o), -(460,140,cs), -(314,140,o), -(207,214,o), -(183,333,c), -(23,254,l), -(60,86,o), -(218,-20,o), -(432,-20,cs), -(754,-20,o), -(997,186,o), -(1059,513,cs) -); -}, -{ -closed = 1; -nodes = ( -(303,432,l), -(949,432,l), -(977,589,l), -(331,589,l) -); -} -); -width = 1121; -}, -{ -anchors = ( -{ -name = top; -pos = (640,1098); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1215,899,o), -(1019,1124,o), -(645,1124,cs), -(456,1124,o), -(259,1037,o), -(134,898,c), -(327,713,l), -(394,795,o), -(495,847,o), -(587,847,cs), -(749,847,o), -(829,725,o), -(795,531,cs), -(763,352,o), -(641,240,o), -(479,240,cs), -(378,240,o), -(291,285,o), -(254,356,c), -(3,158,l), -(83,38,o), -(252,-37,o), -(441,-37,cs), -(811,-37,o), -(1085,186,o), -(1152,541,cs) -); -}, -{ -closed = 1; -nodes = ( -(360,424,l), -(1009,424,l), -(1050,657,l), -(401,657,l) -); -} -); -width = 1214; -} -); -metricLeft = o; -metricRight = o; -unicode = 1101; -}, -{ -glyphname = "i-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = i; -} -); -width = 290; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = i; -} -); -width = 432; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = i; -} -); -width = 620; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = i; -} -); -width = 350; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = i; -} -); -width = 502; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = i; -} -); -width = 681; -} -); -unicode = 1110; -}, -{ -glyphname = "yi-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-152,207); -ref = dieresiscomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-154,190); -ref = dieresiscomb; -} -); -width = 400; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = idotless; -}, -{ -pos = (-139,150); -ref = dieresiscomb; -} -); -width = 630; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-116,207); -ref = dieresiscomb; -} -); -width = 330; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-127,190); -ref = dieresiscomb; -} -); -width = 480; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = idotless; -}, -{ -alignment = -1; -pos = (-107,150); -ref = dieresiscomb; -} -); -width = 690; -} -); -unicode = 1111; -}, -{ -glyphname = "je-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = j; -} -); -width = 316; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = j; -} -); -width = 443; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = j; -} -); -width = 638; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = j; -} -); -width = 385; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = j; -} -); -width = 518; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = j; -} -); -width = 738; -} -); -unicode = 1112; -}, -{ -glyphname = "tshe-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = hbar; -} -); -width = 1134; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = hbar; -} -); -width = 1187; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = hbar; -} -); -width = 1310; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = hbar; -} -); -width = 1241; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = hbar; -} -); -width = 1302; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = hbar; -} -); -width = 1487; -} -); -metricLeft = hbar; -metricRight = h; -tags = ( -topbar -); -unicode = 1115; -}, -{ -glyphname = "yu-cy"; -kernLeft = ssflat; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(150,0,l), -(150,492,l), -(370,492,l), -(370,540,l), -(150,540,l), -(150,1040,l), -(100,1040,l) -); -}, -{ -pos = (246,0); -ref = o; -} -); -width = 1366; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(280,0,l), -(280,440,l), -(440,440,l), -(440,600,l), -(280,600,l), -(280,1040,l), -(100,1040,l) -); -}, -{ -pos = (277,0); -ref = o; -} -); -width = 1469; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,2,l), -(500,2,l), -(500,401,l), -(641,401,l), -(641,704,l), -(500,704,l), -(500,1100,l), -(100,1100,l) -); -}, -{ -pos = (455,0); -ref = o; -} -); -width = 1771; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(39,0,l), -(144,492,l), -(364,492,l), -(374,540,l), -(154,540,l), -(261,1040,l), -(211,1040,l) -); -}, -{ -pos = (246,0); -ref = o; -} -); -width = 1367; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(169,0,l), -(263,440,l), -(423,440,l), -(457,600,l), -(297,600,l), -(391,1040,l), -(211,1040,l) -); -}, -{ -pos = (277,0); -ref = o; -} -); -width = 1430; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-16,2,l), -(384,2,l), -(469,401,l), -(610,401,l), -(675,704,l), -(534,704,l), -(618,1100,l), -(218,1100,l) -); -}, -{ -pos = (456,0); -ref = o; -} -); -width = 1813; -} -); -metricLeft = "en-cy"; -metricRight = o; -unicode = 1102; -}, -{ -glyphname = "ya-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(762,1,l), -(812,1,l), -(812,1041,l), -(762,1041,l) -); -}, -{ -closed = 1; -nodes = ( -(48,1,l), -(109,1,l), -(407,438,l), -(347,438,l) -); -}, -{ -closed = 1; -nodes = ( -(791,440,l), -(353,440,ls), -(195,440,o), -(80,558,o), -(80,720,cs), -(80,878,o), -(199,993,o), -(363,993,cs), -(791,993,l), -(791,1041,l), -(354,1041,ls), -(166,1041,o), -(30,906,o), -(30,720,cs), -(30,530,o), -(162,392,o), -(344,392,cs), -(791,392,l) -); -} -); -width = 912; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(734,0,l), -(914,0,l), -(914,1040,l), -(734,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(30,0,l), -(246,0,l), -(573,479,l), -(370,479,l) -); -}, -{ -closed = 1; -nodes = ( -(837,512,l), -(442,512,ls), -(318,512,o), -(238,584,o), -(238,695,cs), -(238,807,o), -(318,880,o), -(442,880,cs), -(837,880,l), -(837,1040,l), -(461,1040,ls), -(217,1040,o), -(59,904,o), -(59,695,cs), -(59,487,o), -(217,352,o), -(461,352,cs), -(837,352,l) -); -} -); -width = 1014; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(697,0,l), -(1087,0,l), -(1087,1100,l), -(697,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(52,0,l), -(436,0,l), -(672,408,l), -(309,408,l) -); -}, -{ -closed = 1; -nodes = ( -(890,523,l), -(563,523,ls), -(475,523,o), -(419,578,o), -(419,666,cs), -(419,754,o), -(475,810,o), -(563,810,cs), -(890,810,l), -(890,1100,l), -(498,1100,ls), -(211,1100,o), -(30,943,o), -(30,694,cs), -(30,429,o), -(211,263,o), -(498,263,cs), -(890,263,l) -); -} -); -width = 1187; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(652,1,l), -(702,1,l), -(924,1041,l), -(874,1041,l) -); -}, -{ -closed = 1; -nodes = ( -(-62,1,l), -(4,1,l), -(395,438,l), -(330,438,l) -); -}, -{ -closed = 1; -nodes = ( -(775,440,l), -(327,440,ls), -(175,440,o), -(89,558,o), -(123,720,cs), -(157,878,o), -(304,993,o), -(474,993,cs), -(892,993,l), -(903,1041,l), -(466,1041,ls), -(278,1041,o), -(113,906,o), -(73,720,cs), -(33,530,o), -(136,392,o), -(318,392,cs), -(765,392,l) -); -} -); -width = 913; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(623,0,l), -(803,0,l), -(1025,1040,l), -(845,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(-81,0,l), -(135,0,l), -(564,479,l), -(361,479,l) -); -}, -{ -closed = 1; -nodes = ( -(835,512,l), -(440,512,ls), -(316,512,o), -(252,584,o), -(275,695,cs), -(299,807,o), -(395,880,o), -(519,880,cs), -(914,880,l), -(948,1040,l), -(572,1040,ls), -(328,1040,o), -(141,904,o), -(96,695,cs), -(52,487,o), -(181,352,o), -(425,352,cs), -(801,352,l) -); -} -); -width = 1014; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(608,0,l), -(998,0,l), -(1232,1100,l), -(842,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(-87,0,l), -(327,0,l), -(650,408,l), -(277,408,l) -); -}, -{ -closed = 1; -nodes = ( -(912,523,l), -(585,523,ls), -(497,523,o), -(453,578,o), -(472,666,cs), -(490,754,o), -(558,810,o), -(646,810,cs), -(973,810,l), -(1035,1100,l), -(643,1100,ls), -(356,1100,o), -(142,943,o), -(89,694,cs), -(32,429,o), -(178,263,o), -(465,263,cs), -(857,263,l) -); -} -); -width = 1215; -} -); -metricRight = "en-cy"; -unicode = 1103; -}, -{ -glyphname = "dje-cy"; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = hbar; -}, -{ -pos = (685,0); -ref = hook.small; -} -); -width = 1134; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = hbar; -}, -{ -pos = (699,0); -ref = hook.small; -} -); -width = 1187; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = hbar; -}, -{ -pos = (552,0); -ref = hook.small; -} -); -width = 1310; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = hbar; -}, -{ -pos = (742,0); -ref = hook.small; -} -); -width = 1241; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = hbar; -}, -{ -pos = (763,0); -ref = hook.small; -} -); -width = 1302; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = hbar; -}, -{ -pos = (686,0); -ref = hook.small; -} -); -width = 1487; -} -); -metricLeft = hbar; -metricRight = h; -tags = ( -hook, -topbar -); -unicode = 1106; -}, -{ -glyphname = "fita-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,510,l), -(184,481,o), -(303,462,o), -(423,462,cs), -(547,462,o), -(658,530,o), -(782,530,cs), -(880,530,o), -(991,508,o), -(1071,472,c), -(1085,518,l), -(989,555,o), -(869,578,o), -(773,578,cs), -(651,578,o), -(536,510,o), -(417,510,cs), -(288,510,o), -(173,529,o), -(118,558,c) -); -}, -{ -ref = o; -} -); -width = 1145; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,462,l), -(309,432,o), -(398,414,o), -(484,414,cs), -(579,414,o), -(679,472,o), -(775,472,cs), -(826,472,o), -(903,453,o), -(974,424,c), -(974,577,l), -(914,607,o), -(827,627,o), -(750,627,cs), -(656,627,o), -(560,569,o), -(469,569,cs), -(382,569,o), -(296,589,o), -(247,623,c) -); -}, -{ -ref = o; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -attr = { -strokePos = 0; -}; -closed = 1; -nodes = ( -(444,471,l), -(490,442,o), -(549,423,o), -(600,423,cs), -(675,423,o), -(729,461,o), -(804,461,cs), -(870,461,o), -(931,454,o), -(961,443,c), -(961,614,l), -(909,646,o), -(842,666,o), -(785,666,cs), -(713,666,o), -(660,628,o), -(590,628,cs), -(536,628,o), -(477,636,o), -(438,648,c) -); -}, -{ -ref = o; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,510,l), -(184,481,o), -(303,462,o), -(423,462,cs), -(547,462,o), -(658,530,o), -(782,530,cs), -(880,530,o), -(991,508,o), -(1071,472,c), -(1085,518,l), -(989,555,o), -(869,578,o), -(773,578,cs), -(651,578,o), -(536,510,o), -(417,510,cs), -(288,510,o), -(173,529,o), -(118,558,c) -); -}, -{ -ref = o; -} -); -width = 1145; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(255,462,l), -(309,432,o), -(398,414,o), -(484,414,cs), -(579,414,o), -(679,472,o), -(775,472,cs), -(826,472,o), -(903,453,o), -(974,424,c), -(974,577,l), -(914,607,o), -(827,627,o), -(750,627,cs), -(656,627,o), -(560,569,o), -(469,569,cs), -(382,569,o), -(296,589,o), -(247,623,c) -); -}, -{ -ref = o; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -attr = { -strokePos = 0; -}; -closed = 1; -nodes = ( -(444,471,l), -(490,442,o), -(549,423,o), -(600,423,cs), -(675,423,o), -(729,461,o), -(804,461,cs), -(870,461,o), -(931,454,o), -(961,443,c), -(961,614,l), -(909,646,o), -(842,666,o), -(785,666,cs), -(713,666,o), -(660,628,o), -(590,628,cs), -(536,628,o), -(477,636,o), -(438,648,c) -); -}, -{ -ref = o; -} -); -width = 1357; -} -); -metricLeft = o; -metricRight = o; -unicode = 1139; -}, -{ -glyphname = "izhitsa-cy"; -kernLeft = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(580,0,l), -(955,960,ls), -(966,989,o), -(994,1007,o), -(1026,1007,cs), -(1055,1007,o), -(1089,1003,o), -(1116,997,c), -(1122,1044,l), -(1098,1051,o), -(1060,1055,o), -(1025,1055,cs), -(974,1055,o), -(929,1023,o), -(909,973,cs), -(549,58,l), -(547,58,l), -(74,1040,l), -(20,1040,l), -(517,0,l) -); -} -); -width = 1142; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(708,0,l), -(1034,834,ls), -(1049,872,o), -(1073,894,o), -(1107,894,cs), -(1135,894,o), -(1169,889,o), -(1203,879,c), -(1214,1037,l), -(1174,1048,o), -(1130,1054,o), -(1090,1054,cs), -(982,1054,o), -(909,1004,o), -(875,916,cs), -(593,186,l), -(584,186,l), -(213,1041,l), -(10,1041,l), -(479,0,l) -); -} -); -width = 1224; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(932,0,l), -(1182,753,ls), -(1195,792,o), -(1231,817,o), -(1276,817,cs), -(1287,817,o), -(1320,811,o), -(1361,801,c), -(1401,1092,l), -(1334,1112,o), -(1238,1124,o), -(1152,1124,cs), -(1000,1124,o), -(889,1042,o), -(854,917,cs), -(698,364,l), -(680,364,l), -(456,1100,l), -(10,1100,l), -(469,0,l) -); -} -); -width = 1411; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(460,0,l), -(1039,960,ls), -(1056,989,o), -(1083,1007,o), -(1115,1007,cs), -(1144,1007,o), -(1177,1003,o), -(1203,997,c), -(1219,1044,l), -(1196,1051,o), -(1159,1055,o), -(1124,1055,cs), -(1073,1055,o), -(1021,1023,o), -(991,973,cs), -(436,58,l), -(434,58,l), -(170,1040,l), -(121,1040,l), -(397,0,l) -); -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(598,0,l), -(1101,834,ls), -(1124,872,o), -(1143,894,o), -(1177,894,cs), -(1205,894,o), -(1238,889,o), -(1270,879,c), -(1314,1037,l), -(1277,1048,o), -(1234,1054,o), -(1194,1054,cs), -(1086,1054,o), -(1003,1004,o), -(950,916,cs), -(513,186,l), -(504,186,l), -(314,1041,l), -(121,1041,l), -(369,0,l) -); -} -); -width = 1214; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(816,0,l), -(1226,753,ls), -(1248,794,o), -(1280,817,o), -(1313,817,cs), -(1325,817,o), -(1355,811,o), -(1395,801,c), -(1497,1092,l), -(1433,1112,o), -(1344,1124,o), -(1254,1124,cs), -(1102,1124,o), -(977,1049,o), -(912,917,cs), -(639,364,l), -(621,364,l), -(553,1100,l), -(127,1100,l), -(353,0,l) -); -} -); -width = 1392; -} -); -metricLeft = v; -metricRight = v; -unicode = 1141; -}, -{ -glyphname = "zhedescender-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -alignment = -1; -pos = (1140,0); -ref = "bottom-hook"; -} -); -width = 1472; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -alignment = -1; -pos = (1061,0); -ref = "bottom-hook"; -} -); -width = 1522; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -alignment = -1; -pos = (1467,0); -ref = "bottom-hook"; -} -); -width = 2020; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -alignment = -1; -pos = (1160,0); -ref = "bottom-hook"; -} -); -width = 1493; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -alignment = -1; -pos = (1131,0); -ref = "bottom-hook"; -} -); -width = 1592; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -alignment = -1; -pos = (1467,0); -ref = "bottom-hook"; -} -); -width = 2021; -} -); -metricLeft = x; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1175; -}, -{ -glyphname = "zedescender-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ze-cy"; -}, -{ -pos = (337,2); -ref = cedillacomb; -} -); -width = 1002; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ze-cy"; -}, -{ -pos = (270,2); -ref = cedillacomb; -} -); -width = 1008; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ze-cy"; -}, -{ -pos = (360,-18); -ref = cedillacomb; -} -); -width = 1259; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "ze-cy"; -}, -{ -pos = (349,2); -ref = cedillacomb; -} -); -width = 1005; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "ze-cy"; -}, -{ -alignment = -1; -pos = (261,2); -ref = cedillacomb; -} -); -width = 1089; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ze-cy"; -}, -{ -alignment = -1; -pos = (479,-18); -ref = cedillacomb; -} -); -width = 1342; -} -); -unicode = 1177; -}, -{ -glyphname = "kadescender-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -alignment = -1; -pos = (688,0); -ref = "bottom-hook"; -} -); -width = 1020; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -alignment = -1; -pos = (708,0); -ref = "bottom-hook"; -} -); -width = 1169; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -alignment = -1; -pos = (879,0); -ref = "bottom-hook"; -} -); -width = 1432; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -alignment = -1; -pos = (688,0); -ref = "bottom-hook"; -} -); -width = 1021; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -alignment = -1; -pos = (718,0); -ref = "bottom-hook"; -} -); -width = 1179; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "ka-cy"; -}, -{ -alignment = -1; -pos = (889,0); -ref = "bottom-hook"; -} -); -width = 1443; -} -); -metricLeft = "en-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1179; -}, -{ -glyphname = "kaverticalstroke-cy"; -kernRight = "ka-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,492,l), -(936,1040,l), -(867,1040,l), -(372,542,l), -(146,542,l), -(146,492,l) -); -}, -{ -closed = 1; -nodes = ( -(150,0,l), -(150,1040,l), -(100,1040,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(970,0,l), -(397,529,l), -(360,497,l), -(893,0,l) -); -}, -{ -closed = 1; -nodes = ( -(243,246,l), -(293,246,l), -(293,788,l), -(243,788,l) -); -} -); -width = 990; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(592,444,l), -(1068,1041,l), -(846,1041,l), -(515,603,l), -(252,603,l), -(252,444,l) -); -}, -{ -closed = 1; -nodes = ( -(279,0,l), -(279,1041,l), -(100,1041,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1100,0,l), -(606,568,l), -(479,456,l), -(864,0,l) -); -}, -{ -closed = 1; -nodes = ( -(331,254,l), -(471,254,l), -(471,793,l), -(331,793,l) -); -} -); -width = 1120; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(964,384,l), -(1457,1100,l), -(987,1100,l), -(756,686,l), -(483,686,l), -(483,384,l) -); -}, -{ -closed = 1; -nodes = ( -(500,0,l), -(500,1100,l), -(100,1100,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1476,1,l), -(1070,608,l), -(763,451,l), -(1001,1,l) -); -}, -{ -closed = 1; -nodes = ( -(542,244,l), -(722,244,l), -(722,826,l), -(542,826,l) -); -} -); -width = 1496; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,492,l), -(1047,1040,l), -(978,1040,l), -(377,542,l), -(151,542,l), -(140,492,l) -); -}, -{ -closed = 1; -nodes = ( -(39,0,l), -(261,1040,l), -(211,1040,l), -(-11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(859,0,l), -(399,529,l), -(355,497,l), -(782,0,l) -); -}, -{ -closed = 1; -nodes = ( -(185,246,l), -(235,246,l), -(350,788,l), -(300,788,l) -); -} -); -width = 990; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(576,444,l), -(1179,1041,l), -(957,1041,l), -(533,603,l), -(270,603,l), -(236,444,l) -); -}, -{ -closed = 1; -nodes = ( -(168,0,l), -(390,1041,l), -(211,1041,l), -(-11,0,l) -); -}, -{ -closed = 1; -nodes = ( -(989,0,l), -(616,568,l), -(465,456,l), -(753,0,l) -); -}, -{ -closed = 1; -nodes = ( -(274,254,l), -(414,254,l), -(529,793,l), -(389,793,l) -); -} -); -width = 1120; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(929,384,l), -(1574,1100,l), -(1104,1100,l), -(785,686,l), -(512,686,l), -(448,384,l) -); -}, -{ -closed = 1; -nodes = ( -(383,0,l), -(617,1100,l), -(217,1100,l), -(-17,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1359,1,l), -(1082,608,l), -(742,451,l), -(884,1,l) -); -}, -{ -closed = 1; -nodes = ( -(477,244,l), -(657,244,l), -(781,826,l), -(601,826,l) -); -} -); -width = 1496; -} -); -metricLeft = "en-cy"; -metricRight = "ka-cy"; -unicode = 1181; -}, -{ -glyphname = "kastroke-cy"; -kernRight = "ka-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(333,488,l), -(891,1040,l), -(823,1040,l), -(318,536,l), -(233,536,l), -(233,488,l) -); -}, -{ -closed = 1; -nodes = ( -(259,0,l), -(259,1520,l), -(209,1520,l), -(209,0,l) -); -}, -{ -closed = 1; -nodes = ( -(963,0,l), -(341,530,l), -(306,497,l), -(889,0,l) -); -}, -{ -pos = (-110,62); -ref = topbar; -} -); -width = 983; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(489,426,l), -(994,1040,l), -(760,1040,l), -(403,603,l), -(260,603,l), -(260,426,l) -); -}, -{ -closed = 1; -nodes = ( -(359,0,l), -(359,1520,l), -(179,1520,l), -(179,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1016,0,l), -(503,568,l), -(377,456,l), -(780,0,l) -); -}, -{ -pos = (-120,32); -ref = topbar; -} -); -width = 1036; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(746,331,l), -(1279,1100,l), -(839,1100,l), -(549,665,l), -(375,665,l), -(375,331,l) -); -}, -{ -closed = 1; -nodes = ( -(517,0,l), -(517,1520,l), -(117,1520,l), -(117,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1278,1,l), -(852,608,l), -(545,451,l), -(833,1,l) -); -}, -{ -pos = (-120,11); -ref = topbar; -} -); -width = 1299; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(397,488,l), -(1073,1040,l), -(998,1040,l), -(387,542,l), -(302,542,l), -(290,488,l) -); -}, -{ -closed = 1; -nodes = ( -(212,0,l), -(536,1520,l), -(486,1520,l), -(162,0,l) -); -}, -{ -closed = 1; -nodes = ( -(916,0,l), -(407,530,l), -(371,497,l), -(848,0,l) -); -}, -{ -pos = (-25,62); -ref = topbar; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(554,426,l), -(1190,1040,l), -(946,1040,l), -(496,603,l), -(353,603,l), -(315,426,l) -); -}, -{ -closed = 1; -nodes = ( -(323,0,l), -(647,1520,l), -(467,1520,l), -(143,0,l) -); -}, -{ -closed = 1; -nodes = ( -(980,0,l), -(588,568,l), -(450,456,l), -(756,0,l) -); -}, -{ -pos = (-34,32); -ref = topbar; -} -); -width = 1111; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(808,331,l), -(1484,1100,l), -(1044,1100,l), -(662,665,l), -(488,665,l), -(417,331,l) -); -}, -{ -closed = 1; -nodes = ( -(488,0,l), -(812,1520,l), -(412,1520,l), -(88,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1250,1,l), -(953,608,l), -(632,451,l), -(825,1,l) -); -}, -{ -pos = (-37,11); -ref = topbar; -} -); -width = 1387; -} -); -metricLeft = hbar; -metricRight = "ka-cy"; -tags = ( -topbar -); -unicode = 1183; -}, -{ -glyphname = "kabashkir-cy"; -kernRight = "ka-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,992,l), -(253,992,l), -(253,1040,l), -(-10,1040,l) -); -}, -{ -pos = (104,0); -ref = "ka-cy"; -} -); -width = 1024; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,880,l), -(283,880,l), -(283,1040,l), -(-20,1040,l) -); -}, -{ -pos = (64,0); -ref = "ka-cy"; -} -); -width = 1084; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,800,l), -(353,800,l), -(353,1100,l), -(-20,1100,l) -); -}, -{ -pos = (34,0); -ref = "ka-cy"; -} -); -width = 1340; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,992,l), -(425,992,l), -(435,1040,l), -(172,1040,l) -); -}, -{ -pos = (161,0); -ref = "ka-cy"; -} -); -width = 1081; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,880,l), -(440,880,l), -(474,1040,l), -(171,1040,l) -); -}, -{ -pos = (141,0); -ref = "ka-cy"; -} -); -width = 1161; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,800,l), -(486,800,l), -(550,1100,l), -(177,1100,l) -); -}, -{ -pos = (119,0); -ref = "ka-cy"; -} -); -width = 1425; -} -); -metricLeft = hbar; -metricRight = "ka-cy"; -unicode = 1185; -}, -{ -glyphname = "endescender-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (775,0); -ref = "bottom-hook"; -} -); -width = 1107; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (780,0); -ref = "bottom-hook"; -} -); -width = 1241; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (918,0); -ref = "bottom-hook"; -} -); -width = 1471; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (775,0); -ref = "bottom-hook"; -} -); -width = 1108; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (780,0); -ref = "bottom-hook"; -} -); -width = 1241; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -alignment = -1; -pos = (918,0); -ref = "bottom-hook"; -} -); -width = 1472; -} -); -metricLeft = "en-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1187; -}, -{ -glyphname = uni04A5; -lastChange = "2025-05-08 06:18:42 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -closed = 1; -nodes = ( -(890,992,l), -(1630,992,l), -(1630,1040,l), -(890,1040,l) -); -} -); -width = 1650; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -closed = 1; -nodes = ( -(970,880,l), -(1610,880,l), -(1610,1040,l), -(970,1040,l) -); -} -); -width = 1630; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -closed = 1; -nodes = ( -(970,830,l), -(1767,830,l), -(1767,1100,l), -(970,1100,l) -); -} -); -width = 1787; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -closed = 1; -nodes = ( -(995,992,l), -(1735,992,l), -(1745,1040,l), -(1005,1040,l) -); -} -); -width = 1655; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -closed = 1; -nodes = ( -(1003,880,l), -(1643,880,l), -(1677,1040,l), -(1037,1040,l) -); -} -); -width = 1586; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -closed = 1; -nodes = ( -(1091,830,l), -(1888,830,l), -(1946,1100,l), -(1149,1100,l) -); -} -); -width = 1849; -} -); -metricRight = "Tse-cy"; -unicode = 1189; -}, -{ -glyphname = "pedescender-cy"; -kernLeft = ssflat; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:42:13 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -alignment = -1; -pos = (822,0); -ref = "bottom-hook"; -} -); -width = 1154; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -alignment = -1; -pos = (812,0); -ref = "bottom-hook"; -} -); -width = 1273; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -alignment = -1; -pos = (962,0); -ref = "bottom-hook"; -} -); -width = 1515; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -alignment = -1; -pos = (752,0); -ref = "bottom-hook"; -} -); -width = 1085; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -alignment = -1; -pos = (717,0); -ref = "bottom-hook"; -} -); -width = 1178; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -alignment = -1; -pos = (948,0); -ref = "bottom-hook"; -} -); -width = 1502; -} -); -metricLeft = "en-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1317; -}, -{ -glyphname = "pemiddlehook-cy"; -kernLeft = ssflat; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -closed = 1; -nodes = ( -(923,477,l), -(1005,526,o), -(1104,557,o), -(1179,557,cs), -(1417,557,o), -(1567,417,o), -(1567,193,cs), -(1567,-36,o), -(1424,-179,o), -(1196,-179,cs), -(1141,-179,o), -(1078,-171,o), -(1032,-159,c), -(1019,-203,l), -(1056,-218,o), -(1125,-227,o), -(1198,-227,cs), -(1455,-227,o), -(1617,-67,o), -(1617,189,cs), -(1617,445,o), -(1450,605,o), -(1183,605,cs), -(1111,605,o), -(1009,576,o), -(918,531,c) -); -} -); -width = 1677; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -closed = 1; -nodes = ( -(972,362,l), -(1020,395,o), -(1102,416,o), -(1184,416,cs), -(1352,416,o), -(1457,316,o), -(1457,158,cs), -(1457,-13,o), -(1360,-121,o), -(1206,-121,cs), -(1166,-121,o), -(1111,-114,o), -(1064,-104,c), -(1042,-256,l), -(1082,-271,o), -(1151,-280,o), -(1221,-280,cs), -(1475,-280,o), -(1635,-115,o), -(1635,149,cs), -(1635,409,o), -(1465,573,o), -(1193,573,cs), -(1121,573,o), -(1036,553,o), -(972,520,c) -); -} -); -width = 1695; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -closed = 1; -nodes = ( -(1286,258,l), -(1320,291,o), -(1380,312,o), -(1440,312,cs), -(1574,312,o), -(1658,243,o), -(1658,133,cs), -(1658,8,o), -(1583,-71,o), -(1463,-71,cs), -(1405,-71,o), -(1357,-68,o), -(1339,-62,c), -(1317,-316,l), -(1363,-332,o), -(1434,-342,o), -(1502,-342,cs), -(1831,-342,o), -(2038,-158,o), -(2038,135,cs), -(2038,414,o), -(1838,589,o), -(1520,589,cs), -(1436,589,o), -(1345,564,o), -(1286,525,c) -); -} -); -width = 2098; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -closed = 1; -nodes = ( -(924,477,l), -(1017,526,o), -(1122,557,o), -(1197,557,cs), -(1435,557,o), -(1555,417,o), -(1508,193,cs), -(1459,-36,o), -(1286,-179,o), -(1058,-179,cs), -(1003,-179,o), -(941,-171,o), -(898,-159,c), -(876,-203,l), -(909,-218,o), -(977,-227,o), -(1050,-227,cs), -(1307,-227,o), -(1503,-67,o), -(1557,189,cs), -(1611,445,o), -(1478,605,o), -(1211,605,cs), -(1139,605,o), -(1031,576,o), -(931,531,c) -); -} -); -width = 1687; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -closed = 1; -nodes = ( -(948,362,l), -(1003,395,o), -(1089,416,o), -(1171,416,cs), -(1339,416,o), -(1423,316,o), -(1389,158,cs), -(1353,-13,o), -(1233,-121,o), -(1079,-121,cs), -(1039,-121,o), -(986,-114,o), -(941,-104,c), -(886,-256,l), -(923,-271,o), -(990,-280,o), -(1060,-280,cs), -(1314,-280,o), -(1509,-115,o), -(1566,149,cs), -(1621,409,o), -(1486,573,o), -(1214,573,cs), -(1142,573,o), -(1052,553,o), -(981,520,c) -); -} -); -width = 1705; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "pe-cy"; -}, -{ -closed = 1; -nodes = ( -(1245,258,l), -(1286,291,o), -(1350,312,o), -(1410,312,cs), -(1544,312,o), -(1613,243,o), -(1590,133,cs), -(1563,8,o), -(1472,-71,o), -(1352,-71,cs), -(1294,-71,o), -(1246,-68,o), -(1230,-62,c), -(1154,-316,l), -(1196,-332,o), -(1265,-342,o), -(1333,-342,cs), -(1662,-342,o), -(1908,-158,o), -(1970,135,cs), -(2030,414,o), -(1867,589,o), -(1549,589,cs), -(1465,589,o), -(1369,564,o), -(1301,525,c) -); -} -); -width = 2118; -} -); -metricLeft = "en-cy"; -metricRight = o; -unicode = 1191; -}, -{ -glyphname = "haabkhasian-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(244,1058,o), -(60,862,o), -(60,550,cs), -(60,201,o), -(302,-18,o), -(687,-18,cs), -(1185,-18,o), -(1497,210,o), -(1497,574,cs), -(1497,871,o), -(1330,1058,o), -(1063,1058,cs), -(796,1058,o), -(629,871,o), -(629,574,cs), -(629,210,o), -(983,-18,o), -(1548,-17,c), -(1548,30,l), -(1014,28,o), -(679,238,o), -(679,574,cs), -(679,842,o), -(829,1010,o), -(1068,1010,cs), -(1301,1010,o), -(1448,842,o), -(1448,574,cs), -(1448,239,o), -(1154,28,o), -(687,28,cs), -(333,28,o), -(110,229,o), -(110,550,cs), -(110,833,o), -(275,1010,o), -(538,1010,c), -(538,1058,l) -); -} -); -width = 1608; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,1061,o), -(60,861,o), -(60,542,cs), -(60,198,o), -(302,-18,o), -(688,-18,cs), -(1187,-18,o), -(1501,215,o), -(1501,586,cs), -(1501,878,o), -(1333,1061,o), -(1066,1061,cs), -(805,1061,o), -(641,878,o), -(641,586,cs), -(641,215,o), -(1000,-18,o), -(1572,-17,c), -(1572,144,l), -(1104,133,o), -(810,303,o), -(810,586,cs), -(810,780,o), -(910,901,o), -(1070,901,cs), -(1224,901,o), -(1321,780,o), -(1321,586,cs), -(1321,313,o), -(1077,142,o), -(688,142,cs), -(413,142,o), -(240,296,o), -(240,542,cs), -(240,763,o), -(363,901,o), -(559,901,c), -(559,1061,l) -); -} -); -width = 1632; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(303,1126,o), -(60,902,o), -(60,544,cs), -(60,188,o), -(339,-36,o), -(784,-36,cs), -(1395,-36,o), -(1779,217,o), -(1779,620,cs), -(1779,930,o), -(1575,1125,o), -(1250,1125,cs), -(948,1125,o), -(758,930,o), -(758,620,cs), -(758,216,o), -(1145,-37,o), -(1824,-36,c), -(1824,234,l), -(1343,231,o), -(1081,384,o), -(1081,631,cs), -(1081,750,o), -(1140,825,o), -(1235,825,cs), -(1331,825,o), -(1391,750,o), -(1391,631,cs), -(1391,380,o), -(1157,223,o), -(784,223,cs), -(565,223,o), -(428,347,o), -(428,544,cs), -(428,738,o), -(529,860,o), -(691,860,c), -(691,1126,l) -); -} -); -width = 1884; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(341,1058,o), -(122,862,o), -(67,550,cs), -(6,201,o), -(209,-18,o), -(594,-18,cs), -(1092,-18,o), -(1444,210,o), -(1509,574,cs), -(1561,871,o), -(1427,1058,o), -(1160,1058,cs), -(893,1058,o), -(693,871,o), -(641,574,cs), -(576,210,o), -(890,-18,o), -(1455,-17,c), -(1464,30,l), -(929,28,o), -(631,238,o), -(691,574,cs), -(738,842,o), -(917,1010,o), -(1156,1010,cs), -(1389,1010,o), -(1507,842,o), -(1460,574,cs), -(1400,239,o), -(1069,28,o), -(602,28,cs), -(248,28,o), -(61,229,o), -(117,550,cs), -(167,833,o), -(363,1010,o), -(626,1010,c), -(635,1058,l) -); -} -); -width = 1629; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,1061,o), -(121,861,o), -(65,542,cs), -(4,198,o), -(208,-18,o), -(594,-18,cs), -(1093,-18,o), -(1448,215,o), -(1513,586,cs), -(1565,878,o), -(1429,1061,o), -(1162,1061,cs), -(901,1061,o), -(705,878,o), -(653,586,cs), -(588,215,o), -(906,-18,o), -(1478,-17,c), -(1506,144,l), -(1036,133,o), -(772,303,o), -(822,586,cs), -(857,780,o), -(978,901,o), -(1138,901,cs), -(1292,901,o), -(1368,780,o), -(1333,586,cs), -(1285,313,o), -(1011,142,o), -(622,142,cs), -(347,142,o), -(201,296,o), -(245,542,cs), -(284,763,o), -(431,901,o), -(627,901,c), -(655,1061,l) -); -} -); -width = 1652; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(404,1126,o), -(122,902,o), -(59,544,cs), -(-4,188,o), -(236,-36,o), -(681,-36,cs), -(1292,-36,o), -(1720,217,o), -(1791,620,cs), -(1846,930,o), -(1676,1125,o), -(1351,1125,cs), -(1049,1125,o), -(825,930,o), -(770,620,cs), -(699,216,o), -(1041,-37,o), -(1721,-36,c), -(1768,234,l), -(1287,231,o), -(1052,384,o), -(1095,631,cs), -(1116,750,o), -(1188,825,o), -(1283,825,cs), -(1379,825,o), -(1426,750,o), -(1405,631,cs), -(1361,380,o), -(1099,223,o), -(726,223,cs), -(507,223,o), -(392,347,o), -(427,544,cs), -(461,738,o), -(584,860,o), -(746,860,c), -(792,1126,l) -); -} -); -width = 1906; -} -); -metricLeft = o; -metricRight = o; -unicode = 1193; -}, -{ -glyphname = "esdescender-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = ccedilla; -} -); -width = 1051; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = ccedilla; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = ccedilla; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = ccedilla; -} -); -width = 1063; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = ccedilla; -} -); -width = 1177; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = ccedilla; -} -); -width = 1308; -} -); -unicode = 1195; -}, -{ -glyphname = "tedescender-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "te-cy"; -}, -{ -alignment = -1; -pos = (399,0); -ref = "bottom-hook"; -} -); -width = 1016; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "te-cy"; -}, -{ -alignment = -1; -pos = (403,0); -ref = "bottom-hook"; -} -); -width = 1078; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "te-cy"; -}, -{ -alignment = -1; -pos = (483,0); -ref = "bottom-hook"; -} -); -width = 1225; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "te-cy"; -}, -{ -alignment = -1; -pos = (389,0); -ref = "bottom-hook"; -} -); -width = 1016; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "te-cy"; -}, -{ -alignment = -1; -pos = (403,0); -ref = "bottom-hook"; -} -); -width = 1078; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "te-cy"; -}, -{ -alignment = -1; -pos = (483,0); -ref = "bottom-hook"; -} -); -width = 1225; -} -); -metricLeft = "te-cy"; -metricRight = "te-cy"; -tags = ( -"descender-square" -); -unicode = 1197; -}, -{ -glyphname = "ustraight-cy"; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (541,25); -}, -{ -name = top; -pos = (538,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(563,-36,l), -(1056,1040,l), -(999,1040,l), -(541,31,l), -(537,31,l), -(77,1040,l), -(20,1040,l), -(515,-36,l) -); -}, -{ -closed = 1; -nodes = ( -(512,-360,l), -(566,-360,l), -(566,26,l), -(512,26,l) -); -} -); -width = 1076; -}, -{ -anchors = ( -{ -name = bottom; -pos = (549,24); -}, -{ -name = top; -pos = (552,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(634,0,l), -(1094,1040,l), -(887,1040,l), -(557,210,l), -(545,210,l), -(217,1040,l), -(10,1040,l), -(473,0,l) -); -}, -{ -closed = 1; -nodes = ( -(463,-360,l), -(643,-360,l), -(643,121,l), -(463,121,l) -); -} -); -width = 1104; -}, -{ -anchors = ( -{ -name = bottom; -pos = (680,27); -}, -{ -name = top; -pos = (680,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(863,-2,l), -(1350,1100,l), -(901,1100,l), -(689,378,l), -(671,378,l), -(459,1100,l), -(10,1100,l), -(497,-2,l) -); -}, -{ -closed = 1; -nodes = ( -(481,-374,l), -(881,-374,l), -(881,64,l), -(481,64,l) -); -} -); -width = 1360; -}, -{ -anchors = ( -{ -name = bottom; -pos = (426,25); -}, -{ -name = top; -pos = (639,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(435,-36,l), -(1157,1040,l), -(1100,1040,l), -(427,31,l), -(423,31,l), -(178,1040,l), -(121,1040,l), -(387,-36,l) -); -}, -{ -closed = 1; -nodes = ( -(315,-360,l), -(369,-360,l), -(451,26,l), -(397,26,l) -); -} -); -width = 1056; -}, -{ -anchors = ( -{ -name = bottom; -pos = (444,24); -}, -{ -name = top; -pos = (663,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(524,0,l), -(1205,1040,l), -(998,1040,l), -(491,210,l), -(479,210,l), -(328,1040,l), -(121,1040,l), -(363,0,l) -); -}, -{ -closed = 1; -nodes = ( -(276,-360,l), -(456,-360,l), -(558,121,l), -(378,121,l) -); -} -); -width = 1104; -}, -{ -anchors = ( -{ -name = bottom; -pos = (569,27); -}, -{ -name = top; -pos = (797,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(745,-2,l), -(1467,1100,l), -(1018,1100,l), -(652,378,l), -(634,378,l), -(576,1100,l), -(127,1100,l), -(379,-2,l) -); -}, -{ -closed = 1; -nodes = ( -(284,-374,l), -(684,-374,l), -(777,64,l), -(377,64,l) -); -} -); -width = 1360; -} -); -metricLeft = v; -metricRight = v; -unicode = 1199; -}, -{ -glyphname = "ustraightstroke-cy"; -kernLeft = v; -kernRight = v; -lastChange = "2025-05-09 07:41:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(168,-25,l), -(908,-25,l), -(908,23,l), -(168,23,l) -); -}, -{ -ref = "ustraight-cy"; -} -); -width = 1076; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,-85,l), -(957,-85,l), -(957,75,l), -(147,75,l) -); -}, -{ -ref = "ustraight-cy"; -} -); -width = 1104; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,-152,l), -(1158,-152,l), -(1158,108,l), -(202,108,l) -); -}, -{ -ref = "ustraight-cy"; -} -); -width = 1360; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(43,-25,l), -(783,-25,l), -(793,23,l), -(53,23,l) -); -}, -{ -ref = "ustraight-cy"; -} -); -width = 1056; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(0,-85,l), -(810,-85,l), -(844,75,l), -(34,75,l) -); -}, -{ -ref = "ustraight-cy"; -} -); -width = 1104; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(44,-152,l), -(1000,-152,l), -(1056,108,l), -(100,108,l) -); -}, -{ -ref = "ustraight-cy"; -} -); -width = 1360; -} -); -metricLeft = v; -metricRight = v; -tags = ( -topbar -); -unicode = 1201; -}, -{ -glyphname = "hadescender-cy"; -kernLeft = x; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = x; -}, -{ -alignment = -1; -pos = (814,0); -ref = "bottom-hook"; -} -); -width = 1146; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = x; -}, -{ -alignment = -1; -pos = (784,0); -ref = "bottom-hook"; -} -); -width = 1245; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = x; -}, -{ -alignment = -1; -pos = (938,0); -ref = "bottom-hook"; -} -); -width = 1491; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = x; -}, -{ -alignment = -1; -pos = (814,0); -ref = "bottom-hook"; -} -); -width = 1147; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = x; -}, -{ -alignment = -1; -pos = (784,0); -ref = "bottom-hook"; -} -); -width = 1245; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = x; -}, -{ -alignment = -1; -pos = (938,0); -ref = "bottom-hook"; -} -); -width = 1492; -} -); -metricLeft = x; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1203; -}, -{ -glyphname = "tetse-cy"; -kernLeft = "tetse-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,992,l), -(537,992,l), -(537,1040,l), -(-10,1040,l) -); -}, -{ -pos = (108,0); -ref = "tse-cy"; -} -); -width = 1195; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,880,l), -(597,880,l), -(597,1040,l), -(-20,1040,l) -); -}, -{ -pos = (66,0); -ref = "tse-cy"; -} -); -width = 1240; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-20,830,l), -(697,830,l), -(697,1100,l), -(-20,1100,l) -); -}, -{ -pos = (14,0); -ref = "tse-cy"; -} -); -width = 1502; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(162,992,l), -(709,992,l), -(719,1040,l), -(172,1040,l) -); -}, -{ -pos = (175,0); -ref = "tse-cy"; -} -); -width = 1264; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,880,l), -(754,880,l), -(788,1040,l), -(171,1040,l) -); -}, -{ -pos = (130,0); -ref = "tse-cy"; -} -); -width = 1319; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,830,l), -(837,830,l), -(895,1100,l), -(178,1100,l) -); -}, -{ -pos = (73,0); -ref = "tse-cy"; -} -); -width = 1558; -} -); -metricLeft = hbar; -metricRight = "Tse-cy"; -tags = ( -"descender-square", -topbar -); -unicode = 1205; -}, -{ -glyphname = "chedescender-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (730,0); -ref = "bottom-hook"; -} -); -width = 1062; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (709,0); -ref = "bottom-hook"; -} -); -width = 1170; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (849,0); -ref = "bottom-hook"; -} -); -width = 1402; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (730,0); -ref = "bottom-hook"; -} -); -width = 1063; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (709,0); -ref = "bottom-hook"; -} -); -width = 1170; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (849,0); -ref = "bottom-hook"; -} -); -width = 1403; -} -); -metricLeft = "che-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1207; -}, -{ -glyphname = "cheverticalstroke-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(450,93,l), -(500,93,l), -(500,618,l), -(450,618,l) -); -}, -{ -ref = "che-cy"; -} -); -width = 935; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(460,133,l), -(600,133,l), -(600,678,l), -(460,678,l) -); -}, -{ -ref = "che-cy"; -} -); -width = 998; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(530,176,l), -(710,176,l), -(710,851,l), -(530,851,l) -); -}, -{ -ref = "che-cy"; -} -); -width = 1246; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(374,93,l), -(424,93,l), -(536,618,l), -(486,618,l) -); -}, -{ -ref = "che-cy"; -} -); -width = 935; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,133,l), -(502,133,l), -(618,678,l), -(478,678,l) -); -}, -{ -ref = "che-cy"; -} -); -width = 998; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(450,176,l), -(630,176,l), -(774,851,l), -(594,851,l) -); -}, -{ -ref = "che-cy"; -} -); -width = 1246; -} -); -metricLeft = "che-cy"; -metricRight = "che-cy"; -unicode = 1209; -}, -{ -glyphname = "shha-cy"; -kernRight = n; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = h; -} -); -width = 1026; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = h; -} -); -width = 1090; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = h; -} -); -width = 1290; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = h; -} -); -width = 1127; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = h; -} -); -width = 1190; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = h; -} -); -width = 1441; -} -); -unicode = 1211; -}, -{ -glyphname = "shhadescender-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = h; -}, -{ -alignment = -1; -pos = (812,0); -ref = "bottom-hook"; -} -); -width = 1144; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = h; -}, -{ -alignment = -1; -pos = (789,0); -ref = "bottom-hook"; -} -); -width = 1250; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = h; -}, -{ -alignment = -1; -pos = (943,0); -ref = "bottom-hook"; -} -); -width = 1496; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = h; -}, -{ -alignment = -1; -pos = (812,0); -ref = "bottom-hook"; -} -); -width = 1145; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = h; -}, -{ -alignment = -1; -pos = (789,0); -ref = "bottom-hook"; -} -); -width = 1250; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = h; -}, -{ -alignment = -1; -pos = (943,0); -ref = "bottom-hook"; -} -); -width = 1497; -} -); -metricLeft = h; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1319; -}, -{ -glyphname = "cheabkhasian-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -} -); -width = 1250; -} -); -metricLeft = e; -metricRight = e; -unicode = 1213; -}, -{ -glyphname = "chedescenderabkhasian-cy"; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (110,0); -ref = e; -}, -{ -closed = 1; -nodes = ( -(138,550,ls), -(78,550,o), -(40,583,o), -(40,635,c), -(40,711,l), -(-10,711,l), -(-10,636,l), -(-10,554,o), -(49,502,o), -(144,502,cs), -(232,502,l), -(232,550,l) -); -}, -{ -closed = 1; -nodes = ( -(648,-275,l), -(698,-275,l), -(698,1,l), -(648,1,l) -); -} -); -width = 1156; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (161,0); -ref = e; -}, -{ -closed = 1; -nodes = ( -(248,592,ls), -(194,592,o), -(160,624,o), -(160,674,c), -(160,770,l), -(-20,770,l), -(-20,685,l), -(-20,529,o), -(90,431,o), -(264,431,cs), -(362,431,l), -(362,592,l) -); -}, -{ -closed = 1; -nodes = ( -(649,-266,l), -(829,-266,l), -(829,0,l), -(649,0,l) -); -} -); -width = 1238; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (240,0); -ref = e; -}, -{ -closed = 1; -nodes = ( -(328,664,ls), -(286,664,o), -(260,692,o), -(260,736,c), -(260,802,l), -(-20,802,l), -(-20,747,l), -(-20,558,o), -(105,439,o), -(304,439,cs), -(482,439,l), -(482,664,l) -); -}, -{ -closed = 1; -nodes = ( -(717,-240,l), -(1087,-240,l), -(1087,20,l), -(717,20,l) -); -} -); -width = 1454; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (177,0); -ref = e; -}, -{ -closed = 1; -nodes = ( -(216,550,ls), -(156,550,o), -(125,583,o), -(136,635,c), -(152,711,l), -(102,711,l), -(86,636,l), -(68,554,o), -(116,502,o), -(211,502,cs), -(299,502,l), -(310,550,l) -); -}, -{ -closed = 1; -nodes = ( -(610,-275,l), -(660,-275,l), -(719,1,l), -(669,1,l) -); -} -); -width = 1224; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (244,0); -ref = e; -}, -{ -closed = 1; -nodes = ( -(343,592,ls), -(289,592,o), -(262,624,o), -(273,674,c), -(293,770,l), -(113,770,l), -(95,685,l), -(62,529,o), -(151,431,o), -(325,431,cs), -(423,431,l), -(457,592,l) -); -}, -{ -closed = 1; -nodes = ( -(622,-266,l), -(802,-266,l), -(858,0,l), -(678,0,l) -); -} -); -width = 1324; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (333,0); -ref = e; -}, -{ -closed = 1; -nodes = ( -(432,664,ls), -(390,664,o), -(370,692,o), -(380,736,c), -(394,802,l), -(114,802,l), -(102,747,l), -(62,558,o), -(162,439,o), -(361,439,cs), -(539,439,l), -(586,664,l) -); -}, -{ -closed = 1; -nodes = ( -(699,-240,l), -(1069,-240,l), -(1125,20,l), -(755,20,l) -); -} -); -width = 1583; -} -); -metricLeft = hbar; -metricRight = e; -tags = ( -"descender-square", -hook -); -unicode = 1215; -}, -{ -glyphname = "palochka-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -} -); -width = 731; -} -); -unicode = 1231; -}, -{ -glyphname = "zhebreve-cy"; -kernLeft = x; -kernRight = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "zhe-cy"; -} -); -width = 1318; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "zhe-cy"; -} -); -width = 1421; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "zhe-cy"; -} -); -width = 1907; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "zhe-cy"; -} -); -width = 1318; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "zhe-cy"; -} -); -width = 1517; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "zhe-cy"; -} -); -width = 1983; -} -); -unicode = 1218; -}, -{ -glyphname = "kahook-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,494,l), -(673,1040,l), -(609,1040,l), -(199,542,l), -(108,542,l), -(108,494,l) -); -}, -{ -closed = 1; -nodes = ( -(110,0,l), -(110,1040,l), -(60,1040,l), -(60,0,l) -); -}, -{ -closed = 1; -nodes = ( -(152,494,l), -(220,494,o), -(252,495,o), -(327,495,cs), -(590,495,o), -(755,350,o), -(755,119,cs), -(755,-108,o), -(608,-251,o), -(374,-251,cs), -(320,-251,o), -(257,-243,o), -(210,-231,c), -(197,-275,l), -(233,-290,o), -(302,-299,o), -(376,-299,cs), -(640,-299,o), -(805,-138,o), -(805,119,cs), -(805,379,o), -(622,543,o), -(331,543,cs), -(313,543,o), -(242,542,o), -(147,541,c) -); -} -); -width = 865; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(446,446,l), -(904,1040,l), -(672,1040,l), -(364,606,l), -(214,606,l), -(214,446,l) -); -}, -{ -closed = 1; -nodes = ( -(240,0,l), -(240,1040,l), -(60,1040,l), -(60,0,l) -); -}, -{ -closed = 1; -nodes = ( -(233,444,l), -(234,445,o), -(304,445,o), -(415,445,cs), -(613,445,o), -(738,344,o), -(738,183,cs), -(738,8,o), -(633,-102,o), -(467,-102,cs), -(435,-102,o), -(380,-95,o), -(325,-85,c), -(303,-237,l), -(336,-252,o), -(405,-261,o), -(482,-261,cs), -(749,-261,o), -(916,-90,o), -(916,183,cs), -(916,440,o), -(719,602,o), -(404,602,cs), -(268,602,o), -(233,602,o), -(233,602,c) -); -} -); -width = 976; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(755,371,l), -(1234,1100,l), -(780,1100,l), -(533,675,l), -(408,675,l), -(408,371,l) -); -}, -{ -closed = 1; -nodes = ( -(460,0,l), -(460,1100,l), -(60,1100,l), -(60,0,l) -); -}, -{ -closed = 1; -nodes = ( -(480,372,l), -(533,372,o), -(574,373,o), -(634,373,cs), -(774,373,o), -(862,292,o), -(862,164,cs), -(862,33,o), -(783,-50,o), -(657,-50,cs), -(597,-50,o), -(550,-47,o), -(533,-41,c), -(511,-295,l), -(557,-311,o), -(628,-321,o), -(696,-321,cs), -(1031,-321,o), -(1242,-133,o), -(1242,166,cs), -(1242,463,o), -(1038,650,o), -(714,650,cs), -(658,650,o), -(568,646,o), -(480,639,c) -); -} -); -width = 1302; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,494,l), -(784,1040,l), -(720,1040,l), -(204,542,l), -(113,542,l), -(103,494,l) -); -}, -{ -closed = 1; -nodes = ( -(0,0,l), -(221,1040,l), -(171,1040,l), -(-50,0,l) -); -}, -{ -closed = 1; -nodes = ( -(147,494,l), -(215,494,o), -(247,495,o), -(322,495,cs), -(585,495,o), -(720,350,o), -(671,119,cs), -(622,-108,o), -(445,-251,o), -(211,-251,cs), -(157,-251,o), -(96,-243,o), -(51,-231,c), -(29,-275,l), -(62,-290,o), -(129,-299,o), -(203,-299,cs), -(467,-299,o), -(666,-138,o), -(721,119,cs), -(776,379,o), -(628,543,o), -(337,543,cs), -(319,543,o), -(247,542,o), -(152,541,c) -); -} -); -width = 866; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(431,446,l), -(1015,1040,l), -(783,1040,l), -(383,606,l), -(233,606,l), -(199,446,l) -); -}, -{ -closed = 1; -nodes = ( -(130,0,l), -(351,1040,l), -(171,1040,l), -(-50,0,l) -); -}, -{ -closed = 1; -nodes = ( -(218,444,l), -(219,445,o), -(285,445,o), -(400,445,cs), -(605,445,o), -(702,350,o), -(667,183,cs), -(629,2,o), -(508,-102,o), -(336,-102,cs), -(305,-102,o), -(254,-96,o), -(197,-85,c), -(143,-237,l), -(174,-252,o), -(237,-261,o), -(317,-261,cs), -(593,-261,o), -(785,-99,o), -(845,183,cs), -(902,449,o), -(748,602,o), -(422,602,cs), -(286,602,o), -(251,602,o), -(251,602,c) -); -} -); -width = 977; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(717,371,l), -(1351,1100,l), -(897,1100,l), -(560,675,l), -(435,675,l), -(370,371,l) -); -}, -{ -closed = 1; -nodes = ( -(343,0,l), -(577,1100,l), -(177,1100,l), -(-57,0,l) -); -}, -{ -closed = 1; -nodes = ( -(442,372,l), -(495,372,o), -(536,373,o), -(596,373,cs), -(741,373,o), -(808,297,o), -(780,164,cs), -(751,28,o), -(660,-50,o), -(530,-50,cs), -(467,-50,o), -(422,-47,o), -(407,-41,c), -(332,-295,l), -(375,-312,o), -(441,-321,o), -(511,-321,cs), -(858,-321,o), -(1095,-144,o), -(1160,166,cs), -(1226,474,o), -(1071,650,o), -(735,650,cs), -(675,650,o), -(589,646,o), -(499,639,c) -); -} -); -width = 1302; -} -); -metricLeft = o; -metricRight = o; -tags = ( -hook -); -unicode = 1220; -}, -{ -glyphname = "eltail-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:50:45 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = "el-cy"; -}, -{ -pos = (900,0); -ref = "bottom-hook-angle"; -} -); -width = 1227; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "el-cy"; -}, -{ -pos = (900,0); -ref = "bottom-hook-angle"; -} -); -width = 1353; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "el-cy"; -}, -{ -pos = (1002,0); -ref = "bottom-hook-angle"; -} -); -width = 1627; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "el-cy"; -}, -{ -pos = (850,0); -ref = "bottom-hook-angle"; -} -); -width = 1182; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "el-cy"; -}, -{ -pos = (830,0); -ref = "bottom-hook-angle"; -} -); -width = 1300; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "el-cy"; -}, -{ -pos = (942,0); -ref = "bottom-hook-angle"; -} -); -width = 1597; -} -); -metricLeft = "el-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1222; -}, -{ -glyphname = "enhook-cy"; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -pos = (563,0); -ref = hook.small; -} -); -width = 1029; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -pos = (602,0); -ref = hook.small; -} -); -width = 1111; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -pos = (570,0); -ref = hook.small; -} -); -width = 1358; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -pos = (560,0); -ref = hook.small; -} -); -width = 1029; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -pos = (602,0); -ref = hook.small; -} -); -width = 1111; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "en-cy"; -}, -{ -pos = (578,0); -ref = hook.small; -} -); -width = 1358; -} -); -metricLeft = H; -metricRight = H; -tags = ( -hook -); -unicode = 1224; -}, -{ -glyphname = "entail-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-05-09 07:50:45 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -pos = (796,0); -ref = "bottom-hook-angle"; -} -); -width = 1123; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -pos = (786,0); -ref = "bottom-hook-angle"; -} -); -width = 1239; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -pos = (874,0); -ref = "bottom-hook-angle"; -} -); -width = 1499; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -pos = (776,0); -ref = "bottom-hook-angle"; -} -); -width = 1108; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -pos = (786,0); -ref = "bottom-hook-angle"; -} -); -width = 1256; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "en-cy"; -}, -{ -pos = (874,0); -ref = "bottom-hook-angle"; -} -); -width = 1529; -} -); -metricLeft = "en-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1226; -}, -{ -glyphname = "chekhakassian-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -closed = 1; -nodes = ( -(672,48,l), -(671,-276,l), -(722,-276,l), -(722,0,l), -(883,0,l), -(883,48,l) -); -} -); -width = 943; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -closed = 1; -nodes = ( -(528,160,l), -(527,-256,l), -(707,-256,l), -(707,0,l), -(885,0,l), -(885,160,l) -); -} -); -width = 998; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -closed = 1; -nodes = ( -(619,196,l), -(618,-240,l), -(1008,-240,l), -(1008,0,l), -(1031,0,l), -(1031,196,l) -); -} -); -width = 1246; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -closed = 1; -nodes = ( -(576,48,l), -(507,-276,l), -(558,-276,l), -(616,0,l), -(777,0,l), -(787,48,l) -); -} -); -width = 948; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -closed = 1; -nodes = ( -(462,160,l), -(373,-256,l), -(553,-256,l), -(607,0,l), -(785,0,l), -(819,160,l) -); -} -); -width = 998; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -closed = 1; -nodes = ( -(555,196,l), -(462,-240,l), -(852,-240,l), -(903,0,l), -(926,0,l), -(967,196,l) -); -} -); -width = 1246; -} -); -metricLeft = o; -metricRight = o; -tags = ( -"descender-square" -); -unicode = 1228; -}, -{ -glyphname = "emtail-cy"; -kernRight = "Tse-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -ref = "em-cy"; -}, -{ -pos = (1007,0); -ref = "bottom-hook-angle"; -} -); -width = 1334; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -ref = "em-cy"; -}, -{ -pos = (990,0); -ref = "bottom-hook-angle"; -} -); -width = 1443; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = "em-cy"; -}, -{ -pos = (1071,0); -ref = "bottom-hook-angle"; -} -); -width = 1696; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "em-cy"; -}, -{ -pos = (1007,0); -ref = "bottom-hook-angle"; -} -); -width = 1339; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "em-cy"; -}, -{ -pos = (990,0); -ref = "bottom-hook-angle"; -} -); -width = 1460; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "em-cy"; -}, -{ -pos = (1071,0); -ref = "bottom-hook-angle"; -} -); -width = 1726; -} -); -metricLeft = "en-cy"; -metricRight = "Tse-cy"; -tags = ( -"descender-square" -); -unicode = 1230; -}, -{ -glyphname = "abreve-cy"; -kernLeft = a; -lastChange = "2025-04-30 13:23:49 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (196,112); -ref = brevecomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (205,114); -ref = brevecomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (132,123); -ref = brevecomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (208,112); -ref = brevecomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = a; -}, -{ -pos = (217,114); -ref = brevecomb; -} -); -width = 1087; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = a; -}, -{ -pos = (141,123); -ref = brevecomb; -} -); -width = 1249; -} -); -unicode = 1233; -}, -{ -glyphname = "adieresis-cy"; -kernLeft = a; -lastChange = "2025-04-30 13:24:16 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = a; -}, -{ -pos = (208,112); -ref = dieresiscomb; -} -); -width = 1007; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = a; -}, -{ -pos = (201,114); -ref = dieresiscomb; -} -); -width = 1087; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = a; -}, -{ -pos = (148,123); -ref = dieresiscomb; -} -); -width = 1249; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = a; -}, -{ -pos = (220,112); -ref = dieresiscomb; -} -); -width = 1007; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = a; -}, -{ -pos = (211,114); -ref = dieresiscomb; -} -); -width = 1087; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = a; -}, -{ -pos = (173,123); -ref = dieresiscomb; -} -); -width = 1249; -} -); -unicode = 1235; -}, -{ -glyphname = "aie-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = ae; -} -); -width = 1828; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = ae; -} -); -width = 1771; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = ae; -} -); -width = 1858; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = ae; -} -); -width = 1818; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = ae; -} -); -width = 1766; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = ae; -} -); -width = 1854; -} -); -metricLeft = a; -metricRight = e; -unicode = 1237; -}, -{ -glyphname = "iebreve-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 13:37:58 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = e; -}, -{ -pos = (239,116); -ref = brevecomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = e; -}, -{ -pos = (213,116); -ref = brevecomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = e; -}, -{ -pos = (141,124); -ref = brevecomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = e; -}, -{ -pos = (233,116); -ref = brevecomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = e; -}, -{ -pos = (181,116); -ref = brevecomb; -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = e; -}, -{ -pos = (111,124); -ref = brevecomb; -} -); -width = 1250; -} -); -unicode = 1239; -}, -{ -glyphname = "schwa-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -angle = 180; -pos = (1046,1040); -ref = e; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -angle = 180; -pos = (1077,1040); -ref = e; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -angle = 180; -pos = (1214,1100); -ref = e; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -angle = 180; -pos = (1047,1040); -ref = e; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1160,1040); -ref = e; -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -angle = 180; -pos = (1329,1100); -ref = e; -} -); -width = 1329; -} -); -unicode = 1241; -}, -{ -glyphname = "schwadieresis-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "schwa-cy"; -}, -{ -pos = (221,98); -ref = dieresiscomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "schwa-cy"; -}, -{ -pos = (162,100); -ref = dieresiscomb; -} -); -width = 1077; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "schwa-cy"; -}, -{ -pos = (113,110); -ref = dieresiscomb; -} -); -width = 1214; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "schwa-cy"; -}, -{ -pos = (212,98); -ref = dieresiscomb; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "schwa-cy"; -}, -{ -alignment = -1; -pos = (134,100); -ref = dieresiscomb; -} -); -width = 1160; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "schwa-cy"; -}, -{ -alignment = -1; -pos = (130,110); -ref = dieresiscomb; -} -); -width = 1329; -} -); -unicode = 1243; -}, -{ -glyphname = "zhedieresis-cy"; -kernLeft = x; -kernRight = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -pos = (378,100); -ref = dieresiscomb; -} -); -width = 1318; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -pos = (357,100); -ref = dieresiscomb; -} -); -width = 1421; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -pos = (495,100); -ref = dieresiscomb; -} -); -width = 1907; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "zhe-cy"; -}, -{ -pos = (388,100); -ref = dieresiscomb; -} -); -width = 1318; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "zhe-cy"; -}, -{ -alignment = -1; -pos = (274,100); -ref = dieresiscomb; -} -); -width = 1517; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "zhe-cy"; -}, -{ -alignment = -1; -pos = (532,100); -ref = dieresiscomb; -} -); -width = 1983; -} -); -unicode = 1245; -}, -{ -glyphname = "zedieresis-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ze-cy"; -}, -{ -pos = (219,97); -ref = dieresiscomb; -} -); -width = 1002; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ze-cy"; -}, -{ -pos = (157,97); -ref = dieresiscomb; -} -); -width = 1008; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ze-cy"; -}, -{ -pos = (177,98); -ref = dieresiscomb; -} -); -width = 1259; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "ze-cy"; -}, -{ -pos = (203,97); -ref = dieresiscomb; -} -); -width = 1005; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "ze-cy"; -}, -{ -alignment = -1; -pos = (138,97); -ref = dieresiscomb; -} -); -width = 1089; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ze-cy"; -}, -{ -alignment = -1; -pos = (94,98); -ref = dieresiscomb; -} -); -width = 1342; -} -); -unicode = 1247; -}, -{ -glyphname = "dzeabkhasian-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,991,l), -(727,991,l), -(727,987,l), -(318,512,l), -(320,474,l), -(401,474,ls), -(678,474,o), -(853,326,o), -(854,90,c), -(857,-133,o), -(710,-273,o), -(473,-273,c), -(294,-273,o), -(152,-175,o), -(105,-20,c), -(60,-41,l), -(117,-213,o), -(277,-321,o), -(474,-321,c), -(738,-321,o), -(904,-161,o), -(904,95,c), -(901,355,o), -(709,520,o), -(407,522,c), -(407,527,l), -(813,1001,l), -(814,1039,l), -(115,1039,l) -); -} -); -width = 964; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,879,l), -(642,879,l), -(642,873,l), -(303,485,l), -(316,379,l), -(492,376,ls), -(684,373,o), -(805,269,o), -(806,107,c), -(808,-66,o), -(699,-174,o), -(523,-174,c), -(369,-174,o), -(247,-90,o), -(207,43,c), -(60,-33,l), -(121,-218,o), -(300,-334,o), -(525,-334,c), -(808,-334,o), -(986,-162,o), -(986,112,c), -(983,348,o), -(819,504,o), -(562,517,c), -(562,524,l), -(910,914,l), -(911,1039,l), -(129,1039,l) -); -} -); -width = 1046; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,798,l), -(594,798,l), -(594,778,l), -(388,480,l), -(400,329,l), -(563,325,ls), -(685,322,o), -(763,257,o), -(764,156,c), -(765,24,o), -(695,-59,o), -(583,-59,c), -(467,-59,o), -(369,31,o), -(328,175,c), -(60,15,l), -(131,-216,o), -(341,-361,o), -(604,-361,c), -(948,-361,o), -(1164,-164,o), -(1164,150,c), -(1161,377,o), -(1022,525,o), -(803,535,c), -(803,546,l), -(1073,898,l), -(1074,1100,l), -(117,1100,l) -); -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,991,l), -(827,991,l), -(826,987,l), -(317,512,l), -(310,474,l), -(401,474,ls), -(672,474,o), -(812,326,o), -(763,90,c), -(718,-133,o), -(541,-273,o), -(305,-273,c), -(124,-273,o), -(2,-176,o), -(-12,-21,c), -(-59,-41,l), -(-39,-213,o), -(101,-321,o), -(305,-321,c), -(562,-321,o), -(758,-164,o), -(812,86,c), -(865,352,o), -(709,520,o), -(408,522,c), -(409,527,l), -(915,1001,l), -(925,1039,l), -(226,1039,l) -); -} -); -width = 964; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(205,879,l), -(708,879,l), -(707,873,l), -(295,485,l), -(286,379,l), -(461,376,ls), -(652,373,o), -(751,269,o), -(718,107,c), -(683,-66,o), -(551,-174,o), -(375,-174,c), -(214,-174,o), -(106,-94,o), -(95,33,c), -(-58,-33,l), -(-36,-218,o), -(126,-334,o), -(363,-334,c), -(637,-334,o), -(844,-170,o), -(899,92,c), -(948,341,o), -(825,505,o), -(581,517,c), -(582,524,l), -(993,914,l), -(1021,1039,l), -(239,1039,l) -); -} -); -width = 1050; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,798,l), -(626,798,l), -(622,778,l), -(372,480,l), -(352,329,l), -(515,325,ls), -(636,322,o), -(700,257,o), -(680,156,c), -(653,24,o), -(565,-59,o), -(453,-59,c), -(319,-59,o), -(228,31,o), -(218,175,c), -(-54,15,l), -(-32,-216,o), -(170,-361,o), -(470,-361,c), -(781,-361,o), -(1016,-175,o), -(1078,120,c), -(1128,365,o), -(1028,525,o), -(819,535,c), -(822,546,l), -(1146,898,l), -(1190,1100,l), -(233,1100,l) -); -} -); -width = 1229; -} -); -metricLeft = o; -metricRight = o; -unicode = 1249; -}, -{ -glyphname = "imacron-cy"; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (219,100); -ref = macroncomb; -} -); -width = 1058; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (205,99); -ref = macroncomb; -} -); -width = 1125; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (213,100); -ref = macroncomb; -} -); -width = 1299; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (235,100); -ref = macroncomb; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (220,99); -ref = macroncomb; -} -); -width = 1206; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (242,100); -ref = macroncomb; -} -); -width = 1359; -} -); -unicode = 1251; -}, -{ -glyphname = "idieresis-cy"; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (243,100); -ref = dieresiscomb; -} -); -width = 1058; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (199,99); -ref = dieresiscomb; -} -); -width = 1125; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (191,100); -ref = dieresiscomb; -} -); -width = 1299; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (257,100); -ref = dieresiscomb; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (207,99); -ref = dieresiscomb; -} -); -width = 1206; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (212,100); -ref = dieresiscomb; -} -); -width = 1359; -} -); -unicode = 1253; -}, -{ -glyphname = "odieresis-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 13:24:57 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (276,114); -ref = dieresiscomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (243,115); -ref = dieresiscomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -}, -{ -pos = (201,124); -ref = dieresiscomb; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -}, -{ -pos = (269,114); -ref = dieresiscomb; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -}, -{ -pos = (214,115); -ref = dieresiscomb; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = o; -}, -{ -pos = (217,124); -ref = dieresiscomb; -} -); -width = 1357; -} -); -unicode = 1255; -}, -{ -glyphname = "obarred-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-05-09 07:43:01 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(89,496,l), -(1034,496,l), -(1034,544,l), -(89,544,l) -); -}, -{ -ref = o; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(207,448,l), -(974,448,l), -(974,593,l), -(207,593,l) -); -}, -{ -ref = o; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(377,438,l), -(944,438,l), -(944,651,l), -(377,651,l) -); -}, -{ -ref = o; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,496,l), -(1074,496,l), -(1074,544,l), -(129,544,l) -); -}, -{ -ref = o; -} -); -width = 1139; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,448,l), -(994,448,l), -(994,593,l), -(227,593,l) -); -}, -{ -ref = o; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(447,438,l), -(1014,438,l), -(1014,651,l), -(447,651,l) -); -}, -{ -ref = o; -} -); -width = 1357; -} -); -metricLeft = o; -metricRight = o; -unicode = 1257; -}, -{ -glyphname = "obarreddieresis-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-05-09 07:43:01 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "obarred-cy"; -}, -{ -pos = (276,114); -ref = dieresiscomb; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "obarred-cy"; -}, -{ -pos = (243,115); -ref = dieresiscomb; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "obarred-cy"; -}, -{ -pos = (201,124); -ref = dieresiscomb; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "obarred-cy"; -}, -{ -pos = (269,114); -ref = dieresiscomb; -} -); -width = 1139; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "obarred-cy"; -}, -{ -pos = (214,115); -ref = dieresiscomb; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "obarred-cy"; -}, -{ -alignment = -1; -pos = (237,124); -ref = dieresiscomb; -} -); -width = 1437; -} -); -unicode = 1259; -}, -{ -glyphname = "edieresis-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ereversed-cy"; -}, -{ -pos = (213,99); -ref = dieresiscomb; -} -); -width = 1057; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ereversed-cy"; -}, -{ -pos = (165,100); -ref = dieresiscomb; -} -); -width = 1111; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ereversed-cy"; -}, -{ -pos = (72,98); -ref = dieresiscomb; -} -); -width = 1201; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "ereversed-cy"; -}, -{ -alignment = -1; -pos = (238,99); -ref = dieresiscomb; -} -); -width = 1148; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "ereversed-cy"; -}, -{ -alignment = -1; -pos = (163,100); -ref = dieresiscomb; -} -); -width = 1201; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ereversed-cy"; -}, -{ -alignment = -1; -pos = (105,98); -ref = dieresiscomb; -} -); -width = 1294; -} -); -unicode = 1261; -}, -{ -glyphname = "umacron-cy"; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 13:27:50 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -}, -{ -pos = (147,100); -ref = macroncomb; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (155,100); -ref = macroncomb; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -}, -{ -pos = (178,100); -ref = macroncomb; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = y; -}, -{ -pos = (213,100); -ref = macroncomb; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = y; -}, -{ -pos = (170,100); -ref = macroncomb; -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = y; -}, -{ -pos = (207,100); -ref = macroncomb; -} -); -width = 1222; -} -); -unicode = 1263; -}, -{ -glyphname = "udieresis-cy"; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 13:28:30 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -}, -{ -pos = (171,100); -ref = dieresiscomb; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (149,100); -ref = dieresiscomb; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -}, -{ -pos = (156,100); -ref = dieresiscomb; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = y; -}, -{ -pos = (231,100); -ref = dieresiscomb; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = y; -}, -{ -pos = (157,100); -ref = dieresiscomb; -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = y; -}, -{ -pos = (177,100); -ref = dieresiscomb; -} -); -width = 1222; -} -); -unicode = 1265; -}, -{ -glyphname = "uhungarumlaut-cy"; -kernLeft = v; -kernRight = v; -lastChange = "2025-05-08 06:58:08 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = y; -}, -{ -pos = (177,100); -ref = hungarumlautcomb; -} -); -width = 864; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = y; -}, -{ -pos = (190,100); -ref = hungarumlautcomb; -} -); -width = 1010; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = y; -}, -{ -pos = (135,100); -ref = hungarumlautcomb; -} -); -width = 1222; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (386,100); -ref = hungarumlautcomb; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = y; -}, -{ -alignment = -1; -pos = (346,100); -ref = hungarumlautcomb; -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = y; -}, -{ -pos = (157,100); -ref = hungarumlautcomb; -} -); -width = 1222; -} -); -unicode = 1267; -}, -{ -glyphname = "chedieresis-cy"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -pos = (179,100); -ref = dieresiscomb; -} -); -width = 935; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -pos = (145,100); -ref = dieresiscomb; -} -); -width = 998; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "che-cy"; -}, -{ -pos = (164,100); -ref = dieresiscomb; -} -); -width = 1246; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (213,100); -ref = dieresiscomb; -} -); -width = 1015; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (153,100); -ref = dieresiscomb; -} -); -width = 1078; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "che-cy"; -}, -{ -alignment = -1; -pos = (88,100); -ref = dieresiscomb; -} -); -width = 1326; -} -); -unicode = 1269; -}, -{ -glyphname = "yerudieresis-cy"; -kernLeft = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "yeru-cy"; -}, -{ -pos = (299,70); -ref = dieresiscomb; -} -); -width = 1337; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "yeru-cy"; -}, -{ -pos = (372,70); -ref = dieresiscomb; -} -); -width = 1562; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "yeru-cy"; -}, -{ -pos = (465,70); -ref = dieresiscomb; -} -); -width = 1967; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "yeru-cy"; -}, -{ -pos = (198,70); -ref = dieresiscomb; -} -); -width = 1339; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "yeru-cy"; -}, -{ -pos = (269,70); -ref = dieresiscomb; -} -); -width = 1564; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "yeru-cy"; -}, -{ -pos = (369,70); -ref = dieresiscomb; -} -); -width = 1969; -} -); -unicode = 1273; -}, -{ -glyphname = "hahook-cy"; -kernLeft = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(440,530,l), -(10,3,l), -(73,3,l), -(481,496,l), -(519,521,l), -(943,1040,l), -(881,1040,l), -(484,560,l), -(482,560,l), -(89,1040,l), -(23,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(883,-135,o), -(826,-199,o), -(735,-199,cs), -(705,-199,l), -(705,-252,l), -(735,-252,ls), -(858,-252,o), -(936,-167,o), -(936,-32,cs), -(936,64,o), -(775,280,o), -(519,527,c), -(478,495,l), -(727,259,o), -(883,56,o), -(883,-33,c) -); -} -); -width = 953; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(438,560,l), -(10,2,l), -(260,2,l), -(586,452,l), -(645,546,l), -(1085,1040,l), -(818,1040,l), -(555,702,l), -(545,702,l), -(272,1040,l), -(36,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(907,-43,o), -(849,-96,o), -(766,-96,cs), -(696,-96,l), -(696,-256,l), -(759,-256,ls), -(947,-256,o), -(1087,-139,o), -(1087,27,cs), -(1087,200,o), -(918,379,o), -(678,604,c), -(560,479,l), -(764,278,o), -(907,154,o), -(907,33,cs) -); -} -); -width = 1097; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,574,l), -(10,0,l), -(530,0,l), -(824,430,l), -(1066,558,l), -(1489,1100,l), -(972,1100,l), -(763,789,l), -(753,789,l), -(531,1100,l), -(44,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(1016,-13,o), -(987,-39,o), -(935,-39,cs), -(906,-39,l), -(906,-363,l), -(953,-363,ls), -(1239,-363,o), -(1402,-222,o), -(1407,30,cs), -(1407,194,o), -(1281,429,o), -(1056,611,c), -(767,409,l), -(927,265,o), -(1016,103,o), -(1016,34,cs) -); -} -); -width = 1499; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(448,530,l), -(-73,13,l), -(-10,13,l), -(483,496,l), -(525,521,l), -(1041,1040,l), -(979,1040,l), -(497,560,l), -(495,560,l), -(187,1040,l), -(121,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(774,-135,o), -(705,-199,o), -(614,-199,cs), -(584,-199,l), -(575,-252,l), -(605,-252,ls), -(728,-252,o), -(821,-167,o), -(845,-32,cs), -(862,64,o), -(739,280,o), -(526,527,c), -(480,495,l), -(687,259,o), -(807,56,o), -(792,-33,c) -); -} -); -width = 973; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,560,l), -(-88,2,l), -(162,2,l), -(568,452,l), -(643,546,l), -(1170,1040,l), -(903,1040,l), -(581,702,l), -(571,702,l), -(357,1040,l), -(121,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(801,-43,o), -(734,-96,o), -(651,-96,cs), -(581,-96,l), -(553,-256,l), -(616,-256,ls), -(804,-256,o), -(964,-139,o), -(994,27,cs), -(1024,200,o), -(887,379,o), -(686,604,c), -(546,479,l), -(715,278,o), -(836,154,o), -(815,33,cs) -); -} -); -width = 1109; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(467,574,l), -(-91,0,l), -(429,0,l), -(799,430,l), -(1063,558,l), -(1582,1100,l), -(1065,1100,l), -(801,789,l), -(791,789,l), -(624,1100,l), -(137,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(913,-13,o), -(879,-39,o), -(827,-39,cs), -(798,-39,l), -(741,-363,l), -(788,-363,ls), -(1074,-363,o), -(1262,-222,o), -(1311,30,cs), -(1340,194,o), -(1256,429,o), -(1063,611,c), -(738,409,l), -(873,265,o), -(933,103,o), -(921,34,cs) -); -} -); -width = 1485; -} -); -metricLeft = x; -metricRight = x; -unicode = 1277; -}, -{ -glyphname = "reversedze-cy"; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1002,0); -ref = "ze-cy"; -scale = (-1,1); -} -); -width = 1002; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1008,0); -ref = "ze-cy"; -scale = (-1,1); -} -); -width = 1008; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1259,0); -ref = "ze-cy"; -scale = (-1,1); -} -); -width = 1259; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (801,0); -ref = "ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1003; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (805,0); -ref = "ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1007; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1046,0); -ref = "ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1257; -} -); -metricLeft = o; -metricRight = o; -unicode = 1297; -}, -{ -glyphname = "elhook-cy"; -kernLeft = "el-cy"; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "el-cy"; -}, -{ -pos = (665,1); -ref = hook.small; -} -); -width = 1134; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "el-cy"; -}, -{ -pos = (689,1); -ref = hook.small; -} -); -width = 1198; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "el-cy"; -}, -{ -pos = (649,1); -ref = hook.small; -} -); -width = 1428; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "el-cy"; -}, -{ -pos = (656,1); -ref = hook.small; -} -); -width = 1124; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "el-cy"; -}, -{ -pos = (682,1); -ref = hook.small; -} -); -width = 1187; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = "el-cy"; -}, -{ -pos = (648,1); -ref = hook.small; -} -); -width = 1428; -} -); -metricLeft = "el-cy"; -metricRight = "el-cy"; -tags = ( -hook -); -unicode = 1299; -}, -{ -glyphname = "we-cy"; -kernLeft = v; -kernRight = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = w; -} -); -width = 1432; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = w; -} -); -width = 1525; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = w; -} -); -width = 1941; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = w; -} -); -width = 1482; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = w; -} -); -width = 1585; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = w; -} -); -width = 1831; -} -); -unicode = 1309; -}, -{ -glyphname = "zhe-cy.loclBGR"; -kernLeft = x; -kernRight = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(618,558,l), -(550,558,l), -(109,1041,l), -(40,1041,l), -(508,536,l), -(10,0,l), -(79,0,l), -(550,510,l), -(618,510,l), -(618,0,l), -(668,0,l), -(668,510,l), -(735,510,l), -(1203,0,l), -(1272,0,l), -(778,535,l), -(1242,1041,l), -(1174,1041,l), -(735,558,l), -(668,558,l), -(668,1520,l), -(618,1520,l) -); -} -); -width = 1282; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(671,609,l), -(633,609,l), -(266,1040,l), -(25,1040,l), -(489,530,l), -(10,0,l), -(261,0,l), -(633,454,l), -(671,454,l), -(671,0,l), -(851,0,l), -(851,454,l), -(890,454,l), -(1253,0,l), -(1504,0,l), -(1035,530,l), -(1487,1040,l), -(1246,1040,l), -(890,609,l), -(851,609,l), -(851,1520,l), -(671,1520,l) -); -} -); -width = 1514; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(788,670,l), -(755,670,l), -(515,1098,l), -(19,1098,l), -(413,564,l), -(10,0,l), -(519,0,l), -(755,426,l), -(788,426,l), -(788,0,l), -(1160,0,l), -(1160,426,l), -(1194,426,l), -(1441,0,l), -(1950,0,l), -(1542,564,l), -(1937,1098,l), -(1441,1098,l), -(1194,670,l), -(1160,670,l), -(1156,1520,l), -(784,1520,l) -); -} -); -width = 1960; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(626,558,l), -(554,558,l), -(212,1041,l), -(151,1041,l), -(511,536,l), -(-101,0,l), -(-26,0,l), -(554,510,l), -(616,510,l), -(507,0,l), -(557,0,l), -(666,510,l), -(749,510,l), -(1102,0,l), -(1161,0,l), -(791,535,l), -(1358,1041,l), -(1285,1041,l), -(743,558,l), -(676,558,l), -(881,1520,l), -(831,1520,l) -); -} -); -width = 1282; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(680,609,l), -(642,609,l), -(347,1040,l), -(135,1040,l), -(481,557,l), -(-101,0,l), -(140,0,l), -(599,454,l), -(647,454,l), -(550,0,l), -(727,0,l), -(824,454,l), -(896,454,l), -(1182,0,l), -(1383,0,l), -(1047,520,l), -(1578,1040,l), -(1347,1040,l), -(919,609,l), -(857,609,l), -(1051,1520,l), -(874,1520,l) -); -} -); -width = 1504; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(814,670,l), -(751,670,l), -(592,1098,l), -(136,1098,l), -(386,564,l), -(-87,0,l), -(412,0,l), -(739,426,l), -(762,426,l), -(671,0,l), -(1043,0,l), -(1134,426,l), -(1208,426,l), -(1414,0,l), -(1833,0,l), -(1555,544,l), -(2034,1098,l), -(1558,1098,l), -(1230,670,l), -(1186,670,l), -(1363,1520,l), -(991,1520,l) -); -} -); -width = 1970; -} -); -metricLeft = x; -metricRight = x; -}, -{ -glyphname = "iishort-cy.loclBGR"; -kernLeft = ssflat; -kernRight = ssflat; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (231,100); -ref = brevecomb; -} -); -width = 1058; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (203,99); -ref = brevecomb; -} -); -width = 1125; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ii-cy"; -}, -{ -pos = (175,100); -ref = brevecomb; -} -); -width = 1299; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (241,100); -ref = brevecomb; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (213,99); -ref = brevecomb; -} -); -width = 1206; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ii-cy"; -}, -{ -alignment = -1; -pos = (180,100); -ref = brevecomb; -} -); -width = 1359; -} -); -}, -{ -glyphname = Alpha; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = A; -} -); -width = 1408; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = A; -} -); -width = 1487; -} -); -unicode = 913; -}, -{ -glyphname = Beta; -kernLeft = B; -kernRight = B; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = B; -} -); -width = 1197; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = B; -} -); -width = 1229; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = B; -} -); -width = 1391; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = B; -} -); -width = 1127; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = B; -} -); -width = 1370; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = B; -} -); -width = 1491; -} -); -unicode = 914; -}, -{ -glyphname = Gamma; -kernLeft = sflat; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ge-cy"; -} -); -width = 1017; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ge-cy"; -} -); -width = 1117; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ge-cy"; -} -); -width = 1247; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Ge-cy"; -} -); -width = 1060; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Ge-cy"; -} -); -width = 1240; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Ge-cy"; -} -); -width = 1344; -} -); -unicode = 915; -}, -{ -glyphname = Delta; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1275,0,l), -(1275,50,l), -(661,1446,l), -(598,1446,l), -(0,50,l), -(0,0,l) -); -}, -{ -closed = 1; -nodes = ( -(631,1399,l), -(1220,50,l), -(55,50,l) -); -} -); -width = 1275; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1287,0,l), -(1287,160,l), -(734,1446,l), -(562,1446,l), -(0,160,l), -(0,0,l) -); -}, -{ -closed = 1; -nodes = ( -(644,1215,l), -(1091,160,l), -(197,160,l) -); -} -); -width = 1287; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1415,0,l), -(1415,282,l), -(924,1446,l), -(494,1446,l), -(0,282,l), -(0,0,l) -); -}, -{ -closed = 1; -nodes = ( -(708,1086,l), -(993,320,l), -(423,320,l) -); -} -); -width = 1415; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1164,0,l), -(1175,50,l), -(858,1446,l), -(795,1446,l), -(-100,50,l), -(-111,0,l) -); -}, -{ -closed = 1; -nodes = ( -(818,1399,l), -(1120,50,l), -(-45,50,l) -); -} -); -width = 1275; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1176,0,l), -(1210,160,l), -(931,1446,l), -(759,1446,l), -(-77,160,l), -(-111,0,l) -); -}, -{ -closed = 1; -nodes = ( -(792,1215,l), -(1014,160,l), -(120,160,l) -); -} -); -width = 1287; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1298,0,l), -(1358,282,l), -(1115,1446,l), -(685,1446,l), -(-57,282,l), -(-117,0,l) -); -}, -{ -closed = 1; -nodes = ( -(822,1086,l), -(944,320,l), -(374,320,l) -); -} -); -width = 1415; -} -); -metricLeft = A; -metricRight = A; -unicode = 916; -}, -{ -glyphname = Epsilon; -kernLeft = E; -kernRight = E; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = E; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = E; -} -); -width = 1102; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = E; -} -); -width = 1224; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = E; -} -); -width = 1119; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = E; -} -); -width = 1223; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = E; -} -); -width = 1365; -} -); -unicode = 917; -}, -{ -glyphname = Zeta; -kernLeft = Z; -kernRight = Z; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Z; -} -); -width = 1219; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Z; -} -); -width = 1237; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Z; -} -); -width = 1349; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Z; -} -); -width = 1219; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = Z; -} -); -width = 1358; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Z; -} -); -width = 1469; -} -); -unicode = 918; -}, -{ -glyphname = Eta; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = H; -} -); -width = 1235; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = H; -} -); -width = 1325; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = H; -} -); -width = 1529; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = H; -} -); -width = 1236; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = H; -} -); -width = 1486; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = H; -} -); -width = 1650; -} -); -unicode = 919; -}, -{ -glyphname = Theta; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 07:08:52 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (793,1463); -}, -{ -name = top; -pos = (793,1686); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -}, -{ -closed = 1; -nodes = ( -(438,700,l), -(1148,700,l), -(1148,748,l), -(438,748,l) -); -} -); -width = 1526; -}, -{ -anchors = ( -{ -name = _top; -pos = (796,1463); -}, -{ -name = top; -pos = (796,1751); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -}, -{ -closed = 1; -nodes = ( -(415,656,l), -(1178,656,l), -(1178,796,l), -(415,796,l) -); -} -); -width = 1592; -}, -{ -anchors = ( -{ -name = _top; -pos = (841,1480); -}, -{ -name = top; -pos = (841,1868); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -}, -{ -closed = 1; -nodes = ( -(583,602,l), -(1098,602,l), -(1098,842,l), -(583,842,l) -); -} -); -width = 1681; -}, -{ -anchors = ( -{ -name = _top; -pos = (1025,1463); -}, -{ -name = top; -pos = (1072,1686); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = O; -}, -{ -closed = 1; -nodes = ( -(508,700,l), -(1218,700,l), -(1228,748,l), -(518,748,l) -); -} -); -width = 1586; -}, -{ -anchors = ( -{ -name = _top; -pos = (1045,1463); -}, -{ -name = top; -pos = (1045,1751); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = O; -}, -{ -closed = 1; -nodes = ( -(501,656,l), -(1264,656,l), -(1294,796,l), -(531,796,l) -); -} -); -width = 1592; -}, -{ -anchors = ( -{ -name = _top; -pos = (1125,1480); -}, -{ -name = top; -pos = (1125,1868); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = O; -}, -{ -closed = 1; -nodes = ( -(667,602,l), -(1182,602,l), -(1234,842,l), -(719,842,l) -); -} -); -width = 1681; -} -); -metricLeft = O; -metricRight = O; -unicode = 920; -}, -{ -glyphname = Iota; -kernLeft = I; -kernRight = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = I; -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -} -); -width = 731; -} -); -unicode = 921; -}, -{ -glyphname = Kappa; -kernLeft = K; -kernRight = K; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = K; -} -); -width = 1118; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = K; -} -); -width = 1202; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = K; -} -); -width = 1392; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = K; -} -); -width = 1118; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = K; -} -); -width = 1293; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = K; -} -); -width = 1477; -} -); -unicode = 922; -}, -{ -glyphname = Lambda; -kernLeft = A; -kernRight = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(642,1360,l), -(655,1360,l), -(655,1443,l), -(626,1443,l), -(0,0,l), -(52,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1289,0,l), -(661,1443,l), -(644,1443,l), -(644,1362,l), -(1237,0,l) -); -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(688,1264,l), -(732,1264,l), -(732,1444,l), -(582,1444,l), -(0,0,l), -(192,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1388,0,l), -(800,1444,l), -(692,1444,l), -(692,1270,l), -(1196,0,l) -); -} -); -width = 1388; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(738,969,l), -(788,969,l), -(778,1443,l), -(545,1443,l), -(0,0,l), -(439,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1487,0,l), -(940,1443,l), -(737,1443,l), -(747,975,l), -(1047,0,l) -); -} -); -width = 1487; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(823,1360,l), -(836,1360,l), -(850,1443,l), -(821,1443,l), -(-111,0,l), -(-54,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1178,0,l), -(856,1443,l), -(839,1443,l), -(825,1362,l), -(1130,0,l) -); -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(860,1264,l), -(889,1264,l), -(927,1444,l), -(777,1444,l), -(-111,0,l), -(96,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1277,0,l), -(995,1444,l), -(892,1444,l), -(865,1270,l), -(1095,0,l) -); -} -); -width = 1388; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(857,969,l), -(907,969,l), -(977,1443,l), -(734,1443,l), -(-117,0,l), -(332,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1370,0,l), -(1129,1443,l), -(936,1443,l), -(867,975,l), -(960,0,l) -); -} -); -width = 1487; -} -); -metricLeft = A; -metricRight = A; -unicode = 923; -}, -{ -glyphname = Mu; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = M; -} -); -width = 1630; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = M; -} -); -width = 1670; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = M; -} -); -width = 1836; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = M; -} -); -width = 1337; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = M; -} -); -width = 1831; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = M; -} -); -width = 1957; -} -); -unicode = 924; -}, -{ -glyphname = Nu; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = N; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = N; -} -); -width = 1355; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = N; -} -); -width = 1500; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = N; -} -); -width = 1255; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = N; -} -); -width = 1476; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = N; -} -); -width = 1620; -} -); -unicode = 925; -}, -{ -glyphname = Xi; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1395,l), -(1220,1395,l), -(1220,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(164,715,l), -(1156,715,l), -(1156,763,l), -(164,763,l) -); -}, -{ -closed = 1; -nodes = ( -(100,3,l), -(1220,3,l), -(1220,51,l), -(100,51,l) -); -} -); -width = 1320; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1283,l), -(1220,1283,l), -(1220,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(194,661,l), -(1126,661,l), -(1126,821,l), -(194,821,l) -); -}, -{ -closed = 1; -nodes = ( -(100,3,l), -(1220,3,l), -(1220,163,l), -(100,163,l) -); -} -); -width = 1320; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1113,l), -(1220,1113,l), -(1220,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(164,567,l), -(1156,567,l), -(1156,887,l), -(164,887,l) -); -}, -{ -closed = 1; -nodes = ( -(100,3,l), -(1220,3,l), -(1220,333,l), -(100,333,l) -); -} -); -width = 1320; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,1395,l), -(1406,1395,l), -(1416,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(205,715,l), -(1197,715,l), -(1208,763,l), -(216,763,l) -); -}, -{ -closed = 1; -nodes = ( -(-10,3,l), -(1110,3,l), -(1120,51,l), -(0,51,l) -); -} -); -width = 1320; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,1283,l), -(1382,1283,l), -(1416,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(224,661,l), -(1156,661,l), -(1190,821,l), -(258,821,l) -); -}, -{ -closed = 1; -nodes = ( -(-10,3,l), -(1110,3,l), -(1144,163,l), -(24,163,l) -); -} -); -width = 1320; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(220,1113,l), -(1340,1113,l), -(1410,1443,l), -(290,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(168,567,l), -(1160,567,l), -(1228,887,l), -(236,887,l) -); -}, -{ -closed = 1; -nodes = ( -(-16,3,l), -(1104,3,l), -(1174,333,l), -(54,333,l) -); -} -); -width = 1320; -} -); -metricLeft = H; -metricRight = H; -unicode = 926; -}, -{ -glyphname = Omicron; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = O; -} -); -width = 1526; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = O; -} -); -width = 1592; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = O; -} -); -width = 1681; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = O; -} -); -width = 1586; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = O; -} -); -width = 1697; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = O; -} -); -width = 1822; -} -); -unicode = 927; -}, -{ -glyphname = Pi; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Pe-cy"; -} -); -width = 1255; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Pe-cy"; -} -); -width = 1315; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Pe-cy"; -} -); -width = 1485; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Pe-cy"; -} -); -width = 1256; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "Pe-cy"; -} -); -width = 1476; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Pe-cy"; -} -); -width = 1606; -} -); -unicode = 928; -}, -{ -glyphname = Rho; -kernLeft = P; -kernRight = P; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = P; -} -); -width = 1138; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = P; -} -); -width = 1190; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = P; -} -); -width = 1331; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = P; -} -); -width = 1140; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = P; -} -); -width = 1340; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = P; -} -); -width = 1461; -} -); -unicode = 929; -}, -{ -glyphname = Sigma; -kernLeft = X; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1036,48,l), -(128,48,l), -(128,56,l), -(680,718,l), -(680,726,l), -(148,1386,l), -(148,1394,l), -(996,1394,l), -(996,1443,l), -(80,1443,l), -(80,1394,l), -(626,722,l), -(60,48,l), -(60,0,l), -(1036,0,l) -); -} -); -width = 1096; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1033,152,l), -(291,152,l), -(291,160,l), -(725,718,l), -(725,726,l), -(311,1280,l), -(311,1288,l), -(993,1288,l), -(993,1443,l), -(80,1443,l), -(80,1288,l), -(503,722,l), -(60,152,l), -(60,0,l), -(1033,0,l) -); -} -); -width = 1093; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1163,325,l), -(531,325,l), -(531,337,l), -(835,718,l), -(835,726,l), -(551,1107,l), -(551,1118,l), -(1123,1118,l), -(1123,1443,l), -(80,1443,l), -(80,1118,l), -(443,722,l), -(60,325,l), -(60,0,l), -(1163,0,l) -); -} -); -width = 1223; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(936,48,l), -(28,48,l), -(30,56,l), -(722,718,l), -(724,726,l), -(332,1386,l), -(334,1394,l), -(1182,1394,l), -(1192,1443,l), -(276,1443,l), -(266,1394,l), -(669,722,l), -(-40,48,l), -(-50,0,l), -(926,0,l) -); -} -); -width = 1097; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(955,152,l), -(213,152,l), -(215,160,l), -(767,718,l), -(769,726,l), -(473,1280,l), -(474,1288,l), -(1156,1288,l), -(1189,1443,l), -(276,1443,l), -(243,1288,l), -(546,722,l), -(-18,152,l), -(-50,0,l), -(923,0,l) -); -} -); -width = 1094; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1115,325,l), -(483,325,l), -(485,337,l), -(920,718,l), -(922,726,l), -(669,1107,l), -(671,1118,l), -(1243,1118,l), -(1312,1443,l), -(269,1443,l), -(200,1118,l), -(479,722,l), -(12,325,l), -(-57,0,l), -(1046,0,l) -); -} -); -width = 1223; -} -); -metricLeft = O; -metricRight = O; -unicode = 931; -}, -{ -glyphname = Tau; -kernLeft = T; -kernRight = T; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = T; -} -); -width = 1225; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = T; -} -); -width = 1245; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = T; -} -); -width = 1385; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = T; -} -); -width = 1225; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = T; -} -); -width = 1265; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = T; -} -); -width = 1426; -} -); -unicode = 932; -}, -{ -glyphname = Upsilon; -kernLeft = Y; -kernRight = Y; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Y; -} -); -width = 1212; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Y; -} -); -width = 1332; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Y; -} -); -width = 1494; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Y; -} -); -width = 1212; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = Y; -} -); -width = 1432; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Y; -} -); -width = 1594; -} -); -unicode = 933; -}, -{ -glyphname = Phi; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "Ef-cy"; -} -); -width = 1560; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "Ef-cy"; -} -); -width = 1600; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "Ef-cy"; -} -); -width = 1840; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = "Ef-cy"; -} -); -width = 1560; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = "Ef-cy"; -} -); -width = 1600; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "Ef-cy"; -} -); -width = 2020; -} -); -unicode = 934; -}, -{ -glyphname = Chi; -kernLeft = X; -kernRight = X; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = X; -} -); -width = 1283; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = X; -} -); -width = 1388; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = X; -} -); -width = 1628; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = X; -} -); -width = 1313; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = X; -} -); -width = 1511; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = X; -} -); -width = 1767; -} -); -unicode = 935; -}, -{ -glyphname = Psi; -kernLeft = V; -kernRight = V; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (678,0); -}, -{ -name = ogonek; -pos = (689,-10); -}, -{ -name = top; -pos = (678,1443); -}, -{ -name = topright; -pos = (1384,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1033,311,o), -(1256,510,o), -(1256,827,c), -(1256,1443,l), -(1206,1443,l), -(1206,827,l), -(1206,540,o), -(1002,360,o), -(677,360,c), -(353,360,o), -(150,540,o), -(150,827,c), -(150,1443,l), -(100,1443,l), -(100,827,l), -(100,510,o), -(323,311,o), -(677,311,c) -); -}, -{ -closed = 1; -nodes = ( -(653,0,l), -(703,0,l), -(703,1443,l), -(653,1443,l) -); -} -); -width = 1356; -}, -{ -anchors = ( -{ -name = bottom; -pos = (738,0); -}, -{ -name = ogonek; -pos = (750,-7); -}, -{ -name = top; -pos = (738,1443); -}, -{ -name = topright; -pos = (1354,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1130,300,o), -(1376,515,o), -(1376,857,c), -(1376,1443,l), -(1196,1443,l), -(1196,857,l), -(1196,619,o), -(1019,470,o), -(737,470,c), -(456,470,o), -(280,619,o), -(280,857,c), -(280,1443,l), -(100,1443,l), -(100,857,l), -(100,515,o), -(346,300,o), -(737,300,c) -); -}, -{ -closed = 1; -nodes = ( -(648,0,l), -(828,0,l), -(828,1443,l), -(648,1443,l) -); -} -); -width = 1476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (876,-20); -}, -{ -name = ogonek; -pos = (879,-20); -}, -{ -name = top; -pos = (876,1443); -}, -{ -name = topright; -pos = (1564,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1352,283,o), -(1652,507,o), -(1652,863,c), -(1652,1443,l), -(1252,1443,l), -(1252,850,l), -(1252,680,o), -(1107,573,o), -(875,573,c), -(645,573,o), -(500,684,o), -(500,860,c), -(500,1443,l), -(100,1443,l), -(100,853,l), -(100,503,o), -(399,283,o), -(875,283,c) -); -}, -{ -closed = 1; -nodes = ( -(676,0,l), -(1076,0,l), -(1076,1443,l), -(676,1443,l) -); -} -); -width = 1752; -}, -{ -anchors = ( -{ -name = bottom; -pos = (414,0); -}, -{ -name = ogonek; -pos = (421,-10); -}, -{ -name = top; -pos = (1028,1443); -}, -{ -name = topright; -pos = (1734,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(989,311,o), -(1254,510,o), -(1321,827,c), -(1452,1443,l), -(1402,1443,l), -(1271,827,l), -(1210,540,o), -(968,360,o), -(643,360,c), -(319,360,o), -(154,540,o), -(215,827,c), -(346,1443,l), -(296,1443,l), -(165,827,l), -(98,510,o), -(279,311,o), -(633,311,c) -); -}, -{ -closed = 1; -nodes = ( -(543,0,l), -(593,0,l), -(899,1443,l), -(849,1443,l) -); -} -); -width = 1356; -}, -{ -anchors = ( -{ -name = bottom; -pos = (474,0); -}, -{ -name = ogonek; -pos = (483,-7); -}, -{ -name = top; -pos = (1088,1443); -}, -{ -name = topright; -pos = (1704,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1083,300,o), -(1375,515,o), -(1448,857,c), -(1572,1443,l), -(1392,1443,l), -(1268,857,l), -(1217,619,o), -(1009,470,o), -(727,470,c), -(446,470,o), -(301,619,o), -(352,857,c), -(476,1443,l), -(296,1443,l), -(172,857,l), -(99,515,o), -(299,300,o), -(690,300,c) -); -}, -{ -closed = 1; -nodes = ( -(538,0,l), -(718,0,l), -(1024,1443,l), -(844,1443,l) -); -} -); -width = 1476; -}, -{ -anchors = ( -{ -name = bottom; -pos = (755,-20); -}, -{ -name = ogonek; -pos = (758,-20); -}, -{ -name = top; -pos = (1066,1443); -}, -{ -name = topright; -pos = (1754,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1296,283,o), -(1643,507,o), -(1719,863,c), -(1842,1443,l), -(1442,1443,l), -(1316,850,l), -(1280,680,o), -(1112,573,o), -(880,573,c), -(650,573,o), -(529,684,o), -(566,860,c), -(690,1443,l), -(290,1443,l), -(165,853,l), -(91,503,o), -(343,283,o), -(819,283,c) -); -}, -{ -closed = 1; -nodes = ( -(560,0,l), -(960,0,l), -(1266,1443,l), -(866,1443,l) -); -} -); -width = 1752; -} -); -metricLeft = H; -metricRight = H; -unicode = 936; -}, -{ -glyphname = Omega; -lastChange = "2025-04-30 13:41:03 +0000"; -layers = ( -{ -anchors = ( -{ -name = topleft; -pos = (13,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -ref = Ohm; -} -); -width = 1556; -}, -{ -anchors = ( -{ -name = topleft; -pos = (-37,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -ref = Ohm; -} -); -width = 1556; -}, -{ -anchors = ( -{ -name = topleft; -pos = (-17,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -ref = Ohm; -} -); -width = 1678; -}, -{ -anchors = ( -{ -name = topleft; -pos = (188,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = 1; -ref = Ohm; -} -); -width = 1571; -}, -{ -anchors = ( -{ -name = topleft; -pos = (193,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = 1; -ref = Ohm; -} -); -width = 1572; -}, -{ -anchors = ( -{ -name = topleft; -pos = (-177,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Ohm; -} -); -width = 1686; -} -); -metricLeft = O; -metricRight = O; -unicode = 937; -}, -{ -glyphname = Alphatonos; -kernRight = A; -lastChange = "2025-04-30 03:33:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = A; -}, -{ -pos = (138,118); -ref = tonos; -} -); -width = 1289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = A; -}, -{ -pos = (-8,105); -ref = tonos; -} -); -width = 1408; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = A; -}, -{ -pos = (-134,1); -ref = tonos; -} -); -width = 1567; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = A; -}, -{ -pos = (162,118); -ref = tonos; -} -); -width = 1289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = A; -}, -{ -pos = (13,105); -ref = tonos; -} -); -width = 1408; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = A; -}, -{ -alignment = -1; -pos = (-275,1); -ref = tonos; -} -); -width = 1487; -} -); -unicode = 902; -}, -{ -glyphname = Epsilontonos; -lastChange = "2025-04-30 03:33:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (145,0); -ref = E; -}, -{ -pos = (-140,118); -ref = tonos; -} -); -width = 1243; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (291,0); -ref = E; -}, -{ -pos = (-160,105); -ref = tonos; -} -); -width = 1393; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (424,0); -ref = E; -}, -{ -pos = (-120,1); -ref = tonos; -} -); -width = 1648; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (145,0); -ref = E; -}, -{ -pos = (-385,118); -ref = tonos; -} -); -width = 1264; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (291,0); -ref = E; -}, -{ -pos = (-448,105); -ref = tonos; -} -); -width = 1434; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (424,0); -ref = E; -}, -{ -pos = (-419,1); -ref = tonos; -} -); -width = 1729; -} -); -metricRight = E; -unicode = 904; -}, -{ -glyphname = Etatonos; -kernLeft = Epsilontonos; -lastChange = "2025-05-08 07:03:29 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (140,0); -ref = H; -}, -{ -pos = (-140,118); -ref = tonos; -} -); -width = 1375; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (307,0); -ref = H; -}, -{ -pos = (-160,105); -ref = tonos; -} -); -width = 1632; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (434,0); -ref = H; -}, -{ -pos = (-120,-2); -ref = tonos; -} -); -width = 1963; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (-130,0); -ref = H; -}, -{ -pos = (-385,118); -ref = tonos; -} -); -width = 1106; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (-3,0); -ref = H; -}, -{ -pos = (-448,105); -ref = tonos; -} -); -width = 1323; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (134,0); -ref = H; -}, -{ -pos = (-419,-2); -ref = tonos; -} -); -width = 1664; -} -); -metricLeft = Epsilontonos; -metricRight = H; -unicode = 905; -}, -{ -glyphname = Iotatonos; -kernLeft = Epsilontonos; -lastChange = "2025-04-30 03:33:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (130,0); -ref = I; -}, -{ -pos = (-140,118); -ref = tonos; -} -); -width = 380; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (297,0); -ref = I; -}, -{ -pos = (-160,105); -ref = tonos; -} -); -width = 677; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (429,0); -ref = I; -}, -{ -pos = (-120,0); -ref = tonos; -} -); -width = 1039; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (150,0); -ref = I; -}, -{ -pos = (-385,118); -ref = tonos; -} -); -width = 401; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (287,0); -ref = I; -}, -{ -pos = (-448,105); -ref = tonos; -} -); -width = 668; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (499,0); -ref = I; -}, -{ -pos = (-419,0); -ref = tonos; -} -); -width = 1110; -} -); -metricLeft = Epsilontonos; -metricRight = I; -unicode = 906; -}, -{ -glyphname = Omicrontonos; -kernLeft = Epsilontonos; -kernRight = round; -lastChange = "2025-05-08 07:03:29 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (-4,0); -ref = O; -}, -{ -pos = (-140,118); -ref = tonos; -} -); -width = 1522; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (139,0); -ref = O; -}, -{ -pos = (-160,105); -ref = tonos; -} -); -width = 1731; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (319,0); -ref = O; -}, -{ -pos = (-120,1); -ref = tonos; -} -); -width = 2000; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (-294,0); -ref = O; -}, -{ -pos = (-385,118); -ref = tonos; -} -); -width = 1292; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (-170,0); -ref = O; -}, -{ -pos = (-448,105); -ref = tonos; -} -); -width = 1422; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (19,0); -ref = O; -}, -{ -pos = (-419,1); -ref = tonos; -} -); -width = 1700; -} -); -metricLeft = Epsilontonos; -metricRight = O; -unicode = 908; -}, -{ -glyphname = Upsilontonos; -kernLeft = Epsilontonos; -kernRight = Y; -lastChange = "2025-04-30 03:33:59 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (207,0); -ref = Y; -}, -{ -pos = (-140,118); -ref = tonos; -} -); -width = 1419; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (403,0); -ref = Y; -}, -{ -pos = (-160,105); -ref = tonos; -} -); -width = 1735; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (524,0); -ref = Y; -}, -{ -pos = (-120,1); -ref = tonos; -} -); -width = 2018; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (227,0); -ref = Y; -}, -{ -pos = (-385,118); -ref = tonos; -} -); -width = 1439; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (343,0); -ref = Y; -}, -{ -pos = (-448,105); -ref = tonos; -} -); -width = 1675; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (574,0); -ref = Y; -}, -{ -pos = (-419,1); -ref = tonos; -} -); -width = 2088; -} -); -metricLeft = Epsilontonos; -metricRight = Y; -unicode = 910; -}, -{ -glyphname = Omegatonos; -kernLeft = Epsilontonos; -lastChange = "2025-05-08 07:03:29 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (67,0); -ref = Ohm; -}, -{ -pos = (-140,118); -ref = tonos; -} -); -width = 1623; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (143,0); -ref = Ohm; -}, -{ -pos = (-160,105); -ref = tonos; -} -); -width = 1699; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (249,0); -ref = Ohm; -}, -{ -pos = (-120,1); -ref = tonos; -} -); -width = 1927; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-157,0); -ref = Ohm; -}, -{ -pos = (-385,118); -ref = tonos; -} -); -width = 1414; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-151,0); -ref = Ohm; -}, -{ -pos = (-448,105); -ref = tonos; -} -); -width = 1421; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-1,0); -ref = Ohm; -}, -{ -pos = (-419,1); -ref = tonos; -} -); -width = 1685; -} -); -metricLeft = Epsilontonos; -metricRight = O; -unicode = 911; -}, -{ -glyphname = Iotadieresis; -kernLeft = I; -kernRight = I; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-161,503); -ref = dieresiscomb; -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-159,503); -ref = dieresiscomb; -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = I; -}, -{ -pos = (-154,443); -ref = dieresiscomb; -} -); -width = 610; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-42,503); -ref = dieresiscomb; -} -); -width = 371; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-26,503); -ref = dieresiscomb; -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = I; -}, -{ -alignment = -1; -pos = (-40,443); -ref = dieresiscomb; -} -); -width = 731; -} -); -unicode = 938; -}, -{ -glyphname = Upsilondieresis; -kernLeft = Y; -kernRight = Y; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (320,453); -ref = dieresiscomb; -} -); -width = 1212; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (313,463); -ref = dieresiscomb; -} -); -width = 1332; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (287,443); -ref = dieresiscomb; -} -); -width = 1494; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = Y; -}, -{ -pos = (405,453); -ref = dieresiscomb; -} -); -width = 1212; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = Y; -}, -{ -alignment = -1; -pos = (418,463); -ref = dieresiscomb; -} -); -width = 1432; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = Y; -}, -{ -alignment = -1; -pos = (411,443); -ref = dieresiscomb; -} -); -width = 1594; -} -); -unicode = 939; -}, -{ -glyphname = Digamma; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (493,0); -}, -{ -name = top; -pos = (493,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,0,l), -(150,723,l), -(842,723,l), -(842,771,l), -(150,771,l), -(150,1395,l), -(842,1395,l), -(842,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 882; -}, -{ -anchors = ( -{ -name = bottom; -pos = (533,0); -}, -{ -name = top; -pos = (533,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(280,0,l), -(280,651,l), -(945,651,l), -(945,811,l), -(280,811,l), -(280,1273,l), -(945,1273,l), -(945,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 985; -}, -{ -anchors = ( -{ -name = bottom; -pos = (702,0); -}, -{ -name = top; -pos = (702,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(520,0,l), -(520,493,l), -(1083,493,l), -(1083,823,l), -(520,823,l), -(520,1093,l), -(1083,1093,l), -(1083,1443,l), -(100,1443,l), -(100,0,l) -); -} -); -width = 1123; -}, -{ -anchors = ( -{ -name = bottom; -pos = (383,0); -}, -{ -name = top; -pos = (689,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,0,l), -(193,723,l), -(885,723,l), -(896,771,l), -(204,771,l), -(336,1395,l), -(1028,1395,l), -(1038,1443,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 963; -}, -{ -anchors = ( -{ -name = bottom; -pos = (423,0); -}, -{ -name = top; -pos = (729,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,0,l), -(308,651,l), -(973,651,l), -(1007,811,l), -(342,811,l), -(440,1273,l), -(1105,1273,l), -(1141,1443,l), -(296,1443,l), -(-10,0,l) -); -} -); -width = 1045; -}, -{ -anchors = ( -{ -name = bottom; -pos = (586,0); -}, -{ -name = top; -pos = (892,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(404,0,l), -(508,493,l), -(1071,493,l), -(1142,823,l), -(579,823,l), -(636,1093,l), -(1199,1093,l), -(1273,1443,l), -(290,1443,l), -(-16,0,l) -); -} -); -width = 1204; -} -); -metricLeft = F; -metricRight = F; -unicode = 988; -}, -{ -glyphname = alpha; -kernLeft = sround; -kernRight = a; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = top; -pos = (626,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,186,o), -(259,-20,o), -(559,-20,cs), -(792,-20,o), -(978,116,o), -(1025,332,c), -(1033,332,l), -(1051,100,ls), -(1057,26,o), -(1108,-20,o), -(1184,-20,cs), -(1226,-20,o), -(1260,-18,o), -(1272,-14,c), -(1272,43,l), -(1240,37,o), -(1206,34,o), -(1183,34,cs), -(1140,34,o), -(1111,61,o), -(1105,104,cs), -(1055,493,l), -(1183,1040,l), -(1129,1040,l), -(1044,637,l), -(1037,637,l), -(1011,894,o), -(821,1056,o), -(561,1056,cs), -(259,1056,o), -(60,847,o), -(60,513,cs) -); -}, -{ -closed = 1; -nodes = ( -(109,817,o), -(289,1008,o), -(561,1008,cs), -(829,1008,o), -(1007,814,o), -(1007,504,cs), -(1007,212,o), -(828,28,o), -(559,28,cs), -(289,28,o), -(109,215,o), -(109,513,cs) -); -} -); -width = 1322; -}, -{ -anchors = ( -{ -name = top; -pos = (603,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,186,o), -(249,-20,o), -(550,-20,cs), -(753,-20,o), -(910,76,o), -(957,229,c), -(966,229,l), -(965,102,l), -(965,28,o), -(1019,-19,o), -(1105,-19,cs), -(1158,-19,o), -(1208,-14,o), -(1235,-5,c), -(1235,168,l), -(1224,159,o), -(1202,154,o), -(1177,154,cs), -(1150,154,o), -(1131,169,o), -(1127,192,c), -(1088,519,l), -(1210,1040,l), -(1031,1040,l), -(972,753,l), -(960,753,l), -(934,939,o), -(785,1056,o), -(574,1056,cs), -(258,1056,o), -(60,847,o), -(60,513,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,748,o), -(375,896,o), -(589,896,cs), -(783,896,o), -(907,749,o), -(910,515,cs), -(910,283,o), -(785,138,o), -(587,138,cs), -(374,138,o), -(240,283,o), -(240,513,cs) -); -} -); -width = 1285; -}, -{ -anchors = ( -{ -name = top; -pos = (713,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,192,o), -(249,-22,o), -(550,-22,cs), -(708,-22,o), -(837,66,o), -(884,205,c), -(902,205,l), -(913,169,l), -(937,42,o), -(1043,-37,o), -(1187,-37,cs), -(1279,-37,o), -(1369,-25,o), -(1419,-7,c), -(1419,280,l), -(1371,275,o), -(1338,272,o), -(1335,272,cs), -(1298,272,o), -(1271,290,o), -(1264,319,cs), -(1209,549,l), -(1363,1100,l), -(946,1100,l), -(913,937,l), -(894,937,l), -(850,1054,o), -(717,1128,o), -(550,1128,cs), -(249,1128,o), -(60,899,o), -(60,534,cs) -); -}, -{ -closed = 1; -nodes = ( -(460,705,o), -(546,809,o), -(683,809,cs), -(804,809,o), -(880,705,o), -(880,539,cs), -(880,381,o), -(804,281,o), -(683,281,cs), -(546,281,o), -(460,381,o), -(460,539,cs) -); -} -); -width = 1469; -}, -{ -anchors = ( -{ -name = top; -pos = (718,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,186,o), -(164,-20,o), -(464,-20,cs), -(697,-20,o), -(907,116,o), -(992,332,c), -(1000,332,l), -(977,100,ls), -(970,26,o), -(1013,-20,o), -(1089,-20,cs), -(1131,-20,o), -(1165,-18,o), -(1178,-14,c), -(1188,43,l), -(1155,37,o), -(1121,34,o), -(1098,34,cs), -(1055,34,o), -(1030,61,o), -(1032,104,cs), -(1051,493,l), -(1275,1040,l), -(1221,1040,l), -(1065,637,l), -(1058,637,l), -(1077,894,o), -(916,1056,o), -(656,1056,cs), -(354,1056,o), -(118,847,o), -(59,513,cs) -); -}, -{ -closed = 1; -nodes = ( -(162,817,o), -(375,1008,o), -(647,1008,cs), -(915,1008,o), -(1059,814,o), -(1005,504,cs), -(953,212,o), -(742,28,o), -(473,28,cs), -(203,28,o), -(56,215,o), -(108,513,cs) -); -} -); -width = 1342; -}, -{ -anchors = ( -{ -name = top; -pos = (603,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,186,o), -(154,-20,o), -(455,-20,cs), -(658,-20,o), -(832,76,o), -(906,229,c), -(915,229,l), -(892,102,l), -(879,28,o), -(924,-19,o), -(1010,-19,cs), -(1063,-19,o), -(1114,-14,o), -(1143,-5,c), -(1173,168,l), -(1161,159,o), -(1138,154,o), -(1113,154,cs), -(1086,154,o), -(1069,169,o), -(1070,192,c), -(1088,519,l), -(1302,1040,l), -(1123,1040,l), -(1013,753,l), -(1001,753,l), -(1008,939,o), -(880,1056,o), -(669,1056,cs), -(353,1056,o), -(118,847,o), -(59,513,cs) -); -}, -{ -closed = 1; -nodes = ( -(281,748,o), -(442,896,o), -(656,896,cs), -(850,896,o), -(948,749,o), -(909,515,cs), -(869,283,o), -(718,138,o), -(520,138,cs), -(307,138,o), -(199,283,o), -(239,513,cs) -); -} -); -width = 1305; -}, -{ -anchors = ( -{ -name = top; -pos = (810,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-3,192,o), -(148,-22,o), -(449,-22,cs), -(607,-22,o), -(751,66,o), -(823,205,c), -(841,205,l), -(846,169,l), -(847,42,o), -(939,-37,o), -(1083,-37,cs), -(1175,-37,o), -(1267,-25,o), -(1321,-7,c), -(1371,280,l), -(1322,275,o), -(1289,272,o), -(1286,272,cs), -(1249,272,o), -(1225,290,o), -(1223,319,cs), -(1209,549,l), -(1460,1100,l), -(1043,1100,l), -(981,937,l), -(962,937,l), -(939,1054,o), -(819,1128,o), -(652,1128,cs), -(351,1128,o), -(121,899,o), -(57,534,cs) -); -}, -{ -closed = 1; -nodes = ( -(487,705,o), -(591,809,o), -(728,809,cs), -(849,809,o), -(907,705,o), -(878,539,cs), -(850,381,o), -(756,281,o), -(635,281,cs), -(498,281,o), -(430,381,o), -(458,539,cs) -); -} -); -width = 1489; -} -); -metricLeft = a; -unicode = 945; -}, -{ -glyphname = beta; -kernLeft = b; -kernRight = b; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,11,l), -(160,237,l), -(166,237,l), -(250,85,o), -(417,-10,o), -(600,-10,cs), -(883,-10,o), -(1060,137,o), -(1060,370,cs), -(1060,592,o), -(916,744,o), -(687,765,c), -(687,770,l), -(859,802,o), -(967,945,o), -(967,1139,cs), -(967,1378,o), -(802,1528,o), -(540,1528,cs), -(276,1528,o), -(110,1377,o), -(110,1136,cs), -(110,11,l) -); -}, -{ -closed = 1; -nodes = ( -(160,1141,ls), -(160,1349,o), -(307,1480,o), -(541,1480,cs), -(772,1480,o), -(917,1349,o), -(917,1140,cs), -(917,923,o), -(763,787,o), -(518,787,cs), -(322,787,l), -(322,739,l), -(540,739,ls), -(829,739,o), -(1010,599,o), -(1010,377,cs), -(1010,169,o), -(852,38,o), -(600,38,cs), -(424,38,o), -(254,151,o), -(160,330,c) -); -}, -{ -closed = 1; -nodes = ( -(110,-360,l), -(160,-360,l), -(160,22,l), -(110,22,l) -); -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,1,l), -(290,142,l), -(302,142,l), -(350,47,o), -(496,-20,o), -(657,-20,cs), -(922,-20,o), -(1108,152,o), -(1108,396,cs), -(1108,591,o), -(971,741,o), -(776,760,c), -(776,772,l), -(903,808,o), -(993,952,o), -(993,1121,cs), -(993,1363,o), -(801,1534,o), -(528,1534,cs), -(283,1534,o), -(110,1362,o), -(110,1118,cs), -(110,1,l) -); -}, -{ -closed = 1; -nodes = ( -(290,1123,ls), -(290,1270,o), -(392,1374,o), -(538,1374,cs), -(700,1374,o), -(814,1270,o), -(814,1122,cs), -(814,952,o), -(704,833,o), -(548,833,cs), -(382,833,l), -(382,675,l), -(591,675,ls), -(790,675,o), -(930,562,o), -(930,402,cs), -(930,248,o), -(813,140,o), -(646,140,cs), -(492,140,o), -(345,235,o), -(290,371,c) -); -}, -{ -closed = 1; -nodes = ( -(110,-360,l), -(290,-360,l), -(290,22,l), -(110,22,l) -); -} -); -width = 1168; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,14,l), -(510,144,l), -(528,144,l), -(584,48,o), -(717,-12,o), -(873,-12,cs), -(1155,-12,o), -(1332,148,o), -(1332,403,cs), -(1332,616,o), -(1193,756,o), -(971,765,c), -(971,784,l), -(1129,804,o), -(1228,936,o), -(1228,1126,cs), -(1228,1377,o), -(1010,1534,o), -(662,1534,cs), -(323,1534,o), -(110,1351,o), -(110,1059,cs), -(110,14,l) -); -}, -{ -closed = 1; -nodes = ( -(510,1064,ls), -(510,1156,o), -(572,1214,o), -(672,1214,cs), -(776,1214,o), -(841,1155,o), -(841,1062,cs), -(841,966,o), -(780,904,o), -(682,900,cs), -(610,897,l), -(610,625,l), -(776,625,l), -(880,630,o), -(946,571,o), -(946,473,cs), -(946,375,o), -(882,314,o), -(779,314,cs), -(662,314,o), -(558,358,o), -(510,427,c) -); -}, -{ -closed = 1; -nodes = ( -(110,-375,l), -(510,-375,l), -(510,37,l), -(110,37,l) -); -} -); -width = 1392; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(52,11,l), -(100,237,l), -(106,237,l), -(158,85,o), -(305,-10,o), -(488,-10,cs), -(771,-10,o), -(979,137,o), -(1029,370,cs), -(1076,592,o), -(964,744,o), -(739,765,c), -(741,770,l), -(919,802,o), -(1058,945,o), -(1099,1139,cs), -(1150,1378,o), -(1017,1528,o), -(755,1528,cs), -(491,1528,o), -(293,1377,o), -(241,1136,cs), -(2,11,l) -); -}, -{ -closed = 1; -nodes = ( -(292,1141,ls), -(337,1349,o), -(511,1480,o), -(745,1480,cs), -(976,1480,o), -(1094,1349,o), -(1049,1140,cs), -(1003,923,o), -(820,787,o), -(575,787,cs), -(379,787,l), -(369,739,l), -(587,739,ls), -(876,739,o), -(1027,599,o), -(980,377,cs), -(936,169,o), -(750,38,o), -(498,38,cs), -(322,38,o), -(176,151,o), -(120,330,c) -); -}, -{ -closed = 1; -nodes = ( -(-77,-360,l), -(-27,-360,l), -(55,22,l), -(5,22,l) -); -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,1,l), -(210,142,l), -(222,142,l), -(250,47,o), -(382,-20,o), -(543,-20,cs), -(808,-20,o), -(1031,152,o), -(1082,396,cs), -(1124,591,o), -(1019,741,o), -(828,760,c), -(830,772,l), -(965,808,o), -(1086,952,o), -(1122,1121,cs), -(1173,1363,o), -(1017,1534,o), -(744,1534,cs), -(499,1534,o), -(290,1362,o), -(238,1118,cs), -(0,1,l) -); -}, -{ -closed = 1; -nodes = ( -(419,1123,ls), -(450,1270,o), -(574,1374,o), -(720,1374,cs), -(882,1374,o), -(974,1270,o), -(943,1122,cs), -(907,952,o), -(771,833,o), -(615,833,cs), -(449,833,l), -(416,675,l), -(625,675,ls), -(824,675,o), -(940,562,o), -(906,402,cs), -(873,248,o), -(733,140,o), -(566,140,cs), -(412,140,o), -(285,235,o), -(259,371,c) -); -}, -{ -closed = 1; -nodes = ( -(-76,-360,l), -(104,-360,l), -(185,22,l), -(5,22,l) -); -} -); -width = 1168; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(396,14,l), -(423,144,l), -(441,144,l), -(477,48,o), -(597,-12,o), -(753,-12,cs), -(1035,-12,o), -(1246,148,o), -(1300,403,cs), -(1346,616,o), -(1237,756,o), -(1016,765,c), -(1020,784,l), -(1183,804,o), -(1310,936,o), -(1350,1126,cs), -(1404,1377,o), -(1219,1534,o), -(871,1534,cs), -(532,1534,o), -(280,1351,o), -(218,1059,cs), -(-4,14,l) -); -}, -{ -closed = 1; -nodes = ( -(619,1064,ls), -(639,1156,o), -(713,1214,o), -(813,1214,cs), -(917,1214,o), -(969,1155,o), -(950,1062,cs), -(929,966,o), -(855,904,o), -(756,900,cs), -(683,897,l), -(626,625,l), -(792,625,l), -(897,630,o), -(950,571,o), -(929,473,cs), -(909,375,o), -(832,314,o), -(729,314,cs), -(612,314,o), -(517,358,o), -(484,427,c) -); -}, -{ -closed = 1; -nodes = ( -(-87,-375,l), -(313,-375,l), -(401,37,l), -(1,37,l) -); -} -); -width = 1391; -} -); -metricLeft = b; -metricRight = b; -unicode = 946; -}, -{ -glyphname = gamma; -kernLeft = v; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (531,27); -}, -{ -name = top; -pos = (528,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(544,6,l), -(794,274,o), -(946,567,o), -(969,822,cs), -(976,901,o), -(974,979,o), -(963,1040,c), -(914,1040,l), -(923,983,o), -(926,904,o), -(919,821,cs), -(895,573,o), -(759,301,o), -(537,74,c), -(532,74,l), -(75,1040,l), -(20,1040,l), -(508,6,l) -); -}, -{ -closed = 1; -nodes = ( -(501,-360,l), -(551,-360,l), -(551,47,l), -(501,47,l) -); -} -); -width = 993; -}, -{ -anchors = ( -{ -name = bottom; -pos = (562,28); -}, -{ -name = top; -pos = (566,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,28,l), -(869,321,o), -(1014,611,o), -(1042,839,cs), -(1051,911,o), -(1051,983,o), -(1041,1040,c), -(855,1040,l), -(866,993,o), -(866,924,o), -(857,848,cs), -(837,675,o), -(734,453,o), -(569,227,c), -(560,227,l), -(210,1040,l), -(10,1040,l), -(465,28,l) -); -}, -{ -closed = 1; -nodes = ( -(464,-360,l), -(644,-360,l), -(644,47,l), -(464,47,l) -); -} -); -width = 1059; -}, -{ -anchors = ( -{ -name = bottom; -pos = (676,27); -}, -{ -name = top; -pos = (676,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(849,27,l), -(1110,311,o), -(1286,667,o), -(1306,949,cs), -(1308,1008,o), -(1305,1066,o), -(1299,1100,c), -(882,1100,l), -(890,1073,o), -(896,1024,o), -(897,971,cs), -(900,754,o), -(824,512,o), -(701,343,c), -(680,343,l), -(465,1100,l), -(10,1100,l), -(461,27,l) -); -}, -{ -closed = 1; -nodes = ( -(460,-376,l), -(861,-376,l), -(861,47,l), -(460,47,l) -); -} -); -width = 1317; -}, -{ -anchors = ( -{ -name = bottom; -pos = (416,27); -}, -{ -name = top; -pos = (629,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(425,6,l), -(732,274,o), -(946,567,o), -(1023,822,cs), -(1047,901,o), -(1062,979,o), -(1064,1040,c), -(1015,1040,l), -(1012,983,o), -(998,904,o), -(973,821,cs), -(897,573,o), -(703,301,o), -(432,74,c), -(427,74,l), -(176,1040,l), -(121,1040,l), -(389,6,l) -); -}, -{ -closed = 1; -nodes = ( -(304,-360,l), -(354,-360,l), -(441,47,l), -(391,47,l) -); -} -); -width = 973; -}, -{ -anchors = ( -{ -name = bottom; -pos = (458,28); -}, -{ -name = top; -pos = (677,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(533,28,l), -(827,321,o), -(1034,611,o), -(1110,839,cs), -(1134,911,o), -(1150,983,o), -(1152,1040,c), -(966,1040,l), -(967,993,o), -(952,924,o), -(927,848,cs), -(870,675,o), -(720,453,o), -(507,227,c), -(498,227,l), -(321,1040,l), -(121,1040,l), -(361,28,l) -); -}, -{ -closed = 1; -nodes = ( -(277,-360,l), -(457,-360,l), -(544,47,l), -(364,47,l) -); -} -); -width = 1059; -}, -{ -anchors = ( -{ -name = bottom; -pos = (565,27); -}, -{ -name = top; -pos = (793,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(738,27,l), -(1059,311,o), -(1311,667,o), -(1391,949,cs), -(1405,1008,o), -(1415,1066,o), -(1416,1100,c), -(999,1100,l), -(1001,1073,o), -(997,1024,o), -(986,971,cs), -(943,754,o), -(816,512,o), -(657,343,c), -(636,343,l), -(582,1100,l), -(127,1100,l), -(350,27,l) -); -}, -{ -closed = 1; -nodes = ( -(263,-376,l), -(664,-376,l), -(754,47,l), -(353,47,l) -); -} -); -width = 1317; -} -); -metricLeft = v; -metricRight = v; -unicode = 947; -}, -{ -glyphname = delta; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (565,13); -}, -{ -name = center; -pos = (554,519); -}, -{ -name = ogonek; -pos = (983,11); -}, -{ -name = top; -pos = (554,1051); -}, -{ -name = topright; -pos = (820,1050); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(845,-15,o), -(1049,205,o), -(1049,517,cs), -(1049,781,o), -(886,997,o), -(653,1041,c), -(478,1088,o), -(355,1182,o), -(355,1269,cs), -(355,1358,o), -(453,1421,o), -(592,1421,cs), -(685,1421,o), -(815,1396,o), -(908,1361,c), -(908,1413,l), -(809,1446,o), -(680,1469,o), -(595,1469,cs), -(425,1469,o), -(306,1389,o), -(306,1275,cs), -(306,1186,o), -(389,1092,o), -(506,1047,c), -(506,1044,l), -(244,1026,o), -(60,808,o), -(60,517,cs), -(60,205,o), -(264,-15,o), -(554,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,803,o), -(292,1004,o), -(552,1004,cs), -(814,1004,o), -(999,803,o), -(999,517,cs), -(999,233,o), -(815,33,o), -(554,33,cs), -(293,33,o), -(110,233,o), -(110,517,cs) -); -} -); -width = 1109; -}, -{ -anchors = ( -{ -name = bottom; -pos = (591,13); -}, -{ -name = center; -pos = (580,525); -}, -{ -name = ogonek; -pos = (1015,12); -}, -{ -name = top; -pos = (580,1064); -}, -{ -name = topright; -pos = (802,1064); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(885,-15,o), -(1100,208,o), -(1100,524,cs), -(1100,776,o), -(947,992,o), -(729,1047,cs), -(552,1094,o), -(427,1185,o), -(427,1268,cs), -(427,1325,o), -(481,1365,o), -(558,1365,cs), -(678,1365,o), -(820,1337,o), -(903,1298,c), -(903,1455,l), -(805,1487,o), -(666,1510,o), -(565,1510,cs), -(377,1510,o), -(245,1411,o), -(245,1269,cs), -(245,1187,o), -(321,1098,o), -(430,1053,c), -(430,1041,l), -(213,979,o), -(60,765,o), -(60,524,cs), -(60,208,o), -(275,-15,o), -(580,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,747,o), -(380,904,o), -(578,904,cs), -(779,904,o), -(920,747,o), -(920,524,cs), -(920,301,o), -(780,145,o), -(580,145,cs), -(380,145,o), -(240,301,o), -(240,524,cs) -); -} -); -width = 1160; -}, -{ -anchors = ( -{ -name = bottom; -pos = (681,3); -}, -{ -name = center; -pos = (1479,461); -}, -{ -name = ogonek; -pos = (1219,14); -}, -{ -name = top; -pos = (682,1132); -}, -{ -name = topright; -pos = (1096,1132); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1075,-36,o), -(1321,192,o), -(1321,555,cs), -(1321,837,o), -(1144,1053,o), -(862,1113,cs), -(655,1152,o), -(525,1212,o), -(525,1267,cs), -(525,1330,o), -(587,1369,o), -(685,1369,cs), -(822,1369,o), -(979,1335,o), -(1093,1281,c), -(1093,1595,l), -(974,1635,o), -(815,1660,o), -(680,1660,cs), -(357,1660,o), -(155,1530,o), -(155,1324,cs), -(155,1208,o), -(234,1107,o), -(361,1062,c), -(362,1052,l), -(176,967,o), -(60,775,o), -(60,555,cs), -(60,192,o), -(300,-36,o), -(682,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(471,731,o), -(552,842,o), -(682,842,cs), -(821,842,o), -(909,731,o), -(909,555,cs), -(909,370,o), -(821,254,o), -(682,254,cs), -(552,254,o), -(471,370,o), -(471,555,cs) -); -} -); -width = 1381; -}, -{ -anchors = ( -{ -name = bottom; -pos = (476,13); -}, -{ -name = center; -pos = (554,519); -}, -{ -name = ogonek; -pos = (894,11); -}, -{ -name = top; -pos = (648,1051); -}, -{ -name = topright; -pos = (914,1050); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(751,-15,o), -(994,205,o), -(1049,517,cs), -(1096,781,o), -(971,997,o), -(745,1041,c), -(579,1088,o), -(472,1182,o), -(488,1269,cs), -(503,1358,o), -(612,1421,o), -(751,1421,cs), -(844,1421,o), -(970,1396,o), -(1057,1361,c), -(1066,1413,l), -(973,1446,o), -(848,1469,o), -(763,1469,cs), -(593,1469,o), -(460,1389,o), -(440,1275,cs), -(424,1186,o), -(490,1092,o), -(599,1047,c), -(599,1044,l), -(334,1026,o), -(111,808,o), -(60,517,cs), -(5,205,o), -(170,-15,o), -(460,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,803,o), -(378,1004,o), -(638,1004,cs), -(900,1004,o), -(1049,803,o), -(999,517,cs), -(949,233,o), -(730,33,o), -(469,33,cs), -(208,33,o), -(60,233,o), -(110,517,cs) -); -} -); -width = 1110; -}, -{ -anchors = ( -{ -name = bottom; -pos = (345,13); -}, -{ -name = center; -pos = (533,525); -}, -{ -name = ogonek; -pos = (769,12); -}, -{ -name = top; -pos = (743,1064); -}, -{ -name = topright; -pos = (965,1064); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(791,-15,o), -(1045,208,o), -(1101,524,cs), -(1145,776,o), -(1030,992,o), -(822,1047,cs), -(653,1094,o), -(544,1185,o), -(559,1268,cs), -(569,1325,o), -(630,1365,o), -(707,1365,cs), -(827,1365,o), -(964,1337,o), -(1040,1298,c), -(1068,1455,l), -(975,1487,o), -(840,1510,o), -(739,1510,cs), -(551,1510,o), -(402,1411,o), -(377,1269,cs), -(362,1187,o), -(423,1098,o), -(524,1053,c), -(522,1041,l), -(294,979,o), -(103,765,o), -(61,524,cs), -(5,208,o), -(181,-15,o), -(486,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(280,747,o), -(448,904,o), -(646,904,cs), -(847,904,o), -(960,747,o), -(921,524,cs), -(881,301,o), -(714,145,o), -(514,145,cs), -(314,145,o), -(201,301,o), -(241,524,cs) -); -} -); -width = 1161; -}, -{ -anchors = ( -{ -name = bottom; -pos = (585,3); -}, -{ -name = center; -pos = (1464,461); -}, -{ -name = ogonek; -pos = (1125,14); -}, -{ -name = top; -pos = (785,1132); -}, -{ -name = topright; -pos = (1199,1132); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(972,-36,o), -(1259,192,o), -(1323,555,cs), -(1372,837,o), -(1233,1053,o), -(962,1113,cs), -(762,1152,o), -(643,1212,o), -(652,1267,cs), -(663,1330,o), -(732,1369,o), -(830,1369,cs), -(967,1369,o), -(1118,1335,o), -(1223,1281,c), -(1278,1595,l), -(1166,1635,o), -(1012,1660,o), -(877,1660,cs), -(554,1660,o), -(329,1530,o), -(292,1324,cs), -(272,1208,o), -(333,1107,o), -(452,1062,c), -(451,1052,l), -(250,967,o), -(100,775,o), -(62,555,cs), -(-2,192,o), -(197,-36,o), -(579,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(504,731,o), -(604,842,o), -(734,842,cs), -(873,842,o), -(942,731,o), -(911,555,cs), -(878,370,o), -(770,254,o), -(631,254,cs), -(501,254,o), -(440,370,o), -(473,555,cs) -); -} -); -width = 1382; -} -); -metricLeft = o; -metricRight = o; -unicode = 948; -}, -{ -glyphname = epsilon; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1002,0); -ref = "ze-cy"; -scale = (-1,1); -} -); -width = 1002; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1008,0); -ref = "ze-cy"; -scale = (-1,1); -} -); -width = 1008; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1259,0); -ref = "ze-cy"; -scale = (-1,1); -} -); -width = 1259; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (801,0); -ref = "ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1003; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (805,0); -ref = "ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1007; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1046,0); -ref = "ze-cy"; -scale = (-1,1); -slant = (20,0); -} -); -width = 1257; -} -); -metricLeft = o; -metricRight = o; -unicode = 949; -}, -{ -glyphname = zeta; -kernLeft = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(854,1519,l), -(854,1458,l), -(356,1250,o), -(109,963,o), -(109,593,cs), -(109,417,o), -(237,271,o), -(495,152,c), -(642,93,l), -(776,41,o), -(841,-43,o), -(838,-159,cs), -(836,-234,o), -(794,-300,o), -(712,-360,c), -(642,-360,l), -(740,-294,o), -(789,-226,o), -(789,-155,cs), -(789,-62,o), -(731,6,o), -(614,49,c), -(477,105,l), -(198,239,o), -(60,400,o), -(60,592,cs), -(60,962,o), -(287,1250,o), -(745,1461,c), -(745,1469,l), -(212,1469,l), -(212,1519,l) -); -} -); -width = 854; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(924,1520,l), -(924,1349,l), -(466,1144,o), -(239,889,o), -(239,580,cs), -(239,435,o), -(334,318,o), -(526,228,c), -(673,170,l), -(849,104,o), -(933,-2,o), -(928,-149,cs), -(926,-236,o), -(896,-306,o), -(837,-360,c), -(632,-360,l), -(710,-284,o), -(749,-216,o), -(749,-155,cs), -(749,-69,o), -(688,-5,o), -(566,39,c), -(430,95,l), -(183,215,o), -(60,372,o), -(60,568,cs), -(60,887,o), -(254,1146,o), -(645,1348,c), -(645,1360,l), -(222,1360,l), -(222,1520,l) -); -} -); -width = 928; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1054,1520,l), -(1054,1241,l), -(650,1063,o), -(449,866,o), -(449,647,cs), -(449,525,o), -(557,418,o), -(776,324,c), -(933,242,l), -(1067,164,o), -(1132,44,o), -(1128,-120,cs), -(1125,-211,o), -(1082,-295,o), -(997,-374,c), -(632,-374,l), -(710,-297,o), -(749,-229,o), -(749,-168,cs), -(749,-91,o), -(687,-30,o), -(563,15,c), -(427,72,l), -(182,191,o), -(60,350,o), -(60,551,cs), -(60,829,o), -(217,1045,o), -(535,1203,c), -(535,1220,l), -(152,1220,l), -(152,1520,l) -); -} -); -width = 1128; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1066,1519,l), -(1053,1458,l), -(511,1250,o), -(203,963,o), -(124,593,cs), -(86,417,o), -(183,271,o), -(416,152,c), -(551,93,l), -(674,41,o), -(721,-43,o), -(693,-159,cs), -(675,-234,o), -(619,-300,o), -(524,-360,c), -(454,-360,l), -(566,-294,o), -(630,-226,o), -(645,-155,cs), -(665,-62,o), -(621,6,o), -(513,49,c), -(388,105,l), -(138,239,o), -(34,400,o), -(75,592,cs), -(153,962,o), -(442,1250,o), -(944,1461,c), -(946,1469,l), -(413,1469,l), -(424,1519,l) -); -} -); -width = 854; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1137,1520,l), -(1100,1349,l), -(599,1144,o), -(318,889,o), -(252,580,cs), -(221,435,o), -(291,318,o), -(464,228,c), -(599,170,l), -(761,104,o), -(822,-2,o), -(786,-149,cs), -(766,-236,o), -(721,-306,o), -(650,-360,c), -(445,-360,l), -(539,-284,o), -(593,-216,o), -(606,-155,cs), -(624,-69,o), -(577,-5,o), -(464,39,c), -(340,95,l), -(118,215,o), -(29,372,o), -(70,568,cs), -(138,887,o), -(387,1146,o), -(821,1348,c), -(824,1360,l), -(401,1360,l), -(435,1520,l) -); -} -); -width = 928; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1260,1520,l), -(1201,1241,l), -(759,1063,o), -(516,866,o), -(470,647,cs), -(444,525,o), -(529,418,o), -(728,324,c), -(868,242,l), -(985,164,o), -(1025,44,o), -(986,-120,cs), -(963,-211,o), -(903,-295,o), -(801,-374,c), -(436,-374,l), -(530,-297,o), -(584,-229,o), -(596,-168,cs), -(613,-91,o), -(564,-30,o), -(449,15,c), -(326,72,l), -(106,191,o), -(18,350,o), -(60,551,cs), -(119,829,o), -(322,1045,o), -(674,1203,c), -(678,1220,l), -(295,1220,l), -(358,1520,l) -); -} -); -width = 1129; -} -); -metricLeft = O; -unicode = 950; -}, -{ -glyphname = eta; -kernLeft = "up-curve"; -kernRight = n; -lastChange = "2025-05-09 07:46:59 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (586,27); -}, -{ -name = top; -pos = (586,1056); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,833,o), -(377,1008,o), -(587,1008,cs), -(809,1008,o), -(948,864,o), -(948,634,cs), -(948,-360,l), -(998,-360,l), -(998,634,ls), -(998,893,o), -(839,1056,o), -(587,1056,cs), -(395,1056,o), -(246,956,o), -(201,796,c), -(193,796,l), -(193,941,l), -(198,1008,o), -(161,1052,o), -(92,1055,cs), -(73,1057,o), -(34,1053,o), -(-10,1044,c), -(-10,993,l), -(26,1001,o), -(65,1005,o), -(90,1004,cs), -(125,1002,o), -(145,978,o), -(143,941,c), -(142,0,l), -(193,0,l), -(193,646,l) -); -} -); -width = 1078; -}, -{ -anchors = ( -{ -name = bottom; -pos = (570,27); -}, -{ -name = top; -pos = (580,1055); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(285,787,o), -(407,883,o), -(565,883,cs), -(736,883,o), -(843,784,o), -(843,627,cs), -(843,-360,l), -(1037,-360,l), -(1037,639,ls), -(1037,895,o), -(867,1055,o), -(597,1055,cs), -(448,1055,o), -(330,985,o), -(292,873,c), -(285,873,l), -(285,909,ls), -(285,999,o), -(221,1055,o), -(118,1055,cs), -(67,1055,o), -(13,1050,o), -(-20,1041,c), -(-20,874,l), -(-4,883,o), -(22,888,o), -(47,888,cs), -(74,888,o), -(91,873,o), -(91,850,cs), -(91,0,l), -(285,0,l), -(285,633,l) -); -} -); -width = 1117; -}, -{ -anchors = ( -{ -name = bottom; -pos = (722,27); -}, -{ -name = top; -pos = (722,1128); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(529,756,o), -(603,831,o), -(722,830,cs), -(837,830,o), -(909,755,o), -(909,635,cs), -(909,-374,l), -(1349,-374,l), -(1349,719,ls), -(1349,969,o), -(1171,1126,o), -(887,1126,cs), -(717,1126,o), -(586,1053,o), -(547,936,c), -(529,936,l), -(529,962,l), -(529,1063,o), -(430,1126,o), -(273,1126,cs), -(159,1126,o), -(46,1116,o), -(-20,1099,c), -(-20,793,l), -(4,799,o), -(30,802,o), -(47,802,cs), -(73,802,o), -(89,789,o), -(89,769,c), -(89,0,l), -(529,0,l), -(529,635,ls) -); -} -); -width = 1429; -}, -{ -anchors = ( -{ -name = bottom; -pos = (553,27); -}, -{ -name = top; -pos = (771,1056); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(338,833,o), -(552,1008,o), -(762,1008,cs), -(984,1008,o), -(1093,864,o), -(1044,634,cs), -(833,-360,l), -(883,-360,l), -(1094,634,ls), -(1149,893,o), -(1024,1056,o), -(772,1056,cs), -(580,1056,o), -(410,956,o), -(331,796,c), -(323,796,l), -(354,941,l), -(373,1008,o), -(346,1052,o), -(277,1055,cs), -(259,1057,o), -(219,1053,o), -(173,1044,c), -(162,993,l), -(200,1001,o), -(240,1005,o), -(264,1004,cs), -(299,1002,o), -(314,978,o), -(304,941,c), -(103,0,l), -(154,0,l), -(291,646,l) -); -} -); -width = 1200; -}, -{ -anchors = ( -{ -name = bottom; -pos = (546,27); -}, -{ -name = top; -pos = (774,1055); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(422,787,o), -(565,883,o), -(723,883,cs), -(894,883,o), -(980,784,o), -(946,627,cs), -(737,-360,l), -(931,-360,l), -(1143,639,ls), -(1197,895,o), -(1061,1055,o), -(791,1055,cs), -(642,1055,o), -(510,985,o), -(448,873,c), -(441,873,l), -(448,909,ls), -(467,999,o), -(415,1055,o), -(312,1055,cs), -(261,1055,o), -(206,1050,o), -(171,1041,c), -(136,874,l), -(154,883,o), -(181,888,o), -(206,888,cs), -(233,888,o), -(247,873,o), -(242,850,cs), -(61,0,l), -(255,0,l), -(390,633,l) -); -} -); -width = 1248; -}, -{ -anchors = ( -{ -name = bottom; -pos = (691,27); -}, -{ -name = top; -pos = (925,1128); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(653,756,o), -(743,831,o), -(862,830,cs), -(977,830,o), -(1033,755,o), -(1007,635,cs), -(793,-374,l), -(1233,-374,l), -(1465,719,ls), -(1518,969,o), -(1373,1126,o), -(1089,1126,cs), -(919,1126,o), -(773,1053,o), -(709,936,c), -(691,936,l), -(697,962,l), -(718,1063,o), -(632,1126,o), -(475,1126,cs), -(361,1126,o), -(246,1116,o), -(177,1099,c), -(112,793,l), -(137,799,o), -(164,802,o), -(181,802,cs), -(207,802,o), -(220,789,o), -(216,769,c), -(52,0,l), -(492,0,l), -(627,635,ls) -); -} -); -width = 1549; -} -); -metricLeft = hbar; -metricRight = n; -unicode = 951; -}, -{ -glyphname = theta; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(892,-20,o), -(1057,241,o), -(1057,766,c), -(1057,1285,o), -(892,1543,o), -(560,1543,c), -(226,1543,o), -(60,1285,o), -(60,766,c), -(60,241,o), -(226,-20,o), -(560,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(259,29,o), -(110,273,o), -(110,766,c), -(110,1252,o), -(259,1493,o), -(560,1494,cs), -(859,1495,o), -(1007,1254,o), -(1007,766,c), -(1007,273,o), -(859,29,o), -(560,29,c) -); -}, -{ -closed = 1; -nodes = ( -(87,739,l), -(1029,739,l), -(1029,787,l), -(87,787,l) -); -} -); -width = 1117; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(969,-20,o), -(1149,241,o), -(1149,766,c), -(1149,1285,o), -(969,1543,o), -(606,1543,c), -(241,1543,o), -(60,1285,o), -(60,766,c), -(60,241,o), -(241,-20,o), -(606,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(361,140,o), -(240,347,o), -(240,765,c), -(240,1177,o), -(361,1382,o), -(606,1383,cs), -(849,1383,o), -(969,1178,o), -(969,765,c), -(969,347,o), -(849,140,o), -(606,140,c) -); -}, -{ -closed = 1; -nodes = ( -(134,694,l), -(1076,694,l), -(1076,854,l), -(134,854,l) -); -} -); -width = 1209; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1107,-37,o), -(1315,225,o), -(1315,753,c), -(1315,1279,o), -(1107,1540,o), -(688,1540,c), -(268,1540,o), -(60,1279,o), -(60,753,c), -(60,225,o), -(268,-37,o), -(688,-37,c) -); -}, -{ -closed = 1; -nodes = ( -(526,264,o), -(446,426,o), -(446,753,c), -(451,1078,o), -(531,1239,o), -(688,1239,cs), -(849,1239,o), -(929,1080,o), -(929,758,c), -(923,428,o), -(843,264,o), -(688,264,c) -); -}, -{ -closed = 1; -nodes = ( -(405,605,l), -(971,605,l), -(971,902,l), -(405,902,l) -); -} -); -width = 1375; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(807,-20,o), -(1018,241,o), -(1111,766,c), -(1202,1285,o), -(1083,1543,o), -(751,1543,c), -(417,1543,o), -(205,1285,o), -(114,766,c), -(21,241,o), -(141,-20,o), -(475,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(183,29,o), -(77,273,o), -(164,766,c), -(249,1252,o), -(441,1493,o), -(742,1494,cs), -(1041,1495,o), -(1147,1254,o), -(1061,766,c), -(974,273,o), -(783,29,o), -(484,29,c) -); -}, -{ -closed = 1; -nodes = ( -(136,739,l), -(1078,739,l), -(1086,787,l), -(144,787,l) -); -} -); -width = 1120; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(884,-20,o), -(1110,241,o), -(1203,766,c), -(1294,1285,o), -(1160,1543,o), -(797,1543,c), -(432,1543,o), -(205,1285,o), -(114,766,c), -(21,241,o), -(156,-20,o), -(521,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(304,140,o), -(220,347,o), -(294,765,c), -(366,1177,o), -(523,1382,o), -(769,1383,cs), -(1012,1383,o), -(1095,1178,o), -(1023,765,c), -(949,347,o), -(792,140,o), -(549,140,c) -); -}, -{ -closed = 1; -nodes = ( -(175,694,l), -(1117,694,l), -(1145,854,l), -(203,854,l) -); -} -); -width = 1212; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1012,-37,o), -(1266,225,o), -(1359,753,c), -(1452,1279,o), -(1290,1540,o), -(871,1540,c), -(451,1540,o), -(197,1279,o), -(104,753,c), -(11,225,o), -(173,-37,o), -(593,-37,c) -); -}, -{ -closed = 1; -nodes = ( -(484,264,o), -(433,426,o), -(490,753,c), -(553,1078,o), -(661,1239,o), -(818,1239,cs), -(979,1239,o), -(1031,1080,o), -(974,758,c), -(910,428,o), -(801,264,o), -(646,264,c) -); -}, -{ -closed = 1; -nodes = ( -(423,605,l), -(989,605,l), -(1042,902,l), -(476,902,l) -); -} -); -width = 1377; -} -); -metricLeft = O; -metricRight = O; -unicode = 952; -}, -{ -glyphname = iota; -kernLeft = iota; -kernRight = iota; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = top; -pos = (135,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,150,ls), -(110,46,o), -(177,-20,o), -(284,-20,cs), -(329,-20,o), -(375,-18,o), -(405,-15,c), -(395,33,l), -(358,29,o), -(314,27,o), -(280,28,cs), -(206,30,o), -(160,78,o), -(160,152,cs), -(160,1040,l), -(110,1040,l) -); -} -); -width = 465; -}, -{ -anchors = ( -{ -name = top; -pos = (200,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,210,ls), -(110,69,o), -(201,-20,o), -(345,-20,cs), -(390,-20,o), -(447,-15,o), -(493,-7,c), -(463,149,l), -(420,138,o), -(376,135,o), -(351,136,cs), -(314,139,o), -(290,172,o), -(290,221,cs), -(290,1040,l), -(110,1040,l) -); -} -); -width = 553; -}, -{ -anchors = ( -{ -name = top; -pos = (310,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,280,ls), -(110,74,o), -(242,-36,o), -(469,-38,cs), -(531,-39,o), -(629,-32,o), -(690,-19,c), -(650,269,l), -(630,266,o), -(598,264,o), -(567,265,cs), -(526,268,o), -(500,292,o), -(500,328,cs), -(500,1100,l), -(110,1100,l) -); -} -); -width = 750; -}, -{ -anchors = ( -{ -name = top; -pos = (246,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(31,150,ls), -(9,46,o), -(62,-20,o), -(169,-20,cs), -(214,-20,o), -(261,-18,o), -(291,-15,c), -(292,33,l), -(254,29,o), -(209,27,o), -(176,28,cs), -(102,30,o), -(66,78,o), -(82,152,cs), -(271,1040,l), -(221,1040,l) -); -} -); -width = 465; -}, -{ -anchors = ( -{ -name = top; -pos = (311,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(44,210,ls), -(14,69,o), -(86,-20,o), -(230,-20,cs), -(275,-20,o), -(333,-15,o), -(381,-7,c), -(384,149,l), -(339,138,o), -(294,135,o), -(270,136,cs), -(233,139,o), -(216,172,o), -(227,221,cs), -(401,1040,l), -(221,1040,l) -); -} -); -width = 553; -}, -{ -anchors = ( -{ -name = top; -pos = (427,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,280,ls), -(9,74,o), -(117,-36,o), -(344,-38,cs), -(406,-39,o), -(505,-32,o), -(569,-19,c), -(590,269,l), -(570,266,o), -(537,264,o), -(506,265,cs), -(466,268,o), -(445,292,o), -(453,328,cs), -(617,1100,l), -(227,1100,l) -); -} -); -width = 750; -} -); -metricLeft = u; -unicode = 953; -}, -{ -glyphname = kappa; -kernLeft = ssflat; -kernRight = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottomright; -pos = (955,0); -}, -{ -name = top; -pos = (422,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,0,l), -(160,1040,l), -(110,1040,l), -(110,0,l) -); -}, -{ -closed = 1; -nodes = ( -(902,0,l), -(332,530,l), -(297,497,l), -(830,0,l) -); -}, -{ -closed = 1; -nodes = ( -(347,487,l), -(722,954,l), -(750,987,o), -(780,1009,o), -(803,1009,cs), -(819,1009,o), -(838,1008,o), -(860,1004,c), -(860,1051,l), -(838,1055,o), -(818,1057,o), -(799,1057,cs), -(762,1057,o), -(725,1035,o), -(685,989,c), -(326,535,l), -(128,535,l), -(128,487,l) -); -} -); -width = 972; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (515,0); -}, -{ -name = top; -pos = (520,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,0,l), -(290,1040,l), -(110,1040,l), -(110,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1010,0,l), -(539,568,l), -(402,456,l), -(775,0,l) -); -}, -{ -closed = 1; -nodes = ( -(487,423,l), -(849,854,l), -(871,883,o), -(898,899,o), -(926,899,cs), -(947,899,o), -(972,896,o), -(993,891,c), -(994,1046,l), -(964,1053,o), -(922,1058,o), -(874,1058,cs), -(818,1058,o), -(759,1024,o), -(710,966,c), -(403,582,l), -(224,582,l), -(224,423,l) -); -} -); -width = 1080; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1370,0); -}, -{ -name = top; -pos = (666,1102); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(510,0,l), -(510,1102,l), -(110,1102,l), -(110,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1317,1,l), -(911,609,l), -(574,452,l), -(864,1,l) -); -}, -{ -closed = 1; -nodes = ( -(814,363,l), -(1075,765,l), -(1098,798,o), -(1123,812,o), -(1155,812,cs), -(1208,812,o), -(1247,809,o), -(1284,802,c), -(1284,1110,l), -(1203,1120,o), -(1136,1125,o), -(1061,1125,cs), -(922,1125,o), -(830,1073,o), -(760,954,c), -(602,682,l), -(483,682,l), -(483,363,l) -); -} -); -width = 1387; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (845,0); -}, -{ -name = top; -pos = (533,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(50,0,l), -(271,1040,l), -(221,1040,l), -(0,0,l) -); -}, -{ -closed = 1; -nodes = ( -(792,0,l), -(334,530,l), -(299,497,l), -(727,0,l) -); -}, -{ -closed = 1; -nodes = ( -(340,487,l), -(814,954,l), -(849,987,o), -(884,1009,o), -(907,1009,cs), -(923,1009,o), -(942,1008,o), -(963,1004,c), -(973,1051,l), -(952,1055,o), -(932,1057,o), -(913,1057,cs), -(876,1057,o), -(835,1035,o), -(785,989,c), -(329,535,l), -(131,535,l), -(121,487,l) -); -} -); -width = 973; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (405,0); -}, -{ -name = top; -pos = (631,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,0,l), -(401,1040,l), -(221,1040,l), -(0,0,l) -); -}, -{ -closed = 1; -nodes = ( -(900,0,l), -(549,568,l), -(418,456,l), -(695,0,l) -); -}, -{ -closed = 1; -nodes = ( -(466,423,l), -(920,854,l), -(948,883,o), -(979,899,o), -(1007,899,cs), -(1028,899,o), -(1052,896,o), -(1072,891,c), -(1106,1046,l), -(1077,1053,o), -(1036,1058,o), -(988,1058,cs), -(932,1058,o), -(866,1024,o), -(805,966,c), -(416,582,l), -(237,582,l), -(203,423,l) -); -} -); -width = 1081; -}, -{ -anchors = ( -{ -name = bottomright; -pos = (1253,0); -}, -{ -name = top; -pos = (784,1102); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(393,0,l), -(628,1102,l), -(228,1102,l), -(-7,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1201,1,l), -(924,609,l), -(584,452,l), -(778,1,l) -); -}, -{ -closed = 1; -nodes = ( -(775,363,l), -(1121,765,l), -(1151,798,o), -(1179,812,o), -(1211,812,cs), -(1264,812,o), -(1302,809,o), -(1338,802,c), -(1403,1110,l), -(1325,1120,o), -(1259,1125,o), -(1184,1125,cs), -(1045,1125,o), -(942,1073,o), -(846,954,c), -(630,682,l), -(511,682,l), -(444,363,l) -); -} -); -width = 1388; -} -); -metricLeft = i; -unicode = 954; -}, -{ -glyphname = lambda; -kernLeft = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1194,-19,o), -(1234,-14,o), -(1264,-5,c), -(1264,43,l), -(1217,34,o), -(1175,28,o), -(1155,28,cs), -(1127,28,o), -(1099,52,o), -(1083,89,cs), -(472,1463,ls), -(452,1509,o), -(410,1538,o), -(364,1538,cs), -(336,1538,o), -(300,1533,o), -(269,1524,c), -(269,1476,l), -(307,1484,o), -(344,1489,o), -(364,1489,cs), -(392,1489,o), -(418,1470,o), -(431,1441,cs), -(566,1131,l), -(0,0,l), -(55,0,l), -(589,1067,l), -(594,1067,l), -(1042,59,l), -(1060,11,o), -(1107,-19,o), -(1160,-19,cs) -); -} -); -width = 1264; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1194,-19,o), -(1237,-15,o), -(1274,-5,c), -(1274,152,l), -(1236,146,o), -(1213,143,o), -(1197,143,cs), -(1163,143,o), -(1144,156,o), -(1131,186,cs), -(591,1433,ls), -(560,1505,o), -(506,1537,o), -(404,1537,cs), -(375,1537,o), -(337,1532,o), -(279,1521,c), -(279,1368,l), -(301,1374,o), -(330,1376,o), -(374,1376,cs), -(407,1376,o), -(428,1362,o), -(441,1331,cs), -(551,1067,l), -(0,0,l), -(202,0,l), -(639,845,l), -(651,845,l), -(984,79,l), -(1010,11,o), -(1054,-19,o), -(1130,-19,cs) -); -} -); -width = 1274; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1338,-19,o), -(1436,-14,o), -(1474,-5,c), -(1464,295,l), -(1451,289,o), -(1402,286,o), -(1337,286,cs), -(1308,286,o), -(1282,303,o), -(1271,329,cs), -(809,1414,ls), -(777,1490,o), -(683,1537,o), -(564,1537,cs), -(505,1537,o), -(415,1527,o), -(329,1511,c), -(329,1178,l), -(375,1183,o), -(427,1186,o), -(464,1186,cs), -(499,1186,o), -(527,1169,o), -(537,1141,cs), -(557,1087,l), -(0,0,l), -(432,0,l), -(729,660,l), -(747,660,l), -(975,119,l), -(1007,34,o), -(1101,-19,o), -(1220,-19,cs) -); -} -); -width = 1474; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1079,-19,o), -(1120,-14,o), -(1152,-5,c), -(1162,43,l), -(1113,34,o), -(1070,28,o), -(1050,28,cs), -(1022,28,o), -(999,52,o), -(990,89,cs), -(672,1463,ls), -(661,1509,o), -(625,1538,o), -(579,1538,cs), -(551,1538,o), -(514,1533,o), -(481,1524,c), -(471,1476,l), -(511,1484,o), -(549,1489,o), -(569,1489,cs), -(597,1489,o), -(619,1470,o), -(626,1441,cs), -(695,1131,l), -(-111,0,l), -(-56,0,l), -(704,1067,l), -(709,1067,l), -(943,59,l), -(951,11,o), -(992,-19,o), -(1045,-19,cs) -); -} -); -width = 1264; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1079,-19,o), -(1122,-15,o), -(1162,-5,c), -(1195,152,l), -(1156,146,o), -(1132,143,o), -(1116,143,cs), -(1082,143,o), -(1066,156,o), -(1059,186,cs), -(784,1433,ls), -(769,1505,o), -(721,1537,o), -(619,1537,cs), -(590,1537,o), -(551,1532,o), -(491,1521,c), -(458,1368,l), -(482,1374,o), -(511,1376,o), -(555,1376,cs), -(588,1376,o), -(606,1362,o), -(613,1331,cs), -(666,1067,l), -(-111,0,l), -(91,0,l), -(707,845,l), -(719,845,l), -(889,79,l), -(901,11,o), -(939,-19,o), -(1015,-19,cs) -); -} -); -width = 1274; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1217,-19,o), -(1316,-14,o), -(1356,-5,c), -(1409,295,l), -(1395,289,o), -(1345,286,o), -(1280,286,cs), -(1251,286,o), -(1229,303,o), -(1224,329,cs), -(992,1414,ls), -(976,1490,o), -(892,1537,o), -(773,1537,cs), -(714,1537,o), -(622,1527,o), -(533,1511,c), -(462,1178,l), -(509,1183,o), -(562,1186,o), -(599,1186,cs), -(634,1186,o), -(658,1169,o), -(662,1141,cs), -(671,1087,l), -(-117,0,l), -(315,0,l), -(752,660,l), -(770,660,l), -(883,119,l), -(897,34,o), -(980,-19,o), -(1099,-19,cs) -); -} -); -width = 1474; -} -); -metricLeft = A; -metricRight = A; -unicode = 955; -}, -{ -glyphname = mu; -kernLeft = ssflat; -kernRight = "down-curve"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (520,12); -}, -{ -name = top; -pos = (520,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(903,177,o), -(759,28,o), -(529,28,cs), -(302,28,o), -(160,182,o), -(160,427,cs), -(160,1040,l), -(110,1040,l), -(110,-360,l), -(160,-360,l), -(160,199,l), -(164,199,l), -(222,64,o), -(362,-20,o), -(529,-20,cs), -(704,-20,o), -(847,64,o), -(899,197,c), -(903,197,l), -(903,99,l), -(899,32,o), -(939,-12,o), -(1008,-15,c), -(1018,-17,o), -(1057,-13,o), -(1109,-5,c), -(1109,47,l), -(1066,39,o), -(1026,35,o), -(1006,36,cs), -(971,38,o), -(950,62,o), -(952,99,c), -(953,1040,l), -(903,1040,l), -(903,415,l) -); -} -); -width = 1169; -}, -{ -anchors = ( -{ -name = bottom; -pos = (553,11); -}, -{ -name = top; -pos = (564,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(833,243,o), -(725,141,o), -(569,141,cs), -(398,141,o), -(290,252,o), -(290,430,cs), -(290,1040,l), -(110,1040,l), -(110,-361,l), -(290,-361,l), -(290,159,l), -(302,159,l), -(332,50,o), -(435,-19,o), -(569,-19,cs), -(697,-19,o), -(800,46,o), -(837,149,c), -(848,149,l), -(848,128,ls), -(848,38,o), -(907,-19,o), -(1001,-19,cs), -(1050,-19,o), -(1104,-14,o), -(1139,-5,c), -(1139,163,l), -(1124,154,o), -(1098,149,o), -(1072,149,cs), -(1045,149,o), -(1028,164,o), -(1028,187,cs), -(1028,1040,l), -(848,1040,l), -(848,405,l) -); -} -); -width = 1199; -}, -{ -anchors = ( -{ -name = bottom; -pos = (710,20); -}, -{ -name = top; -pos = (710,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(910,318,o), -(833,232,o), -(711,233,cs), -(588,234,o), -(511,311,o), -(511,432,c), -(510,1099,l), -(110,1099,l), -(110,-374,l), -(511,-374,l), -(511,71,l), -(529,71,l), -(564,5,o), -(634,-37,o), -(711,-37,cs), -(789,-37,o), -(859,17,o), -(893,103,c), -(910,103,l), -(910,82,ls), -(910,9,o), -(991,-37,o), -(1120,-37,cs), -(1244,-37,o), -(1367,-27,o), -(1439,-10,c), -(1439,291,l), -(1424,285,o), -(1394,281,o), -(1362,281,cs), -(1340,281,o), -(1327,294,o), -(1327,314,cs), -(1321,1099,l), -(910,1099,l), -(910,456,ls) -); -} -); -width = 1499; -}, -{ -anchors = ( -{ -name = bottom; -pos = (412,12); -}, -{ -name = top; -pos = (631,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(830,177,o), -(655,28,o), -(425,28,cs), -(198,28,o), -(88,182,o), -(140,427,cs), -(271,1040,l), -(221,1040,l), -(-77,-360,l), -(-27,-360,l), -(92,199,l), -(96,199,l), -(125,64,o), -(247,-20,o), -(414,-20,cs), -(589,-20,o), -(750,64,o), -(831,197,c), -(835,197,l), -(814,99,l), -(796,32,o), -(826,-12,o), -(895,-15,c), -(904,-17,o), -(944,-13,o), -(998,-5,c), -(1009,47,l), -(964,39,o), -(923,35,o), -(903,36,cs), -(869,38,o), -(853,62,o), -(863,99,c), -(1064,1040,l), -(1014,1040,l), -(881,415,l) -); -} -); -width = 1170; -}, -{ -anchors = ( -{ -name = bottom; -pos = (445,11); -}, -{ -name = top; -pos = (675,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(774,243,o), -(645,141,o), -(489,141,cs), -(318,141,o), -(233,252,o), -(271,430,cs), -(401,1040,l), -(221,1040,l), -(-77,-361,l), -(103,-361,l), -(214,159,l), -(226,159,l), -(232,50,o), -(321,-19,o), -(455,-19,cs), -(583,-19,o), -(700,46,o), -(759,149,c), -(770,149,l), -(765,128,ls), -(746,38,o), -(793,-19,o), -(887,-19,cs), -(936,-19,o), -(991,-14,o), -(1028,-5,c), -(1063,163,l), -(1047,154,o), -(1020,149,o), -(994,149,cs), -(967,149,o), -(953,164,o), -(958,187,cs), -(1139,1040,l), -(959,1040,l), -(824,405,l) -); -} -); -width = 1200; -}, -{ -anchors = ( -{ -name = bottom; -pos = (598,20); -}, -{ -name = top; -pos = (828,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(862,318,o), -(766,232,o), -(644,233,cs), -(522,234,o), -(461,311,o), -(487,432,c), -(628,1099,l), -(228,1099,l), -(-86,-374,l), -(315,-374,l), -(410,71,l), -(428,71,l), -(449,5,o), -(510,-37,o), -(587,-37,cs), -(665,-37,o), -(747,17,o), -(799,103,c), -(816,103,l), -(811,82,ls), -(796,9,o), -(867,-37,o), -(996,-37,cs), -(1120,-37,o), -(1245,-27,o), -(1321,-10,c), -(1385,291,l), -(1369,285,o), -(1338,281,o), -(1306,281,cs), -(1284,281,o), -(1273,294,o), -(1278,314,cs), -(1439,1099,l), -(1028,1099,l), -(891,456,ls) -); -} -); -width = 1500; -} -); -metricLeft = u; -metricRight = o; -unicode = 956; -}, -{ -glyphname = nu; -kernLeft = v; -kernRight = u; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(544,0,l), -(794,268,o), -(946,567,o), -(969,822,cs), -(976,901,o), -(974,979,o), -(963,1040,c), -(914,1040,l), -(923,983,o), -(926,904,o), -(919,821,cs), -(895,573,o), -(759,295,o), -(537,68,c), -(532,68,l), -(75,1040,l), -(20,1040,l), -(508,0,l) -); -} -); -width = 1083; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,0,l), -(869,293,o), -(1014,611,o), -(1042,839,cs), -(1051,911,o), -(1051,983,o), -(1041,1040,c), -(855,1040,l), -(866,993,o), -(866,924,o), -(857,848,cs), -(837,675,o), -(734,425,o), -(569,199,c), -(560,199,l), -(210,1040,l), -(10,1040,l), -(465,0,l) -); -} -); -width = 1159; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(899,0,l), -(1106,224,o), -(1281,590,o), -(1306,949,cs), -(1308,1006,o), -(1305,1065,o), -(1299,1100,c), -(882,1100,l), -(890,1072,o), -(896,1022,o), -(897,971,cs), -(900,713,o), -(806,460,o), -(701,316,c), -(680,316,l), -(465,1100,l), -(10,1100,l), -(411,0,l) -); -} -); -width = 1417; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(425,6,l), -(732,274,o), -(946,567,o), -(1024,822,cs), -(1047,901,o), -(1062,979,o), -(1064,1040,c), -(1015,1040,l), -(1012,983,o), -(998,904,o), -(973,821,cs), -(897,573,o), -(703,301,o), -(433,74,c), -(428,74,l), -(176,1040,l), -(121,1040,l), -(389,6,l) -); -} -); -width = 1073; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(526,0,l), -(821,293,o), -(1033,611,o), -(1110,839,cs), -(1134,911,o), -(1149,983,o), -(1152,1040,c), -(966,1040,l), -(967,993,o), -(952,924,o), -(927,848,cs), -(870,675,o), -(714,425,o), -(501,199,c), -(492,199,l), -(321,1040,l), -(121,1040,l), -(354,0,l) -); -} -); -width = 1159; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(782,0,l), -(1037,224,o), -(1290,590,o), -(1391,949,cs), -(1405,1006,o), -(1414,1065,o), -(1416,1100,c), -(999,1100,l), -(1001,1072,o), -(996,1022,o), -(986,971,cs), -(935,713,o), -(787,460,o), -(651,316,c), -(630,316,l), -(582,1100,l), -(127,1100,l), -(294,0,l) -); -} -); -width = 1417; -} -); -metricLeft = v; -metricRight = u; -unicode = 957; -}, -{ -glyphname = xi; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(836,11,o), -(836,-113,cs), -(836,-189,o), -(784,-278,o), -(692,-359,c), -(618,-359,l), -(726,-271,o), -(786,-182,o), -(786,-111,cs), -(786,-13,o), -(706,66,o), -(562,110,cs), -(257,204,o), -(87,355,o), -(87,531,cs), -(87,714,o), -(241,832,o), -(516,860,c), -(516,864,l), -(316,897,o), -(204,1003,o), -(204,1160,cs), -(204,1312,o), -(299,1422,o), -(468,1466,c), -(468,1472,l), -(60,1472,l), -(60,1520,l), -(751,1520,l), -(751,1472,l), -(432,1474,o), -(254,1362,o), -(254,1160,cs), -(254,983,o), -(404,884,o), -(672,884,cs), -(704,884,l), -(704,835,l), -(674,835,ls), -(330,835,o), -(137,725,o), -(137,528,cs), -(137,378,o), -(295,245,o), -(577,158,cs), -(743,108,o) -); -} -); -width = 876; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(889,24,o), -(889,-130,cs), -(889,-214,o), -(854,-292,o), -(784,-364,c), -(580,-358,l), -(666,-276,o), -(709,-203,o), -(709,-139,cs), -(709,-54,o), -(653,8,o), -(541,46,cs), -(237,149,o), -(83,283,o), -(83,445,cs), -(83,627,o), -(213,733,o), -(471,762,c), -(471,774,l), -(287,821,o), -(196,915,o), -(200,1056,cs), -(203,1195,o), -(265,1294,o), -(383,1350,c), -(383,1362,l), -(60,1362,l), -(60,1520,l), -(835,1520,l), -(835,1372,l), -(533,1372,o), -(380,1267,o), -(380,1060,cs), -(380,903,o), -(499,823,o), -(735,823,cs), -(788,823,l), -(788,677,l), -(674,677,ls), -(401,677,o), -(263,598,o), -(263,442,cs), -(263,350,o), -(375,266,o), -(598,193,cs), -(791,132,o) -); -} -); -width = 929; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(994,53,o), -(989,-109,cs), -(986,-196,o), -(935,-298,o), -(858,-373,c), -(473,-373,l), -(557,-304,o), -(610,-221,o), -(610,-159,cs), -(610,-88,o), -(531,-14,o), -(404,32,cs), -(193,108,o), -(60,264,o), -(60,435,cs), -(60,595,o), -(194,715,o), -(408,745,c), -(408,758,l), -(254,799,o), -(159,886,o), -(162,984,cs), -(164,1076,o), -(238,1159,o), -(355,1201,c), -(355,1220,l), -(64,1220,l), -(64,1520,l), -(877,1520,l), -(877,1250,l), -(664,1250,o), -(531,1177,o), -(531,1061,cs), -(531,938,o), -(631,861,o), -(791,861,cs), -(872,861,l), -(872,602,l), -(683,602,ls), -(545,602,o), -(459,552,o), -(459,473,cs), -(459,412,o), -(525,347,o), -(630,305,cs), -(856,213,o) -); -} -); -width = 1029; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(728,11,o), -(702,-113,cs), -(685,-189,o), -(615,-278,o), -(505,-359,c), -(431,-359,l), -(558,-271,o), -(637,-182,o), -(652,-111,cs), -(673,-13,o), -(610,66,o), -(475,110,cs), -(190,204,o), -(52,355,o), -(89,531,cs), -(128,714,o), -(307,832,o), -(588,860,c), -(589,864,l), -(396,897,o), -(307,1003,o), -(340,1160,cs), -(372,1312,o), -(491,1422,o), -(669,1466,c), -(670,1472,l), -(262,1472,l), -(273,1520,l), -(964,1520,l), -(953,1472,l), -(635,1474,o), -(433,1362,o), -(390,1160,cs), -(353,983,o), -(482,884,o), -(750,884,cs), -(782,884,l), -(771,835,l), -(741,835,ls), -(397,835,o), -(181,725,o), -(139,528,cs), -(107,378,o), -(237,245,o), -(500,158,cs), -(656,108,o) -); -} -); -width = 877; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(783,18,o), -(752,-130,cs), -(734,-211,o), -(678,-295,o), -(597,-364,c), -(394,-358,l), -(494,-279,o), -(556,-201,o), -(570,-139,cs), -(587,-57,o), -(541,9,o), -(441,46,cs), -(168,146,o), -(35,289,o), -(68,445,cs), -(105,620,o), -(268,734,o), -(523,762,c), -(526,774,l), -(357,819,o), -(281,916,o), -(312,1046,cs), -(343,1174,o), -(430,1276,o), -(556,1330,c), -(558,1342,l), -(235,1342,l), -(273,1520,l), -(1048,1520,l), -(1017,1372,l), -(725,1372,o), -(537,1257,o), -(493,1050,cs), -(462,904,o), -(572,823,o), -(800,823,cs), -(853,823,l), -(822,677,l), -(708,677,ls), -(444,677,o), -(279,593,o), -(247,442,cs), -(228,353,o), -(329,264,o), -(529,193,cs), -(704,134,o) -); -} -); -width = 930; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(888,53,o), -(849,-109,cs), -(827,-196,o), -(755,-298,o), -(662,-373,c), -(277,-373,l), -(375,-304,o), -(446,-221,o), -(459,-159,cs), -(474,-88,o), -(411,-14,o), -(294,32,cs), -(99,108,o), -(-1,264,o), -(36,435,cs), -(70,595,o), -(229,715,o), -(449,745,c), -(452,758,l), -(307,799,o), -(230,886,o), -(254,984,cs), -(276,1076,o), -(367,1159,o), -(493,1201,c), -(497,1220,l), -(206,1220,l), -(270,1520,l), -(1083,1520,l), -(1026,1250,l), -(813,1250,o), -(664,1177,o), -(640,1061,cs), -(613,938,o), -(697,861,o), -(857,861,cs), -(938,861,l), -(883,602,l), -(694,602,ls), -(556,602,o), -(459,552,o), -(443,473,cs), -(430,412,o), -(482,347,o), -(578,305,cs), -(784,213,o) -); -} -); -width = 1029; -} -); -metricLeft = O; -unicode = 958; -}, -{ -glyphname = omicron; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = o; -} -); -width = 1201; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = o; -} -); -width = 1233; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = o; -} -); -width = 1437; -} -); -unicode = 959; -}, -{ -glyphname = pi; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,992,l), -(1239,992,l), -(1239,1040,l), -(60,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(340,2,l), -(390,2,l), -(390,1010,l), -(340,1010,l) -); -}, -{ -closed = 1; -nodes = ( -(909,168,ls), -(909,53,o), -(981,-20,o), -(1096,-20,cs), -(1147,-20,o), -(1199,-18,o), -(1229,-14,c), -(1218,35,l), -(1179,30,o), -(1130,28,o), -(1091,29,cs), -(1010,31,o), -(959,85,o), -(959,170,cs), -(959,1010,l), -(909,1010,l) -); -} -); -width = 1299; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,880,l), -(1227,880,l), -(1227,1040,l), -(60,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(271,2,l), -(451,2,l), -(451,945,l), -(271,945,l) -); -}, -{ -closed = 1; -nodes = ( -(814,234,ls), -(814,78,o), -(907,-20,o), -(1055,-20,cs), -(1100,-20,o), -(1163,-15,o), -(1218,-6,c), -(1185,157,l), -(1147,146,o), -(1099,141,o), -(1061,142,cs), -(1020,146,o), -(994,182,o), -(994,236,cs), -(994,945,l), -(814,945,l) -); -} -); -width = 1287; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,800,l), -(1401,800,l), -(1401,1100,l), -(60,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(256,4,l), -(616,4,l), -(616,877,l), -(256,877,l) -); -}, -{ -closed = 1; -nodes = ( -(855,270,ls), -(855,74,o), -(972,-36,o), -(1181,-38,cs), -(1245,-39,o), -(1320,-31,o), -(1391,-17,c), -(1347,266,l), -(1327,263,o), -(1306,261,o), -(1289,261,cs), -(1242,265,o), -(1215,290,o), -(1215,330,cs), -(1215,877,l), -(855,877,l) -); -} -); -width = 1461; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,992,l), -(1339,992,l), -(1350,1040,l), -(171,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(230,2,l), -(280,2,l), -(494,1010,l), -(444,1010,l) -); -}, -{ -closed = 1; -nodes = ( -(834,168,ls), -(810,53,o), -(866,-20,o), -(981,-20,cs), -(1032,-20,o), -(1085,-18,o), -(1116,-14,c), -(1115,35,l), -(1075,30,o), -(1026,28,o), -(987,29,cs), -(906,31,o), -(867,85,o), -(885,170,cs), -(1063,1010,l), -(1013,1010,l) -); -} -); -width = 1299; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,880,l), -(1304,880,l), -(1338,1040,l), -(171,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(161,2,l), -(341,2,l), -(541,945,l), -(361,945,l) -); -}, -{ -closed = 1; -nodes = ( -(753,234,ls), -(720,78,o), -(792,-20,o), -(940,-20,cs), -(985,-20,o), -(1049,-15,o), -(1106,-6,c), -(1108,157,l), -(1068,146,o), -(1019,141,o), -(981,142,cs), -(941,146,o), -(922,182,o), -(934,236,cs), -(1084,945,l), -(904,945,l) -); -} -); -width = 1287; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,800,l), -(1454,800,l), -(1518,1100,l), -(177,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(140,4,l), -(500,4,l), -(686,877,l), -(326,877,l) -); -}, -{ -closed = 1; -nodes = ( -(796,270,ls), -(754,74,o), -(847,-36,o), -(1056,-38,cs), -(1120,-39,o), -(1197,-31,o), -(1271,-17,c), -(1287,266,l), -(1266,263,o), -(1245,261,o), -(1228,261,cs), -(1181,265,o), -(1160,290,o), -(1168,330,cs), -(1285,877,l), -(925,877,l) -); -} -); -width = 1461; -} -); -metricLeft = o; -metricRight = o; -unicode = 960; -}, -{ -glyphname = rho; -kernLeft = ssflat; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (569,10); -}, -{ -name = center; -pos = (559,470); -}, -{ -name = ogonek; -pos = (949,9); -}, -{ -name = top; -pos = (559,954); -}, -{ -name = topright; -pos = (800,953); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(866,-18,o), -(1058,183,o), -(1058,503,cs), -(1058,843,o), -(866,1056,o), -(559,1056,cs), -(252,1056,o), -(60,843,o), -(60,503,c), -(61,-360,l), -(111,-360,l), -(111,262,l), -(120,262,l), -(183,90,o), -(352,-18,o), -(559,-18,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,813,o), -(282,1008,o), -(557,1008,cs), -(834,1008,o), -(1008,813,o), -(1008,503,cs), -(1008,213,o), -(835,31,o), -(559,31,cs), -(283,31,o), -(110,213,o), -(110,503,cs) -); -} -); -width = 1118; -}, -{ -anchors = ( -{ -name = bottom; -pos = (586,38); -}, -{ -name = center; -pos = (575,533); -}, -{ -name = ogonek; -pos = (995,37); -}, -{ -name = top; -pos = (575,1054); -}, -{ -name = topright; -pos = (789,1054); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(892,-18,o), -(1091,186,o), -(1091,512,cs), -(1091,845,o), -(892,1054,o), -(575,1054,cs), -(259,1054,o), -(60,845,o), -(60,512,cs), -(60,-360,l), -(239,-360,l), -(239,169,l), -(251,169,l), -(302,54,o), -(427,-18,o), -(575,-18,cs) -); -}, -{ -closed = 1; -nodes = ( -(239,747,o), -(368,894,o), -(573,894,cs), -(781,894,o), -(911,747,o), -(911,512,cs), -(911,285,o), -(781,142,o), -(575,142,cs), -(369,142,o), -(239,285,o), -(239,512,cs) -); -} -); -width = 1151; -}, -{ -anchors = ( -{ -name = bottom; -pos = (687,27); -}, -{ -name = center; -pos = (1463,472); -}, -{ -name = ogonek; -pos = (1210,38); -}, -{ -name = top; -pos = (688,1124); -}, -{ -name = topright; -pos = (1090,1124); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1105,-12,o), -(1299,210,o), -(1299,564,cs), -(1299,908,o), -(1063,1124,o), -(688,1124,cs), -(313,1124,o), -(71,915,o), -(60,583,c), -(60,-374,l), -(460,-374,l), -(460,152,l), -(478,152,l), -(525,51,o), -(647,-12,o), -(795,-12,cs) -); -}, -{ -closed = 1; -nodes = ( -(471,724,o), -(550,824,o), -(677,824,cs), -(813,824,o), -(899,724,o), -(899,564,cs), -(899,389,o), -(813,279,o), -(677,279,cs), -(550,279,o), -(471,389,o), -(471,564,cs) -); -} -); -width = 1359; -}, -{ -anchors = ( -{ -name = bottom; -pos = (460,10); -}, -{ -name = center; -pos = (548,470); -}, -{ -name = ogonek; -pos = (840,9); -}, -{ -name = top; -pos = (651,954); -}, -{ -name = topright; -pos = (892,953); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(751,-18,o), -(986,183,o), -(1054,503,cs), -(1126,843,o), -(979,1056,o), -(672,1056,cs), -(365,1056,o), -(128,843,o), -(56,503,c), -(-126,-360,l), -(-76,-360,l), -(56,262,l), -(65,262,l), -(91,90,o), -(237,-18,o), -(444,-18,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,813,o), -(385,1008,o), -(660,1008,cs), -(937,1008,o), -(1070,813,o), -(1004,503,cs), -(942,213,o), -(731,31,o), -(455,31,cs), -(179,31,o), -(44,213,o), -(106,503,cs) -); -} -); -width = 1118; -}, -{ -anchors = ( -{ -name = bottom; -pos = (483,38); -}, -{ -name = center; -pos = (578,533); -}, -{ -name = ogonek; -pos = (892,37); -}, -{ -name = top; -pos = (688,1054); -}, -{ -name = topright; -pos = (902,1054); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(777,-18,o), -(1020,186,o), -(1089,512,cs), -(1160,845,o), -(1005,1054,o), -(688,1054,cs), -(372,1054,o), -(129,845,o), -(58,512,cs), -(-127,-360,l), -(52,-360,l), -(164,169,l), -(176,169,l), -(203,54,o), -(312,-18,o), -(460,-18,cs) -); -}, -{ -closed = 1; -nodes = ( -(287,747,o), -(447,894,o), -(652,894,cs), -(860,894,o), -(959,747,o), -(909,512,cs), -(861,285,o), -(700,142,o), -(494,142,cs), -(288,142,o), -(189,285,o), -(237,512,cs) -); -} -); -width = 1151; -}, -{ -anchors = ( -{ -name = bottom; -pos = (576,27); -}, -{ -name = center; -pos = (1447,472); -}, -{ -name = ogonek; -pos = (1101,38); -}, -{ -name = top; -pos = (810,1124); -}, -{ -name = topright; -pos = (1212,1124); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(986,-12,o), -(1227,210,o), -(1302,564,cs), -(1375,908,o), -(1185,1124,o), -(810,1124,cs), -(435,1124,o), -(149,915,o), -(67,583,c), -(-136,-374,l), -(264,-374,l), -(376,152,l), -(394,152,l), -(419,51,o), -(528,-12,o), -(676,-12,cs) -); -}, -{ -closed = 1; -nodes = ( -(508,724,o), -(608,824,o), -(735,824,cs), -(871,824,o), -(936,724,o), -(902,564,cs), -(865,389,o), -(756,279,o), -(620,279,cs), -(493,279,o), -(437,389,o), -(474,564,cs) -); -} -); -width = 1359; -} -); -metricLeft = o; -metricRight = o; -unicode = 961; -}, -{ -glyphname = sigmafinal; -kernLeft = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,212,l), -(227,280,o), -(109,429,o), -(109,597,cs), -(109,849,o), -(253,1007,o), -(483,1007,cs), -(717,1007,o), -(864,887,o), -(864,697,c), -(914,697,l), -(914,917,o), -(749,1055,o), -(485,1055,cs), -(224,1055,o), -(60,878,o), -(60,597,cs), -(60,405,o), -(191,239,o), -(399,166,c), -(514,121,ls), -(686,54,o), -(794,-56,o), -(794,-164,cs), -(794,-219,o), -(760,-295,o), -(705,-361,c), -(764,-361,l), -(813,-303,o), -(843,-223,o), -(843,-155,cs), -(843,-30,o), -(721,95,o), -(527,169,cs) -); -} -); -width = 974; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(496,211,l), -(339,272,o), -(240,405,o), -(240,555,cs), -(240,764,o), -(367,895,o), -(569,895,cs), -(736,895,o), -(841,789,o), -(841,668,c), -(1021,668,l), -(1021,887,o), -(847,1055,o), -(571,1055,cs), -(257,1055,o), -(60,862,o), -(60,555,cs), -(60,325,o), -(204,132,o), -(433,54,c), -(550,13,ls), -(664,-27,o), -(735,-94,o), -(735,-162,cs), -(735,-211,o), -(689,-287,o), -(615,-361,c), -(817,-361,l), -(877,-301,o), -(915,-221,o), -(915,-154,cs), -(915,-23,o), -(799,101,o), -(614,168,cs) -); -} -); -width = 1081; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(644,381,ls), -(532,426,o), -(461,520,o), -(461,623,cs), -(461,753,o), -(540,834,o), -(667,834,cs), -(775,834,o), -(843,758,o), -(843,637,c), -(1244,637,l), -(1248,936,o), -(1026,1124,o), -(669,1124,cs), -(295,1124,o), -(60,931,o), -(60,623,cs), -(60,386,o), -(234,177,o), -(510,79,cs), -(626,38,ls), -(694,14,o), -(737,-38,o), -(737,-98,cs), -(737,-187,o), -(680,-293,o), -(589,-372,c), -(997,-372,l), -(1081,-291,o), -(1134,-173,o), -(1134,-67,cs), -(1134,89,o), -(990,244,o), -(760,335,cs) -); -} -); -width = 1304; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,212,l), -(176,280,o), -(89,429,o), -(125,597,cs), -(179,849,o), -(356,1007,o), -(586,1007,cs), -(820,1007,o), -(942,887,o), -(901,697,c), -(951,697,l), -(998,917,o), -(862,1055,o), -(598,1055,cs), -(337,1055,o), -(136,878,o), -(76,597,cs), -(35,405,o), -(131,239,o), -(324,166,c), -(429,121,ls), -(587,54,o), -(671,-56,o), -(648,-164,cs), -(637,-219,o), -(587,-295,o), -(518,-361,c), -(577,-361,l), -(638,-303,o), -(685,-223,o), -(699,-155,cs), -(726,-30,o), -(630,95,o), -(452,169,cs) -); -} -); -width = 973; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,211,l), -(286,272,o), -(215,405,o), -(247,555,cs), -(292,764,o), -(446,895,o), -(648,895,cs), -(815,895,o), -(898,789,o), -(872,668,c), -(1052,668,l), -(1099,887,o), -(960,1055,o), -(684,1055,cs), -(370,1055,o), -(132,862,o), -(67,555,cs), -(18,325,o), -(121,132,o), -(334,54,c), -(442,13,ls), -(548,-27,o), -(604,-94,o), -(590,-162,cs), -(579,-211,o), -(517,-287,o), -(428,-361,c), -(630,-361,l), -(702,-301,o), -(757,-221,o), -(772,-154,cs), -(799,-23,o), -(710,101,o), -(539,168,cs) -); -} -); -width = 1081; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(608,381,ls), -(506,426,o), -(455,520,o), -(477,623,cs), -(504,753,o), -(600,834,o), -(727,834,cs), -(835,834,o), -(887,758,o), -(861,637,c), -(1262,637,l), -(1330,936,o), -(1148,1124,o), -(791,1124,cs), -(417,1124,o), -(141,931,o), -(76,623,cs), -(25,386,o), -(155,177,o), -(410,79,cs), -(517,38,ls), -(580,14,o), -(612,-38,o), -(599,-98,cs), -(580,-187,o), -(501,-293,o), -(393,-372,c), -(801,-372,l), -(902,-291,o), -(980,-173,o), -(1003,-67,cs), -(1036,89,o), -(925,244,o), -(714,335,cs) -); -} -); -width = 1304; -} -); -metricLeft = o; -metricRight = o; -unicode = 962; -}, -{ -glyphname = sigma; -kernLeft = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (571,12); -}, -{ -name = center; -pos = (560,513); -}, -{ -name = ogonek; -pos = (985,11); -}, -{ -name = top; -pos = (560,1040); -}, -{ -name = topright; -pos = (822,1039); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(867,-20,o), -(1060,185,o), -(1060,512,cs), -(1060,724,o), -(951,907,o), -(778,987,c), -(778,992,l), -(1104,992,l), -(1104,1040,l), -(560,1040,ls), -(253,1040,o), -(60,836,o), -(60,512,cs), -(60,185,o), -(253,-20,o), -(560,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,807,o), -(283,992,o), -(558,992,cs), -(836,992,o), -(1010,807,o), -(1010,512,cs), -(1010,215,o), -(836,28,o), -(560,28,cs), -(284,28,o), -(110,215,o), -(110,512,cs) -); -} -); -width = 1164; -}, -{ -anchors = ( -{ -name = bottom; -pos = (583,12); -}, -{ -name = center; -pos = (572,513); -}, -{ -name = ogonek; -pos = (997,11); -}, -{ -name = top; -pos = (572,1040); -}, -{ -name = topright; -pos = (789,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(887,-15,o), -(1084,184,o), -(1084,502,cs), -(1084,672,o), -(1026,815,o), -(933,871,c), -(933,880,l), -(1170,880,l), -(1170,1040,l), -(572,1040,ls), -(257,1040,o), -(60,832,o), -(60,502,cs), -(60,184,o), -(257,-15,o), -(572,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(241,733,o), -(368,878,o), -(570,878,cs), -(775,878,o), -(904,733,o), -(904,502,cs), -(904,283,o), -(776,145,o), -(572,145,cs), -(369,145,o), -(241,283,o), -(241,502,cs) -); -} -); -width = 1230; -}, -{ -anchors = ( -{ -name = bottom; -pos = (668,3); -}, -{ -name = center; -pos = (1444,447); -}, -{ -name = ogonek; -pos = (1191,13); -}, -{ -name = top; -pos = (669,1100); -}, -{ -name = topright; -pos = (1071,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1031,-36,o), -(1259,161,o), -(1259,476,cs), -(1259,621,o), -(1187,756,o), -(1073,825,c), -(1073,842,l), -(1347,842,l), -(1347,1100,l), -(669,1100,ls), -(295,1100,o), -(60,884,o), -(60,540,cs), -(60,186,o), -(295,-36,o), -(669,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(460,700,o), -(541,800,o), -(669,800,cs), -(807,800,o), -(893,700,o), -(893,540,cs), -(893,370,o), -(807,264,o), -(669,264,cs), -(541,264,o), -(460,370,o), -(460,540,cs) -); -} -); -width = 1407; -}, -{ -anchors = ( -{ -name = bottom; -pos = (463,12); -}, -{ -name = center; -pos = (559,513); -}, -{ -name = ogonek; -pos = (877,11); -}, -{ -name = top; -pos = (671,1040); -}, -{ -name = topright; -pos = (932,1039); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(752,-20,o), -(989,185,o), -(1058,512,cs), -(1103,724,o), -(1033,907,o), -(877,987,c), -(878,992,l), -(1204,992,l), -(1215,1040,l), -(671,1040,ls), -(364,1040,o), -(127,836,o), -(58,512,cs), -(-11,185,o), -(138,-20,o), -(445,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(171,807,o), -(383,992,o), -(658,992,cs), -(936,992,o), -(1071,807,o), -(1008,512,cs), -(945,215,o), -(732,28,o), -(456,28,cs), -(180,28,o), -(45,215,o), -(108,512,cs) -); -} -); -width = 1164; -}, -{ -anchors = ( -{ -name = bottom; -pos = (475,12); -}, -{ -name = center; -pos = (570,513); -}, -{ -name = ogonek; -pos = (888,11); -}, -{ -name = top; -pos = (682,1040); -}, -{ -name = topright; -pos = (899,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(773,-15,o), -(1012,184,o), -(1080,502,cs), -(1116,672,o), -(1088,815,o), -(1007,871,c), -(1009,880,l), -(1246,880,l), -(1280,1040,l), -(682,1040,ls), -(367,1040,o), -(126,832,o), -(56,502,cs), -(-12,184,o), -(143,-15,o), -(458,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(286,733,o), -(444,878,o), -(646,878,cs), -(851,878,o), -(949,733,o), -(900,502,cs), -(853,283,o), -(696,145,o), -(492,145,cs), -(289,145,o), -(190,283,o), -(237,502,cs) -); -} -); -width = 1229; -}, -{ -anchors = ( -{ -name = bottom; -pos = (552,3); -}, -{ -name = center; -pos = (1422,447); -}, -{ -name = ogonek; -pos = (1077,13); -}, -{ -name = top; -pos = (786,1100); -}, -{ -name = topright; -pos = (1188,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(906,-36,o), -(1176,161,o), -(1243,476,cs), -(1274,621,o), -(1231,756,o), -(1131,825,c), -(1135,842,l), -(1409,842,l), -(1464,1100,l), -(786,1100,ls), -(412,1100,o), -(131,884,o), -(58,540,cs), -(-18,186,o), -(170,-36,o), -(544,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(492,700,o), -(594,800,o), -(722,800,cs), -(860,800,o), -(925,700,o), -(891,540,cs), -(855,370,o), -(746,264,o), -(608,264,cs), -(480,264,o), -(422,370,o), -(458,540,cs) -); -} -); -width = 1407; -} -); -metricLeft = o; -metricRight = o; -unicode = 963; -}, -{ -glyphname = tau; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,992,l), -(1073,992,l), -(1073,1040,l), -(60,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(539,168,ls), -(539,53,o), -(613,-20,o), -(732,-20,cs), -(781,-20,o), -(832,-18,o), -(865,-14,c), -(854,34,l), -(813,29,o), -(765,27,o), -(727,28,cs), -(645,30,o), -(589,88,o), -(589,170,cs), -(589,1010,l), -(539,1010,l) -); -} -); -width = 1133; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,880,l), -(1039,880,l), -(1039,1040,l), -(60,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(451,234,ls), -(451,78,o), -(551,-20,o), -(710,-20,cs), -(756,-20,o), -(819,-15,o), -(874,-6,c), -(841,155,l), -(802,144,o), -(754,139,o), -(717,140,cs), -(664,145,o), -(631,181,o), -(631,234,cs), -(631,945,l), -(451,945,l) -); -} -); -width = 1099; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,800,l), -(1207,800,l), -(1207,1100,l), -(60,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(436,300,ls), -(436,94,o), -(583,-36,o), -(818,-38,cs), -(883,-39,o), -(964,-31,o), -(1028,-17,c), -(984,256,l), -(966,253,o), -(936,251,o), -(906,251,cs), -(863,255,o), -(836,281,o), -(836,320,cs), -(836,877,l), -(436,877,l) -); -} -); -width = 1267; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,992,l), -(1173,992,l), -(1184,1040,l), -(171,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(464,168,ls), -(440,53,o), -(498,-20,o), -(617,-20,cs), -(666,-20,o), -(718,-18,o), -(752,-14,c), -(751,34,l), -(709,29,o), -(660,27,o), -(623,28,cs), -(541,30,o), -(497,88,o), -(515,170,cs), -(693,1010,l), -(643,1010,l) -); -} -); -width = 1133; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,880,l), -(1116,880,l), -(1150,1040,l), -(171,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(390,234,ls), -(357,78,o), -(436,-20,o), -(595,-20,cs), -(641,-20,o), -(705,-15,o), -(762,-6,c), -(764,155,l), -(722,144,o), -(673,139,o), -(636,140,cs), -(584,145,o), -(559,181,o), -(570,234,cs), -(721,945,l), -(541,945,l) -); -} -); -width = 1099; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,800,l), -(1260,800,l), -(1324,1100,l), -(177,1100,l) -); -}, -{ -closed = 1; -nodes = ( -(383,300,ls), -(339,94,o), -(458,-36,o), -(693,-38,cs), -(758,-39,o), -(841,-31,o), -(908,-17,c), -(922,256,l), -(903,253,o), -(872,251,o), -(842,251,cs), -(800,255,o), -(779,281,o), -(787,320,cs), -(906,877,l), -(506,877,l) -); -} -); -width = 1267; -} -); -metricLeft = o; -metricRight = o; -unicode = 964; -}, -{ -glyphname = upsilon; -kernLeft = upsilon; -kernRight = upsilon; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (557,0); -}, -{ -name = ogonek; -pos = (557,10); -}, -{ -name = top; -pos = (465,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(815,-20,o), -(986,166,o), -(986,463,c), -(986,612,o), -(938,835,o), -(829,1040,c), -(778,1040,l), -(887,833,o), -(935,610,o), -(935,463,c), -(935,196,o), -(784,28,o), -(543,28,c), -(308,28,o), -(160,175,o), -(160,408,c), -(160,1040,l), -(110,1040,l), -(110,408,l), -(110,145,o), -(277,-20,o), -(543,-20,c) -); -} -); -width = 1046; -}, -{ -anchors = ( -{ -name = bottom; -pos = (600,1); -}, -{ -name = ogonek; -pos = (600,-10); -}, -{ -name = top; -pos = (511,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(861,-20,o), -(1052,186,o), -(1052,514,c), -(1052,674,o), -(1001,877,o), -(920,1040,c), -(739,1040,l), -(821,881,o), -(872,678,o), -(872,514,c), -(872,284,o), -(758,140,o), -(576,140,c), -(400,140,o), -(290,261,o), -(290,455,c), -(290,1040,l), -(110,1040,l), -(110,455,l), -(110,163,o), -(283,-20,o), -(558,-20,c) -); -} -); -width = 1112; -}, -{ -anchors = ( -{ -name = bottom; -pos = (701,2); -}, -{ -name = ogonek; -pos = (723,-1); -}, -{ -name = top; -pos = (657,1100); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1076,-23,o), -(1316,201,o), -(1316,559,c), -(1316,759,o), -(1265,967,o), -(1185,1099,c), -(785,1099,l), -(865,976,o), -(916,770,o), -(916,564,c), -(916,382,o), -(830,267,o), -(694,267,c), -(581,267,o), -(510,355,o), -(510,494,c), -(510,1099,l), -(110,1099,l), -(110,449,l), -(110,159,o), -(335,-23,o), -(694,-23,c) -); -} -); -width = 1376; -}, -{ -anchors = ( -{ -name = bottom; -pos = (447,0); -}, -{ -name = ogonek; -pos = (449,10); -}, -{ -name = top; -pos = (576,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(700,-20,o), -(911,166,o), -(974,463,c), -(1006,612,o), -(1005,835,o), -(940,1040,c), -(889,1040,l), -(954,833,o), -(954,610,o), -(923,463,c), -(866,196,o), -(680,28,o), -(439,28,c), -(204,28,o), -(87,175,o), -(136,408,c), -(271,1040,l), -(221,1040,l), -(86,408,l), -(30,145,o), -(162,-20,o), -(428,-20,c) -); -} -); -width = 1046; -}, -{ -anchors = ( -{ -name = bottom; -pos = (382,1); -}, -{ -name = ogonek; -pos = (377,-10); -}, -{ -name = top; -pos = (734,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(746,-20,o), -(981,186,o), -(1051,514,c), -(1085,674,o), -(1077,877,o), -(1031,1040,c), -(850,1040,l), -(898,881,o), -(906,678,o), -(871,514,c), -(822,284,o), -(677,140,o), -(495,140,c), -(319,140,o), -(235,261,o), -(276,455,c), -(401,1040,l), -(221,1040,l), -(96,455,l), -(34,163,o), -(168,-20,o), -(443,-20,c) -); -} -); -width = 1112; -}, -{ -anchors = ( -{ -name = bottom; -pos = (585,2); -}, -{ -name = ogonek; -pos = (606,-1); -}, -{ -name = top; -pos = (774,1100); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(955,-23,o), -(1242,201,o), -(1318,559,c), -(1361,759,o), -(1354,967,o), -(1302,1099,c), -(902,1099,l), -(956,976,o), -(963,770,o), -(920,564,c), -(881,382,o), -(770,267,o), -(634,267,c), -(521,267,o), -(469,355,o), -(499,494,c), -(627,1099,l), -(227,1099,l), -(89,449,l), -(27,159,o), -(214,-23,o), -(573,-23,c) -); -} -); -width = 1376; -} -); -metricLeft = u; -metricRight = o; -unicode = 965; -}, -{ -glyphname = phi; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = "ef-cy"; -} -); -width = 1394; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = "ef-cy"; -} -); -width = 1398; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = "ef-cy"; -} -); -width = 1794; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = "ef-cy"; -} -); -width = 1474; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = "ef-cy"; -} -); -width = 1478; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = "ef-cy"; -} -); -width = 1874; -} -); -unicode = 966; -}, -{ -glyphname = chi; -kernLeft = "up-curve"; -kernRight = x; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(84,-360,l), -(576,321,l), -(581,321,l), -(912,-269,l), -(943,-324,o), -(1000,-359,o), -(1060,-359,cs), -(1084,-359,o), -(1121,-355,o), -(1157,-349,c), -(1157,-298,l), -(1131,-306,o), -(1094,-311,o), -(1062,-311,cs), -(1020,-311,o), -(979,-287,o), -(956,-248,c), -(617,354,l), -(1121,1040,l), -(1059,1040,l), -(582,389,l), -(577,389,l), -(236,997,l), -(212,1031,o), -(175,1052,o), -(139,1052,cs), -(122,1052,o), -(76,1049,o), -(20,1045,c), -(20,996,l), -(62,1001,o), -(105,1004,o), -(132,1004,cs), -(158,1004,o), -(182,991,o), -(196,969,c), -(541,354,l), -(23,-360,l) -); -} -); -width = 1177; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,-360,l), -(561,234,l), -(572,234,l), -(869,-259,l), -(910,-327,o), -(960,-369,o), -(1047,-369,cs), -(1078,-369,o), -(1115,-366,o), -(1144,-361,c), -(1143,-200,l), -(1127,-205,o), -(1102,-208,o), -(1078,-208,cs), -(1057,-208,o), -(1037,-196,o), -(1027,-176,c), -(697,354,l), -(1118,1040,l), -(904,1040,l), -(573,469,l), -(561,469,l), -(280,965,l), -(253,1018,o), -(204,1052,o), -(151,1052,cs), -(101,1052,o), -(45,1048,o), -(17,1042,c), -(17,888,l), -(58,893,o), -(92,891,o), -(104,884,cs), -(115,878,o), -(127,867,o), -(133,856,c), -(435,354,l), -(10,-360,l) -); -} -); -width = 1154; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(473,-373,l), -(726,174,l), -(745,174,l), -(999,-251,ls), -(1053,-341,o), -(1159,-382,o), -(1263,-382,cs), -(1334,-382,o), -(1402,-377,o), -(1453,-368,c), -(1453,-63,l), -(1432,-70,o), -(1398,-74,o), -(1359,-74,cs), -(1328,-74,o), -(1295,-62,o), -(1280,-39,cs), -(1007,375,l), -(1435,1100,l), -(974,1100,l), -(744,569,l), -(726,569,l), -(494,1004,l), -(440,1081,o), -(369,1124,o), -(295,1124,cs), -(207,1124,o), -(111,1115,o), -(28,1099,c), -(28,794,l), -(69,800,o), -(108,803,o), -(137,804,cs), -(192,805,o), -(220,753,o), -(220,753,c), -(473,374,l), -(10,-373,l) -); -} -); -width = 1463; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-113,-360,l), -(524,321,l), -(529,321,l), -(734,-269,l), -(754,-324,o), -(803,-359,o), -(863,-359,cs), -(887,-359,o), -(925,-355,o), -(962,-349,c), -(973,-298,l), -(945,-306,o), -(907,-311,o), -(875,-311,cs), -(833,-311,o), -(797,-287,o), -(783,-248,c), -(572,354,l), -(1222,1040,l), -(1160,1040,l), -(544,389,l), -(539,389,l), -(327,997,l), -(311,1031,o), -(278,1052,o), -(242,1052,cs), -(225,1052,o), -(178,1049,o), -(122,1045,c), -(111,996,l), -(154,1001,o), -(198,1004,o), -(225,1004,cs), -(251,1004,o), -(272,991,o), -(281,969,c), -(496,354,l), -(-174,-360,l) -); -} -); -width = 1157; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(34,-360,l), -(500,234,l), -(511,234,l), -(703,-259,l), -(730,-327,o), -(771,-369,o), -(858,-369,cs), -(889,-369,o), -(927,-366,o), -(957,-361,c), -(990,-200,l), -(973,-205,o), -(947,-208,o), -(923,-208,cs), -(902,-208,o), -(885,-196,o), -(879,-176,c), -(662,354,l), -(1228,1040,l), -(1014,1040,l), -(562,469,l), -(550,469,l), -(375,965,l), -(359,1018,o), -(317,1052,o), -(264,1052,cs), -(214,1052,o), -(157,1048,o), -(128,1042,c), -(95,888,l), -(137,893,o), -(171,891,o), -(181,884,cs), -(191,878,o), -(201,867,o), -(204,856,c), -(400,354,l), -(-177,-360,l) -); -} -); -width = 1154; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(277,-373,l), -(646,174,l), -(665,174,l), -(829,-251,ls), -(864,-341,o), -(961,-382,o), -(1065,-382,cs), -(1136,-382,o), -(1205,-377,o), -(1258,-368,c), -(1323,-63,l), -(1300,-70,o), -(1265,-74,o), -(1226,-74,cs), -(1195,-74,o), -(1165,-62,o), -(1155,-39,cs), -(970,375,l), -(1552,1100,l), -(1091,1100,l), -(748,569,l), -(730,569,l), -(591,1004,l), -(553,1081,o), -(491,1124,o), -(417,1124,cs), -(329,1124,o), -(231,1115,o), -(145,1099,c), -(80,794,l), -(122,800,o), -(162,803,o), -(191,804,cs), -(246,805,o), -(263,753,o), -(263,753,c), -(436,374,l), -(-186,-373,l) -); -} -); -width = 1463; -} -); -metricLeft = v; -metricRight = v; -unicode = 967; -}, -{ -glyphname = psi; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(960,-19,o), -(1176,165,o), -(1176,457,c), -(1176,688,o), -(1149,913,o), -(1106,1040,c), -(1056,1040,l), -(1099,913,o), -(1126,688,o), -(1126,457,c), -(1126,195,o), -(930,30,o), -(617,30,c), -(306,30,o), -(110,195,o), -(110,457,c), -(110,1040,l), -(60,1040,l), -(60,457,l), -(60,165,o), -(275,-19,o), -(617,-19,c) -); -}, -{ -closed = 1; -nodes = ( -(593,-360,l), -(643,-360,l), -(643,1423,l), -(593,1423,l) -); -} -); -width = 1236; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1025,-20,o), -(1256,168,o), -(1256,467,c), -(1256,689,o), -(1221,910,o), -(1166,1040,c), -(986,1040,l), -(1041,910,o), -(1076,689,o), -(1076,467,c), -(1076,266,o), -(914,140,o), -(657,140,c), -(401,140,o), -(240,266,o), -(240,467,c), -(240,1040,l), -(60,1040,l), -(60,467,l), -(60,168,o), -(290,-20,o), -(657,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(568,-360,l), -(748,-360,l), -(748,1410,l), -(568,1410,l) -); -} -); -width = 1316; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1282,-37,o), -(1582,179,o), -(1582,523,c), -(1582,731,o), -(1551,954,o), -(1502,1100,c), -(1142,1100,l), -(1179,958,o), -(1202,730,o), -(1202,510,c), -(1202,352,o), -(1049,253,o), -(805,253,c), -(581,253,o), -(440,356,o), -(440,520,c), -(440,1100,l), -(60,1100,l), -(60,513,l), -(60,175,o), -(347,-37,o), -(805,-37,c) -); -}, -{ -closed = 1; -nodes = ( -(626,-374,l), -(986,-374,l), -(986,1450,l), -(626,1450,l) -); -} -); -width = 1642; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(846,-19,o), -(1101,165,o), -(1163,457,c), -(1212,688,o), -(1233,913,o), -(1217,1040,c), -(1167,1040,l), -(1183,913,o), -(1162,688,o), -(1113,457,c), -(1057,195,o), -(826,30,o), -(513,30,c), -(202,30,o), -(41,195,o), -(97,457,c), -(221,1040,l), -(171,1040,l), -(47,457,l), -(-15,165,o), -(161,-19,o), -(503,-19,c) -); -}, -{ -closed = 1; -nodes = ( -(407,-360,l), -(457,-360,l), -(835,1423,l), -(785,1423,l) -); -} -); -width = 1236; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(911,-20,o), -(1182,168,o), -(1246,467,c), -(1293,689,o), -(1305,910,o), -(1277,1040,c), -(1097,1040,l), -(1125,910,o), -(1113,689,o), -(1066,467,c), -(1023,266,o), -(834,140,o), -(577,140,c), -(321,140,o), -(187,266,o), -(230,467,c), -(351,1040,l), -(171,1040,l), -(50,467,l), -(-14,168,o), -(176,-20,o), -(543,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(382,-360,l), -(562,-360,l), -(938,1410,l), -(758,1410,l) -); -} -); -width = 1317; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1158,-37,o), -(1504,179,o), -(1577,523,c), -(1621,731,o), -(1637,954,o), -(1619,1100,c), -(1259,1100,l), -(1266,958,o), -(1241,730,o), -(1194,510,c), -(1160,352,o), -(986,253,o), -(742,253,c), -(518,253,o), -(399,356,o), -(434,520,c), -(557,1100,l), -(177,1100,l), -(53,513,l), -(-19,175,o), -(223,-37,o), -(681,-37,c) -); -}, -{ -closed = 1; -nodes = ( -(430,-374,l), -(790,-374,l), -(1178,1450,l), -(818,1450,l) -); -} -); -width = 1643; -} -); -metricLeft = o; -metricRight = o; -unicode = 968; -}, -{ -glyphname = omega; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (813,2); -}, -{ -name = top; -pos = (813,974); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(624,-15,o), -(751,79,o), -(803,228,c), -(812,228,l), -(868,79,o), -(995,-15,o), -(1140,-15,cs), -(1400,-15,o), -(1564,169,o), -(1564,463,cs), -(1564,647,o), -(1504,870,o), -(1409,1040,c), -(1360,1040,l), -(1455,871,o), -(1514,648,o), -(1514,463,cs), -(1514,203,o), -(1372,39,o), -(1146,39,cs), -(953,39,o), -(832,181,o), -(832,408,cs), -(832,799,l), -(783,799,l), -(783,408,ls), -(783,181,o), -(662,39,o), -(469,39,cs), -(250,39,o), -(112,203,o), -(112,463,cs), -(112,648,o), -(171,871,o), -(266,1040,c), -(215,1040,l), -(120,870,o), -(60,647,o), -(60,463,cs), -(60,169,o), -(219,-15,o), -(473,-15,cs) -); -} -); -width = 1624; -}, -{ -anchors = ( -{ -name = bottom; -pos = (815,2); -}, -{ -name = top; -pos = (815,974); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(637,-20,o), -(748,49,o), -(810,160,c), -(819,160,l), -(875,49,o), -(993,-20,o), -(1126,-20,cs), -(1398,-20,o), -(1569,194,o), -(1569,534,cs), -(1569,700,o), -(1522,895,o), -(1448,1040,c), -(1268,1040,l), -(1342,895,o), -(1389,700,o), -(1389,534,cs), -(1389,291,o), -(1288,139,o), -(1126,139,cs), -(987,139,o), -(900,253,o), -(900,435,cs), -(900,799,l), -(730,799,l), -(730,435,ls), -(730,253,o), -(642,139,o), -(503,139,cs), -(341,139,o), -(240,291,o), -(240,534,cs), -(240,687,o), -(291,882,o), -(372,1040,c), -(193,1040,l), -(111,884,o), -(60,688,o), -(60,534,cs), -(60,194,o), -(238,-20,o), -(522,-20,cs) -); -} -); -width = 1629; -}, -{ -anchors = ( -{ -name = bottom; -pos = (997,2); -}, -{ -name = top; -pos = (997,1035); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(776,-23,o), -(918,61,o), -(985,194,c), -(1004,194,l), -(1076,61,o), -(1220,-23,o), -(1377,-23,cs), -(1719,-23,o), -(1934,201,o), -(1934,559,cs), -(1934,760,o), -(1883,969,o), -(1802,1100,c), -(1413,1100,l), -(1494,979,o), -(1545,788,o), -(1545,604,cs), -(1545,396,o), -(1472,266,o), -(1355,266,cs), -(1241,266,o), -(1169,354,o), -(1169,495,cs), -(1169,796,l), -(825,796,l), -(825,495,ls), -(825,354,o), -(753,266,o), -(639,266,cs), -(522,266,o), -(449,396,o), -(449,604,cs), -(449,788,o), -(500,979,o), -(581,1100,c), -(192,1100,l), -(111,969,o), -(60,760,o), -(60,559,cs), -(60,201,o), -(275,-23,o), -(617,-23,cs) -); -} -); -width = 1994; -}, -{ -anchors = ( -{ -name = bottom; -pos = (703,2); -}, -{ -name = top; -pos = (910,974); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(511,-15,o), -(658,79,o), -(742,228,c), -(751,228,l), -(775,79,o), -(882,-15,o), -(1027,-15,cs), -(1287,-15,o), -(1490,169,o), -(1552,463,cs), -(1592,647,o), -(1579,870,o), -(1520,1040,c), -(1471,1040,l), -(1530,871,o), -(1542,648,o), -(1502,463,cs), -(1447,203,o), -(1270,39,o), -(1044,39,cs), -(851,39,o), -(761,181,o), -(809,408,cs), -(892,799,l), -(843,799,l), -(760,408,ls), -(712,181,o), -(560,39,o), -(367,39,cs), -(148,39,o), -(45,203,o), -(100,463,cs), -(140,648,o), -(246,871,o), -(377,1040,c), -(326,1040,l), -(195,870,o), -(88,647,o), -(48,463,cs), -(-14,169,o), -(106,-15,o), -(360,-15,cs) -); -} -); -width = 1624; -}, -{ -anchors = ( -{ -name = bottom; -pos = (705,2); -}, -{ -name = top; -pos = (912,974); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(522,-20,o), -(648,49,o), -(734,160,c), -(743,160,l), -(775,49,o), -(878,-20,o), -(1011,-20,cs), -(1283,-20,o), -(1500,194,o), -(1572,534,cs), -(1607,700,o), -(1602,895,o), -(1559,1040,c), -(1379,1040,l), -(1422,895,o), -(1427,700,o), -(1392,534,cs), -(1340,291,o), -(1207,139,o), -(1045,139,cs), -(906,139,o), -(843,253,o), -(882,435,cs), -(959,799,l), -(789,799,l), -(712,435,ls), -(673,253,o), -(561,139,o), -(422,139,cs), -(260,139,o), -(191,291,o), -(243,534,cs), -(276,687,o), -(368,882,o), -(483,1040,c), -(304,1040,l), -(188,884,o), -(96,688,o), -(63,534,cs), -(-9,194,o), -(123,-20,o), -(407,-20,cs) -); -} -); -width = 1629; -}, -{ -anchors = ( -{ -name = bottom; -pos = (881,2); -}, -{ -name = top; -pos = (1101,1035); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(655,-23,o), -(815,61,o), -(910,194,c), -(929,194,l), -(973,61,o), -(1099,-23,o), -(1256,-23,cs), -(1598,-23,o), -(1860,201,o), -(1936,559,cs), -(1979,760,o), -(1973,969,o), -(1919,1100,c), -(1530,1100,l), -(1586,979,o), -(1596,788,o), -(1557,604,cs), -(1513,396,o), -(1412,266,o), -(1295,266,cs), -(1181,266,o), -(1128,354,o), -(1158,495,cs), -(1222,796,l), -(878,796,l), -(814,495,ls), -(784,354,o), -(693,266,o), -(579,266,cs), -(462,266,o), -(417,396,o), -(461,604,cs), -(500,788,o), -(592,979,o), -(698,1100,c), -(309,1100,l), -(201,969,o), -(105,760,o), -(62,559,cs), -(-14,201,o), -(154,-23,o), -(496,-23,cs) -); -} -); -width = 1994; -} -); -metricLeft = o; -metricRight = o; -unicode = 969; -}, -{ -glyphname = iotatonos; -kernLeft = iota; -kernRight = iota; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (16,100); -ref = acute; -} -); -width = 465; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (23,100); -ref = acute; -} -); -width = 553; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (93,100); -ref = acute; -} -); -width = 750; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (61,100); -ref = acute; -} -); -width = 465; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (49,100); -ref = acute; -} -); -width = 553; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (114,100); -ref = acute; -} -); -width = 750; -} -); -unicode = 943; -}, -{ -glyphname = iotadieresis; -kernLeft = iota; -kernRight = iota; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (-151,100); -ref = dieresiscomb; -} -); -width = 465; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (-153,100); -ref = dieresiscomb; -} -); -width = 553; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (-149,100); -ref = dieresiscomb; -} -); -width = 750; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = iota; -}, -{ -alignment = -1; -pos = (-137,100); -ref = dieresiscomb; -} -); -width = 495; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = iota; -}, -{ -alignment = -1; -pos = (-145,100); -ref = dieresiscomb; -} -); -width = 593; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = iota; -}, -{ -alignment = -1; -pos = (-128,100); -ref = dieresiscomb; -} -); -width = 780; -} -); -unicode = 970; -}, -{ -glyphname = iotadieresistonos; -kernLeft = iota; -kernRight = iota; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (-147,135); -ref = dieresistonos; -} -); -width = 465; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (-198,163); -ref = dieresistonos; -} -); -width = 553; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (-235,214); -ref = dieresistonos; -} -); -width = 750; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (-106,135); -ref = dieresistonos; -} -); -width = 465; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = iota; -}, -{ -pos = (-182,163); -ref = dieresistonos; -} -); -width = 553; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = iota; -}, -{ -alignment = -1; -pos = (-204,214); -ref = dieresistonos; -} -); -width = 730; -} -); -unicode = 912; -}, -{ -glyphname = upsilontonos; -kernLeft = upsilon; -kernRight = upsilon; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (346,100); -ref = acute; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (334,100); -ref = acute; -} -); -width = 1112; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (440,100); -ref = acute; -} -); -width = 1376; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (391,100); -ref = acute; -} -); -width = 1046; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (472,100); -ref = acute; -} -); -width = 1112; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (461,100); -ref = acute; -} -); -width = 1376; -} -); -unicode = 973; -}, -{ -glyphname = upsilondieresis; -kernLeft = upsilon; -kernRight = upsilon; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (179,100); -ref = dieresiscomb; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (158,100); -ref = dieresiscomb; -} -); -width = 1112; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (198,100); -ref = dieresiscomb; -} -); -width = 1376; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -ref = upsilon; -}, -{ -alignment = -1; -pos = (193,100); -ref = dieresiscomb; -} -); -width = 1116; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -ref = upsilon; -}, -{ -alignment = -1; -pos = (278,100); -ref = dieresiscomb; -} -); -width = 1192; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = upsilon; -}, -{ -alignment = -1; -pos = (219,100); -ref = dieresiscomb; -} -); -width = 1446; -} -); -unicode = 971; -}, -{ -glyphname = upsilondieresistonos; -kernLeft = upsilon; -kernRight = upsilon; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (183,135); -ref = dieresistonos; -} -); -width = 1046; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (113,163); -ref = dieresistonos; -} -); -width = 1112; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (112,214); -ref = dieresistonos; -} -); -width = 1376; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (224,135); -ref = dieresistonos; -} -); -width = 1046; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = upsilon; -}, -{ -pos = (241,163); -ref = dieresistonos; -} -); -width = 1112; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -ref = upsilon; -}, -{ -alignment = -1; -pos = (143,214); -ref = dieresistonos; -} -); -width = 1356; -} -); -unicode = 944; -}, -{ -glyphname = omicrontonos; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 13:36:58 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = o; -}, -{ -pos = (443,114); -ref = acute; -} -); -width = 1120; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = o; -}, -{ -pos = (419,115); -ref = acute; -} -); -width = 1192; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = o; -}, -{ -pos = (443,124); -ref = acute; -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = o; -}, -{ -pos = (471,114); -ref = acute; -} -); -width = 1121; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = o; -}, -{ -pos = (408,115); -ref = acute; -} -); -width = 1153; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = o; -}, -{ -pos = (459,124); -ref = acute; -} -); -width = 1357; -} -); -unicode = 972; -}, -{ -glyphname = omegatonos; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = omega; -}, -{ -pos = (694,34); -ref = acute; -} -); -width = 1624; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = omega; -}, -{ -pos = (638,34); -ref = acute; -} -); -width = 1629; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = omega; -}, -{ -pos = (780,35); -ref = acute; -} -); -width = 1994; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = omega; -}, -{ -pos = (725,34); -ref = acute; -} -); -width = 1624; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = omega; -}, -{ -pos = (650,34); -ref = acute; -} -); -width = 1629; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = omega; -}, -{ -pos = (788,35); -ref = acute; -} -); -width = 1994; -} -); -unicode = 974; -}, -{ -glyphname = alphatonos; -kernLeft = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = alpha; -}, -{ -pos = (507,100); -ref = acute; -} -); -width = 1322; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = alpha; -}, -{ -pos = (426,100); -ref = acute; -} -); -width = 1285; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = alpha; -}, -{ -pos = (496,100); -ref = acute; -} -); -width = 1469; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = alpha; -}, -{ -pos = (533,100); -ref = acute; -} -); -width = 1342; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = alpha; -}, -{ -pos = (341,100); -ref = acute; -} -); -width = 1305; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = alpha; -}, -{ -pos = (497,100); -ref = acute; -} -); -width = 1489; -} -); -unicode = 940; -}, -{ -glyphname = epsilontonos; -kernLeft = sround; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = epsilon; -}, -{ -pos = (378,97); -ref = acute; -} -); -width = 1002; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = epsilon; -}, -{ -pos = (321,97); -ref = acute; -} -); -width = 1008; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = epsilon; -}, -{ -pos = (406,98); -ref = acute; -} -); -width = 1259; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = epsilon; -}, -{ -pos = (404,97); -ref = acute; -} -); -width = 1003; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = epsilon; -}, -{ -pos = (327,97); -ref = acute; -} -); -width = 1007; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = epsilon; -}, -{ -pos = (504,98); -ref = acute; -} -); -width = 1257; -} -); -unicode = 941; -}, -{ -glyphname = etatonos; -kernLeft = "up-curve"; -kernRight = n; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = eta; -}, -{ -pos = (467,116); -ref = acute; -} -); -width = 1078; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = eta; -}, -{ -pos = (403,115); -ref = acute; -} -); -width = 1117; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = eta; -}, -{ -pos = (505,128); -ref = acute; -} -); -width = 1429; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = eta; -}, -{ -pos = (586,116); -ref = acute; -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = eta; -}, -{ -pos = (512,115); -ref = acute; -} -); -width = 1248; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = eta; -}, -{ -pos = (612,128); -ref = acute; -} -); -width = 1549; -} -); -unicode = 942; -}, -{ -glyphname = digamma; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-360,l), -(110,375,l), -(802,375,l), -(802,423,l), -(110,423,l), -(110,992,l), -(802,992,l), -(802,1040,l), -(60,1040,l), -(60,-360,l) -); -} -); -width = 862; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,-360,l), -(240,316,l), -(855,316,l), -(855,476,l), -(240,476,l), -(240,881,l), -(855,881,l), -(855,1041,l), -(60,1041,l), -(60,-360,l) -); -} -); -width = 915; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(460,-374,l), -(460,210,l), -(1041,210,l), -(1041,510,l), -(460,510,l), -(460,800,l), -(1041,800,l), -(1041,1100,l), -(60,1100,l), -(60,-374,l) -); -} -); -width = 1101; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-77,-360,l), -(79,375,l), -(771,375,l), -(782,423,l), -(90,423,l), -(211,992,l), -(903,992,l), -(913,1040,l), -(171,1040,l), -(-127,-360,l) -); -} -); -width = 863; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,-360,l), -(197,316,l), -(812,316,l), -(846,476,l), -(231,476,l), -(317,881,l), -(932,881,l), -(966,1041,l), -(171,1041,l), -(-127,-360,l) -); -} -); -width = 915; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,-374,l), -(388,210,l), -(969,210,l), -(1033,510,l), -(452,510,l), -(514,800,l), -(1095,800,l), -(1159,1100,l), -(178,1100,l), -(-136,-374,l) -); -} -); -width = 1102; -} -); -metricLeft = o; -metricRight = o; -unicode = 989; -}, -{ -glyphname = zero; -kernLeft = round; -kernRight = round; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(829,-20,o), -(997,249,o), -(997,726,c), -(997,1198,o), -(829,1463,o), -(530,1463,c), -(229,1463,o), -(60,1198,o), -(60,726,c), -(60,249,o), -(229,-20,o), -(530,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(261,29,o), -(110,280,o), -(110,726,c), -(110,1165,o), -(261,1413,o), -(530,1414,cs), -(797,1415,o), -(947,1167,o), -(947,726,c), -(947,280,o), -(797,29,o), -(530,29,c) -); -} -); -width = 1057; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(915,-20,o), -(1089,234,o), -(1089,726,c), -(1089,1212,o), -(915,1463,o), -(576,1463,c), -(235,1463,o), -(60,1212,o), -(60,726,c), -(60,234,o), -(235,-20,o), -(576,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(354,140,o), -(240,339,o), -(240,725,c), -(240,1105,o), -(354,1302,o), -(576,1303,cs), -(796,1303,o), -(909,1106,o), -(909,725,c), -(909,339,o), -(796,140,o), -(576,140,c) -); -} -); -width = 1149; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1057,-37,o), -(1255,215,o), -(1255,723,c), -(1255,1229,o), -(1057,1480,o), -(658,1480,c), -(258,1480,o), -(60,1229,o), -(60,723,c), -(60,215,o), -(258,-37,o), -(658,-37,c) -); -}, -{ -closed = 1; -nodes = ( -(539,273,o), -(480,422,o), -(480,723,c), -(484,1022,o), -(543,1170,o), -(658,1170,cs), -(776,1170,o), -(835,1024,o), -(835,728,c), -(830,424,o), -(771,273,o), -(658,273,c) -); -} -); -width = 1315; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(755,-20,o), -(954,227,o), -(1042,726,c), -(1129,1219,o), -(1017,1463,o), -(705,1463,c), -(391,1463,o), -(192,1219,o), -(105,726,c), -(17,227,o), -(129,-20,o), -(443,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(171,29,o), -(73,260,o), -(155,726,c), -(236,1185,o), -(415,1413,o), -(696,1414,cs), -(975,1415,o), -(1073,1187,o), -(992,726,c), -(910,260,o), -(731,29,o), -(452,29,c) -); -} -); -width = 1060; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(832,-20,o), -(1046,227,o), -(1134,726,c), -(1221,1219,o), -(1094,1463,o), -(751,1463,c), -(406,1463,o), -(192,1219,o), -(105,726,c), -(17,227,o), -(144,-20,o), -(489,-20,c) -); -}, -{ -closed = 1; -nodes = ( -(292,140,o), -(216,334,o), -(285,725,c), -(353,1110,o), -(497,1302,o), -(723,1303,cs), -(946,1303,o), -(1022,1111,o), -(954,725,c), -(885,334,o), -(740,140,o), -(517,140,c) -); -} -); -width = 1152; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(961,-37,o), -(1204,215,o), -(1293,723,c), -(1382,1229,o), -(1229,1480,o), -(830,1480,c), -(430,1480,o), -(187,1229,o), -(98,723,c), -(9,215,o), -(162,-37,o), -(562,-37,c) -); -}, -{ -closed = 1; -nodes = ( -(498,273,o), -(465,422,o), -(518,723,c), -(575,1022,o), -(660,1170,o), -(775,1170,cs), -(893,1170,o), -(926,1024,o), -(874,728,c), -(816,424,o), -(730,273,o), -(617,273,c) -); -} -); -width = 1318; -} -); -metricLeft = O; -metricRight = O; -unicode = 48; -}, -{ -glyphname = one; -lastChange = "2025-04-30 07:57:40 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,1443,l), -(140,1395,l), -(399,1395,l), -(399,0,l), -(449,0,l), -(449,1443,l) -); -} -); -width = 649; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,1443,l), -(140,1283,l), -(470,1283,l), -(470,0,l), -(650,0,l), -(650,1443,l) -); -} -); -width = 810; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,1443,l), -(140,1103,l), -(440,1103,l), -(440,0,l), -(860,0,l), -(860,1443,l) -); -} -); -width = 1020; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(336,1443,l), -(326,1395,l), -(585,1395,l), -(289,0,l), -(339,0,l), -(645,1443,l) -); -} -); -width = 650; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(336,1443,l), -(302,1283,l), -(632,1283,l), -(360,0,l), -(540,0,l), -(846,1443,l) -); -} -); -width = 811; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(330,1443,l), -(258,1103,l), -(558,1103,l), -(324,0,l), -(744,0,l), -(1050,1443,l) -); -} -); -width = 1021; -} -); -unicode = 49; -}, -{ -glyphname = two; -kernLeft = "2"; -kernRight = "2"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1072,0,l), -(1072,50,l), -(232,50,l), -(232,55,l), -(719,395,o), -(1024,773,o), -(1024,1035,c), -(1024,1297,o), -(845,1462,o), -(560,1463,cs), -(331,1464,o), -(153,1314,o), -(100,1075,c), -(148,1062,l), -(193,1275,o), -(352,1411,o), -(559,1414,cs), -(814,1420,o), -(974,1274,o), -(974,1035,c), -(974,781,o), -(648,399,o), -(129,45,c), -(129,0,l) -); -} -); -width = 1172; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1072,0,l), -(1072,160,l), -(420,160,l), -(420,169,l), -(794,404,o), -(1064,755,o), -(1064,1005,cs), -(1064,1270,o), -(861,1462,o), -(580,1463,cs), -(360,1464,o), -(158,1276,o), -(100,1015,c), -(272,966,l), -(306,1160,o), -(435,1302,o), -(579,1304,cs), -(756,1308,o), -(884,1182,o), -(884,1005,cs), -(884,785,o), -(559,425,o), -(109,149,c), -(109,0,l) -); -} -); -width = 1172; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1216,0,l), -(1216,301,l), -(718,301,l), -(718,319,l), -(1016,532,o), -(1203,797,o), -(1203,1007,cs), -(1203,1297,o), -(985,1479,o), -(637,1480,cs), -(369,1481,o), -(162,1306,o), -(100,1027,c), -(466,930,l), -(491,1076,o), -(560,1169,o), -(644,1170,cs), -(736,1172,o), -(793,1109,o), -(793,1007,cs), -(793,863,o), -(541,579,o), -(140,272,c), -(140,0,l) -); -} -); -width = 1316; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(962,0,l), -(972,50,l), -(132,50,l), -(133,55,l), -(692,395,o), -(1078,773,o), -(1134,1035,c), -(1189,1297,o), -(1045,1462,o), -(760,1463,cs), -(532,1464,o), -(322,1314,o), -(218,1075,c), -(263,1062,l), -(354,1275,o), -(541,1411,o), -(749,1414,cs), -(1005,1420,o), -(1134,1274,o), -(1084,1035,c), -(1030,781,o), -(622,399,o), -(28,45,c), -(19,0,l) -); -} -); -width = 1173; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(964,0,l), -(998,160,l), -(346,160,l), -(347,169,l), -(799,437,o), -(1115,752,o), -(1165,985,c), -(1227,1278,o), -(1079,1462,o), -(782,1463,cs), -(548,1464,o), -(325,1291,o), -(205,1015,c), -(369,966,l), -(449,1172,o), -(603,1302,o), -(768,1304,cs), -(943,1308,o), -(1027,1185,o), -(985,985,c), -(942,784,o), -(575,461,o), -(32,149,c), -(1,0,l) -); -} -); -width = 1175; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1099,0,l), -(1163,301,l), -(665,301,l), -(669,319,l), -(1012,532,o), -(1255,797,o), -(1300,1007,cs), -(1361,1297,o), -(1166,1479,o), -(794,1480,cs), -(551,1481,o), -(322,1306,o), -(201,1027,c), -(546,930,l), -(602,1076,o), -(698,1169,o), -(795,1170,cs), -(874,1172,o), -(911,1109,o), -(890,1007,cs), -(859,862,o), -(547,579,o), -(81,272,c), -(23,0,l) -); -} -); -width = 1316; -} -); -metricLeft = H; -metricRight = H; -unicode = 50; -}, -{ -glyphname = three; -kernRight = "3"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,1395,l), -(837,1395,l), -(837,1389,l), -(290,858,l), -(290,805,l), -(351,805,l), -(702,870,o), -(923,720,o), -(923,417,cs), -(923,178,o), -(763,28,o), -(507,28,cs), -(313,28,o), -(156,127,o), -(102,285,c), -(60,257,l), -(121,87,o), -(291,-20,o), -(503,-20,c), -(792,-20,o), -(973,147,o), -(973,413,cs), -(973,756,o), -(738,927,o), -(365,857,c), -(365,861,l), -(909,1391,l), -(909,1443,l), -(76,1443,l) -); -} -); -width = 1033; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(86,1283,l), -(680,1283,l), -(680,1271,l), -(290,870,l), -(290,712,l), -(361,718,l), -(647,768,o), -(858,650,o), -(863,437,cs), -(866,265,o), -(733,140,o), -(547,140,c), -(395,140,o), -(244,232,o), -(188,359,c), -(60,257,l), -(145,96,o), -(348,-20,o), -(543,-20,c), -(833,-20,o), -(1043,170,o), -(1043,432,cs), -(1043,702,o), -(835,890,o), -(548,879,c), -(548,893,l), -(919,1281,l), -(919,1443,l), -(86,1443,l) -); -} -); -width = 1103; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,1143,l), -(654,1143,l), -(654,1125,l), -(354,816,l), -(354,651,l), -(581,651,ls), -(713,651,o), -(797,579,o), -(800,464,c), -(801,341,o), -(729,263,o), -(613,263,c), -(497,263,o), -(412,347,o), -(392,482,c), -(60,373,l), -(114,121,o), -(323,-37,o), -(603,-37,cs), -(976,-37,o), -(1210,150,o), -(1210,449,c), -(1207,720,o), -(1044,877,o), -(787,857,c), -(787,873,l), -(1127,1215,l), -(1129,1443,l), -(104,1443,l) -); -} -); -width = 1270; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,1397,l), -(1016,1397,l), -(1015,1391,l), -(363,860,l), -(352,807,l), -(433,807,l), -(786,870,o), -(967,720,o), -(902,419,cs), -(852,180,o), -(660,30,o), -(404,30,cs), -(207,30,o), -(71,128,o), -(50,284,c), -(5,259,l), -(30,89,o), -(186,-18,o), -(410,-18,c), -(686,-18,o), -(893,143,o), -(948,400,cs), -(1021,749,o), -(825,925,o), -(439,855,c), -(440,859,l), -(1095,1393,l), -(1106,1445,l), -(273,1445,l) -); -} -); -width = 1034; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(248,1283,l), -(822,1283,l), -(820,1271,l), -(365,870,l), -(331,712,l), -(463,718,l), -(739,765,o), -(887,657,o), -(846,437,cs), -(810,255,o), -(660,140,o), -(457,140,c), -(293,140,o), -(172,217,o), -(144,339,c), -(4,257,l), -(58,87,o), -(234,-20,o), -(459,-20,c), -(750,-20,o), -(968,147,o), -(1025,412,cs), -(1088,710,o), -(940,890,o), -(641,879,c), -(644,893,l), -(1081,1281,l), -(1115,1443,l), -(282,1443,l) -); -} -); -width = 1108; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,1143,l), -(740,1143,l), -(736,1125,l), -(410,816,l), -(375,651,l), -(632,651,ls), -(746,651,o), -(803,579,o), -(781,464,c), -(756,341,o), -(659,263,o), -(531,263,c), -(411,263,o), -(341,347,o), -(350,482,c), -(22,373,l), -(22,121,o), -(209,-37,o), -(508,-37,cs), -(853,-37,o), -(1108,139,o), -(1168,419,c), -(1227,706,o), -(1113,875,o), -(872,857,c), -(875,873,l), -(1268,1215,l), -(1318,1443,l), -(293,1443,l) -); -} -); -width = 1256; -} -); -metricLeft = O; -metricRight = O; -unicode = 51; -}, -{ -glyphname = four; -kernLeft = "4"; -kernRight = "4"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(886,1,l), -(886,334,l), -(1144,334,l), -(1144,382,l), -(886,382,l), -(886,1443,l), -(814,1443,l), -(60,384,l), -(61,334,l), -(836,334,l), -(836,0,l) -); -}, -{ -closed = 1; -nodes = ( -(834,1384,l), -(836,1384,l), -(836,382,l), -(118,382,l) -); -} -); -width = 1204; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(986,1,l), -(986,292,l), -(1174,292,l), -(1174,452,l), -(986,452,l), -(986,1443,l), -(714,1443,l), -(60,454,l), -(61,292,l), -(806,292,l), -(806,0,l) -); -}, -{ -closed = 1; -nodes = ( -(804,1265,l), -(806,1265,l), -(806,452,l), -(269,452,l) -); -} -); -width = 1234; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1196,1,l), -(1196,205,l), -(1376,205,l), -(1376,505,l), -(1196,505,l), -(1196,1443,l), -(664,1443,l), -(60,503,l), -(110,205,l), -(776,205,l), -(776,0,l) -); -}, -{ -closed = 1; -nodes = ( -(758,1043,l), -(776,1043,l), -(776,505,l), -(456,505,l) -); -} -); -width = 1436; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(776,1,l), -(847,334,l), -(1105,334,l), -(1115,382,l), -(857,382,l), -(1082,1443,l), -(1010,1443,l), -(31,384,l), -(22,334,l), -(797,334,l), -(726,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1018,1384,l), -(1020,1384,l), -(807,382,l), -(89,382,l) -); -} -); -width = 1205; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(876,1,l), -(938,292,l), -(1126,292,l), -(1160,452,l), -(972,452,l), -(1182,1443,l), -(910,1443,l), -(46,454,l), -(13,292,l), -(758,292,l), -(696,0,l) -); -}, -{ -closed = 1; -nodes = ( -(963,1265,l), -(965,1265,l), -(792,452,l), -(255,452,l) -); -} -); -width = 1234; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1079,1,l), -(1122,205,l), -(1302,205,l), -(1366,505,l), -(1186,505,l), -(1385,1443,l), -(853,1443,l), -(50,503,l), -(36,205,l), -(702,205,l), -(659,0,l) -); -}, -{ -closed = 1; -nodes = ( -(862,1043,l), -(880,1043,l), -(766,505,l), -(446,505,l) -); -} -); -width = 1436; -} -); -metricLeft = o; -metricRight = O; -unicode = 52; -}, -{ -glyphname = five; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(67,642,l), -(117,627,l), -(189,767,o), -(333,855,o), -(491,855,cs), -(739,855,o), -(894,694,o), -(894,438,cs), -(894,186,o), -(739,28,o), -(491,28,cs), -(303,28,o), -(155,141,o), -(107,322,c), -(60,308,l), -(109,107,o), -(275,-20,o), -(491,-20,c), -(769,-20,o), -(944,158,o), -(944,442,cs), -(944,726,o), -(772,904,o), -(497,904,cs), -(342,904,o), -(201,835,o), -(132,724,c), -(126,725,l), -(229,1394,l), -(864,1393,l), -(863,1442,l), -(185,1443,l) -); -} -); -width = 1004; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,662,l), -(259,637,l), -(299,716,o), -(414,773,o), -(533,773,cs), -(720,773,o), -(856,641,o), -(856,458,cs), -(856,274,o), -(720,140,o), -(533,140,cs), -(394,140,o), -(273,216,o), -(245,322,c), -(60,298,l), -(105,114,o), -(304,-20,o), -(533,-20,c), -(825,-20,o), -(1036,182,o), -(1036,462,cs), -(1036,736,o), -(836,934,o), -(559,934,cs), -(443,934,o), -(327,883,o), -(283,813,c), -(273,815,l), -(345,1283,l), -(954,1283,l), -(954,1443,l), -(190,1443,l) -); -} -); -width = 1096; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(62,632,l), -(439,577,l), -(462,636,o), -(529,673,o), -(613,673,cs), -(725,673,o), -(796,594,o), -(796,468,cs), -(796,348,o), -(725,273,o), -(613,273,cs), -(528,273,o), -(458,334,o), -(432,432,c), -(60,318,l), -(125,100,o), -(338,-37,o), -(613,-37,c), -(977,-37,o), -(1206,155,o), -(1206,462,cs), -(1206,762,o), -(1038,951,o), -(770,951,cs), -(634,951,o), -(525,905,o), -(488,833,c), -(468,835,l), -(497,1133,l), -(1122,1132,l), -(1125,1442,l), -(140,1443,l) -); -} -); -width = 1266; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,642,l), -(140,627,l), -(242,767,o), -(409,855,o), -(573,855,cs), -(814,855,o), -(931,694,o), -(877,438,cs), -(823,186,o), -(630,28,o), -(377,28,cs), -(195,28,o), -(73,139,o), -(63,320,c), -(15,308,l), -(22,107,o), -(162,-20,o), -(377,-20,c), -(655,-20,o), -(867,158,o), -(928,442,cs), -(988,726,o), -(853,904,o), -(579,904,cs), -(423,904,o), -(268,835,o), -(176,724,c), -(170,725,l), -(415,1394,l), -(1050,1393,l), -(1059,1442,l), -(381,1443,l) -); -} -); -width = 1005; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(102,662,l), -(284,637,l), -(345,721,o), -(462,773,o), -(587,773,cs), -(785,773,o), -(884,652,o), -(843,458,cs), -(802,263,o), -(651,140,o), -(453,140,cs), -(305,140,o), -(209,210,o), -(203,322,c), -(13,298,l), -(20,103,o), -(184,-20,o), -(439,-20,c), -(735,-20,o), -(961,166,o), -(1024,462,cs), -(1086,752,o), -(933,934,o), -(627,934,cs), -(516,934,o), -(407,887,o), -(346,813,c), -(336,815,l), -(511,1283,l), -(1114,1282,l), -(1151,1442,l), -(386,1443,l) -); -} -); -width = 1096; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(80,632,l), -(445,577,l), -(481,636,o), -(556,673,o), -(640,673,cs), -(752,673,o), -(806,594,o), -(779,468,cs), -(754,348,o), -(668,273,o), -(555,273,cs), -(458,273,o), -(393,334,o), -(387,432,c), -(11,318,l), -(30,100,o), -(222,-37,o), -(509,-37,c), -(861,-37,o), -(1123,155,o), -(1188,462,cs), -(1252,762,o), -(1116,951,o), -(836,951,cs), -(712,951,o), -(601,905,o), -(549,833,c), -(529,835,l), -(621,1133,l), -(1246,1132,l), -(1315,1442,l), -(330,1443,l) -); -} -); -width = 1267; -} -); -metricLeft = O; -metricRight = O; -unicode = 53; -}, -{ -glyphname = six; -kernLeft = "6"; -kernRight = "6"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -guides = ( -{ -pos = (-134,1950); -showMeasurement = 1; -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(777,-20,o), -(949,156,o), -(949,437,cs), -(949,705,o), -(785,876,o), -(525,879,cs), -(367,880,o), -(230,816,o), -(169,712,c), -(165,715,l), -(200,803,o), -(268,943,o), -(340,1076,cs), -(412,1214,o), -(495,1356,o), -(554,1443,c), -(495,1443,l), -(418,1330,o), -(295,1105,o), -(176,858,cs), -(105,709,o), -(60,546,o), -(60,434,cs), -(60,155,o), -(231,-20,o), -(503,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,676,o), -(270,831,o), -(525,831,cs), -(755,831,o), -(899,679,o), -(899,436,cs), -(899,185,o), -(749,28,o), -(509,28,cs), -(264,28,o), -(110,183,o), -(110,429,cs) -); -} -); -width = 1009; -}, -{ -guides = ( -{ -pos = (-34,1950); -showMeasurement = 1; -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(841,-20,o), -(1049,185,o), -(1049,468,cs), -(1049,732,o), -(863,926,o), -(607,929,cs), -(499,930,o), -(385,878,o), -(335,806,c), -(324,809,l), -(338,853,o), -(395,957,o), -(460,1056,cs), -(516,1142,o), -(631,1305,o), -(734,1443,c), -(520,1443,l), -(362,1231,o), -(201,971,o), -(138,823,cs), -(93,718,o), -(60,568,o), -(60,465,cs), -(60,184,o), -(267,-20,o), -(553,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,638,o), -(374,767,o), -(559,767,cs), -(739,767,o), -(869,638,o), -(869,460,cs), -(869,274,o), -(739,140,o), -(559,140,cs), -(374,140,o), -(240,274,o), -(240,460,cs) -); -} -); -width = 1109; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1023,-36,o), -(1251,161,o), -(1251,475,cs), -(1251,739,o), -(1097,913,o), -(852,927,cs), -(721,934,o), -(600,892,o), -(539,819,c), -(528,822,l), -(541,861,o), -(587,950,o), -(647,1052,cs), -(712,1161,o), -(822,1312,o), -(933,1443,c), -(513,1443,l), -(328,1205,o), -(178,963,o), -(125,815,cs), -(85,707,o), -(60,575,o), -(60,472,cs), -(60,160,o), -(291,-36,o), -(659,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(470,601,o), -(544,677,o), -(663,677,cs), -(772,677,o), -(841,601,o), -(841,479,cs), -(841,353,o), -(772,274,o), -(663,274,cs), -(544,274,o), -(470,353,o), -(470,479,cs) -); -} -); -width = 1311; -}, -{ -guides = ( -{ -pos = (-62,1950); -showMeasurement = 1; -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(679,-20,o), -(882,156,o), -(932,437,cs), -(979,706,o), -(846,876,o), -(586,879,cs), -(428,880,o), -(279,816,o), -(200,712,c), -(197,715,l), -(244,798,o), -(336,938,o), -(435,1076,cs), -(532,1214,o), -(640,1355,o), -(714,1443,c), -(655,1443,l), -(555,1327,o), -(392,1101,o), -(233,858,cs), -(135,708,o), -(62,545,o), -(42,434,cs), -(-7,155,o), -(133,-20,o), -(405,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(135,676,o), -(322,831,o), -(577,831,cs), -(807,831,o), -(924,679,o), -(881,436,cs), -(837,185,o), -(659,28,o), -(419,28,cs), -(174,28,o), -(48,183,o), -(91,429,cs) -); -} -); -width = 1010; -}, -{ -guides = ( -{ -pos = (38,1950); -showMeasurement = 1; -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(768,-20,o), -(985,168,o), -(1038,468,cs), -(1087,748,o), -(944,926,o), -(667,929,cs), -(560,930,o), -(451,883,o), -(384,806,c), -(373,809,l), -(395,854,o), -(465,949,o), -(553,1056,cs), -(625,1144,o), -(757,1294,o), -(895,1443,c), -(681,1443,l), -(470,1215,o), -(281,976,o), -(190,823,cs), -(122,712,o), -(68,573,o), -(49,465,cs), -(-4,167,o), -(161,-20,o), -(476,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(261,649,o), -(413,767,o), -(621,767,cs), -(799,767,o), -(890,649,o), -(857,460,cs), -(822,263,o), -(677,140,o), -(480,140,cs), -(290,140,o), -(193,263,o), -(228,460,cs) -); -} -); -width = 1110; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(925,-36,o), -(1180,161,o), -(1236,475,cs), -(1282,738,o), -(1151,912,o), -(896,927,cs), -(778,933,o), -(657,891,o), -(584,819,c), -(574,822,l), -(597,867,o), -(658,956,o), -(733,1052,cs), -(819,1163,o), -(956,1313,o), -(1088,1443,c), -(668,1443,l), -(441,1205,o), -(249,963,o), -(170,815,cs), -(110,707,o), -(62,575,o), -(44,472,cs), -(-11,160,o), -(193,-36,o), -(574,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(477,601,o), -(569,677,o), -(693,677,cs), -(797,677,o), -(848,601,o), -(826,479,cs), -(804,353,o), -(718,274,o), -(602,274,cs), -(490,274,o), -(433,353,o), -(455,479,cs) -); -} -); -width = 1312; -} -); -metricLeft = o; -metricRight = o; -unicode = 54; -}, -{ -glyphname = seven; -kernRight = V; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(293,0,l), -(923,1399,l), -(923,1443,l), -(60,1443,l), -(60,1395,l), -(864,1395,l), -(864,1390,l), -(240,0,l) -); -} -); -width = 983; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(436,0,l), -(943,1319,l), -(943,1443,l), -(60,1443,l), -(60,1283,l), -(726,1283,l), -(726,1275,l), -(230,0,l) -); -} -); -width = 1003; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(646,0,l), -(1123,1199,l), -(1123,1443,l), -(60,1443,l), -(60,1093,l), -(644,1093,l), -(644,1082,l), -(180,0,l) -); -} -); -width = 1183; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,0,l), -(1110,1399,l), -(1119,1443,l), -(256,1443,l), -(246,1395,l), -(1050,1395,l), -(1049,1390,l), -(170,0,l) -); -} -); -width = 983; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(366,0,l), -(1143,1319,l), -(1169,1443,l), -(256,1443,l), -(222,1283,l), -(918,1283,l), -(917,1275,l), -(160,0,l) -); -} -); -width = 1033; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(570,0,l), -(1261,1199,l), -(1313,1443,l), -(250,1443,l), -(176,1093,l), -(760,1093,l), -(758,1082,l), -(104,0,l) -); -} -); -width = 1183; -} -); -metricLeft = o; -metricRight = O; -unicode = 55; -}, -{ -glyphname = eight; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(794,-20,o), -(981,152,o), -(981,390,cs), -(981,571,o), -(858,733,o), -(689,778,c), -(689,784,l), -(821,823,o), -(917,960,o), -(917,1111,cs), -(917,1315,o), -(749,1463,o), -(518,1463,cs), -(294,1463,o), -(131,1316,o), -(131,1113,cs), -(131,958,o), -(227,820,o), -(360,783,c), -(360,777,l), -(186,739,o), -(60,577,o), -(60,390,cs), -(60,152,o), -(260,-20,o), -(536,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(110,600,o), -(283,753,o), -(523,753,cs), -(761,753,o), -(933,600,o), -(933,388,cs), -(933,179,o), -(762,28,o), -(527,28,cs), -(285,28,o), -(110,179,o), -(110,388,cs) -); -}, -{ -closed = 1; -nodes = ( -(181,1286,o), -(325,1416,o), -(523,1416,cs), -(723,1416,o), -(867,1286,o), -(867,1107,cs), -(867,930,o), -(723,801,o), -(523,801,cs), -(325,801,o), -(181,930,o), -(181,1107,cs) -); -} -); -width = 1041; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(836,-20,o), -(1031,156,o), -(1031,400,cs), -(1031,581,o), -(917,734,o), -(759,764,c), -(759,776,l), -(885,811,o), -(977,947,o), -(977,1101,cs), -(977,1311,o), -(797,1463,o), -(548,1463,cs), -(306,1463,o), -(131,1312,o), -(131,1103,cs), -(131,949,o), -(227,812,o), -(360,778,c), -(360,766,l), -(186,741,o), -(60,587,o), -(60,400,cs), -(60,156,o), -(273,-20,o), -(566,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(240,566,o), -(368,681,o), -(544,681,cs), -(722,681,o), -(851,566,o), -(851,408,cs), -(851,253,o), -(723,141,o), -(547,141,cs), -(369,141,o), -(240,253,o), -(240,408,cs) -); -}, -{ -closed = 1; -nodes = ( -(298,1208,o), -(405,1303,o), -(553,1303,cs), -(701,1303,o), -(809,1208,o), -(809,1077,cs), -(809,952,o), -(701,861,o), -(553,861,cs), -(405,861,o), -(298,952,o), -(298,1077,cs) -); -} -); -width = 1091; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1032,-35,o), -(1240,125,o), -(1240,404,cs), -(1240,611,o), -(1134,743,o), -(949,766,c), -(949,784,l), -(1110,816,o), -(1202,934,o), -(1202,1108,cs), -(1202,1343,o), -(1005,1477,o), -(661,1477,cs), -(312,1477,o), -(112,1343,o), -(112,1108,cs), -(112,937,o), -(219,819,o), -(407,784,c), -(407,766,l), -(186,743,o), -(60,611,o), -(60,404,cs), -(60,125,o), -(282,-35,o), -(669,-35,cs) -); -}, -{ -closed = 1; -nodes = ( -(471,553,o), -(538,619,o), -(654,619,cs), -(766,619,o), -(830,553,o), -(830,437,cs), -(830,328,o), -(766,265,o), -(654,265,cs), -(538,265,o), -(471,328,o), -(471,437,cs) -); -}, -{ -closed = 1; -nodes = ( -(502,1155,o), -(562,1206,o), -(666,1206,cs), -(772,1206,o), -(832,1155,o), -(832,1065,cs), -(832,970,o), -(772,916,o), -(666,916,cs), -(562,916,o), -(502,970,o), -(502,1065,cs) -); -} -); -width = 1300; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(742,-20,o), -(949,138,o), -(994,390,cs), -(1027,579,o), -(937,729,o), -(760,778,c), -(761,784,l), -(915,827,o), -(1029,953,o), -(1057,1111,cs), -(1095,1327,o), -(957,1463,o), -(700,1463,cs), -(450,1463,o), -(269,1328,o), -(231,1113,cs), -(202,950,o), -(272,823,o), -(412,783,c), -(411,777,l), -(214,736,o), -(67,587,o), -(33,390,cs), -(-12,138,o), -(151,-20,o), -(456,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(122,612,o), -(314,753,o), -(580,753,cs), -(844,753,o), -(985,612,o), -(945,388,cs), -(906,167,o), -(718,28,o), -(456,28,cs), -(188,28,o), -(43,167,o), -(82,388,cs) -); -}, -{ -closed = 1; -nodes = ( -(313,1297,o), -(474,1416,o), -(696,1416,cs), -(920,1416,o), -(1039,1297,o), -(1006,1107,cs), -(973,919,o), -(812,801,o), -(588,801,cs), -(366,801,o), -(247,919,o), -(280,1107,cs) -); -} -); -width = 1082; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(778,-20,o), -(1001,142,o), -(1046,400,cs), -(1079,589,o), -(991,730,o), -(818,764,c), -(821,776,l), -(974,816,o), -(1088,941,o), -(1116,1101,cs), -(1155,1323,o), -(998,1463,o), -(711,1463,cs), -(454,1463,o), -(269,1324,o), -(230,1103,cs), -(202,942,o), -(276,817,o), -(422,778,c), -(420,766,l), -(218,737,o), -(70,596,o), -(35,400,cs), -(-10,142,o), -(157,-20,o), -(467,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(246,576,o), -(390,681,o), -(589,681,cs), -(790,681,o), -(897,576,o), -(868,408,cs), -(839,244,o), -(703,141,o), -(517,141,cs), -(303,141,o), -(188,244,o), -(217,408,cs) -); -}, -{ -closed = 1; -nodes = ( -(417,1216,o), -(546,1303,o), -(728,1303,cs), -(885,1303,o), -(968,1216,o), -(944,1077,cs), -(920,944,o), -(799,861,o), -(630,861,cs), -(460,861,o), -(369,944,o), -(393,1077,cs) -); -} -); -width = 1132; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(928,-35,o), -(1181,134,o), -(1229,404,cs), -(1265,606,o), -(1173,743,o), -(992,766,c), -(995,784,l), -(1156,815,o), -(1275,936,o), -(1305,1108,cs), -(1345,1335,o), -(1161,1477,o), -(829,1477,cs), -(492,1477,o), -(255,1335,o), -(215,1108,cs), -(185,938,o), -(278,818,o), -(453,784,c), -(450,766,l), -(227,743,o), -(65,606,o), -(29,404,cs), -(-19,134,o), -(191,-35,o), -(571,-35,cs) -); -}, -{ -closed = 1; -nodes = ( -(476,549,o), -(559,619,o), -(671,619,cs), -(779,619,o), -(835,549,o), -(815,437,cs), -(796,331,o), -(717,265,o), -(609,265,cs), -(497,265,o), -(437,331,o), -(456,437,cs) -); -}, -{ -closed = 1; -nodes = ( -(613,1152,o), -(686,1206,o), -(787,1206,cs), -(889,1206,o), -(943,1152,o), -(928,1065,cs), -(911,973,o), -(837,916,o), -(735,916,cs), -(634,916,o), -(581,973,o), -(598,1065,cs) -); -} -); -width = 1320; -} -); -metricLeft = O; -metricRight = O; -unicode = 56; -}, -{ -glyphname = nine; -kernLeft = "9"; -kernRight = "9"; -lastChange = "2025-05-09 07:50:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -angle = 180; -pos = (1009,1444); -ref = six; -} -); -width = 1009; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -angle = 180; -pos = (1109,1444); -ref = six; -} -); -width = 1109; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -angle = 180; -pos = (1311,1444); -ref = six; -} -); -width = 1311; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -angle = 180; -pos = (1096,1444); -ref = six; -} -); -width = 1010; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -angle = 180; -pos = (1196,1444); -ref = six; -} -); -width = 1110; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -angle = 180; -pos = (1385,1444); -ref = six; -} -); -width = 1312; -} -); -metricLeft = O; -metricRight = O; -unicode = 57; -}, -{ -glyphname = fraction; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(-196,-9,l), -(673,1443,l), -(619,1443,l), -(-250,-9,l) -); -} -); -width = 423; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(-199,1,l), -(740,1443,l), -(539,1443,l), -(-400,1,l) -); -} -); -width = 340; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(-122,0,l), -(787,1443,l), -(509,1443,l), -(-400,0,l) -); -} -); -width = 387; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-308,-9,l), -(817,1443,l), -(763,1443,l), -(-362,-9,l) -); -} -); -width = 371; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-309,1,l), -(884,1443,l), -(683,1443,l), -(-510,1,l) -); -} -); -width = 288; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-239,0,l), -(924,1443,l), -(646,1443,l), -(-517,0,l) -); -} -); -width = 334; -} -); -unicode = 8260; -}, -{ -glyphname = onehalf; -lastChange = "2025-04-30 08:05:50 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (485,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (0,-126); -ref = onesuperior; -}, -{ -alignment = -1; -pos = (837,123); -ref = twoinferior; -} -); -width = 1583; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (635,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (0,-126); -ref = onesuperior; -}, -{ -alignment = -1; -pos = (917,123); -ref = twoinferior; -} -); -width = 1704; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (665,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (0,-126); -ref = onesuperior; -}, -{ -alignment = -1; -pos = (947,123); -ref = twoinferior; -} -); -width = 1781; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (539,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (-26,-126); -ref = onesuperior; -}, -{ -alignment = -1; -pos = (891,123); -ref = twoinferior; -} -); -width = 1612; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (649,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (-26,-126); -ref = onesuperior; -}, -{ -alignment = -1; -pos = (961,123); -ref = twoinferior; -} -); -width = 1723; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (764,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (-32,-149); -ref = onesuperior; -}, -{ -alignment = -1; -pos = (1136,123); -ref = twoinferior; -} -); -width = 1945; -} -); -metricLeft = one; -metricRight = two; -unicode = 189; -}, -{ -glyphname = onequarter; -lastChange = "2025-04-30 08:04:11 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (460,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (0,-104); -ref = onesuperior; -}, -{ -pos = (720,122); -ref = fourinferior; -} -); -width = 1438; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (640,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (0,-152); -ref = onesuperior; -}, -{ -pos = (820,125); -ref = fourinferior; -} -); -width = 1574; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (670,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (0,-151); -ref = onesuperior; -}, -{ -pos = (870,122); -ref = fourinferior; -} -); -width = 1716; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (558,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (-22,-104); -ref = onesuperior; -}, -{ -pos = (798,122); -ref = fourinferior; -} -); -width = 1490; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (718,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (-32,-152); -ref = onesuperior; -}, -{ -pos = (938,125); -ref = fourinferior; -} -); -width = 1666; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (778,0); -ref = fraction; -}, -{ -alignment = -1; -pos = (-32,-152); -ref = onesuperior; -}, -{ -pos = (1048,125); -ref = fourinferior; -} -); -width = 1868; -} -); -metricLeft = one; -metricRight = four; -unicode = 188; -}, -{ -glyphname = threequarters; -lastChange = "2025-04-30 08:06:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = -1; -pos = (620,0); -ref = fraction; -}, -{ -pos = (890,122); -ref = fourinferior; -}, -{ -pos = (0,-93); -ref = threesuperior; -} -); -width = 1608; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = -1; -pos = (710,0); -ref = fraction; -}, -{ -pos = (880,122); -ref = fourinferior; -}, -{ -pos = (0,-143); -ref = threesuperior; -} -); -width = 1634; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = -1; -pos = (750,0); -ref = fraction; -}, -{ -pos = (960,122); -ref = fourinferior; -}, -{ -pos = (0,-143); -ref = threesuperior; -} -); -width = 1806; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (630,0); -ref = fraction; -}, -{ -pos = (870,122); -ref = fourinferior; -}, -{ -pos = (-30,-143); -ref = threesuperior; -} -); -width = 1562; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (790,0); -ref = fraction; -}, -{ -pos = (1000,122); -ref = fourinferior; -}, -{ -pos = (-30,-143); -ref = threesuperior; -} -); -width = 1728; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (839,0); -ref = fraction; -}, -{ -pos = (1129,122); -ref = fourinferior; -}, -{ -pos = (-31,-143); -ref = threesuperior; -} -); -width = 1950; -} -); -metricLeft = three; -metricRight = four; -unicode = 190; -}, -{ -glyphname = oneinferior; -lastChange = "2025-04-30 08:04:11 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,668,l), -(140,620,l), -(282,620,l), -(282,-125,l), -(332,-125,l), -(332,668,l) -); -} -); -width = 532; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,669,l), -(140,542,l), -(321,542,l), -(321,-124,l), -(471,-124,l), -(471,669,l) -); -} -); -width = 631; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,669,l), -(140,469,l), -(305,469,l), -(305,-124,l), -(556,-124,l), -(556,669,l) -); -} -); -width = 716; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,668,l), -(161,620,l), -(303,620,l), -(145,-125,l), -(195,-125,l), -(363,668,l) -); -} -); -width = 532; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,669,l), -(145,542,l), -(326,542,l), -(185,-124,l), -(335,-124,l), -(503,669,l) -); -} -); -width = 632; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,669,l), -(123,469,l), -(288,469,l), -(162,-124,l), -(413,-124,l), -(581,669,l) -); -} -); -width = 716; -} -); -metricLeft = one; -metricRight = one; -unicode = 8321; -}, -{ -glyphname = twoinferior; -lastChange = "2025-04-30 03:33:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(646,-125,l), -(646,-77,l), -(211,-77,l), -(211,-75,l), -(470,84,o), -(632,284,o), -(632,444,c), -(632,588,o), -(525,679,o), -(354,680,cs), -(227,680,o), -(129,597,o), -(100,466,c), -(149,459,l), -(171,564,o), -(250,631,o), -(353,633,cs), -(494,636,o), -(582,563,o), -(582,444,c), -(582,295,o), -(402,93,o), -(116,-80,c), -(116,-125,l) -); -} -); -width = 746; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(687,-125,l), -(687,3,l), -(363,3,l), -(363,8,l), -(559,121,o), -(682,279,o), -(682,417,c), -(682,578,o), -(567,679,o), -(385,680,cs), -(244,680,o), -(134,585,o), -(100,433,c), -(245,406,l), -(261,495,o), -(315,551,o), -(384,552,cs), -(475,555,o), -(532,503,o), -(532,417,c), -(532,306,o), -(371,144,o), -(115,-3,c), -(115,-125,l) -); -} -); -width = 787; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(734,-124,l), -(734,76,l), -(486,76,l), -(486,81,l), -(638,189,o), -(733,319,o), -(733,419,c), -(733,584,o), -(603,689,o), -(395,690,cs), -(251,691,o), -(137,587,o), -(100,421,c), -(301,368,l), -(313,438,o), -(351,482,o), -(399,483,cs), -(449,484,o), -(481,452,o), -(481,399,c), -(481,323,o), -(343,188,o), -(122,47,c), -(122,-124,l) -); -} -); -width = 834; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(509,-125,l), -(520,-77,l), -(85,-77,l), -(85,-75,l), -(377,84,o), -(582,284,o), -(616,444,c), -(647,588,o), -(559,679,o), -(389,680,cs), -(262,680,o), -(146,597,o), -(89,466,c), -(137,459,l), -(181,564,o), -(274,631,o), -(378,633,cs), -(520,636,o), -(592,563,o), -(566,444,c), -(535,295,o), -(313,93,o), -(-11,-80,c), -(-21,-125,l) -); -} -); -width = 747; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(550,-125,l), -(578,3,l), -(254,3,l), -(255,8,l), -(474,121,o), -(631,278,o), -(661,417,c), -(695,578,o), -(602,679,o), -(420,680,cs), -(278,680,o), -(148,585,o), -(82,433,c), -(221,406,l), -(256,495,o), -(321,551,o), -(391,552,cs), -(483,555,o), -(529,503,o), -(511,417,c), -(487,306,o), -(291,144,o), -(4,-3,c), -(-22,-125,l) -); -} -); -width = 788; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(591,-124,l), -(634,76,l), -(386,76,l), -(387,81,l), -(562,189,o), -(685,319,o), -(706,419,c), -(741,584,o), -(633,689,o), -(426,690,cs), -(282,691,o), -(146,587,o), -(73,421,c), -(263,368,l), -(290,438,o), -(337,482,o), -(386,483,cs), -(436,484,o), -(461,452,o), -(450,399,c), -(434,323,o), -(267,188,o), -(16,47,c), -(-21,-124,l) -); -} -); -width = 835; -} -); -metricLeft = two; -metricRight = two; -unicode = 8322; -}, -{ -glyphname = threeinferior; -lastChange = "2025-04-30 03:33:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(63,613,l), -(446,613,l), -(446,610,l), -(176,338,l), -(176,290,l), -(239,290,l), -(407,326,o), -(513,251,o), -(513,96,cs), -(513,-23,o), -(433,-98,o), -(305,-98,cs), -(210,-98,o), -(133,-51,o), -(106,25,c), -(60,8,l), -(93,-86,o), -(187,-145,o), -(303,-145,c), -(463,-145,o), -(563,-53,o), -(563,93,cs), -(563,278,o), -(440,373,o), -(245,338,c), -(245,340,l), -(511,611,l), -(511,661,l), -(63,661,l) -); -} -); -width = 623; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(74,533,l), -(397,533,l), -(397,530,l), -(186,346,l), -(186,229,l), -(226,232,l), -(380,259,o), -(479,211,o), -(482,108,cs), -(484,32,o), -(427,-16,o), -(333,-16,c), -(257,-16,o), -(190,27,o), -(160,95,c), -(60,9,l), -(109,-85,o), -(213,-144,o), -(330,-144,c), -(515,-144,o), -(631,-48,o), -(631,105,cs), -(631,263,o), -(534,358,o), -(379,351,c), -(379,355,l), -(574,532,l), -(574,661,l), -(74,661,l) -); -} -); -width = 691; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(84,455,l), -(382,455,l), -(382,450,l), -(222,309,l), -(222,203,l), -(347,203,ls), -(419,203,o), -(466,169,o), -(468,116,c), -(468,61,o), -(428,26,o), -(365,26,c), -(305,26,o), -(262,64,o), -(253,125,c), -(60,66,l), -(90,-73,o), -(213,-160,o), -(379,-160,cs), -(579,-160,o), -(704,-57,o), -(704,107,c), -(702,259,o), -(609,348,o), -(462,337,c), -(462,343,l), -(638,506,l), -(639,654,l), -(84,654,l) -); -} -); -width = 764; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(82,613,l), -(465,613,l), -(465,610,l), -(137,338,l), -(127,290,l), -(190,290,l), -(366,326,o), -(455,251,o), -(423,96,cs), -(397,-23,o), -(300,-98,o), -(173,-98,cs), -(78,-98,o), -(12,-51,o), -(0,25,c), -(-49,8,l), -(-35,-86,o), -(46,-145,o), -(161,-145,c), -(321,-145,o), -(441,-53,o), -(472,93,cs), -(512,278,o), -(409,373,o), -(206,338,c), -(206,340,l), -(530,611,l), -(541,661,l), -(93,661,l) -); -} -); -width = 623; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(76,533,l), -(399,533,l), -(399,530,l), -(149,346,l), -(124,229,l), -(184,232,l), -(332,257,o), -(413,209,o), -(394,108,cs), -(379,32,o), -(304,-16,o), -(199,-16,c), -(129,-16,o), -(75,27,o), -(59,95,c), -(-49,9,l), -(-20,-85,o), -(71,-144,o), -(188,-144,c), -(373,-144,o), -(510,-48,o), -(542,105,cs), -(575,262,o), -(498,357,o), -(343,351,c), -(344,355,l), -(576,532,l), -(604,661,l), -(104,661,l) -); -} -); -width = 690; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(63,455,l), -(341,455,l), -(340,450,l), -(170,309,l), -(148,203,l), -(293,203,ls), -(352,203,o), -(384,169,o), -(375,116,c), -(363,61,o), -(316,26,o), -(253,26,c), -(193,26,o), -(158,64,o), -(162,125,c), -(-43,66,l), -(-43,-73,o), -(69,-160,o), -(247,-160,cs), -(434,-160,o), -(574,-57,o), -(609,107,c), -(640,258,o), -(573,347,o), -(436,337,c), -(437,343,l), -(628,506,l), -(661,654,l), -(106,654,l) -); -} -); -width = 763; -} -); -metricLeft = three; -metricRight = three; -unicode = 8323; -}, -{ -glyphname = fourinferior; -lastChange = "2025-04-30 03:33:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(538,-125,l), -(538,37,l), -(658,37,l), -(658,85,l), -(538,85,l), -(538,668,l), -(476,668,l), -(60,86,l), -(61,37,l), -(488,37,l), -(488,-125,l) -); -}, -{ -closed = 1; -nodes = ( -(488,604,l), -(488,85,l), -(118,85,l) -); -} -); -width = 718; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(590,-125,l), -(590,15,l), -(694,15,l), -(694,143,l), -(590,143,l), -(590,668,l), -(420,668,l), -(60,144,l), -(61,15,l), -(441,15,l), -(441,-125,l) -); -}, -{ -closed = 1; -nodes = ( -(441,482,l), -(441,143,l), -(225,143,l) -); -} -); -width = 754; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(696,-126,l), -(696,-14,l), -(786,-14,l), -(786,179,l), -(696,179,l), -(696,667,l), -(393,667,l), -(60,150,l), -(88,-14,l), -(455,-14,l), -(455,-126,l) -); -}, -{ -closed = 1; -nodes = ( -(455,435,l), -(455,179,l), -(310,179,l) -); -} -); -width = 846; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(401,-125,l), -(435,37,l), -(555,37,l), -(565,85,l), -(445,85,l), -(569,668,l), -(507,668,l), -(-32,86,l), -(-42,37,l), -(385,37,l), -(351,-125,l) -); -}, -{ -closed = 1; -nodes = ( -(506,604,l), -(395,85,l), -(25,85,l) -); -} -); -width = 718; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(453,-125,l), -(482,15,l), -(586,15,l), -(614,143,l), -(510,143,l), -(621,668,l), -(451,668,l), -(-20,144,l), -(-47,15,l), -(333,15,l), -(304,-125,l) -); -}, -{ -closed = 1; -nodes = ( -(433,482,l), -(361,143,l), -(145,143,l) -); -} -); -width = 754; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(553,-126,l), -(577,-14,l), -(667,-14,l), -(708,179,l), -(618,179,l), -(721,667,l), -(418,667,l), -(-25,150,l), -(-31,-14,l), -(336,-14,l), -(312,-126,l) -); -}, -{ -closed = 1; -nodes = ( -(431,435,l), -(377,179,l), -(232,179,l) -); -} -); -width = 847; -} -); -metricLeft = four; -metricRight = four; -unicode = 8324; -}, -{ -glyphname = onesuperior; -lastChange = "2025-04-30 08:04:11 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,1543,l), -(140,1495,l), -(282,1495,l), -(282,750,l), -(332,750,l), -(332,1543,l) -); -} -); -width = 532; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,1594,l), -(140,1467,l), -(321,1467,l), -(321,801,l), -(471,801,l), -(471,1594,l) -); -} -); -width = 631; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,1594,l), -(140,1394,l), -(305,1394,l), -(305,801,l), -(556,801,l), -(556,1594,l) -); -} -); -width = 716; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(357,1543,l), -(347,1495,l), -(489,1495,l), -(331,750,l), -(381,750,l), -(549,1543,l) -); -} -); -width = 532; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(368,1594,l), -(341,1467,l), -(522,1467,l), -(381,801,l), -(531,801,l), -(699,1594,l) -); -} -); -width = 631; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(362,1594,l), -(320,1394,l), -(485,1394,l), -(359,801,l), -(610,801,l), -(778,1594,l) -); -} -); -width = 717; -} -); -metricLeft = one; -metricRight = one; -unicode = 185; -}, -{ -glyphname = twosuperior; -lastChange = "2025-04-30 03:33:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(646,750,l), -(646,798,l), -(211,798,l), -(211,800,l), -(470,959,o), -(632,1159,o), -(632,1319,c), -(632,1463,o), -(525,1554,o), -(354,1555,cs), -(227,1555,o), -(129,1472,o), -(100,1341,c), -(149,1334,l), -(171,1439,o), -(250,1506,o), -(353,1508,cs), -(494,1511,o), -(582,1438,o), -(582,1319,c), -(582,1170,o), -(402,968,o), -(116,795,c), -(116,750,l) -); -} -); -width = 746; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(687,800,l), -(687,928,l), -(363,928,l), -(363,933,l), -(559,1046,o), -(682,1204,o), -(682,1342,c), -(682,1503,o), -(567,1604,o), -(385,1605,cs), -(244,1605,o), -(134,1510,o), -(100,1358,c), -(245,1331,l), -(261,1420,o), -(315,1476,o), -(384,1477,cs), -(475,1480,o), -(532,1428,o), -(532,1342,c), -(532,1231,o), -(371,1069,o), -(115,922,c), -(115,800,l) -); -} -); -width = 787; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(734,801,l), -(734,1001,l), -(486,1001,l), -(486,1006,l), -(638,1114,o), -(733,1244,o), -(733,1344,c), -(733,1509,o), -(603,1614,o), -(395,1615,cs), -(251,1616,o), -(137,1512,o), -(100,1346,c), -(301,1293,l), -(313,1363,o), -(351,1407,o), -(399,1408,cs), -(449,1409,o), -(481,1377,o), -(481,1324,c), -(481,1248,o), -(343,1113,o), -(122,972,c), -(122,801,l) -); -} -); -width = 834; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(695,750,l), -(706,798,l), -(271,798,l), -(271,800,l), -(563,959,o), -(768,1159,o), -(802,1319,c), -(833,1463,o), -(745,1554,o), -(575,1555,cs), -(448,1555,o), -(332,1472,o), -(275,1341,c), -(323,1334,l), -(367,1439,o), -(460,1506,o), -(564,1508,cs), -(706,1511,o), -(778,1438,o), -(752,1319,c), -(721,1170,o), -(499,968,o), -(175,795,c), -(165,750,l) -); -} -); -width = 747; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(746,800,l), -(774,928,l), -(450,928,l), -(451,933,l), -(670,1046,o), -(827,1203,o), -(857,1342,c), -(891,1503,o), -(798,1604,o), -(616,1605,cs), -(474,1605,o), -(344,1510,o), -(278,1358,c), -(417,1331,l), -(452,1420,o), -(517,1476,o), -(587,1477,cs), -(679,1480,o), -(725,1428,o), -(707,1342,c), -(683,1231,o), -(487,1069,o), -(200,922,c), -(174,800,l) -); -} -); -width = 787; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(787,801,l), -(830,1001,l), -(582,1001,l), -(583,1006,l), -(758,1114,o), -(881,1244,o), -(902,1344,c), -(937,1509,o), -(829,1614,o), -(622,1615,cs), -(478,1616,o), -(342,1512,o), -(269,1346,c), -(459,1293,l), -(486,1363,o), -(533,1407,o), -(582,1408,cs), -(632,1409,o), -(657,1377,o), -(646,1324,c), -(630,1248,o), -(463,1113,o), -(212,972,c), -(175,801,l) -); -} -); -width = 834; -} -); -metricLeft = two; -metricRight = two; -unicode = 178; -}, -{ -glyphname = threesuperior; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(63,1488,l), -(446,1488,l), -(446,1485,l), -(176,1213,l), -(176,1165,l), -(239,1165,l), -(407,1201,o), -(513,1126,o), -(513,971,cs), -(513,852,o), -(433,777,o), -(305,777,cs), -(210,777,o), -(133,824,o), -(106,900,c), -(60,883,l), -(93,789,o), -(187,730,o), -(303,730,c), -(463,730,o), -(563,822,o), -(563,968,cs), -(563,1153,o), -(440,1248,o), -(245,1213,c), -(245,1215,l), -(511,1486,l), -(511,1536,l), -(63,1536,l) -); -} -); -width = 623; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(74,1458,l), -(397,1458,l), -(397,1455,l), -(186,1271,l), -(186,1154,l), -(226,1157,l), -(380,1184,o), -(479,1136,o), -(482,1033,cs), -(484,957,o), -(427,909,o), -(333,909,c), -(257,909,o), -(190,952,o), -(160,1020,c), -(60,934,l), -(109,840,o), -(213,781,o), -(330,781,c), -(515,781,o), -(631,877,o), -(631,1030,cs), -(631,1188,o), -(534,1283,o), -(379,1276,c), -(379,1280,l), -(574,1457,l), -(574,1586,l), -(74,1586,l) -); -} -); -width = 691; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(84,1380,l), -(382,1380,l), -(382,1375,l), -(222,1234,l), -(222,1128,l), -(347,1128,ls), -(419,1128,o), -(466,1094,o), -(468,1041,c), -(468,986,o), -(428,951,o), -(365,951,c), -(305,951,o), -(262,989,o), -(253,1050,c), -(60,991,l), -(90,852,o), -(213,765,o), -(379,765,cs), -(579,765,o), -(704,868,o), -(704,1032,c), -(702,1184,o), -(609,1273,o), -(462,1262,c), -(462,1268,l), -(638,1431,l), -(639,1579,l), -(84,1579,l) -); -} -); -width = 764; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,1488,l), -(651,1488,l), -(651,1485,l), -(323,1213,l), -(313,1165,l), -(376,1165,l), -(552,1201,o), -(641,1126,o), -(609,971,cs), -(583,852,o), -(486,777,o), -(359,777,cs), -(264,777,o), -(198,824,o), -(186,900,c), -(137,883,l), -(151,789,o), -(232,730,o), -(347,730,c), -(507,730,o), -(627,822,o), -(658,968,cs), -(698,1153,o), -(595,1248,o), -(392,1213,c), -(392,1215,l), -(716,1486,l), -(727,1536,l), -(279,1536,l) -); -} -); -width = 623; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,1458,l), -(596,1458,l), -(596,1455,l), -(346,1271,l), -(321,1154,l), -(381,1157,l), -(529,1182,o), -(610,1134,o), -(591,1033,cs), -(576,957,o), -(501,909,o), -(396,909,c), -(326,909,o), -(272,952,o), -(256,1020,c), -(148,934,l), -(177,840,o), -(268,781,o), -(385,781,c), -(570,781,o), -(707,877,o), -(739,1030,cs), -(772,1187,o), -(695,1282,o), -(540,1276,c), -(541,1280,l), -(773,1457,l), -(801,1586,l), -(301,1586,l) -); -} -); -width = 691; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,1380,l), -(538,1380,l), -(537,1375,l), -(367,1234,l), -(345,1128,l), -(490,1128,ls), -(549,1128,o), -(581,1094,o), -(572,1041,c), -(560,986,o), -(513,951,o), -(450,951,c), -(390,951,o), -(355,989,o), -(359,1050,c), -(154,991,l), -(154,852,o), -(266,765,o), -(444,765,cs), -(631,765,o), -(771,868,o), -(806,1032,c), -(837,1183,o), -(770,1272,o), -(633,1262,c), -(634,1268,l), -(825,1431,l), -(858,1579,l), -(303,1579,l) -); -} -); -width = 764; -} -); -metricLeft = three; -metricRight = three; -unicode = 179; -}, -{ -glyphname = space; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -width = 500; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -width = 530; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -width = 520; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -width = 500; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -width = 530; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -width = 520; -} -); -unicode = 32; -}, -{ -glyphname = nbspace; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -width = 500; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -width = 530; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -width = 520; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -width = 500; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -width = 530; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -width = 520; -} -); -metricWidth = "=space"; -unicode = 160; -}, -{ -glyphname = .notdef; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(61,1155,l), -(1055,1155,l), -(1055,1373,l), -(61,1373,l) -); -}, -{ -closed = 1; -nodes = ( -(61,867,l), -(1056,867,l), -(1056,1085,l), -(61,1085,l) -); -}, -{ -closed = 1; -nodes = ( -(61,579,l), -(1056,579,l), -(1056,797,l), -(61,797,l) -); -}, -{ -closed = 1; -nodes = ( -(61,291,l), -(1056,291,l), -(1056,509,l), -(61,509,l) -); -}, -{ -closed = 1; -nodes = ( -(60,3,l), -(1055,3,l), -(1055,221,l), -(60,221,l) -); -} -); -width = 1116; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(61,1155,l), -(1055,1155,l), -(1055,1293,l), -(61,1293,l) -); -}, -{ -closed = 1; -nodes = ( -(61,867,l), -(1056,867,l), -(1056,1005,l), -(61,1005,l) -); -}, -{ -closed = 1; -nodes = ( -(61,579,l), -(1056,579,l), -(1056,717,l), -(61,717,l) -); -}, -{ -closed = 1; -nodes = ( -(61,291,l), -(1056,291,l), -(1056,429,l), -(61,429,l) -); -}, -{ -closed = 1; -nodes = ( -(60,3,l), -(1055,3,l), -(1055,141,l), -(60,141,l) -); -} -); -width = 1116; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(61,1155,l), -(1055,1155,l), -(1055,1253,l), -(61,1253,l) -); -}, -{ -closed = 1; -nodes = ( -(61,867,l), -(1056,867,l), -(1056,965,l), -(61,965,l) -); -}, -{ -closed = 1; -nodes = ( -(61,579,l), -(1056,579,l), -(1056,677,l), -(61,677,l) -); -}, -{ -closed = 1; -nodes = ( -(61,291,l), -(1056,291,l), -(1056,389,l), -(61,389,l) -); -}, -{ -closed = 1; -nodes = ( -(60,3,l), -(1055,3,l), -(1055,101,l), -(60,101,l) -); -} -); -width = 1116; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,1155,l), -(1190,1155,l), -(1237,1373,l), -(243,1373,l) -); -}, -{ -closed = 1; -nodes = ( -(135,867,l), -(1130,867,l), -(1176,1085,l), -(181,1085,l) -); -}, -{ -closed = 1; -nodes = ( -(74,579,l), -(1069,579,l), -(1115,797,l), -(120,797,l) -); -}, -{ -closed = 1; -nodes = ( -(13,291,l), -(1008,291,l), -(1054,509,l), -(59,509,l) -); -}, -{ -closed = 1; -nodes = ( -(-50,3,l), -(945,3,l), -(992,221,l), -(-3,221,l) -); -} -); -width = 1117; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,1155,l), -(1190,1155,l), -(1219,1293,l), -(225,1293,l) -); -}, -{ -closed = 1; -nodes = ( -(135,867,l), -(1130,867,l), -(1159,1005,l), -(164,1005,l) -); -}, -{ -closed = 1; -nodes = ( -(73,579,l), -(1068,579,l), -(1098,717,l), -(103,717,l) -); -}, -{ -closed = 1; -nodes = ( -(12,291,l), -(1007,291,l), -(1036,429,l), -(41,429,l) -); -}, -{ -closed = 1; -nodes = ( -(-50,3,l), -(945,3,l), -(974,141,l), -(-21,141,l) -); -} -); -width = 1116; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,1155,l), -(1184,1155,l), -(1205,1253,l), -(211,1253,l) -); -}, -{ -closed = 1; -nodes = ( -(129,867,l), -(1124,867,l), -(1145,965,l), -(150,965,l) -); -}, -{ -closed = 1; -nodes = ( -(68,579,l), -(1063,579,l), -(1083,677,l), -(88,677,l) -); -}, -{ -closed = 1; -nodes = ( -(6,291,l), -(1001,291,l), -(1022,389,l), -(27,389,l) -); -}, -{ -closed = 1; -nodes = ( -(-56,3,l), -(939,3,l), -(960,101,l), -(-35,101,l) -); -} -); -width = 1117; -} -); -metricLeft = o; -metricRight = o; -}, -{ -glyphname = anoteleia; -lastChange = "2025-04-30 13:44:37 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,519,l), -(190,519,l), -(190,609,l), -(100,609,l) -); -} -); -width = 290; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,489,l), -(313,489,l), -(313,689,l), -(102,689,l) -); -} -); -width = 413; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,419,l), -(450,419,l), -(450,748,l), -(100,748,l) -); -} -); -width = 550; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,519,l), -(190,519,l), -(210,609,l), -(120,609,l) -); -} -); -width = 291; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,489,l), -(306,489,l), -(348,689,l), -(137,689,l) -); -} -); -width = 413; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(72,419,l), -(422,419,l), -(492,748,l), -(142,748,l) -); -} -); -width = 550; -} -); -metricLeft = H; -metricRight = H; -unicode = 903; -}, -{ -glyphname = questiongreek; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,702,l), -(242,702,l), -(242,792,l), -(152,792,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-279,l), -(148,-279,l), -(234,198,l), -(140,198,l) -); -} -); -width = 342; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(168,640,l), -(381,640,l), -(381,840,l), -(170,840,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-272,l), -(253,-272,l), -(379,201,l), -(150,201,l) -); -} -); -width = 481; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,672,l), -(545,672,l), -(545,1001,l), -(195,1001,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-310,l), -(357,-310,l), -(573,332,l), -(170,332,l) -); -} -); -width = 673; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,702,l), -(229,702,l), -(249,792,l), -(159,792,l) -); -}, -{ -closed = 1; -nodes = ( -(4,-279,l), -(52,-279,l), -(156,88,l), -(82,88,l) -); -} -); -width = 348; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,640,l), -(339,640,l), -(381,840,l), -(170,840,l) -); -}, -{ -closed = 1; -nodes = ( -(26,-242,l), -(179,-242,l), -(329,201,l), -(120,201,l) -); -} -); -width = 497; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,672,l), -(476,672,l), -(546,1001,l), -(196,1001,l) -); -}, -{ -closed = 1; -nodes = ( -(-43,-310,l), -(244,-310,l), -(496,332,l), -(93,332,l) -); -} -); -width = 642; -} -); -metricLeft = H; -metricRight = H; -unicode = 894; -}, -{ -glyphname = period; -kernLeft = dot; -kernRight = dot; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(150,0,l), -(150,90,l), -(60,90,l) -); -} -); -width = 210; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(273,0,l), -(273,200,l), -(62,200,l) -); -} -); -width = 333; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(345,-27,o), -(414,46,o), -(414,147,cs), -(414,248,o), -(345,320,o), -(237,320,cs), -(130,320,o), -(60,248,o), -(60,147,cs), -(60,46,o), -(130,-27,o), -(237,-27,cs) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,0,l), -(410,0,l), -(410,329,l), -(60,329,l) -); -} -); -width = 470; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-51,0,l), -(39,0,l), -(59,90,l), -(-31,90,l) -); -} -); -width = 210; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-51,0,l), -(162,0,l), -(204,200,l), -(-7,200,l) -); -} -); -width = 333; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(263,-27,o), -(332,46,o), -(332,147,cs), -(332,248,o), -(263,320,o), -(155,320,cs), -(48,320,o), -(-22,248,o), -(-22,147,cs), -(-22,46,o), -(48,-27,o), -(155,-27,cs) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-57,0,l), -(293,0,l), -(363,329,l), -(13,329,l) -); -} -); -width = 470; -} -); -metricLeft = o; -metricRight = o; -unicode = 46; -}, -{ -glyphname = comma; -kernLeft = dot; -kernRight = dot; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,-279,l), -(108,-279,l), -(194,198,l), -(100,198,l) -); -} -); -width = 294; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,-272,l), -(213,-272,l), -(339,201,l), -(110,201,l) -); -} -); -width = 439; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,-310,l), -(317,-310,l), -(533,332,l), -(130,332,l) -); -} -); -width = 633; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-110,-279,l), -(-62,-279,l), -(42,88,l), -(-32,88,l) -); -} -); -width = 234; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-102,-242,l), -(51,-242,l), -(201,201,l), -(-8,201,l) -); -} -); -width = 369; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-122,-310,l), -(165,-310,l), -(417,332,l), -(14,332,l) -); -} -); -width = 563; -} -); -metricLeft = o; -metricRight = H; -unicode = 44; -}, -{ -glyphname = colon; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,702,l), -(190,702,l), -(190,792,l), -(100,792,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(190,0,l), -(190,90,l), -(100,90,l) -); -} -); -width = 290; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,642,l), -(313,642,l), -(313,842,l), -(102,842,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(313,0,l), -(313,200,l), -(102,200,l) -); -} -); -width = 413; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,672,l), -(450,672,l), -(450,1001,l), -(100,1001,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(450,0,l), -(450,329,l), -(100,329,l) -); -} -); -width = 550; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,702,l), -(241,702,l), -(261,792,l), -(171,792,l) -); -}, -{ -closed = 1; -nodes = ( -(-11,0,l), -(79,0,l), -(99,90,l), -(9,90,l) -); -} -); -width = 303; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,642,l), -(342,642,l), -(384,842,l), -(173,842,l) -); -}, -{ -closed = 1; -nodes = ( -(-11,0,l), -(202,0,l), -(244,200,l), -(33,200,l) -); -} -); -width = 416; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,672,l), -(476,672,l), -(546,1001,l), -(196,1001,l) -); -}, -{ -closed = 1; -nodes = ( -(-12,0,l), -(338,0,l), -(408,329,l), -(58,329,l) -); -} -); -width = 555; -} -); -metricLeft = H; -metricRight = H; -unicode = 58; -}, -{ -glyphname = semicolon; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(142,702,l), -(232,702,l), -(232,792,l), -(142,792,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-279,l), -(148,-279,l), -(234,198,l), -(140,198,l) -); -} -); -width = 334; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(161,640,l), -(374,640,l), -(374,840,l), -(163,840,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-272,l), -(253,-272,l), -(379,201,l), -(150,201,l) -); -} -); -width = 479; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,672,l), -(540,672,l), -(540,1001,l), -(190,1001,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-310,l), -(357,-310,l), -(573,332,l), -(170,332,l) -); -} -); -width = 673; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(139,702,l), -(229,702,l), -(249,792,l), -(159,792,l) -); -}, -{ -closed = 1; -nodes = ( -(4,-279,l), -(52,-279,l), -(156,88,l), -(82,88,l) -); -} -); -width = 348; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,640,l), -(339,640,l), -(381,840,l), -(170,840,l) -); -}, -{ -closed = 1; -nodes = ( -(26,-242,l), -(179,-242,l), -(329,201,l), -(120,201,l) -); -} -); -width = 497; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,672,l), -(476,672,l), -(546,1001,l), -(196,1001,l) -); -}, -{ -closed = 1; -nodes = ( -(-43,-310,l), -(244,-310,l), -(496,332,l), -(93,332,l) -); -} -); -width = 642; -} -); -metricLeft = H; -metricRight = H; -unicode = 59; -}, -{ -glyphname = ellipsis; -kernLeft = dot; -kernRight = dot; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (810,0); -ref = period; -}, -{ -pos = (40,0); -ref = period; -}, -{ -pos = (429,0); -ref = period; -} -); -width = 1060; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (810,0); -ref = period; -}, -{ -pos = (40,0); -ref = period; -}, -{ -pos = (429,0); -ref = period; -} -); -width = 1183; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1230,0); -ref = period; -}, -{ -pos = (40,0); -ref = period; -}, -{ -pos = (629,0); -ref = period; -} -); -width = 1740; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (810,0); -ref = period; -}, -{ -pos = (40,0); -ref = period; -}, -{ -pos = (429,0); -ref = period; -} -); -width = 1060; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (810,0); -ref = period; -}, -{ -pos = (40,0); -ref = period; -}, -{ -pos = (429,0); -ref = period; -} -); -width = 1183; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (1230,0); -ref = period; -}, -{ -pos = (40,0); -ref = period; -}, -{ -pos = (629,0); -ref = period; -} -); -width = 1740; -} -); -metricLeft = H; -metricRight = H; -unicode = 8230; -}, -{ -glyphname = exclam; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(122,335,l), -(168,335,l), -(170,1443,l), -(120,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(190,0,l), -(190,90,l), -(100,90,l) -); -} -); -width = 290; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(117,345,l), -(297,345,l), -(307,1443,l), -(107,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(100,0,l), -(313,0,l), -(313,200,l), -(102,200,l) -); -} -); -width = 413; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(134,463,l), -(486,463,l), -(520,1439,l), -(100,1439,l) -); -}, -{ -closed = 1; -nodes = ( -(135,0,l), -(485,0,l), -(485,329,l), -(135,329,l) -); -} -); -width = 620; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,335,l), -(189,335,l), -(427,1443,l), -(377,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-11,0,l), -(79,0,l), -(99,90,l), -(9,90,l) -); -} -); -width = 331; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,345,l), -(340,345,l), -(584,1443,l), -(384,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-11,0,l), -(202,0,l), -(244,200,l), -(33,200,l) -); -} -); -width = 488; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(145,463,l), -(497,463,l), -(739,1439,l), -(319,1439,l) -); -}, -{ -closed = 1; -nodes = ( -(-17,0,l), -(333,0,l), -(403,329,l), -(53,329,l) -); -} -); -width = 650; -} -); -metricLeft = H; -metricRight = H; -unicode = 33; -}, -{ -glyphname = exclamdown; -lastChange = "2025-05-09 05:43:33 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,1039); -ref = exclam; -scale = (1,-1); -} -); -width = 290; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,1038); -ref = exclam; -scale = (1,-1); -} -); -width = 413; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,1098); -ref = exclam; -scale = (1,-1); -} -); -width = 620; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -angle = 180; -pos = (310,940); -ref = exclam; -} -); -width = 332; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -angle = 180; -pos = (467,941); -ref = exclam; -} -); -width = 489; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -angle = 180; -pos = (629,1000); -ref = exclam; -} -); -width = 650; -} -); -metricLeft = H; -metricRight = H; -unicode = 161; -}, -{ -glyphname = question; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(129,1105,l), -(147,1292,o), -(286,1415,o), -(466,1415,cs), -(651,1415,o), -(797,1288,o), -(797,1109,cs), -(797,1000,o), -(741,915,o), -(598,809,cs), -(450,700,o), -(406,628,o), -(406,496,cs), -(406,397,l), -(455,397,l), -(455,494,ls), -(455,615,o), -(493,676,o), -(633,776,cs), -(788,887,o), -(848,979,o), -(848,1111,cs), -(848,1310,o), -(685,1461,o), -(466,1461,cs), -(254,1461,o), -(94,1309,o), -(81,1105,c) -); -}, -{ -closed = 1; -nodes = ( -(463,-7,o), -(487,17,o), -(487,45,cs), -(487,74,o), -(463,98,o), -(434,98,cs), -(405,98,o), -(382,74,o), -(382,45,cs), -(382,17,o), -(405,-7,o), -(434,-7,cs) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(473,328,l), -(473,511,ls), -(473,749,o), -(851,870,o), -(851,1130,cs), -(851,1335,o), -(712,1463,o), -(491,1463,cs), -(251,1463,o), -(100,1325,o), -(100,1105,c), -(150,1105,l), -(150,1295,o), -(281,1415,o), -(489,1415,cs), -(681,1415,o), -(801,1305,o), -(801,1130,cs), -(801,898,o), -(423,755,o), -(423,518,cs), -(423,328,l) -); -}, -{ -closed = 1; -nodes = ( -(397,0,l), -(487,0,l), -(487,90,l), -(397,90,l) -); -} -); -width = 951; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(125,1105,l), -(143,1292,o), -(282,1415,o), -(462,1415,cs), -(647,1415,o), -(793,1288,o), -(793,1109,cs), -(793,1000,o), -(737,915,o), -(594,809,cs), -(446,700,o), -(402,628,o), -(402,496,cs), -(402,397,l), -(451,397,l), -(451,494,ls), -(451,615,o), -(489,676,o), -(629,776,cs), -(784,887,o), -(844,979,o), -(844,1111,cs), -(844,1310,o), -(681,1461,o), -(462,1461,cs), -(250,1461,o), -(90,1309,o), -(77,1105,c) -); -}, -{ -closed = 1; -nodes = ( -(459,-7,o), -(483,17,o), -(483,45,cs), -(483,74,o), -(459,98,o), -(430,98,cs), -(401,98,o), -(378,74,o), -(378,45,cs), -(378,17,o), -(401,-7,o), -(430,-7,cs) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(515,348,l), -(515,511,ls), -(515,749,o), -(911,850,o), -(911,1110,cs), -(911,1327,o), -(749,1463,o), -(490,1463,cs), -(250,1463,o), -(100,1317,o), -(100,1085,c), -(280,1085,l), -(280,1219,o), -(361,1303,o), -(490,1303,cs), -(638,1303,o), -(731,1236,o), -(731,1130,cs), -(731,898,o), -(335,775,o), -(335,538,cs), -(335,348,l) -); -}, -{ -closed = 1; -nodes = ( -(318,0,l), -(531,0,l), -(531,200,l), -(320,200,l) -); -} -); -width = 1011; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(750,458,l), -(750,541,l), -(750,779,o), -(1112,772,o), -(1112,1070,cs), -(1112,1322,o), -(923,1480,o), -(622,1480,cs), -(301,1480,o), -(100,1297,o), -(100,1005,c), -(501,1005,l), -(501,1095,o), -(547,1152,o), -(620,1152,cs), -(677,1152,o), -(712,1120,o), -(712,1070,cs), -(712,925,o), -(390,840,o), -(390,583,cs), -(390,458,l) -); -}, -{ -closed = 1; -nodes = ( -(406,0,l), -(756,0,l), -(756,329,l), -(406,329,l) -); -} -); -width = 1212; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(147,1105,l), -(165,1292,o), -(304,1415,o), -(484,1415,cs), -(669,1415,o), -(815,1288,o), -(815,1109,cs), -(815,1000,o), -(759,915,o), -(616,809,cs), -(468,700,o), -(424,628,o), -(424,496,cs), -(424,397,l), -(473,397,l), -(473,494,ls), -(473,615,o), -(511,676,o), -(651,776,cs), -(806,887,o), -(866,979,o), -(866,1111,cs), -(866,1310,o), -(703,1461,o), -(484,1461,cs), -(272,1461,o), -(112,1309,o), -(99,1105,c) -); -}, -{ -closed = 1; -nodes = ( -(481,-7,o), -(505,17,o), -(505,45,cs), -(505,74,o), -(481,98,o), -(452,98,cs), -(423,98,o), -(400,74,o), -(400,45,cs), -(400,17,o), -(423,-7,o), -(452,-7,cs) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(441,328,l), -(493,511,ls), -(559,744,o), -(935,870,o), -(980,1130,cs), -(1017,1335,o), -(900,1463,o), -(679,1463,cs), -(439,1463,o), -(264,1325,o), -(225,1105,c), -(275,1105,l), -(308,1295,o), -(460,1415,o), -(669,1415,cs), -(861,1415,o), -(961,1305,o), -(930,1130,cs), -(889,898,o), -(509,750,o), -(444,518,cs), -(391,328,l) -); -}, -{ -closed = 1; -nodes = ( -(304,0,l), -(394,0,l), -(414,90,l), -(324,90,l) -); -} -); -width = 951; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(133,1105,l), -(151,1292,o), -(290,1415,o), -(470,1415,cs), -(655,1415,o), -(801,1288,o), -(801,1109,cs), -(801,1000,o), -(745,915,o), -(602,809,cs), -(454,700,o), -(410,628,o), -(410,496,cs), -(410,397,l), -(459,397,l), -(459,494,ls), -(459,615,o), -(497,676,o), -(637,776,cs), -(792,887,o), -(852,979,o), -(852,1111,cs), -(852,1310,o), -(689,1461,o), -(470,1461,cs), -(258,1461,o), -(98,1309,o), -(85,1105,c) -); -}, -{ -closed = 1; -nodes = ( -(467,-7,o), -(491,17,o), -(491,45,cs), -(491,74,o), -(467,98,o), -(438,98,cs), -(409,98,o), -(386,74,o), -(386,45,cs), -(386,17,o), -(409,-7,o), -(438,-7,cs) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(485,348,l), -(533,511,ls), -(601,743,o), -(989,850,o), -(1035,1110,cs), -(1074,1327,o), -(935,1463,o), -(676,1463,cs), -(437,1463,o), -(261,1317,o), -(220,1085,c), -(400,1085,l), -(423,1219,o), -(519,1303,o), -(648,1303,cs), -(796,1303,o), -(878,1236,o), -(859,1130,cs), -(818,898,o), -(423,770,o), -(358,538,cs), -(305,348,l) -); -}, -{ -closed = 1; -nodes = ( -(215,0,l), -(428,0,l), -(470,200,l), -(259,200,l) -); -} -); -width = 1010; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(731,458,l), -(766,541,ls), -(861,767,o), -(1168,772,o), -(1221,1070,cs), -(1265,1322,o), -(1104,1480,o), -(803,1480,cs), -(483,1480,o), -(249,1297,o), -(197,1005,c), -(598,1005,l), -(615,1095,o), -(671,1152,o), -(743,1152,cs), -(799,1152,o), -(829,1120,o), -(821,1070,cs), -(795,925,o), -(496,831,o), -(413,583,cs), -(371,458,l) -); -}, -{ -closed = 1; -nodes = ( -(263,0,l), -(613,0,l), -(683,329,l), -(333,329,l) -); -} -); -width = 1211; -} -); -metricLeft = H; -metricRight = H; -unicode = 63; -}, -{ -glyphname = questiondown; -lastChange = "2025-05-09 05:43:36 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -angle = 180; -pos = (951,1039); -ref = question; -} -); -width = 951; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -angle = 180; -pos = (1011,1040); -ref = question; -} -); -width = 1011; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -angle = 180; -pos = (1212,1099); -ref = question; -} -); -width = 1212; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -angle = 180; -pos = (958,1077); -ref = question; -} -); -width = 950; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -angle = 180; -pos = (1001,997); -ref = question; -} -); -width = 1011; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -angle = 180; -pos = (1189,997); -ref = question; -} -); -width = 1211; -} -); -metricLeft = H; -metricRight = H; -unicode = 191; -}, -{ -glyphname = periodcentered; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (40,519); -ref = period; -} -); -width = 290; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (40,489); -ref = period; -} -); -width = 413; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (40,419); -ref = period; -} -); -width = 550; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (151,519); -ref = period; -} -); -width = 291; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (144,489); -ref = period; -} -); -width = 413; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (129,419); -ref = period; -} -); -width = 550; -} -); -metricLeft = H; -metricRight = H; -unicode = 183; -}, -{ -glyphname = bullet; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (10,496); -ref = period; -scale = (1.5,1.5); -} -); -width = 335; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (10,448); -ref = period; -scale = (1.5,1.5); -} -); -width = 519; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (10,329); -ref = period; -scale = (1.5,1.5); -} -); -width = 725; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (171,496); -ref = period; -scale = (1.5,1.5); -} -); -width = 336; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (161,448); -ref = period; -scale = (1.5,1.5); -} -); -width = 519; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (139,329); -ref = period; -scale = (1.5,1.5); -} -); -width = 726; -} -); -metricLeft = H; -metricRight = H; -unicode = 8226; -}, -{ -glyphname = asterisk; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(610,1301,l), -(584,1344,l), -(344,1205,l), -(369,1166,l) -); -}, -{ -closed = 1; -nodes = ( -(369,1166,l), -(344,1205,l), -(102,1070,l), -(128,1027,l) -); -}, -{ -closed = 1; -nodes = ( -(379,929,l), -(380,1187,l), -(332,1187,l), -(328,929,l) -); -}, -{ -closed = 1; -nodes = ( -(366,1204,l), -(128,1346,l), -(100,1304,l), -(341,1165,l) -); -}, -{ -closed = 1; -nodes = ( -(607,1066,l), -(367,1204,l), -(341,1165,l), -(579,1024,l) -); -}, -{ -closed = 1; -nodes = ( -(380,1187,l), -(379,1445,l), -(328,1445,l), -(332,1187,l) -); -} -); -width = 710; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(648,1268,l), -(582,1383,l), -(342,1244,l), -(407,1133,l) -); -}, -{ -closed = 1; -nodes = ( -(407,1133,l), -(342,1244,l), -(100,1109,l), -(166,994,l) -); -}, -{ -closed = 1; -nodes = ( -(447,928,l), -(448,1186,l), -(300,1186,l), -(296,928,l) -); -}, -{ -closed = 1; -nodes = ( -(407,1235,l), -(169,1377,l), -(100,1268,l), -(341,1129,l) -); -}, -{ -closed = 1; -nodes = ( -(648,1097,l), -(408,1235,l), -(341,1129,l), -(579,988,l) -); -}, -{ -closed = 1; -nodes = ( -(448,1186,l), -(447,1444,l), -(296,1444,l), -(300,1186,l) -); -} -); -width = 748; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(898,1164,l), -(785,1347,l), -(455,1135,l), -(549,984,l) -); -}, -{ -closed = 1; -nodes = ( -(551,985,l), -(456,1135,l), -(107,955,l), -(219,774,l) -); -}, -{ -closed = 1; -nodes = ( -(615,698,l), -(597,1069,l), -(408,1069,l), -(390,698,l) -); -}, -{ -closed = 1; -nodes = ( -(545,1139,l), -(214,1351,l), -(100,1169,l), -(449,989,l) -); -}, -{ -closed = 1; -nodes = ( -(892,957,l), -(544,1136,l), -(447,988,l), -(779,774,l) -); -}, -{ -closed = 1; -nodes = ( -(598,1069,l), -(616,1441,l), -(391,1441,l), -(409,1069,l) -); -} -); -width = 998; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(776,1301,l), -(759,1344,l), -(490,1205,l), -(507,1166,l) -); -}, -{ -closed = 1; -nodes = ( -(507,1166,l), -(490,1205,l), -(219,1070,l), -(236,1027,l) -); -}, -{ -closed = 1; -nodes = ( -(466,929,l), -(522,1187,l), -(474,1187,l), -(415,929,l) -); -}, -{ -closed = 1; -nodes = ( -(512,1204,l), -(304,1346,l), -(267,1304,l), -(478,1165,l) -); -}, -{ -closed = 1; -nodes = ( -(723,1066,l), -(513,1204,l), -(478,1165,l), -(686,1024,l) -); -}, -{ -closed = 1; -nodes = ( -(522,1187,l), -(576,1445,l), -(525,1445,l), -(474,1187,l) -); -} -); -width = 710; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(807,1268,l), -(766,1383,l), -(496,1244,l), -(538,1133,l) -); -}, -{ -closed = 1; -nodes = ( -(538,1133,l), -(496,1244,l), -(226,1109,l), -(267,994,l) -); -}, -{ -closed = 1; -nodes = ( -(534,928,l), -(590,1186,l), -(442,1186,l), -(383,928,l) -); -}, -{ -closed = 1; -nodes = ( -(559,1235,l), -(352,1377,l), -(259,1268,l), -(471,1129,l) -); -}, -{ -closed = 1; -nodes = ( -(771,1097,l), -(560,1235,l), -(471,1129,l), -(679,988,l) -); -}, -{ -closed = 1; -nodes = ( -(590,1186,l), -(644,1444,l), -(493,1444,l), -(442,1186,l) -); -} -); -width = 748; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1029,1164,l), -(955,1347,l), -(580,1135,l), -(642,984,l) -); -}, -{ -closed = 1; -nodes = ( -(644,985,l), -(581,1135,l), -(194,955,l), -(267,774,l) -); -}, -{ -closed = 1; -nodes = ( -(647,698,l), -(708,1069,l), -(519,1069,l), -(422,698,l) -); -}, -{ -closed = 1; -nodes = ( -(671,1139,l), -(385,1351,l), -(232,1169,l), -(543,989,l) -); -}, -{ -closed = 1; -nodes = ( -(979,957,l), -(669,1136,l), -(541,988,l), -(827,774,l) -); -}, -{ -closed = 1; -nodes = ( -(709,1069,l), -(806,1441,l), -(581,1441,l), -(520,1069,l) -); -} -); -width = 998; -} -); -metricLeft = H; -metricRight = H; -unicode = 42; -}, -{ -glyphname = hyphenbullet; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,534,l), -(562,534,l), -(562,584,l), -(100,584,l) -); -} -); -width = 662; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,509,l), -(642,509,l), -(642,669,l), -(100,669,l) -); -} -); -width = 742; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,429,l), -(672,429,l), -(672,729,l), -(100,729,l) -); -} -); -width = 772; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,534,l), -(566,534,l), -(576,584,l), -(114,584,l) -); -} -); -width = 663; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(98,509,l), -(640,509,l), -(674,669,l), -(132,669,l) -); -} -); -width = 742; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(74,429,l), -(646,429,l), -(710,729,l), -(138,729,l) -); -} -); -width = 772; -} -); -metricLeft = H; -metricRight = H; -unicode = 8259; -}, -{ -glyphname = numbersign; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,468,l), -(1270,468,l), -(1270,517,l), -(60,517,l) -); -}, -{ -closed = 1; -nodes = ( -(100,991,l), -(1310,991,l), -(1310,1040,l), -(100,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(243,0,l), -(294,0,l), -(614,1443,l), -(563,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(737,-4,l), -(788,-4,l), -(1108,1439,l), -(1057,1439,l) -); -} -); -width = 1370; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,357,l), -(1270,357,l), -(1270,517,l), -(60,517,l) -); -}, -{ -closed = 1; -nodes = ( -(100,880,l), -(1310,880,l), -(1310,1040,l), -(100,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(213,0,l), -(397,0,l), -(687,1443,l), -(503,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(707,-4,l), -(891,-4,l), -(1181,1439,l), -(997,1439,l) -); -} -); -width = 1370; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,343,l), -(1350,343,l), -(1350,613,l), -(60,613,l) -); -}, -{ -closed = 1; -nodes = ( -(60,839,l), -(1350,839,l), -(1350,1109,l), -(60,1109,l) -); -}, -{ -closed = 1; -nodes = ( -(168,0,l), -(521,0,l), -(711,1443,l), -(358,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(702,0,l), -(1055,0,l), -(1245,1443,l), -(892,1443,l) -); -} -); -width = 1410; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(49,468,l), -(1259,468,l), -(1269,517,l), -(59,517,l) -); -}, -{ -closed = 1; -nodes = ( -(200,991,l), -(1410,991,l), -(1420,1040,l), -(210,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(132,0,l), -(183,0,l), -(810,1443,l), -(759,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(625,-4,l), -(676,-4,l), -(1303,1439,l), -(1252,1439,l) -); -} -); -width = 1370; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(25,357,l), -(1235,357,l), -(1269,517,l), -(59,517,l) -); -}, -{ -closed = 1; -nodes = ( -(176,880,l), -(1386,880,l), -(1420,1040,l), -(210,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(102,0,l), -(286,0,l), -(883,1443,l), -(699,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(595,-4,l), -(779,-4,l), -(1376,1439,l), -(1192,1439,l) -); -} -); -width = 1369; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(17,343,l), -(1307,343,l), -(1364,613,l), -(74,613,l) -); -}, -{ -closed = 1; -nodes = ( -(122,839,l), -(1412,839,l), -(1469,1109,l), -(179,1109,l) -); -}, -{ -closed = 1; -nodes = ( -(52,0,l), -(405,0,l), -(901,1443,l), -(548,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(586,0,l), -(939,0,l), -(1435,1443,l), -(1082,1443,l) -); -} -); -width = 1411; -} -); -metricLeft = o; -metricRight = o; -unicode = 35; -}, -{ -glyphname = slash; -kernLeft = A; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(64,-299,l), -(643,1520,l), -(589,1520,l), -(10,-299,l) -); -} -); -width = 653; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(178,-299,l), -(707,1520,l), -(539,1520,l), -(10,-299,l) -); -} -); -width = 717; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(376,-299,l), -(905,1520,l), -(539,1520,l), -(10,-299,l) -); -} -); -width = 915; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-110,-299,l), -(855,1520,l), -(801,1520,l), -(-164,-299,l) -); -} -); -width = 652; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-6,-299,l), -(909,1520,l), -(751,1520,l), -(-164,-299,l) -); -} -); -width = 716; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(196,-299,l), -(1111,1520,l), -(745,1520,l), -(-170,-299,l) -); -} -); -width = 915; -} -); -unicode = 47; -}, -{ -glyphname = backslash; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (653,0); -ref = slash; -scale = (-1,1); -} -); -width = 653; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (717,0); -ref = slash; -scale = (-1,1); -} -); -width = 717; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (915,0); -ref = slash; -scale = (-1,1); -} -); -width = 915; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (754,0); -ref = slash; -scale = (-1,1); -slant = (12,0); -} -); -width = 1039; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (808,0); -ref = slash; -scale = (-1,1); -slant = (12,0); -} -); -width = 1103; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (1004,0); -ref = slash; -scale = (-1,1); -slant = (12,0); -} -); -width = 1301; -} -); -metricLeft = slash; -metricRight = slash; -unicode = 92; -}, -{ -glyphname = colon.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,328); -ref = colon; -} -); -width = 290; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,316); -ref = colon; -} -); -width = 413; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,221); -ref = colon; -} -); -width = 550; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (70,328); -ref = colon; -} -); -width = 303; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (68,316); -ref = colon; -} -); -width = 417; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (47,221); -ref = colon; -} -); -width = 555; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = bullet.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (10,656); -ref = period; -scale = (1.5,1.5); -} -); -width = 335; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (10,576); -ref = period; -scale = (1.5,1.5); -} -); -width = 519; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (10,469); -ref = period; -scale = (1.5,1.5); -} -); -width = 725; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (205,656); -ref = period; -scale = (1.5,1.5); -} -); -width = 336; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (188,576); -ref = period; -scale = (1.5,1.5); -} -); -width = 519; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (168,469); -ref = period; -scale = (1.5,1.5); -} -); -width = 725; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = hyphenbullet.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,154); -ref = hyphenbullet; -} -); -width = 662; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,137); -ref = hyphenbullet; -} -); -width = 742; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,142); -ref = hyphenbullet; -} -); -width = 772; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (32,154); -ref = hyphenbullet; -} -); -width = 662; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (29,137); -ref = hyphenbullet; -} -); -width = 742; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (30,142); -ref = hyphenbullet; -} -); -width = 772; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = hyphen; -kernLeft = hyphen; -kernRight = hyphen; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,486,l), -(740,486,l), -(740,534,l), -(100,534,l) -); -} -); -width = 840; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,426,l), -(800,426,l), -(800,586,l), -(100,586,l) -); -} -); -width = 900; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,340,l), -(800,340,l), -(800,690,l), -(100,690,l) -); -} -); -width = 900; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(93,486,l), -(733,486,l), -(743,534,l), -(103,534,l) -); -} -); -width = 840; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(80,426,l), -(780,426,l), -(814,586,l), -(114,586,l) -); -} -); -width = 900; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(56,340,l), -(756,340,l), -(830,690,l), -(130,690,l) -); -} -); -width = 901; -} -); -metricLeft = H; -metricRight = H; -unicode = 45; -}, -{ -glyphname = endash; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,488,l), -(1084,488,l), -(1084,533,l), -(60,533,l) -); -} -); -width = 1144; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,426,l), -(1084,426,l), -(1084,586,l), -(60,586,l) -); -} -); -width = 1144; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,340,l), -(1080,340,l), -(1080,690,l), -(60,690,l) -); -} -); -width = 1140; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,488,l), -(1077,488,l), -(1087,533,l), -(63,533,l) -); -} -); -width = 1144; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,426,l), -(1064,426,l), -(1098,586,l), -(74,586,l) -); -} -); -width = 1144; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(16,340,l), -(1036,340,l), -(1110,690,l), -(90,690,l) -); -} -); -width = 1141; -} -); -metricLeft = O; -metricRight = O; -unicode = 8211; -}, -{ -glyphname = emdash; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,488,l), -(1698,488,l), -(1698,533,l), -(60,533,l) -); -} -); -width = 1758; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,426,l), -(1658,426,l), -(1658,586,l), -(60,586,l) -); -} -); -width = 1718; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(60,340,l), -(1838,340,l), -(1838,690,l), -(60,690,l) -); -} -); -width = 1898; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(53,488,l), -(1691,488,l), -(1701,533,l), -(63,533,l) -); -} -); -width = 1758; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(40,426,l), -(1638,426,l), -(1672,586,l), -(74,586,l) -); -} -); -width = 1718; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(16,340,l), -(1794,340,l), -(1868,690,l), -(90,690,l) -); -} -); -width = 1899; -} -); -metricLeft = O; -metricRight = O; -unicode = 8212; -}, -{ -glyphname = underscore; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(0,-129,l), -(865,-129,l), -(865,-79,l), -(0,-79,l) -); -} -); -width = 865; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1,-238,l), -(895,-238,l), -(895,-78,l), -(1,-78,l) -); -} -); -width = 895; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(0,-425,l), -(724,-425,l), -(724,-75,l), -(0,-75,l) -); -} -); -width = 724; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-137,-129,l), -(728,-129,l), -(738,-79,l), -(-127,-79,l) -); -} -); -width = 866; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-161,-238,l), -(733,-238,l), -(767,-78,l), -(-127,-78,l) -); -} -); -width = 894; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-207,-425,l), -(817,-425,l), -(891,-75,l), -(-133,-75,l) -); -} -); -width = 1024; -} -); -unicode = 95; -}, -{ -glyphname = hyphen.uc; -kernLeft = hyphen; -kernRight = hyphen; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,213); -ref = hyphen; -} -); -width = 840; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,215); -ref = hyphen; -} -); -width = 900; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,208); -ref = hyphen; -} -); -width = 900; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (45,213); -ref = hyphen; -} -); -width = 840; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (46,215); -ref = hyphen; -} -); -width = 900; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (44,208); -ref = hyphen; -} -); -width = 900; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = endash.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,212); -ref = endash; -} -); -width = 1144; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,216); -ref = endash; -} -); -width = 1144; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,206); -ref = endash; -} -); -width = 1140; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (45,212); -ref = endash; -} -); -width = 1144; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (46,216); -ref = endash; -} -); -width = 1144; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (44,206); -ref = endash; -} -); -width = 1141; -} -); -metricLeft = O; -metricRight = O; -}, -{ -glyphname = emdash.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,211); -ref = emdash; -} -); -width = 1758; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,216); -ref = emdash; -} -); -width = 1718; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,207); -ref = emdash; -} -); -width = 1898; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (45,211); -ref = emdash; -} -); -width = 1758; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (46,216); -ref = emdash; -} -); -width = 1718; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (44,207); -ref = emdash; -} -); -width = 1899; -} -); -metricLeft = O; -metricRight = O; -}, -{ -glyphname = parenleft; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,1137,o), -(160,846,o), -(160,565,cs), -(160,207,o), -(260,-84,o), -(462,-315,c), -(511,-315,l), -(310,-72,o), -(210,220,o), -(210,565,cs), -(210,842,o), -(310,1134,o), -(511,1444,c), -(462,1444,l) -); -} -); -width = 561; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,1164,o), -(160,849,o), -(160,565,cs), -(160,212,o), -(268,-104,o), -(462,-315,c), -(604,-315,l), -(441,-84,o), -(350,232,o), -(350,565,cs), -(350,837,o), -(441,1153,o), -(604,1444,c), -(462,1444,l) -); -} -); -width = 654; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(267,1138,o), -(160,846,o), -(160,565,cs), -(160,212,o), -(267,-80,o), -(482,-315,c), -(834,-315,l), -(664,-41,o), -(580,250,o), -(580,565,cs), -(580,814,o), -(664,1105,o), -(834,1444,c), -(482,1444,l) -); -} -); -width = 884; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(391,1142,o), -(232,854,o), -(172,575,cs), -(95,212,o), -(133,-83,o), -(287,-315,c), -(336,-315,l), -(187,-72,o), -(149,220,o), -(222,565,cs), -(281,842,o), -(443,1134,o), -(710,1444,c), -(654,1444,l) -); -} -); -width = 564; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(403,1179,o), -(234,871,o), -(174,585,cs), -(98,229,o), -(143,-94,o), -(299,-315,c), -(431,-315,l), -(317,-84,o), -(293,232,o), -(364,565,cs), -(422,839,o), -(580,1155,o), -(805,1444,c), -(643,1444,l) -); -} -); -width = 659; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(389,1153,o), -(227,868,o), -(167,585,cs), -(93,236,o), -(144,-62,o), -(322,-315,c), -(654,-315,l), -(542,-42,o), -(520,249,o), -(587,565,cs), -(640,814,o), -(786,1105,o), -(1028,1444,c), -(656,1444,l) -); -} -); -width = 888; -} -); -unicode = 40; -}, -{ -glyphname = parenright; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (561,0); -ref = parenleft; -scale = (-1,1); -} -); -width = 561; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (654,0); -ref = parenleft; -scale = (-1,1); -} -); -width = 654; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (884,0); -ref = parenleft; -scale = (-1,1); -} -); -width = 884; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (349,0); -ref = parenleft; -scale = (-1,1); -slant = (24,0); -} -); -width = 582; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (474,0); -ref = parenleft; -scale = (-1,1); -slant = (24,0); -} -); -width = 707; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (650,0); -ref = parenleft; -scale = (-1,1); -slant = (24,0); -} -); -width = 896; -} -); -unicode = 41; -}, -{ -glyphname = braceleft; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,1444,o), -(273,1346,o), -(269,1189,c), -(265,807,l), -(265,681,o), -(190,602,o), -(70,602,c), -(70,555,l), -(190,555,o), -(265,476,o), -(265,350,c), -(268,-32,l), -(272,-189,o), -(390,-287,o), -(573,-287,c), -(573,-242,l), -(415,-242,o), -(315,-161,o), -(315,-32,cs), -(314,350,ls), -(314,460,o), -(260,547,o), -(175,576,c), -(175,581,l), -(260,610,o), -(314,697,o), -(314,807,cs), -(315,1189,ls), -(315,1318,o), -(415,1399,o), -(573,1399,c), -(573,1444,l) -); -} -); -width = 643; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(416,1438,o), -(278,1320,o), -(274,1133,cs), -(274,831,ls), -(271,740,o), -(197,683,o), -(80,683,c), -(80,442,l), -(198,442,o), -(272,385,o), -(274,294,c), -(274,2,l), -(280,-185,o), -(418,-303,o), -(633,-303,c), -(633,-148,l), -(524,-148,o), -(455,-90,o), -(455,2,cs), -(455,334,ls), -(454,462,o), -(385,548,o), -(275,557,c), -(275,568,l), -(385,577,o), -(454,663,o), -(455,791,cs), -(455,1133,ls), -(455,1225,o), -(524,1283,o), -(633,1283,c), -(633,1438,l) -); -} -); -width = 713; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(312,626,l), -(482,645,o), -(574,732,o), -(574,876,cs), -(574,1113,ls), -(574,1252,o), -(621,1304,o), -(748,1304,cs), -(792,1304,l), -(792,1524,l), -(718,1524,ls), -(421,1524,o), -(295,1412,o), -(295,1148,cs), -(295,956,ls), -(295,810,o), -(230,754,o), -(59,753,c), -(59,466,l), -(231,464,o), -(295,409,o), -(295,263,cs), -(295,71,ls), -(295,-196,o), -(421,-310,o), -(718,-310,cs), -(792,-310,l), -(792,-91,l), -(748,-91,ls), -(622,-91,o), -(574,-39,o), -(574,100,cs), -(574,342,ls), -(574,487,o), -(482,574,o), -(312,593,c) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(462,1442,o), -(237,1301,o), -(229,1076,c), -(225,884,l), -(225,794,o), -(165,737,o), -(70,737,c), -(70,416,l), -(149,416,o), -(209,359,o), -(225,269,c), -(229,77,l), -(236,-148,o), -(461,-289,o), -(813,-289,c), -(813,1,l), -(686,1,o), -(607,63,o), -(607,161,cs), -(607,329,ls), -(607,449,o), -(532,542,o), -(413,570,c), -(413,582,l), -(532,610,o), -(607,703,o), -(607,824,cs), -(607,992,ls), -(607,1090,o), -(686,1152,o), -(813,1152,c), -(813,1442,l) -); -} -); -width = 883; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(586,1444,o), -(448,1346,o), -(411,1189,c), -(326,807,l), -(299,681,o), -(207,602,o), -(87,602,c), -(77,555,l), -(197,555,o), -(255,476,o), -(228,350,c), -(150,-32,l), -(121,-189,o), -(218,-287,o), -(401,-287,c), -(411,-242,l), -(253,-242,o), -(170,-161,o), -(197,-32,cs), -(277,350,ls), -(301,460,o), -(265,547,o), -(186,576,c), -(188,581,l), -(279,610,o), -(351,697,o), -(375,807,cs), -(457,1189,ls), -(484,1318,o), -(601,1399,o), -(759,1399,c), -(769,1444,l) -); -} -); -width = 643; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(611,1438,o), -(448,1320,o), -(404,1133,cs), -(340,831,ls), -(318,740,o), -(232,683,o), -(115,683,c), -(63,442,l), -(181,442,o), -(243,385,o), -(226,294,c), -(164,2,l), -(130,-185,o), -(243,-303,o), -(458,-303,c), -(491,-148,l), -(382,-148,o), -(325,-90,o), -(345,2,cs), -(415,334,ls), -(442,462,o), -(391,548,o), -(283,557,c), -(285,568,l), -(397,577,o), -(484,663,o), -(513,791,cs), -(585,1133,ls), -(605,1225,o), -(686,1283,o), -(795,1283,c), -(828,1438,l) -); -} -); -width = 713; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(318,626,l), -(488,645,o), -(580,732,o), -(580,876,cs), -(580,1113,ls), -(580,1252,o), -(627,1304,o), -(754,1304,cs), -(798,1304,l), -(798,1524,l), -(724,1524,ls), -(427,1524,o), -(301,1412,o), -(301,1148,cs), -(301,956,ls), -(301,810,o), -(236,754,o), -(65,753,c), -(65,466,l), -(237,464,o), -(301,409,o), -(301,263,cs), -(301,71,ls), -(301,-196,o), -(427,-310,o), -(724,-310,cs), -(798,-310,l), -(798,-91,l), -(754,-91,ls), -(628,-91,o), -(580,-39,o), -(580,100,cs), -(580,342,ls), -(580,487,o), -(488,574,o), -(318,593,c) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(562,1442,o), -(397,1301,o), -(341,1076,c), -(296,884,l), -(277,794,o), -(205,737,o), -(110,737,c), -(42,416,l), -(121,416,o), -(169,359,o), -(166,269,c), -(129,77,l), -(88,-148,o), -(283,-289,o), -(635,-289,c), -(697,1,l), -(570,1,o), -(505,63,o), -(525,161,cs), -(560,329,ls), -(585,449,o), -(531,542,o), -(418,570,c), -(420,582,l), -(545,610,o), -(641,703,o), -(666,824,cs), -(701,992,ls), -(721,1090,o), -(814,1152,o), -(941,1152,c), -(1003,1442,l) -); -} -); -width = 884; -} -); -unicode = 123; -}, -{ -glyphname = braceright; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (643,0); -ref = braceleft; -scale = (-1,1); -} -); -width = 643; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (713,0); -ref = braceleft; -scale = (-1,1); -} -); -width = 713; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (883,0); -ref = braceleft; -scale = (-1,1); -} -); -width = 883; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (427,0); -ref = braceleft; -scale = (-1,1); -slant = (23,0); -} -); -width = 661; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (498,0); -ref = braceleft; -scale = (-1,1); -slant = (23,0); -} -); -width = 732; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (655,0); -ref = braceleft; -scale = (-1,1); -slant = (23,0); -} -); -width = 903; -} -); -unicode = 125; -}, -{ -glyphname = bracketleft; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,1396,l), -(529,1396,l), -(529,1444,l), -(201,1444,l) -); -}, -{ -closed = 1; -nodes = ( -(200,-305,l), -(250,-305,l), -(250,1444,l), -(200,1444,l) -); -}, -{ -closed = 1; -nodes = ( -(201,-305,l), -(529,-305,l), -(529,-257,l), -(201,-257,l) -); -} -); -width = 559; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,1282,l), -(626,1282,l), -(626,1442,l), -(268,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(200,-307,l), -(380,-307,l), -(380,1442,l), -(200,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(268,-307,l), -(626,-307,l), -(626,-147,l), -(268,-147,l) -); -} -); -width = 656; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(348,1153,l), -(806,1153,l), -(806,1443,l), -(348,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(200,-305,l), -(580,-305,l), -(580,1443,l), -(200,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(348,-305,l), -(806,-305,l), -(806,-15,l), -(348,-15,l) -); -} -); -width = 836; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(388,1396,l), -(716,1396,l), -(726,1444,l), -(398,1444,l) -); -}, -{ -closed = 1; -nodes = ( -(25,-305,l), -(75,-305,l), -(447,1444,l), -(397,1444,l) -); -}, -{ -closed = 1; -nodes = ( -(26,-305,l), -(354,-305,l), -(364,-257,l), -(36,-257,l) -); -} -); -width = 560; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(430,1282,l), -(788,1282,l), -(822,1442,l), -(464,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(24,-307,l), -(204,-307,l), -(576,1442,l), -(396,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(92,-307,l), -(450,-307,l), -(484,-147,l), -(126,-147,l) -); -} -); -width = 656; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(476,1153,l), -(934,1153,l), -(996,1443,l), -(538,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(18,-305,l), -(398,-305,l), -(770,1443,l), -(390,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(166,-305,l), -(624,-305,l), -(686,-15,l), -(228,-15,l) -); -} -); -width = 836; -} -); -unicode = 91; -}, -{ -glyphname = bracketright; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (559,0); -ref = bracketleft; -scale = (-1,1); -} -); -width = 559; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (656,0); -ref = bracketleft; -scale = (-1,1); -} -); -width = 656; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (836,0); -ref = bracketleft; -scale = (-1,1); -} -); -width = 836; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (340,0); -ref = bracketleft; -scale = (-1,1); -slant = (23,0); -} -); -width = 561; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (436,0); -ref = bracketleft; -scale = (-1,1); -slant = (23,0); -} -); -width = 657; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (603,0); -ref = bracketleft; -scale = (-1,1); -slant = (23,0); -} -); -width = 837; -} -); -unicode = 93; -}, -{ -glyphname = parenleft.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,160); -ref = parenleft; -} -); -width = 561; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,160); -ref = parenleft; -} -); -width = 684; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,160); -ref = parenleft; -} -); -width = 874; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (34,160); -ref = parenleft; -} -); -width = 564; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (34,160); -ref = parenleft; -} -); -width = 659; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (34,160); -ref = parenleft; -} -); -width = 888; -} -); -}, -{ -glyphname = parenright.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (561,0); -ref = parenleft.uc; -scale = (-1,1); -} -); -width = 561; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (684,0); -ref = parenleft.uc; -scale = (-1,1); -} -); -width = 684; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (874,0); -ref = parenleft.uc; -scale = (-1,1); -} -); -width = 874; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (344,0); -ref = parenleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 564; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (439,0); -ref = parenleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 659; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (655,0); -ref = parenleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 889; -} -); -}, -{ -glyphname = braceleft.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,147); -ref = braceleft; -} -); -width = 643; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,153); -ref = braceleft; -} -); -width = 713; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(292,626,l), -(462,645,o), -(554,732,o), -(554,876,cs), -(554,1113,ls), -(554,1252,o), -(601,1304,o), -(728,1304,cs), -(772,1304,l), -(772,1524,l), -(698,1524,ls), -(401,1524,o), -(275,1412,o), -(275,1148,cs), -(275,956,ls), -(275,810,o), -(210,754,o), -(39,753,c), -(39,466,l), -(211,464,o), -(275,409,o), -(275,263,cs), -(275,71,ls), -(275,-196,o), -(401,-310,o), -(698,-310,cs), -(772,-310,l), -(772,-91,l), -(728,-91,ls), -(602,-91,o), -(554,-39,o), -(554,100,cs), -(554,342,ls), -(554,487,o), -(462,574,o), -(292,593,c) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,149); -ref = braceleft; -} -); -width = 843; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (32,147); -ref = braceleft; -} -); -width = 644; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (23,153); -ref = braceleft; -} -); -width = 693; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(323,626,l), -(493,645,o), -(585,732,o), -(585,876,cs), -(585,1113,ls), -(585,1252,o), -(632,1304,o), -(759,1304,cs), -(803,1304,l), -(803,1524,l), -(729,1524,ls), -(432,1524,o), -(306,1412,o), -(306,1148,cs), -(306,956,ls), -(306,810,o), -(241,754,o), -(70,753,c), -(70,466,l), -(242,464,o), -(306,409,o), -(306,263,cs), -(306,71,ls), -(306,-196,o), -(432,-310,o), -(729,-310,cs), -(803,-310,l), -(803,-91,l), -(759,-91,ls), -(633,-91,o), -(585,-39,o), -(585,100,cs), -(585,342,ls), -(585,487,o), -(493,574,o), -(323,593,c) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (31,149); -ref = braceleft; -} -); -width = 883; -} -); -}, -{ -glyphname = braceright.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (643,0); -ref = braceleft.uc; -scale = (-1,1); -} -); -width = 643; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (713,0); -ref = braceleft.uc; -scale = (-1,1); -} -); -width = 713; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (843,0); -ref = braceleft.uc; -scale = (-1,1); -} -); -width = 843; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (423,0); -ref = braceleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 643; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (473,0); -ref = braceleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 694; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (650,0); -ref = braceleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 884; -} -); -}, -{ -glyphname = bracketleft.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,156); -ref = bracketleft; -} -); -width = 559; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,156); -ref = bracketleft; -} -); -width = 656; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,156); -ref = bracketleft; -} -); -width = 836; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (0,156); -ref = bracketleft; -} -); -width = 559; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (33,156); -ref = bracketleft; -} -); -width = 656; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (0,156); -ref = bracketleft; -} -); -width = 836; -} -); -}, -{ -glyphname = bracketright.uc; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (559,0); -ref = bracketleft.uc; -scale = (-1,1); -} -); -width = 559; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (656,0); -ref = bracketleft.uc; -scale = (-1,1); -} -); -width = 656; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (836,0); -ref = bracketleft.uc; -scale = (-1,1); -} -); -width = 836; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (307,0); -ref = bracketleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 561; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (436,0); -ref = bracketleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 658; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (570,0); -ref = bracketleft.uc; -scale = (-1,1); -slant = (23,0); -} -); -width = 837; -} -); -}, -{ -glyphname = quotesinglbase; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (40,0); -ref = comma; -} -); -width = 334; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (40,0); -ref = comma; -} -); -width = 479; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (40,0); -ref = comma; -} -); -width = 673; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (40,0); -ref = comma; -} -); -width = 274; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (40,0); -ref = comma; -} -); -width = 409; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (40,0); -ref = comma; -} -); -width = 603; -} -); -metricLeft = H; -metricRight = H; -unicode = 8218; -}, -{ -glyphname = quotedblbase; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (40,-10); -ref = comma; -}, -{ -pos = (265,-10); -ref = comma; -} -); -width = 559; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (40,-10); -ref = comma; -}, -{ -pos = (335,-10); -ref = comma; -} -); -width = 774; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (40,0); -ref = comma; -}, -{ -pos = (540,0); -ref = comma; -} -); -width = 1173; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (38,-10); -ref = comma; -}, -{ -pos = (263,-10); -ref = comma; -} -); -width = 499; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (38,-10); -ref = comma; -}, -{ -pos = (333,-10); -ref = comma; -} -); -width = 704; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (40,0); -ref = comma; -}, -{ -pos = (563,0); -ref = comma; -} -); -width = 1126; -} -); -metricLeft = H; -metricRight = H; -unicode = 8222; -}, -{ -glyphname = quotedblleft; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (231,0); -ref = quoteleft; -}, -{ -ref = quoteleft; -} -); -width = 520; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (277,0); -ref = quoteleft; -}, -{ -ref = quoteleft; -} -); -width = 709; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(121,1443,l), -(-67,817,l), -(219,817,l), -(335,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(580,1443,l), -(407,817,l), -(693,817,l), -(794,1443,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (480,0); -ref = quoteleft; -}, -{ -ref = quoteleft; -} -); -width = 1036; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (231,0); -ref = quoteleft; -}, -{ -ref = quoteleft; -} -); -width = 520; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (277,0); -ref = quoteleft; -}, -{ -ref = quoteleft; -} -); -width = 709; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(121,1443,l), -(-67,817,l), -(219,817,l), -(335,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(580,1443,l), -(407,817,l), -(693,817,l), -(794,1443,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (480,0); -ref = quoteleft; -}, -{ -ref = quoteleft; -} -); -width = 1036; -} -); -metricLeft = H; -metricRight = H; -unicode = 8220; -}, -{ -glyphname = quotedblright; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-118,1017,l), -(-16,1443,l), -(-68,1443,l), -(-162,1017,l) -); -}, -{ -closed = 1; -nodes = ( -(113,1017,l), -(216,1443,l), -(164,1443,l), -(70,1017,l) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,2592); -ref = quotedblleft; -scale = (1,-1); -} -); -width = 520; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(-118,1017,l), -(-16,1443,l), -(-68,1443,l), -(-162,1017,l) -); -}, -{ -closed = 1; -nodes = ( -(113,1017,l), -(216,1443,l), -(164,1443,l), -(70,1017,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,2542); -ref = quotedblleft; -scale = (1,-1); -} -); -width = 709; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(177,817,l), -(349,1443,l), -(64,1443,l), -(-38,817,l) -); -}, -{ -closed = 1; -nodes = ( -(636,817,l), -(823,1443,l), -(538,1443,l), -(421,817,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,2320); -ref = quotedblleft; -scale = (1,-1); -} -); -width = 1036; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(433,1017,l), -(535,1443,l), -(483,1443,l), -(389,1017,l) -); -}, -{ -closed = 1; -nodes = ( -(664,1017,l), -(767,1443,l), -(715,1443,l), -(621,1017,l) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (551,2592); -ref = quotedblleft; -scale = (1,-1); -slant = (23,0); -} -); -width = 520; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(422,1017,l), -(524,1443,l), -(472,1443,l), -(378,1017,l) -); -}, -{ -closed = 1; -nodes = ( -(653,1017,l), -(756,1443,l), -(704,1443,l), -(610,1017,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (540,2542); -ref = quotedblleft; -scale = (1,-1); -slant = (23,0); -} -); -width = 710; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(669,817,l), -(841,1443,l), -(556,1443,l), -(454,817,l) -); -}, -{ -closed = 1; -nodes = ( -(1128,817,l), -(1315,1443,l), -(1030,1443,l), -(913,817,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (492,2320); -ref = quotedblleft; -scale = (1,-1); -slant = (23,0); -} -); -width = 1036; -} -); -metricLeft = H; -metricRight = H; -unicode = 8221; -}, -{ -glyphname = quoteleft; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,1081,l), -(148,1444,l), -(100,1444,l), -(100,1081,l) -); -} -); -width = 289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,960,l), -(210,1443,l), -(100,1443,l), -(122,960,l) -); -} -); -width = 432; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(456,877,l), -(394,1441,l), -(100,1441,l), -(100,877,l) -); -} -); -width = 556; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,1081,l), -(345,1444,l), -(297,1444,l), -(219,1081,l) -); -} -); -width = 289; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(426,960,l), -(406,1443,l), -(296,1443,l), -(216,960,l) -); -} -); -width = 432; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(526,877,l), -(584,1441,l), -(290,1441,l), -(170,877,l) -); -} -); -width = 556; -} -); -metricLeft = H; -metricRight = H; -unicode = 8216; -}, -{ -glyphname = quoteright; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1081,l), -(148,1081,l), -(189,1444,l), -(100,1444,l) -); -} -); -width = 289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,960,l), -(210,960,l), -(332,1443,l), -(122,1443,l) -); -} -); -width = 432; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,879,l), -(394,879,l), -(456,1443,l), -(100,1443,l) -); -} -); -width = 556; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(219,1081,l), -(267,1081,l), -(386,1444,l), -(297,1444,l) -); -} -); -width = 290; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(194,960,l), -(304,960,l), -(528,1443,l), -(318,1443,l) -); -} -); -width = 432; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,879,l), -(464,879,l), -(646,1443,l), -(290,1443,l) -); -} -); -width = 556; -} -); -metricLeft = H; -metricRight = H; -unicode = 8217; -}, -{ -glyphname = guillemetleft; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (404,-1); -ref = guilsinglleft; -}, -{ -ref = guilsinglleft; -} -); -width = 961; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (474,0); -ref = guilsinglleft; -}, -{ -ref = guilsinglleft; -} -); -width = 1191; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (615,10); -ref = guilsinglleft; -}, -{ -pos = (0,10); -ref = guilsinglleft; -} -); -width = 1554; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (404,-1); -ref = guilsinglleft; -}, -{ -ref = guilsinglleft; -} -); -width = 975; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (474,0); -ref = guilsinglleft; -}, -{ -ref = guilsinglleft; -} -); -width = 1205; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (617,10); -ref = guilsinglleft; -}, -{ -pos = (2,10); -ref = guilsinglleft; -} -); -width = 1571; -} -); -metricLeft = H; -metricRight = H; -unicode = 171; -}, -{ -glyphname = guillemetright; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (961,0); -ref = guillemetleft; -scale = (-1,1); -} -); -width = 961; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (1191,0); -ref = guillemetleft; -scale = (-1,1); -} -); -width = 1191; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (1554,0); -ref = guillemetleft; -scale = (-1,1); -} -); -width = 1554; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (783,0); -ref = guillemetleft; -scale = (-1,1); -slant = (20,0); -} -); -width = 971; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (1014,0); -ref = guillemetleft; -scale = (-1,1); -slant = (20,0); -} -); -width = 1200; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (1364,0); -ref = guillemetleft; -scale = (-1,1); -slant = (20,0); -} -); -width = 1565; -} -); -metricLeft = H; -metricRight = H; -unicode = 187; -}, -{ -glyphname = guilsinglleft; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,550,l), -(398,159,l), -(457,159,l), -(159,550,l), -(457,941,l), -(398,941,l) -); -} -); -width = 557; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,567,l), -(398,176,l), -(617,176,l), -(319,567,l), -(617,958,l), -(398,958,l) -); -} -); -width = 717; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(469,572,l), -(816,981,l), -(545,981,l), -(196,570,l), -(196,562,l), -(540,151,l), -(816,151,l), -(469,561,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,527,l), -(420,66,l), -(839,66,l), -(519,527,l), -(839,988,l), -(420,988,l) -); -} -); -width = 939; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(106,550,l), -(335,159,l), -(394,159,l), -(165,550,l), -(532,941,l), -(473,941,l) -); -} -); -width = 571; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,567,l), -(339,176,l), -(558,176,l), -(329,567,l), -(696,958,l), -(477,958,l) -); -} -); -width = 731; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(464,572,l), -(811,981,l), -(540,981,l), -(191,570,l), -(191,562,l), -(535,151,l), -(811,151,l), -(464,561,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(95,527,l), -(334,66,l), -(753,66,l), -(514,527,l), -(915,988,l), -(496,988,l) -); -} -); -width = 956; -} -); -metricLeft = H; -metricRight = H; -unicode = 8249; -}, -{ -glyphname = guilsinglright; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (557,0); -ref = guilsinglleft; -scale = (-1,1); -} -); -width = 557; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (717,0); -ref = guilsinglleft; -scale = (-1,1); -} -); -width = 717; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (939,0); -ref = guilsinglleft; -scale = (-1,1); -} -); -width = 939; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (379,0); -ref = guilsinglleft; -scale = (-1,1); -slant = (20,0); -} -); -width = 567; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (540,0); -ref = guilsinglleft; -scale = (-1,1); -slant = (20,0); -} -); -width = 726; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (748,0); -ref = guilsinglleft; -scale = (-1,1); -slant = (20,0); -} -); -width = 950; -} -); -metricLeft = H; -metricRight = H; -unicode = 8250; -}, -{ -glyphname = quotedbl; -kernLeft = updot; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (245,0); -ref = quotesingle; -} -); -width = 505; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (305,0); -ref = quotesingle; -} -); -width = 737; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (521,0); -ref = quotesingle; -} -); -width = 1179; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (245,0); -ref = quotesingle; -} -); -width = 505; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (305,0); -ref = quotesingle; -} -); -width = 685; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = quotesingle; -}, -{ -pos = (521,0); -ref = quotesingle; -} -); -width = 1129; -} -); -metricLeft = H; -metricRight = H; -unicode = 34; -}, -{ -glyphname = quotesingle; -kernLeft = updot; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(105,1100,l), -(145,1100,l), -(160,1443,l), -(100,1443,l) -); -} -); -width = 260; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,960,l), -(210,960,l), -(332,1443,l), -(122,1443,l) -); -} -); -width = 432; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,879,l), -(408,879,l), -(558,1443,l), -(150,1443,l) -); -} -); -width = 658; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,1100,l), -(269,1100,l), -(356,1443,l), -(296,1443,l) -); -} -); -width = 260; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,1100,l), -(389,1100,l), -(476,1443,l), -(296,1443,l) -); -} -); -width = 380; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(210,879,l), -(538,879,l), -(698,1443,l), -(290,1443,l) -); -} -); -width = 608; -} -); -metricLeft = H; -metricRight = H; -unicode = 39; -}, -{ -glyphname = at; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(574,1037,o), -(433,874,o), -(433,614,cs), -(433,356,o), -(574,194,o), -(799,194,cs), -(944,194,o), -(1057,272,o), -(1093,397,c), -(1098,397,l), -(1101,234,o), -(1190,132,o), -(1329,132,cs), -(1493,132,o), -(1596,328,o), -(1596,640,cs), -(1596,1125,o), -(1310,1430,o), -(854,1430,cs), -(366,1430,o), -(60,1125,o), -(60,640,cs), -(60,176,o), -(317,-116,o), -(726,-116,cs), -(872,-116,o), -(1012,-84,o), -(1089,-33,c), -(1089,21,l), -(1011,-31,o), -(871,-64,o), -(726,-64,cs), -(348,-64,o), -(110,208,o), -(110,640,cs), -(110,1096,o), -(397,1382,o), -(854,1382,cs), -(1279,1382,o), -(1546,1096,o), -(1546,640,cs), -(1546,357,o), -(1462,180,o), -(1327,180,cs), -(1216,180,o), -(1147,262,o), -(1147,393,cs), -(1147,1021,l), -(1096,1020,l), -(1095,834,l), -(1089,834,l), -(1046,959,o), -(934,1037,o), -(799,1037,cs) -); -}, -{ -closed = 1; -nodes = ( -(482,843,o), -(604,987,o), -(799,987,cs), -(975,987,o), -(1090,843,o), -(1096,614,cs), -(1096,387,o), -(981,244,o), -(799,244,cs), -(604,244,o), -(482,387,o), -(482,614,cs) -); -} -); -width = 1656; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(570,1048,o), -(433,884,o), -(433,624,cs), -(433,373,o), -(570,215,o), -(789,215,cs), -(919,215,o), -(1016,289,o), -(1040,408,c), -(1048,408,l), -(1064,246,o), -(1164,145,o), -(1309,145,cs), -(1498,145,o), -(1616,349,o), -(1616,675,cs), -(1616,1133,o), -(1330,1421,o), -(874,1421,cs), -(374,1421,o), -(60,1114,o), -(60,624,cs), -(60,176,o), -(332,-105,o), -(766,-105,cs), -(867,-105,o), -(980,-84,o), -(1059,-50,c), -(1059,110,l), -(987,76,o), -(874,55,o), -(766,55,cs), -(443,55,o), -(240,274,o), -(240,624,cs), -(240,1015,o), -(485,1261,o), -(874,1261,cs), -(1219,1261,o), -(1436,1033,o), -(1436,671,cs), -(1436,446,o), -(1388,305,o), -(1312,305,cs), -(1253,305,o), -(1216,354,o), -(1216,432,cs), -(1216,1032,l), -(1048,1031,l), -(1048,845,l), -(1040,845,l), -(1012,970,o), -(915,1048,o), -(789,1048,cs) -); -}, -{ -closed = 1; -nodes = ( -(613,786,o), -(696,888,o), -(829,888,cs), -(951,888,o), -(1031,786,o), -(1035,624,cs), -(1039,471,o), -(960,375,o), -(829,375,cs), -(696,375,o), -(613,471,o), -(613,624,cs) -); -} -); -width = 1676; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(623,1035,o), -(466,857,o), -(466,574,cs), -(466,309,o), -(623,142,o), -(874,142,cs), -(994,142,o), -(1093,201,o), -(1132,294,c), -(1144,294,l), -(1165,143,o), -(1282,49,o), -(1448,49,cs), -(1672,49,o), -(1812,286,o), -(1812,664,cs), -(1812,1147,o), -(1473,1450,o), -(934,1450,cs), -(397,1450,o), -(60,1109,o), -(60,565,cs), -(60,79,o), -(375,-226,o), -(876,-226,cs), -(957,-226,o), -(1066,-205,o), -(1159,-171,c), -(1159,81,l), -(1086,45,o), -(976,25,o), -(876,28,cs), -(549,36,o), -(343,243,o), -(343,565,cs), -(343,953,o), -(567,1197,o), -(924,1197,cs), -(1302,1197,o), -(1539,990,o), -(1539,660,cs), -(1539,446,o), -(1504,311,o), -(1448,311,cs), -(1402,311,o), -(1373,352,o), -(1373,418,cs), -(1373,955,l), -(1136,1025,l), -(1136,872,l), -(1124,872,l), -(1093,972,o), -(996,1035,o), -(874,1035,cs) -); -}, -{ -closed = 1; -nodes = ( -(757,724,o), -(831,808,o), -(948,808,cs), -(1063,808,o), -(1136,727,o), -(1136,598,cs), -(1136,459,o), -(1063,371,o), -(948,371,cs), -(831,371,o), -(757,455,o), -(757,589,cs) -); -} -); -width = 1872; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(670,1037,o), -(500,874,o), -(454,614,cs), -(409,356,o), -(522,194,o), -(746,194,cs), -(891,194,o), -(1018,272,o), -(1076,397,c), -(1081,397,l), -(1056,234,o), -(1127,132,o), -(1265,132,cs), -(1428,132,o), -(1566,328,o), -(1622,640,cs), -(1708,1125,o), -(1475,1430,o), -(1019,1430,cs), -(532,1430,o), -(172,1125,o), -(86,640,cs), -(4,176,o), -(210,-116,o), -(619,-116,cs), -(766,-116,o), -(911,-84,o), -(996,-33,c), -(1006,21,l), -(918,-31,o), -(768,-64,o), -(618,-64,cs), -(246,-64,o), -(60,208,o), -(136,640,cs), -(216,1096,o), -(557,1382,o), -(1021,1382,cs), -(1439,1382,o), -(1652,1096,o), -(1572,640,cs), -(1522,357,o), -(1403,180,o), -(1262,180,cs), -(1157,180,o), -(1106,262,o), -(1129,393,cs), -(1240,1021,l), -(1189,1020,l), -(1155,834,l), -(1149,834,l), -(1128,959,o), -(1030,1037,o), -(895,1037,cs) -); -}, -{ -closed = 1; -nodes = ( -(544,843,o), -(692,987,o), -(886,987,cs), -(1063,987,o), -(1152,843,o), -(1117,614,cs), -(1077,387,o), -(937,244,o), -(755,244,cs), -(560,244,o), -(463,387,o), -(503,614,cs) -); -} -); -width = 1657; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(668,1048,o), -(502,884,o), -(456,624,cs), -(412,373,o), -(522,215,o), -(740,215,cs), -(870,215,o), -(980,289,o), -(1025,408,c), -(1033,408,l), -(1020,246,o), -(1111,145,o), -(1268,145,cs), -(1444,145,o), -(1590,349,o), -(1648,675,cs), -(1729,1133,o), -(1494,1421,o), -(1038,1421,cs), -(538,1421,o), -(170,1114,o), -(83,624,cs), -(5,176,o), -(228,-105,o), -(660,-105,cs), -(763,-105,o), -(880,-84,o), -(963,-50,c), -(991,110,l), -(914,76,o), -(786,55,o), -(659,55,cs), -(354,55,o), -(201,274,o), -(263,624,cs), -(332,1015,o), -(631,1261,o), -(1039,1261,cs), -(1366,1261,o), -(1531,1033,o), -(1467,671,cs), -(1427,446,o), -(1355,305,o), -(1279,305,cs), -(1220,305,o), -(1191,354,o), -(1205,432,cs), -(1311,1032,l), -(1143,1031,l), -(1110,845,l), -(1102,845,l), -(1096,970,o), -(1013,1048,o), -(887,1048,cs) -); -}, -{ -closed = 1; -nodes = ( -(664,786,o), -(765,888,o), -(899,888,cs), -(1021,888,o), -(1082,786,o), -(1058,624,cs), -(1035,471,o), -(939,375,o), -(808,375,cs), -(675,375,o), -(609,471,o), -(636,624,cs) -); -} -); -width = 1676; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(710,1035,o), -(521,857,o), -(471,574,cs), -(425,309,o), -(553,142,o), -(803,142,cs), -(922,142,o), -(1032,201,o), -(1088,294,c), -(1100,294,l), -(1095,143,o), -(1207,49,o), -(1391,49,cs), -(1597,49,o), -(1767,286,o), -(1833,664,cs), -(1918,1147,o), -(1617,1450,o), -(1054,1450,cs), -(541,1450,o), -(159,1109,o), -(64,565,cs), -(-22,79,o), -(254,-226,o), -(780,-226,cs), -(839,-226,o), -(937,-205,o), -(1033,-171,c), -(1077,81,l), -(1000,45,o), -(887,25,o), -(785,28,cs), -(459,36,o), -(290,243,o), -(347,565,cs), -(415,953,o), -(682,1197,o), -(1039,1197,cs), -(1417,1197,o), -(1618,990,o), -(1559,660,cs), -(1521,446,o), -(1462,311,o), -(1407,311,cs), -(1361,311,o), -(1339,352,o), -(1351,418,cs), -(1445,955,l), -(1221,1025,l), -(1194,872,l), -(1182,872,l), -(1168,972,o), -(1083,1035,o), -(961,1035,cs) -); -}, -{ -closed = 1; -nodes = ( -(789,724,o), -(885,808,o), -(1015,808,cs), -(1117,808,o), -(1168,727,o), -(1146,598,cs), -(1121,459,o), -(1025,371,o), -(898,371,cs), -(792,371,o), -(741,455,o), -(765,589,cs) -); -} -); -width = 1870; -} -); -metricLeft = O; -metricRight = O; -unicode = 64; -}, -{ -glyphname = ampersand; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(724,882,o), -(876,1028,o), -(876,1151,cs), -(876,1307,o), -(758,1416,o), -(589,1416,cs), -(420,1416,o), -(301,1307,o), -(301,1151,cs), -(301,1026,o), -(399,924,o), -(539,782,cs), -(1307,0,l), -(1237,1,l), -(493,759,ls), -(351,903,o), -(251,1015,o), -(251,1151,cs), -(251,1335,o), -(391,1464,o), -(590,1464,cs), -(787,1464,o), -(926,1335,o), -(926,1151,cs), -(926,1014,o), -(767,853,o), -(541,760,c), -(509,799,l) -); -}, -{ -closed = 1; -nodes = ( -(305,675,o), -(150,507,o), -(150,347,cs), -(150,161,o), -(280,31,o), -(466,31,cs), -(583,31,o), -(726,80,o), -(813,149,cs), -(973,276,o), -(1120,525,o), -(1169,751,c), -(1220,751,l), -(1170,512,o), -(1015,247,o), -(845,111,cs), -(749,35,o), -(594,-19,o), -(469,-19,cs), -(252,-19,o), -(100,130,o), -(100,341,cs), -(100,524,o), -(263,710,o), -(494,792,c), -(526,755,l) -); -} -); -width = 1367; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(725,884,o), -(866,983,o), -(866,1096,cs), -(866,1224,o), -(776,1304,o), -(649,1304,cs), -(515,1304,o), -(421,1214,o), -(421,1086,cs), -(421,976,o), -(509,897,o), -(636,777,cs), -(1446,6,l), -(1197,1,l), -(509,670,l), -(352,819,o), -(241,941,o), -(241,1086,cs), -(241,1308,o), -(410,1464,o), -(650,1464,cs), -(883,1464,o), -(1046,1318,o), -(1046,1096,cs), -(1046,930,o), -(880,781,o), -(644,700,c), -(524,822,l) -); -}, -{ -closed = 1; -nodes = ( -(413,633,o), -(280,506,o), -(280,377,cs), -(280,238,o), -(386,141,o), -(536,141,cs), -(631,141,o), -(752,182,o), -(831,241,cs), -(999,364,o), -(1145,575,o), -(1184,751,c), -(1370,751,l), -(1324,532,o), -(1140,263,o), -(925,101,cs), -(820,31,o), -(661,-19,o), -(539,-19,cs), -(281,-19,o), -(100,142,o), -(100,371,cs), -(100,565,o), -(259,743,o), -(484,803,c), -(603,684,l) -); -} -); -width = 1506; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(703,936,o), -(800,1019,o), -(800,1094,cs), -(800,1171,o), -(754,1220,o), -(681,1220,cs), -(601,1220,o), -(551,1171,o), -(551,1094,cs), -(551,1057,o), -(596,985,o), -(665,905,cs), -(1444,0,l), -(1054,-5,l), -(452,707,l), -(316,836,o), -(231,986,o), -(231,1094,cs), -(231,1331,o), -(409,1480,o), -(692,1480,cs), -(955,1480,o), -(1120,1331,o), -(1120,1094,cs), -(1120,933,o), -(975,774,o), -(744,681,c), -(549,878,l) -); -}, -{ -closed = 1; -nodes = ( -(525,564,o), -(425,457,o), -(425,369,cs), -(425,290,o), -(466,234,o), -(531,223,cs), -(598,215,o), -(678,239,o), -(738,287,cs), -(899,390,o), -(1023,562,o), -(1061,731,c), -(1378,731,l), -(1332,515,o), -(1174,267,o), -(937,87,cs), -(835,11,o), -(685,-36,o), -(548,-36,cs), -(273,-36,o), -(100,118,o), -(100,363,cs), -(100,542,o), -(255,727,o), -(503,843,c), -(684,648,l) -); -} -); -width = 1504; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(792,886,o), -(958,1022,o), -(981,1151,cs), -(1009,1314,o), -(924,1416,o), -(747,1416,cs), -(570,1416,o), -(434,1314,o), -(406,1151,cs), -(392,1073,o), -(458,930,o), -(578,782,cs), -(1209,0,l), -(1139,1,l), -(528,759,ls), -(406,910,o), -(340,1061,o), -(356,1151,cs), -(389,1343,o), -(542,1464,o), -(750,1464,cs), -(956,1464,o), -(1064,1343,o), -(1031,1151,cs), -(1005,1008,o), -(830,857,o), -(577,760,c), -(551,799,l) -); -}, -{ -closed = 1; -nodes = ( -(315,671,o), -(142,514,o), -(113,347,cs), -(79,153,o), -(165,31,o), -(359,31,cs), -(481,31,o), -(637,77,o), -(741,149,cs), -(932,282,o), -(1110,514,o), -(1203,751,c), -(1254,751,l), -(1157,500,o), -(969,253,o), -(766,111,cs), -(651,31,o), -(497,-19,o), -(367,-19,cs), -(141,-19,o), -(23,120,o), -(62,341,cs), -(95,532,o), -(278,706,o), -(535,792,c), -(561,755,l) -); -} -); -width = 1380; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(795,887,o), -(945,993,o), -(963,1096,cs), -(985,1224,o), -(923,1304,o), -(803,1304,cs), -(651,1304,o), -(540,1220,o), -(516,1086,cs), -(505,1021,o), -(567,902,o), -(677,777,cs), -(1351,6,l), -(1101,1,l), -(531,670,l), -(394,826,o), -(319,986,o), -(336,1086,cs), -(377,1318,o), -(561,1464,o), -(812,1464,cs), -(1055,1464,o), -(1183,1322,o), -(1143,1096,cs), -(1115,938,o), -(933,785,o), -(671,700,c), -(573,822,l) -); -}, -{ -closed = 1; -nodes = ( -(420,631,o), -(274,513,o), -(250,377,cs), -(225,232,o), -(304,141,o), -(454,141,cs), -(559,141,o), -(683,180,o), -(777,241,cs), -(976,370,o), -(1147,567,o), -(1220,751,c), -(1406,751,l), -(1317,522,o), -(1101,271,o), -(846,101,cs), -(723,27,o), -(566,-19,o), -(439,-19,cs), -(170,-19,o), -(27,131,o), -(69,371,cs), -(105,574,o), -(283,740,o), -(529,803,c), -(627,684,l) -); -} -); -width = 1520; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(764,936,o), -(875,1019,o), -(889,1094,cs), -(903,1171,o), -(870,1220,o), -(802,1220,cs), -(717,1220,o), -(654,1171,o), -(640,1094,cs), -(633,1058,o), -(664,985,o), -(720,905,cs), -(1350,0,l), -(989,-5,l), -(512,707,l), -(384,880,o), -(313,1048,o), -(330,1144,cs), -(367,1350,o), -(559,1480,o), -(829,1480,cs), -(1104,1480,o), -(1251,1331,o), -(1209,1094,cs), -(1180,933,o), -(1007,774,o), -(760,681,c), -(600,878,l) -); -}, -{ -closed = 1; -nodes = ( -(521,564,o), -(402,456,o), -(386,369,cs), -(371,288,o), -(394,232,o), -(446,223,cs), -(522,213,o), -(614,238,o), -(684,287,cs), -(863,390,o), -(1018,561,o), -(1086,731,c), -(1413,731,l), -(1320,492,o), -(1113,243,o), -(878,87,cs), -(765,11,o), -(602,-36,o), -(457,-36,cs), -(169,-36,o), -(16,118,o), -(60,363,cs), -(91,542,o), -(279,727,o), -(547,843,c), -(694,648,l) -); -} -); -width = 1527; -} -); -metricLeft = H; -metricRight = o; -unicode = 38; -}, -{ -glyphname = paragraph; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(693,-72,l), -(743,-72,l), -(743,1443,l), -(693,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(376,-72,l), -(426,-72,l), -(426,1443,l), -(376,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(376,893,o), -(376,1012,o), -(376,1165,c), -(376,1316,o), -(376,1443,o), -(376,1443,cs), -(207,1443,o), -(100,1321,o), -(100,1169,cs), -(100,1015,o), -(224,893,o), -(376,893,cs) -); -} -); -width = 843; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(952,-142,l), -(1132,-142,l), -(1132,1443,l), -(952,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(508,-142,l), -(688,-142,l), -(688,1443,l), -(508,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(706,662,o), -(690,820,o), -(690,1037,cs), -(690,1251,o), -(706,1443,o), -(491,1443,cs), -(275,1443,o), -(100,1268,o), -(100,1052,cs), -(100,835,o), -(275,662,o), -(491,662,cs) -); -} -); -width = 1232; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1002,-142,l), -(1322,-142,l), -(1322,1443,l), -(1002,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(508,-142,l), -(828,-142,l), -(828,1443,l), -(508,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(706,662,o), -(690,820,o), -(690,1037,cs), -(690,1251,o), -(706,1443,o), -(491,1443,cs), -(275,1443,o), -(100,1268,o), -(100,1052,cs), -(100,835,o), -(275,662,o), -(491,662,cs) -); -} -); -width = 1422; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(567,-72,l), -(617,-72,l), -(939,1443,l), -(889,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(250,-72,l), -(300,-72,l), -(622,1443,l), -(572,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(455,893,o), -(480,1012,o), -(513,1165,c), -(545,1316,o), -(572,1443,o), -(572,1443,cs), -(403,1443,o), -(270,1321,o), -(238,1169,cs), -(205,1015,o), -(303,893,o), -(455,893,cs) -); -} -); -width = 843; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(812,-142,l), -(992,-142,l), -(1328,1443,l), -(1148,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(368,-142,l), -(548,-142,l), -(884,1443,l), -(704,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(736,662,o), -(754,820,o), -(800,1037,cs), -(846,1251,o), -(902,1443,o), -(687,1443,cs), -(471,1443,o), -(259,1268,o), -(213,1052,cs), -(167,835,o), -(305,662,o), -(521,662,cs) -); -} -); -width = 1233; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(856,-142,l), -(1176,-142,l), -(1512,1443,l), -(1192,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(362,-142,l), -(682,-142,l), -(1018,1443,l), -(698,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(730,662,o), -(748,820,o), -(794,1037,cs), -(840,1251,o), -(896,1443,o), -(681,1443,cs), -(465,1443,o), -(253,1268,o), -(207,1052,cs), -(161,835,o), -(299,662,o), -(515,662,cs) -); -} -); -width = 1423; -} -); -metricLeft = H; -metricRight = H; -unicode = 182; -}, -{ -glyphname = section; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = bottom; -pos = (377,0); -}, -{ -name = top; -pos = (377,1040); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(632,382,o), -(809,449,o), -(809,645,cs), -(809,799,o), -(711,866,o), -(489,930,cs), -(269,993,o), -(198,1065,o), -(198,1178,cs), -(198,1292,o), -(303,1362,o), -(453,1362,cs), -(545,1362,o), -(649,1337,o), -(741,1279,c), -(740,1327,l), -(639,1389,o), -(548,1407,o), -(453,1407,c), -(275,1407,o), -(149,1315,o), -(149,1171,cs), -(149,1041,o), -(229,956,o), -(467,890,cs), -(669,834,o), -(759,779,o), -(760,645,cs), -(761,510,o), -(649,428,o), -(462,428,cs), -(369,428,o), -(176,490,o), -(151,651,c), -(135,608,l), -(135,484,o), -(333,383,o), -(426,383,c) -); -}, -{ -closed = 1; -nodes = ( -(642,-151,o), -(779,-45,o), -(779,118,cs), -(779,272,o), -(681,339,o), -(459,403,cs), -(239,466,o), -(168,538,o), -(168,651,cs), -(168,765,o), -(273,840,o), -(423,835,cs), -(698,825,o), -(756,749,o), -(762,648,c), -(761,696,l), -(746,801,o), -(594,880,o), -(423,880,c), -(245,880,o), -(119,788,o), -(119,644,cs), -(119,514,o), -(199,429,o), -(437,363,cs), -(639,307,o), -(729,252,o), -(730,118,cs), -(731,-17,o), -(619,-105,o), -(432,-105,cs), -(339,-105,o), -(239,-75,o), -(116,19,c), -(100,-24,l), -(198,-103,o), -(308,-150,o), -(436,-150,c) -); -} -); -width = 909; -}, -{ -anchors = ( -{ -name = bottom; -pos = (448,0); -}, -{ -name = top; -pos = (448,1040); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(787,302,o), -(950,426,o), -(950,625,cs), -(950,816,o), -(798,929,o), -(557,918,cs), -(405,911,o), -(309,988,o), -(309,1118,cs), -(309,1219,o), -(392,1282,o), -(524,1282,cs), -(641,1282,o), -(776,1242,o), -(874,1179,c), -(870,1360,l), -(790,1413,o), -(657,1447,o), -(524,1447,cs), -(282,1447,o), -(130,1317,o), -(130,1111,cs), -(130,911,o), -(273,776,o), -(502,762,cs), -(666,752,o), -(770,695,o), -(771,615,cs), -(772,525,o), -(680,468,o), -(533,468,cs), -(390,468,o), -(299,527,o), -(297,622,c), -(136,600,l), -(144,418,o), -(295,303,o), -(527,303,cs) -); -}, -{ -closed = 1; -nodes = ( -(779,-211,o), -(950,-84,o), -(950,118,cs), -(950,335,o), -(787,470,o), -(527,467,cs), -(387,465,o), -(299,524,o), -(299,621,cs), -(299,703,o), -(385,755,o), -(522,755,cs), -(671,755,o), -(768,701,o), -(773,614,c), -(943,629,l), -(942,808,o), -(769,920,o), -(494,920,cs), -(264,920,o), -(120,806,o), -(120,624,cs), -(120,427,o), -(277,303,o), -(528,302,cs), -(675,301,o), -(769,230,o), -(771,118,cs), -(773,18,o), -(670,-45,o), -(503,-45,cs), -(378,-45,o), -(246,9,o), -(159,96,c), -(100,-62,l), -(201,-153,o), -(358,-210,o), -(507,-210,cs) -); -} -); -width = 1050; -}, -{ -anchors = ( -{ -name = bottom; -pos = (377,0); -}, -{ -name = top; -pos = (377,1040); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(829,332,o), -(995,456,o), -(995,653,cs), -(995,838,o), -(825,954,o), -(554,954,cs), -(464,954,o), -(408,1016,o), -(408,1116,cs), -(408,1201,o), -(477,1255,o), -(587,1255,cs), -(686,1255,o), -(813,1221,o), -(916,1167,c), -(916,1374,l), -(835,1439,o), -(694,1479,o), -(551,1479,cs), -(285,1479,o), -(118,1346,o), -(118,1134,cs), -(118,904,o), -(290,760,o), -(565,760,cs), -(652,760,o), -(707,720,o), -(707,657,cs), -(707,599,o), -(647,562,o), -(551,562,cs), -(468,562,o), -(416,600,o), -(416,661,c), -(263,473,l), -(373,386,o), -(489,332,o), -(565,332,c) -); -}, -{ -closed = 1; -nodes = ( -(837,-173,o), -(1022,-38,o), -(1022,178,cs), -(1022,405,o), -(841,548,o), -(554,548,cs), -(469,548,o), -(415,592,o), -(415,661,cs), -(415,716,o), -(472,750,o), -(564,750,cs), -(656,750,o), -(712,713,o), -(709,654,c), -(858,835,l), -(773,896,o), -(646,934,o), -(528,934,cs), -(280,934,o), -(125,828,o), -(125,659,cs), -(125,447,o), -(291,314,o), -(555,314,cs), -(665,314,o), -(734,263,o), -(734,182,cs), -(734,105,o), -(655,57,o), -(528,57,cs), -(440,57,o), -(313,101,o), -(200,171,c), -(100,-23,l), -(216,-115,o), -(387,-173,o), -(542,-173,c) -); -} -); -width = 1122; -}, -{ -anchors = ( -{ -name = bottom; -pos = (271,0); -}, -{ -name = top; -pos = (455,1040); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(594,382,o), -(782,449,o), -(817,645,cs), -(844,799,o), -(758,866,o), -(547,930,cs), -(338,993,o), -(280,1065,o), -(300,1178,cs), -(320,1292,o), -(437,1362,o), -(587,1362,cs), -(679,1362,o), -(779,1337,o), -(861,1279,c), -(868,1327,l), -(778,1389,o), -(690,1407,o), -(595,1407,c), -(417,1407,o), -(275,1315,o), -(250,1171,cs), -(227,1041,o), -(292,956,o), -(518,890,cs), -(710,834,o), -(791,779,o), -(768,645,cs), -(745,510,o), -(619,428,o), -(432,428,cs), -(339,428,o), -(157,490,o), -(160,651,c), -(136,608,l), -(115,484,o), -(295,383,o), -(388,383,c) -); -}, -{ -closed = 1; -nodes = ( -(510,-151,o), -(665,-45,o), -(694,118,cs), -(721,272,o), -(635,339,o), -(424,403,cs), -(215,466,o), -(157,538,o), -(177,651,cs), -(197,765,o), -(315,840,o), -(464,835,cs), -(738,825,o), -(782,749,o), -(770,648,c), -(778,696,l), -(781,801,o), -(643,880,o), -(472,880,c), -(294,880,o), -(152,788,o), -(127,644,cs), -(104,514,o), -(169,429,o), -(395,363,cs), -(587,307,o), -(668,252,o), -(645,118,cs), -(622,-17,o), -(495,-105,o), -(308,-105,cs), -(215,-105,o), -(120,-75,o), -(14,19,c), -(-10,-24,l), -(74,-103,o), -(176,-150,o), -(304,-150,c) -); -} -); -width = 891; -}, -{ -anchors = ( -{ -name = bottom; -pos = (348,0); -}, -{ -name = top; -pos = (531,1040); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(740,302,o), -(925,426,o), -(960,625,cs), -(994,816,o), -(862,929,o), -(619,918,cs), -(466,911,o), -(383,988,o), -(406,1118,cs), -(424,1219,o), -(518,1282,o), -(650,1282,cs), -(767,1282,o), -(895,1242,o), -(982,1179,c), -(1010,1360,l), -(939,1413,o), -(812,1447,o), -(679,1447,cs), -(437,1447,o), -(262,1317,o), -(226,1111,cs), -(191,911,o), -(310,776,o), -(536,762,cs), -(699,752,o), -(792,695,o), -(779,615,cs), -(765,525,o), -(662,468,o), -(515,468,cs), -(372,468,o), -(292,527,o), -(307,622,c), -(142,600,l), -(118,418,o), -(248,303,o), -(480,303,cs) -); -}, -{ -closed = 1; -nodes = ( -(642,-211,o), -(835,-84,o), -(871,118,cs), -(909,335,o), -(770,470,o), -(509,467,cs), -(369,465,o), -(291,524,o), -(308,621,cs), -(323,703,o), -(418,755,o), -(555,755,cs), -(704,755,o), -(792,701,o), -(781,614,c), -(954,629,l), -(984,808,o), -(831,920,o), -(556,920,cs), -(326,920,o), -(162,806,o), -(130,624,cs), -(95,427,o), -(230,303,o), -(481,302,cs), -(628,301,o), -(709,230,o), -(692,118,cs), -(676,18,o), -(562,-45,o), -(395,-45,cs), -(270,-45,o), -(148,9,o), -(76,96,c), -(-11,-62,l), -(74,-153,o), -(221,-210,o), -(370,-210,cs) -); -} -); -width = 1057; -}, -{ -anchors = ( -{ -name = bottom; -pos = (398,0); -}, -{ -name = top; -pos = (398,1040); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(793,332,o), -(981,456,o), -(1016,653,cs), -(1049,838,o), -(899,954,o), -(628,954,cs), -(538,954,o), -(493,1016,o), -(511,1116,cs), -(526,1201,o), -(604,1255,o), -(714,1255,cs), -(813,1255,o), -(934,1221,o), -(1028,1167,c), -(1064,1374,l), -(995,1439,o), -(861,1479,o), -(718,1479,cs), -(452,1479,o), -(261,1346,o), -(224,1134,cs), -(183,904,o), -(330,760,o), -(605,760,cs), -(692,760,o), -(740,720,o), -(729,657,cs), -(718,599,o), -(652,562,o), -(556,562,cs), -(473,562,o), -(428,600,o), -(438,661,c), -(252,473,l), -(347,386,o), -(453,332,o), -(529,332,c) -); -}, -{ -closed = 1; -nodes = ( -(712,-173,o), -(921,-38,o), -(959,178,cs), -(999,405,o), -(843,548,o), -(556,548,cs), -(471,548,o), -(425,592,o), -(437,661,cs), -(447,716,o), -(510,750,o), -(602,750,cs), -(694,750,o), -(744,713,o), -(730,654,c), -(911,835,l), -(837,896,o), -(717,934,o), -(599,934,cs), -(351,934,o), -(177,828,o), -(147,659,cs), -(110,447,o), -(252,314,o), -(516,314,cs), -(626,314,o), -(686,263,o), -(672,182,cs), -(658,105,o), -(571,57,o), -(444,57,cs), -(356,57,o), -(237,101,o), -(136,171,c), -(2,-23,l), -(102,-115,o), -(262,-173,o), -(417,-173,c) -); -} -); -width = 1138; -} -); -metricLeft = H; -metricRight = H; -unicode = 167; -}, -{ -glyphname = copyright; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(484,452,o), -(644,287,o), -(848,287,cs), -(960,287,o), -(1089,356,o), -(1141,444,c), -(1104,474,l), -(1058,396,o), -(946,335,o), -(848,335,cs), -(672,335,o), -(534,478,o), -(534,661,cs), -(534,844,o), -(672,987,o), -(848,987,cs), -(949,987,o), -(1061,926,o), -(1104,849,c), -(1141,878,l), -(1090,966,o), -(961,1035,o), -(848,1035,cs), -(644,1035,o), -(484,870,o), -(484,661,c) -); -}, -{ -closed = 1; -nodes = ( -(1265,-112,o), -(1605,228,o), -(1605,661,cs), -(1605,1094,o), -(1265,1434,o), -(833,1434,cs), -(400,1434,o), -(60,1094,o), -(60,661,cs), -(60,228,o), -(400,-112,o), -(833,-112,cs) -); -}, -{ -closed = 1; -nodes = ( -(427,-64,o), -(109,255,o), -(110,661,cs), -(111,1067,o), -(429,1386,o), -(833,1386,cs), -(1238,1386,o), -(1556,1067,o), -(1555,661,cs), -(1554,255,o), -(1236,-64,o), -(833,-64,cs) -); -} -); -width = 1665; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(471,444,o), -(633,287,o), -(857,287,cs), -(974,287,o), -(1097,353,o), -(1150,444,c), -(1043,536,l), -(1016,479,o), -(942,437,o), -(867,437,cs), -(730,437,o), -(631,531,o), -(631,661,cs), -(631,791,o), -(730,885,o), -(867,885,cs), -(937,885,o), -(1011,846,o), -(1043,791,c), -(1160,868,l), -(1105,965,o), -(977,1035,o), -(857,1035,cs), -(633,1035,o), -(471,878,o), -(471,661,cs) -); -}, -{ -closed = 1; -nodes = ( -(1297,-112,o), -(1625,213,o), -(1625,661,cs), -(1625,1109,o), -(1297,1434,o), -(843,1434,cs), -(389,1434,o), -(60,1109,o), -(60,661,cs), -(60,213,o), -(389,-112,o), -(843,-112,cs) -); -}, -{ -closed = 1; -nodes = ( -(493,48,o), -(240,305,o), -(240,661,cs), -(240,1017,o), -(493,1274,o), -(843,1274,cs), -(1192,1274,o), -(1445,1017,o), -(1445,661,cs), -(1445,305,o), -(1192,48,o), -(843,48,cs) -); -} -); -width = 1685; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(452,432,o), -(641,247,o), -(881,247,cs), -(1024,247,o), -(1181,349,o), -(1238,479,c), -(1044,579,l), -(1020,524,o), -(952,481,o), -(890,481,cs), -(785,481,o), -(703,562,o), -(703,666,cs), -(703,770,o), -(785,852,o), -(890,852,cs), -(952,852,o), -(1019,810,o), -(1043,756,c), -(1238,853,l), -(1183,983,o), -(1026,1086,o), -(881,1086,cs), -(638,1086,o), -(449,902,o), -(451,668,cs) -); -}, -{ -closed = 1; -nodes = ( -(1320,-127,o), -(1675,220,o), -(1675,661,cs), -(1675,1108,o), -(1320,1459,o), -(868,1459,cs), -(416,1459,o), -(60,1108,o), -(60,661,cs), -(60,220,o), -(416,-127,o), -(868,-127,cs) -); -}, -{ -closed = 1; -nodes = ( -(557,106,o), -(313,350,o), -(313,661,cs), -(313,977,o), -(557,1226,o), -(868,1226,cs), -(1178,1226,o), -(1422,977,o), -(1422,661,cs), -(1422,350,o), -(1178,106,o), -(868,106,cs) -); -} -); -width = 1735; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(477,452,o), -(608,287,o), -(812,287,cs), -(925,287,o), -(1066,356,o), -(1133,444,c), -(1101,474,l), -(1041,396,o), -(918,335,o), -(821,335,cs), -(645,335,o), -(532,478,o), -(564,661,cs), -(596,844,o), -(759,987,o), -(935,987,cs), -(1036,987,o), -(1138,926,o), -(1167,849,c), -(1209,878,l), -(1174,966,o), -(1058,1035,o), -(944,1035,cs), -(741,1035,o), -(551,870,o), -(514,661,c) -); -}, -{ -closed = 1; -nodes = ( -(1161,-112,o), -(1558,228,o), -(1635,661,cs), -(1712,1094,o), -(1432,1434,o), -(999,1434,cs), -(567,1434,o), -(167,1094,o), -(90,661,cs), -(13,228,o), -(296,-112,o), -(732,-112,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,-64,o), -(68,255,o), -(140,661,cs), -(212,1067,o), -(591,1386,o), -(1002,1386,cs), -(1401,1386,o), -(1657,1067,o), -(1585,661,cs), -(1513,255,o), -(1136,-64,o), -(729,-64,cs) -); -} -); -width = 1666; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,444,o), -(598,287,o), -(822,287,cs), -(939,287,o), -(1074,353,o), -(1143,444,c), -(1052,536,l), -(1014,479,o), -(933,437,o), -(859,437,cs), -(722,437,o), -(639,531,o), -(662,661,cs), -(685,791,o), -(800,885,o), -(937,885,cs), -(1008,885,o), -(1075,846,o), -(1097,791,c), -(1227,868,l), -(1189,965,o), -(1075,1035,o), -(954,1035,cs), -(731,1035,o), -(541,878,o), -(502,661,cs) -); -}, -{ -closed = 1; -nodes = ( -(1191,-112,o), -(1577,213,o), -(1656,661,cs), -(1735,1109,o), -(1464,1434,o), -(1010,1434,cs), -(556,1434,o), -(170,1109,o), -(91,661,cs), -(12,213,o), -(283,-112,o), -(738,-112,cs) -); -}, -{ -closed = 1; -nodes = ( -(408,48,o), -(209,305,o), -(271,661,cs), -(333,1017,o), -(640,1274,o), -(1002,1274,cs), -(1339,1274,o), -(1538,1017,o), -(1476,661,cs), -(1414,305,o), -(1107,48,o), -(746,48,cs) -); -} -); -width = 1687; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(433,415,o), -(575,247,o), -(832,247,cs), -(984,247,o), -(1143,340,o), -(1230,479,c), -(1054,579,l), -(1018,520,o), -(949,481,o), -(882,481,cs), -(770,481,o), -(709,555,o), -(728,666,cs), -(748,778,o), -(836,852,o), -(948,852,cs), -(1014,852,o), -(1068,814,o), -(1084,756,c), -(1296,853,l), -(1263,993,o), -(1136,1086,o), -(980,1086,cs), -(721,1086,o), -(519,919,o), -(476,668,cs) -); -}, -{ -closed = 1; -nodes = ( -(1238,-127,o), -(1616,188,o), -(1699,661,cs), -(1784,1140,o), -(1518,1459,o), -(1033,1459,cs), -(549,1459,o), -(169,1140,o), -(84,661,cs), -(1,188,o), -(269,-127,o), -(753,-127,cs) -); -}, -{ -closed = 1; -nodes = ( -(449,106,o), -(278,328,o), -(337,661,cs), -(397,1000,o), -(667,1226,o), -(1012,1226,cs), -(1332,1226,o), -(1506,1000,o), -(1446,661,cs), -(1387,328,o), -(1115,106,o), -(764,106,cs) -); -} -); -width = 1736; -} -); -metricLeft = O; -metricRight = O; -unicode = 169; -}, -{ -glyphname = registered; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(697,659,o), -(863,825,o), -(863,1062,cs), -(863,1297,o), -(697,1463,o), -(462,1463,cs), -(226,1463,o), -(60,1297,o), -(60,1062,cs), -(60,825,o), -(226,659,o), -(462,659,cs) -); -}, -{ -closed = 1; -nodes = ( -(254,707,o), -(108,854,o), -(108,1062,cs), -(108,1269,o), -(254,1415,o), -(462,1415,cs), -(669,1415,o), -(815,1269,o), -(815,1062,cs), -(815,854,o), -(669,707,o), -(462,707,cs) -); -}, -{ -closed = 1; -nodes = ( -(320,867,l), -(369,867,l), -(369,994,l), -(490,994,ls), -(576,994,o), -(636,1049,o), -(636,1127,cs), -(636,1207,o), -(576,1264,o), -(490,1264,cs), -(320,1264,l) -); -}, -{ -closed = 1; -nodes = ( -(369,1216,l), -(488,1216,ls), -(546,1216,o), -(586,1178,o), -(586,1123,cs), -(586,1075,o), -(546,1042,o), -(490,1042,cs), -(369,1042,l) -); -}, -{ -closed = 1; -nodes = ( -(492,1003,l), -(574,867,l), -(632,867,l), -(533,1026,l) -); -} -); -width = 923; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(702,637,o), -(887,822,o), -(887,1050,cs), -(887,1278,o), -(702,1463,o), -(474,1463,cs), -(246,1463,o), -(60,1278,o), -(60,1050,cs), -(60,822,o), -(246,637,o), -(474,637,cs) -); -}, -{ -closed = 1; -nodes = ( -(308,752,o), -(175,886,o), -(175,1050,cs), -(175,1216,o), -(308,1349,o), -(474,1349,cs), -(640,1349,o), -(772,1216,o), -(772,1050,cs), -(772,886,o), -(640,752,o), -(474,752,cs) -); -}, -{ -closed = 1; -nodes = ( -(327,857,l), -(406,857,l), -(406,984,l), -(492,984,ls), -(579,984,o), -(638,1037,o), -(638,1117,cs), -(638,1192,o), -(579,1244,o), -(492,1244,cs), -(327,1244,l) -); -}, -{ -closed = 1; -nodes = ( -(406,1176,l), -(488,1176,ls), -(529,1176,o), -(559,1152,o), -(559,1112,cs), -(559,1079,o), -(531,1053,o), -(489,1053,cs), -(406,1053,l) -); -}, -{ -closed = 1; -nodes = ( -(477,993,l), -(559,857,l), -(644,857,l), -(545,1016,l) -); -} -); -width = 947; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(864,494,o), -(1073,698,o), -(1073,987,cs), -(1073,1277,o), -(864,1480,o), -(567,1480,cs), -(269,1480,o), -(60,1277,o), -(60,987,cs), -(60,698,o), -(269,494,o), -(567,494,cs) -); -}, -{ -closed = 1; -nodes = ( -(365,638,o), -(222,783,o), -(222,987,cs), -(222,1192,o), -(365,1336,o), -(567,1336,cs), -(769,1336,o), -(911,1192,o), -(911,987,cs), -(911,783,o), -(769,638,o), -(567,638,cs) -); -}, -{ -closed = 1; -nodes = ( -(374,744,l), -(509,744,l), -(509,892,l), -(597,892,ls), -(708,892,o), -(787,964,o), -(787,1066,cs), -(787,1163,o), -(708,1231,o), -(597,1231,cs), -(374,1231,l) -); -}, -{ -closed = 1; -nodes = ( -(509,1114,l), -(601,1114,ls), -(636,1114,o), -(661,1092,o), -(661,1060,cs), -(661,1031,o), -(637,1009,o), -(602,1009,cs), -(509,1009,l) -); -}, -{ -closed = 1; -nodes = ( -(562,909,l), -(632,744,l), -(783,744,l), -(689,941,l) -); -} -); -width = 1133; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(823,659,o), -(989,825,o), -(989,1062,cs), -(989,1297,o), -(823,1463,o), -(588,1463,cs), -(352,1463,o), -(186,1297,o), -(186,1062,cs), -(186,825,o), -(352,659,o), -(588,659,cs) -); -}, -{ -closed = 1; -nodes = ( -(380,707,o), -(234,854,o), -(234,1062,cs), -(234,1269,o), -(380,1415,o), -(588,1415,cs), -(795,1415,o), -(941,1269,o), -(941,1062,cs), -(941,854,o), -(795,707,o), -(588,707,cs) -); -}, -{ -closed = 1; -nodes = ( -(446,867,l), -(495,867,l), -(495,994,l), -(616,994,ls), -(702,994,o), -(762,1049,o), -(762,1127,cs), -(762,1207,o), -(702,1264,o), -(616,1264,cs), -(446,1264,l) -); -}, -{ -closed = 1; -nodes = ( -(495,1216,l), -(614,1216,ls), -(672,1216,o), -(712,1178,o), -(712,1123,cs), -(712,1075,o), -(672,1042,o), -(616,1042,cs), -(495,1042,l) -); -}, -{ -closed = 1; -nodes = ( -(618,1003,l), -(700,867,l), -(758,867,l), -(659,1026,l) -); -} -); -width = 945; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(824,637,o), -(1009,822,o), -(1009,1050,cs), -(1009,1278,o), -(824,1463,o), -(596,1463,cs), -(368,1463,o), -(182,1278,o), -(182,1050,cs), -(182,822,o), -(368,637,o), -(596,637,cs) -); -}, -{ -closed = 1; -nodes = ( -(430,752,o), -(297,886,o), -(297,1050,cs), -(297,1216,o), -(430,1349,o), -(596,1349,cs), -(762,1349,o), -(894,1216,o), -(894,1050,cs), -(894,886,o), -(762,752,o), -(596,752,cs) -); -}, -{ -closed = 1; -nodes = ( -(449,857,l), -(528,857,l), -(528,984,l), -(614,984,ls), -(701,984,o), -(760,1037,o), -(760,1117,cs), -(760,1192,o), -(701,1244,o), -(614,1244,cs), -(449,1244,l) -); -}, -{ -closed = 1; -nodes = ( -(528,1176,l), -(610,1176,ls), -(651,1176,o), -(681,1152,o), -(681,1112,cs), -(681,1079,o), -(653,1053,o), -(611,1053,cs), -(528,1053,l) -); -}, -{ -closed = 1; -nodes = ( -(599,993,l), -(681,857,l), -(766,857,l), -(667,1016,l) -); -} -); -width = 966; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(970,494,o), -(1179,698,o), -(1179,987,cs), -(1179,1277,o), -(970,1480,o), -(673,1480,cs), -(375,1480,o), -(166,1277,o), -(166,987,cs), -(166,698,o), -(375,494,o), -(673,494,cs) -); -}, -{ -closed = 1; -nodes = ( -(471,638,o), -(328,783,o), -(328,987,cs), -(328,1192,o), -(471,1336,o), -(673,1336,cs), -(875,1336,o), -(1017,1192,o), -(1017,987,cs), -(1017,783,o), -(875,638,o), -(673,638,cs) -); -}, -{ -closed = 1; -nodes = ( -(480,744,l), -(615,744,l), -(615,892,l), -(703,892,ls), -(814,892,o), -(893,964,o), -(893,1066,cs), -(893,1163,o), -(814,1231,o), -(703,1231,cs), -(480,1231,l) -); -}, -{ -closed = 1; -nodes = ( -(615,1114,l), -(707,1114,ls), -(742,1114,o), -(767,1092,o), -(767,1060,cs), -(767,1031,o), -(743,1009,o), -(708,1009,cs), -(615,1009,l) -); -}, -{ -closed = 1; -nodes = ( -(668,909,l), -(738,744,l), -(889,744,l), -(795,941,l) -); -} -); -width = 1159; -} -); -metricLeft = O; -metricRight = O; -unicode = 174; -}, -{ -glyphname = trademark; -lastChange = "2025-05-11 06:17:07 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1397,l), -(369,1397,l), -(369,650,l), -(417,650,l), -(417,1397,l), -(685,1397,l), -(685,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(766,650,l), -(813,650,l), -(813,1351,l), -(824,1351,l), -(806,1366,l), -(1152,942,l), -(1163,942,l), -(1511,1366,l), -(1489,1351,l), -(1504,1351,l), -(1504,650,l), -(1551,650,l), -(1551,1443,l), -(1510,1443,l), -(1158,1008,l), -(1156,1008,l), -(807,1443,l), -(766,1443,l) -); -} -); -width = 1651; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1310,l), -(345,1310,l), -(345,650,l), -(503,650,l), -(503,1310,l), -(748,1310,l), -(748,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(803,650,l), -(963,650,l), -(963,1200,l), -(990,1200,l), -(864,1322,l), -(1243,881,l), -(1254,881,l), -(1612,1297,l), -(1501,1199,l), -(1534,1199,l), -(1534,650,l), -(1693,650,l), -(1693,1443,l), -(1534,1443,l), -(1250,1099,l), -(1246,1099,l), -(963,1443,l), -(803,1443,l) -); -} -); -width = 1793; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1263,l), -(306,1263,l), -(305,706,l), -(520,706,l), -(520,1263,l), -(725,1263,l), -(725,1442,l), -(100,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(803,705,l), -(1008,705,l), -(1008,1172,l), -(1078,1172,l), -(881,1358,l), -(1201,922,l), -(1243,922,l), -(1564,1358,l), -(1370,1170,l), -(1436,1170,l), -(1436,705,l), -(1641,705,l), -(1641,1443,l), -(1423,1443,l), -(1223,1163,l), -(1221,1163,l), -(1018,1443,l), -(803,1443,l) -); -} -); -width = 1741; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1417,l), -(575,1417,l), -(575,650,l), -(603,650,l), -(603,1417,l), -(881,1417,l), -(881,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(962,650,l), -(989,650,l), -(989,1411,l), -(1000,1411,l), -(982,1426,l), -(1348,972,l), -(1359,972,l), -(1727,1426,l), -(1705,1411,l), -(1720,1411,l), -(1720,650,l), -(1747,650,l), -(1747,1443,l), -(1706,1443,l), -(1354,1008,l), -(1352,1008,l), -(1003,1443,l), -(962,1443,l) -); -} -); -width = 1819; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1310,l), -(541,1310,l), -(541,650,l), -(699,650,l), -(699,1310,l), -(944,1310,l), -(944,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(999,650,l), -(1159,650,l), -(1159,1200,l), -(1186,1200,l), -(1060,1322,l), -(1439,881,l), -(1450,881,l), -(1808,1297,l), -(1697,1199,l), -(1730,1199,l), -(1730,650,l), -(1889,650,l), -(1889,1443,l), -(1730,1443,l), -(1446,1099,l), -(1442,1099,l), -(1159,1443,l), -(999,1443,l) -); -} -); -width = 1961; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,1263,l), -(496,1263,l), -(495,706,l), -(710,706,l), -(710,1263,l), -(915,1263,l), -(915,1442,l), -(290,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(993,705,l), -(1198,705,l), -(1198,1172,l), -(1268,1172,l), -(1071,1358,l), -(1391,922,l), -(1433,922,l), -(1754,1358,l), -(1560,1170,l), -(1626,1170,l), -(1626,705,l), -(1831,705,l), -(1831,1443,l), -(1613,1443,l), -(1413,1163,l), -(1411,1163,l), -(1208,1443,l), -(993,1443,l) -); -} -); -width = 1898; -} -); -metricLeft = H; -metricRight = H; -unicode = 8482; -}, -{ -glyphname = degree; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,1005,o), -(509,1099,o), -(509,1229,cs), -(509,1358,o), -(415,1452,o), -(284,1452,cs), -(154,1452,o), -(60,1358,o), -(60,1229,cs), -(60,1099,o), -(154,1005,o), -(284,1005,cs) -); -}, -{ -closed = 1; -nodes = ( -(183,1053,o), -(110,1127,o), -(110,1229,cs), -(110,1331,o), -(183,1404,o), -(284,1404,cs), -(386,1404,o), -(459,1331,o), -(459,1229,cs), -(459,1127,o), -(386,1053,o), -(284,1053,cs) -); -} -); -width = 569; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(479,978,o), -(590,1078,o), -(590,1216,cs), -(590,1353,o), -(479,1453,o), -(325,1453,cs), -(171,1453,o), -(60,1353,o), -(60,1216,cs), -(60,1078,o), -(171,978,o), -(325,978,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,1104,o), -(222,1151,o), -(222,1216,cs), -(222,1280,o), -(265,1327,o), -(325,1327,cs), -(385,1327,o), -(428,1280,o), -(428,1216,cs), -(428,1151,o), -(385,1104,o), -(325,1104,cs) -); -} -); -width = 650; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(650,834,o), -(807,970,o), -(807,1157,cs), -(807,1345,o), -(650,1481,o), -(434,1481,cs), -(217,1481,o), -(60,1345,o), -(60,1157,cs), -(60,970,o), -(217,834,o), -(434,834,cs) -); -}, -{ -closed = 1; -nodes = ( -(375,1042,o), -(332,1090,o), -(332,1157,cs), -(332,1224,o), -(375,1273,o), -(434,1273,cs), -(493,1273,o), -(535,1224,o), -(535,1157,cs), -(535,1090,o), -(493,1042,o), -(434,1042,cs) -); -} -); -width = 867; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(526,1005,o), -(637,1099,o), -(660,1229,cs), -(683,1358,o), -(605,1452,o), -(474,1452,cs), -(345,1452,o), -(234,1358,o), -(211,1229,cs), -(188,1099,o), -(266,1005,o), -(396,1005,cs) -); -}, -{ -closed = 1; -nodes = ( -(299,1053,o), -(243,1127,o), -(261,1229,cs), -(279,1331,o), -(369,1404,o), -(476,1404,cs), -(572,1404,o), -(628,1331,o), -(610,1229,cs), -(592,1127,o), -(501,1053,o), -(394,1053,cs) -); -} -); -width = 569; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(584,978,o), -(713,1078,o), -(738,1216,cs), -(762,1353,o), -(669,1453,o), -(515,1453,cs), -(361,1453,o), -(232,1353,o), -(208,1216,cs), -(183,1078,o), -(277,978,o), -(431,978,cs) -); -}, -{ -closed = 1; -nodes = ( -(389,1104,o), -(359,1151,o), -(370,1216,cs), -(381,1280,o), -(437,1327,o), -(503,1327,cs), -(557,1327,o), -(587,1280,o), -(576,1216,cs), -(565,1151,o), -(509,1104,o), -(443,1104,cs) -); -} -); -width = 650; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(726,834,o), -(902,970,o), -(936,1157,cs), -(969,1345,o), -(832,1481,o), -(610,1481,cs), -(399,1481,o), -(222,1345,o), -(189,1157,cs), -(155,970,o), -(292,834,o), -(516,834,cs) -); -}, -{ -closed = 1; -nodes = ( -(480,1042,o), -(450,1090,o), -(461,1157,cs), -(473,1224,o), -(529,1273,o), -(593,1273,cs), -(646,1273,o), -(676,1224,o), -(664,1157,cs), -(653,1090,o), -(598,1042,o), -(533,1042,cs) -); -} -); -width = 867; -} -); -metricLeft = O; -metricRight = O; -unicode = 176; -}, -{ -glyphname = bar; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-263,l), -(150,-263,l), -(150,1443,l), -(100,1443,l) -); -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-293,l), -(280,-293,l), -(280,1443,l), -(100,1443,l) -); -} -); -width = 380; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(214,-310,l), -(214,1524,l), -(-59,1524,l), -(-59,-310,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-285,l), -(520,-285,l), -(520,1443,l), -(100,1443,l) -); -} -); -width = 620; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-66,-263,l), -(-16,-263,l), -(346,1443,l), -(296,1443,l) -); -} -); -width = 250; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-72,-293,l), -(108,-293,l), -(476,1443,l), -(296,1443,l) -); -} -); -width = 381; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(221,-310,l), -(221,1524,l), -(-52,1524,l), -(-52,-310,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-77,-285,l), -(343,-285,l), -(711,1443,l), -(291,1443,l) -); -} -); -width = 621; -} -); -metricLeft = H; -metricRight = H; -unicode = 124; -}, -{ -glyphname = brokenbar; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,718,l), -(150,718,l), -(150,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-276,l), -(150,-276,l), -(150,449,l), -(100,449,l) -); -} -); -width = 250; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,718,l), -(280,718,l), -(280,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-276,l), -(280,-276,l), -(280,449,l), -(100,449,l) -); -} -); -width = 380; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,718,l), -(520,718,l), -(520,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(100,-276,l), -(520,-276,l), -(520,449,l), -(100,449,l) -); -} -); -width = 620; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,718,l), -(193,718,l), -(347,1443,l), -(297,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-69,-276,l), -(-19,-276,l), -(135,449,l), -(85,449,l) -); -} -); -width = 251; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,718,l), -(323,718,l), -(477,1443,l), -(297,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-69,-276,l), -(111,-276,l), -(265,449,l), -(85,449,l) -); -} -); -width = 381; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(137,718,l), -(557,718,l), -(711,1443,l), -(291,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(-75,-276,l), -(345,-276,l), -(499,449,l), -(79,449,l) -); -} -); -width = 621; -} -); -metricLeft = H; -metricRight = H; -unicode = 166; -}, -{ -glyphname = dagger; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1183,l), -(695,1183,l), -(695,1231,l), -(100,1231,l) -); -}, -{ -closed = 1; -nodes = ( -(375,1527,l), -(375,602,l), -(425,602,l), -(425,1527,l) -); -} -); -width = 795; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1141,l), -(695,1141,l), -(695,1301,l), -(100,1301,l) -); -}, -{ -closed = 1; -nodes = ( -(308,1527,l), -(308,602,l), -(487,602,l), -(487,1527,l) -); -} -); -width = 795; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1086,l), -(897,1086,l), -(897,1371,l), -(100,1371,l) -); -}, -{ -closed = 1; -nodes = ( -(319,1557,l), -(319,562,l), -(668,562,l), -(668,1557,l) -); -} -); -width = 997; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(241,1183,l), -(836,1183,l), -(846,1231,l), -(251,1231,l) -); -}, -{ -closed = 1; -nodes = ( -(589,1527,l), -(393,602,l), -(443,602,l), -(639,1527,l) -); -} -); -width = 795; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,1141,l), -(827,1141,l), -(861,1301,l), -(266,1301,l) -); -}, -{ -closed = 1; -nodes = ( -(522,1527,l), -(326,602,l), -(505,602,l), -(701,1527,l) -); -} -); -width = 795; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,1086,l), -(1012,1086,l), -(1072,1371,l), -(275,1371,l) -); -}, -{ -closed = 1; -nodes = ( -(534,1557,l), -(322,562,l), -(671,562,l), -(883,1557,l) -); -} -); -width = 998; -} -); -metricLeft = H; -metricRight = H; -unicode = 8224; -}, -{ -glyphname = literSign; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(327,515,o), -(701,758,o), -(788,1052,cs), -(833,1204,o), -(824,1270,o), -(768,1270,cs), -(695,1270,o), -(665,1100,o), -(647,1009,cs), -(632,931,o), -(579,612,o), -(577,500,cs), -(575,379,o), -(599,229,o), -(692,229,cs), -(776,229,o), -(849,317,o), -(890,431,c), -(1079,297,l), -(1004,120,o), -(897,-24,o), -(632,-24,cs), -(306,-24,o), -(289,365,o), -(289,504,cs), -(289,644,o), -(329,932,o), -(358,1047,cs), -(390,1176,o), -(451,1481,o), -(748,1481,cs), -(1026,1481,o), -(1066,1279,o), -(1005,1024,cs), -(919,666,o), -(420,307,o), -(73,170,c), -(-4,362,l) -); -} -); -}; -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,348,o), -(727,678,o), -(879,1032,cs), -(976,1255,o), -(947,1412,o), -(808,1412,cs), -(711,1412,o), -(600,1255,o), -(540,1032,cs), -(485,820,o), -(438,584,o), -(426,461,cs), -(400,207,o), -(480,29,o), -(620,29,cs), -(738,29,o), -(868,149,o), -(935,319,c), -(979,297,l), -(900,111,o), -(750,-20,o), -(616,-20,cs), -(448,-20,o), -(349,180,o), -(377,465,cs), -(390,594,o), -(436,828,o), -(488,1032,cs), -(554,1283,o), -(686,1460,o), -(808,1460,cs), -(982,1460,o), -(1032,1281,o), -(931,1027,cs), -(785,665,o), -(450,318,o), -(119,187,c), -(100,233,l) -); -} -); -width = 1083; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(347,515,o), -(721,758,o), -(808,1052,cs), -(853,1204,o), -(844,1270,o), -(788,1270,cs), -(715,1270,o), -(685,1100,o), -(667,1009,cs), -(652,931,o), -(599,612,o), -(597,500,cs), -(595,379,o), -(619,229,o), -(712,229,cs), -(796,229,o), -(869,317,o), -(910,431,c), -(1099,297,l), -(1024,120,o), -(917,-24,o), -(652,-24,cs), -(326,-24,o), -(309,365,o), -(309,504,cs), -(309,644,o), -(349,932,o), -(378,1047,cs), -(410,1176,o), -(471,1481,o), -(768,1481,cs), -(1046,1481,o), -(1086,1279,o), -(1025,1024,cs), -(939,666,o), -(440,307,o), -(93,170,c), -(16,362,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,440,o), -(660,710,o), -(799,1032,cs), -(871,1198,o), -(855,1302,o), -(758,1302,cs), -(666,1302,o), -(587,1198,o), -(554,1032,cs), -(527,908,o), -(511,707,o), -(512,511,cs), -(513,287,o), -(562,146,o), -(640,146,cs), -(737,146,o), -(837,244,o), -(898,399,c), -(1039,297,l), -(956,102,o), -(799,-20,o), -(632,-20,cs), -(455,-20,o), -(337,186,o), -(327,515,cs), -(322,669,o), -(338,868,o), -(368,1032,cs), -(417,1295,o), -(567,1460,o), -(758,1460,cs), -(1003,1460,o), -(1088,1287,o), -(978,1012,cs), -(823,624,o), -(499,291,o), -(139,149,c), -(100,333,l) -); -} -); -width = 1139; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(482,443,o), -(809,732,o), -(892,1012,cs), -(921,1111,o), -(909,1180,o), -(862,1180,cs), -(817,1180,o), -(771,1109,o), -(751,1009,cs), -(714,815,o), -(685,605,o), -(681,500,cs), -(676,360,o), -(723,261,o), -(796,259,cs), -(871,257,o), -(961,336,o), -(1014,451,c), -(1263,337,l), -(1167,125,o), -(989,-34,o), -(776,-34,cs), -(530,-34,o), -(347,188,o), -(333,504,cs), -(324,702,o), -(341,927,o), -(372,1047,cs), -(435,1302,o), -(633,1481,o), -(852,1481,cs), -(1143,1481,o), -(1303,1292,o), -(1239,1024,cs), -(1154,671,o), -(715,273,o), -(177,60,c), -(100,312,l) -); -} -); -width = 1363; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(352,515,o), -(726,758,o), -(813,1052,cs), -(858,1204,o), -(849,1270,o), -(793,1270,cs), -(720,1270,o), -(690,1100,o), -(672,1009,cs), -(657,931,o), -(604,612,o), -(602,500,cs), -(600,379,o), -(624,229,o), -(717,229,cs), -(801,229,o), -(874,317,o), -(915,431,c), -(1104,297,l), -(1029,120,o), -(922,-24,o), -(657,-24,cs), -(331,-24,o), -(314,365,o), -(314,504,cs), -(314,644,o), -(354,932,o), -(383,1047,cs), -(415,1176,o), -(476,1481,o), -(773,1481,cs), -(1051,1481,o), -(1091,1279,o), -(1030,1024,cs), -(944,666,o), -(445,307,o), -(98,170,c), -(21,362,l) -); -} -); -}; -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,348,o), -(745,678,o), -(959,1032,cs), -(1095,1255,o), -(1094,1412,o), -(955,1412,cs), -(858,1412,o), -(719,1255,o), -(620,1032,cs), -(528,820,o), -(439,584,o), -(405,461,cs), -(335,207,o), -(383,29,o), -(523,29,cs), -(641,29,o), -(792,149,o), -(889,319,c), -(929,297,l), -(818,111,o), -(645,-20,o), -(511,-20,cs), -(343,-20,o), -(279,180,o), -(357,465,cs), -(393,594,o), -(480,828,o), -(568,1032,cs), -(678,1283,o), -(841,1460,o), -(963,1460,cs), -(1137,1460,o), -(1156,1281,o), -(1010,1027,cs), -(800,665,o), -(404,318,o), -(50,187,c), -(39,233,l) -); -} -); -width = 1076; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(375,515,o), -(749,758,o), -(836,1052,cs), -(881,1204,o), -(872,1270,o), -(816,1270,cs), -(743,1270,o), -(713,1100,o), -(695,1009,cs), -(680,931,o), -(627,612,o), -(625,500,cs), -(623,379,o), -(647,229,o), -(740,229,cs), -(824,229,o), -(897,317,o), -(938,431,c), -(1127,297,l), -(1052,120,o), -(945,-24,o), -(680,-24,cs), -(354,-24,o), -(337,365,o), -(337,504,cs), -(337,644,o), -(377,932,o), -(406,1047,cs), -(438,1176,o), -(499,1481,o), -(796,1481,cs), -(1074,1481,o), -(1114,1279,o), -(1053,1024,cs), -(967,666,o), -(468,307,o), -(121,170,c), -(44,362,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,440,o), -(686,710,o), -(882,1032,cs), -(983,1198,o), -(986,1302,o), -(889,1302,cs), -(797,1302,o), -(699,1198,o), -(637,1032,cs), -(588,908,o), -(537,707,o), -(503,511,cs), -(465,287,o), -(489,146,o), -(567,146,cs), -(664,146,o), -(781,244,o), -(869,399,c), -(992,297,l), -(875,102,o), -(697,-20,o), -(530,-20,cs), -(353,-20,o), -(271,186,o), -(319,515,cs), -(341,669,o), -(392,868,o), -(451,1032,cs), -(546,1295,o), -(725,1460,o), -(916,1460,cs), -(1161,1460,o), -(1216,1287,o), -(1057,1012,cs), -(834,624,o), -(451,291,o), -(66,149,c), -(60,333,l) -); -} -); -width = 1139; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(455,443,o), -(832,732,o), -(965,1012,cs), -(1011,1111,o), -(1011,1180,o), -(964,1180,cs), -(919,1180,o), -(861,1109,o), -(823,1009,cs), -(752,815,o), -(686,605,o), -(664,500,cs), -(634,360,o), -(663,261,o), -(736,259,cs), -(811,257,o), -(915,336,o), -(988,451,c), -(1217,337,l), -(1083,125,o), -(877,-34,o), -(664,-34,cs), -(418,-34,o), -(275,188,o), -(316,504,cs), -(342,702,o), -(399,927,o), -(451,1047,cs), -(559,1302,o), -(789,1481,o), -(1008,1481,cs), -(1299,1481,o), -(1425,1292,o), -(1314,1024,cs), -(1167,671,o), -(658,273,o), -(82,60,c), -(49,312,l) -); -} -); -width = 1362; -} -); -metricLeft = H; -metricRight = H; -unicode = 8467; -}, -{ -glyphname = daggerdbl; -lastChange = "2025-05-11 06:16:07 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,873,l), -(715,873,l), -(715,921,l), -(120,921,l) -); -}, -{ -ref = dagger; -} -); -width = 815; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,801,l), -(710,801,l), -(710,961,l), -(115,961,l) -); -}, -{ -pos = (15,0); -ref = dagger; -} -); -width = 825; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(129,737,l), -(931,737,l), -(931,992,l), -(129,992,l) -); -}, -{ -pos = (32,0); -ref = dagger; -} -); -width = 1060; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,873,l), -(830,873,l), -(840,921,l), -(245,921,l) -); -}, -{ -ref = dagger; -} -); -width = 855; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,801,l), -(838,801,l), -(872,961,l), -(277,961,l) -); -}, -{ -ref = dagger; -} -); -width = 878; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,737,l), -(992,737,l), -(1046,992,l), -(244,992,l) -); -}, -{ -ref = dagger; -} -); -width = 1052; -} -); -metricLeft = H; -metricRight = H; -unicode = 8225; -}, -{ -glyphname = numero; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1823,884,o), -(1938,995,o), -(1938,1172,cs), -(1938,1349,o), -(1823,1460,o), -(1640,1460,cs), -(1463,1460,o), -(1352,1349,o), -(1352,1172,cs), -(1352,995,o), -(1463,884,o), -(1640,884,cs) -); -}, -{ -closed = 1; -nodes = ( -(1494,934,o), -(1402,1026,o), -(1402,1172,cs), -(1402,1318,o), -(1493,1410,o), -(1638,1410,cs), -(1792,1410,o), -(1888,1318,o), -(1888,1172,cs), -(1888,1026,o), -(1792,934,o), -(1640,934,cs) -); -}, -{ -closed = 1; -nodes = ( -(1347,741,l), -(1933,741,l), -(1933,786,l), -(1347,786,l) -); -}, -{ -ref = N; -} -); -width = 1998; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1931,824,o), -(2058,947,o), -(2058,1142,cs), -(2058,1337,o), -(1931,1460,o), -(1730,1460,cs), -(1535,1460,o), -(1412,1337,o), -(1412,1142,cs), -(1412,947,o), -(1535,824,o), -(1730,824,cs) -); -}, -{ -closed = 1; -nodes = ( -(1644,984,o), -(1589,1045,o), -(1589,1142,cs), -(1589,1239,o), -(1644,1300,o), -(1731,1300,cs), -(1823,1300,o), -(1880,1239,o), -(1880,1142,cs), -(1880,1045,o), -(1823,984,o), -(1732,984,cs) -); -}, -{ -closed = 1; -nodes = ( -(1414,606,l), -(2046,606,l), -(2046,756,l), -(1414,756,l) -); -}, -{ -ref = N; -} -); -width = 2118; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(2295,660,o), -(2462,817,o), -(2462,1068,cs), -(2462,1317,o), -(2295,1474,o), -(2029,1474,cs), -(1762,1474,o), -(1594,1317,o), -(1594,1068,cs), -(1594,817,o), -(1762,660,o), -(2029,660,cs) -); -}, -{ -closed = 1; -nodes = ( -(1937,915,o), -(1880,974,o), -(1880,1068,cs), -(1880,1161,o), -(1937,1219,o), -(2029,1219,cs), -(2119,1219,o), -(2176,1161,o), -(2176,1068,cs), -(2176,974,o), -(2119,915,o), -(2029,915,cs) -); -}, -{ -closed = 1; -nodes = ( -(1615,312,l), -(2442,312,l), -(2442,573,l), -(1615,573,l) -); -}, -{ -ref = N; -} -); -width = 2522; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1907,884,o), -(2045,995,o), -(2083,1172,cs), -(2121,1349,o), -(2029,1460,o), -(1846,1460,cs), -(1669,1460,o), -(1535,1349,o), -(1497,1172,cs), -(1459,995,o), -(1547,884,o), -(1724,884,cs) -); -}, -{ -closed = 1; -nodes = ( -(1588,934,o), -(1516,1026,o), -(1547,1172,cs), -(1578,1318,o), -(1689,1410,o), -(1834,1410,cs), -(1988,1410,o), -(2064,1318,o), -(2033,1172,cs), -(2002,1026,o), -(1887,934,o), -(1735,934,cs) -); -}, -{ -closed = 1; -nodes = ( -(1401,741,l), -(1987,741,l), -(1996,786,l), -(1410,786,l) -); -}, -{ -ref = N; -} -); -width = 2004; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(2027,824,o), -(2179,947,o), -(2221,1142,cs), -(2263,1337,o), -(2162,1460,o), -(1961,1460,cs), -(1766,1460,o), -(1617,1337,o), -(1575,1142,cs), -(1533,947,o), -(1630,824,o), -(1826,824,cs) -); -}, -{ -closed = 1; -nodes = ( -(1770,984,o), -(1731,1045,o), -(1752,1142,cs), -(1773,1239,o), -(1845,1300,o), -(1938,1300,cs), -(2023,1300,o), -(2064,1239,o), -(2043,1142,cs), -(2022,1045,o), -(1948,984,o), -(1852,984,cs) -); -}, -{ -closed = 1; -nodes = ( -(1463,606,l), -(2095,606,l), -(2127,756,l), -(1495,756,l) -); -}, -{ -ref = N; -} -); -width = 2149; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(2343,660,o), -(2536,817,o), -(2589,1068,cs), -(2642,1317,o), -(2501,1474,o), -(2222,1474,cs), -(1967,1474,o), -(1774,1317,o), -(1721,1068,cs), -(1668,817,o), -(1810,660,o), -(2089,660,cs) -); -}, -{ -closed = 1; -nodes = ( -(2032,915,o), -(1987,974,o), -(2007,1068,cs), -(2027,1161,o), -(2101,1219,o), -(2198,1219,cs), -(2282,1219,o), -(2323,1161,o), -(2303,1068,cs), -(2283,974,o), -(2214,915,o), -(2124,915,cs) -); -}, -{ -closed = 1; -nodes = ( -(1582,312,l), -(2409,312,l), -(2464,573,l), -(1637,573,l) -); -}, -{ -ref = N; -} -); -width = 2539; -} -); -metricLeft = N; -metricRight = o; -unicode = 8470; -}, -{ -glyphname = cent; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(544,0,l), -(594,0,l), -(594,1443,l), -(544,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(60,407,o), -(257,206,o), -(571,206,cs), -(753,206,o), -(908,290,o), -(973,423,c), -(929,445,l), -(869,328,o), -(731,254,o), -(571,254,cs), -(288,254,o), -(110,437,o), -(110,728,cs), -(110,1019,o), -(288,1202,o), -(571,1202,cs), -(725,1202,o), -(860,1125,o), -(921,1003,c), -(960,1031,l), -(894,1166,o), -(744,1250,o), -(571,1250,cs), -(257,1250,o), -(60,1049,o), -(60,728,c) -); -} -); -width = 1033; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -attr = { -axisRules = ( -{ -min = 500; -}, -{ -} -); -}; -layerId = "7B5D11A4-64F1-4F62-986F-12FC8EC23516"; -name = "[300]"; -shapes = ( -{ -closed = 1; -nodes = ( -(548,1229,l), -(602,1229,l), -(602,1443,l), -(548,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(548,2,l), -(602,2,l), -(602,229,l), -(548,229,l) -); -}, -{ -closed = 1; -nodes = ( -(60,422,o), -(271,206,o), -(571,206,cs), -(751,206,o), -(911,296,o), -(973,423,c), -(929,445,l), -(872,333,o), -(731,254,o), -(571,254,cs), -(300,254,o), -(110,450,o), -(110,728,cs), -(110,1006,o), -(300,1202,o), -(571,1202,cs), -(724,1202,o), -(863,1120,o), -(921,1003,c), -(960,1031,l), -(897,1160,o), -(742,1250,o), -(571,1250,cs), -(271,1250,o), -(60,1034,o), -(60,728,c) -); -} -); -width = 1033; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(500,0,l), -(670,0,l), -(670,1442,l), -(500,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(60,404,o), -(265,201,o), -(591,201,cs), -(779,201,o), -(952,324,o), -(1039,520,c), -(892,607,l), -(839,455,o), -(726,360,o), -(600,360,cs), -(379,360,o), -(240,501,o), -(240,726,cs), -(240,944,o), -(379,1081,o), -(601,1081,cs), -(730,1081,o), -(842,990,o), -(892,845,c), -(1039,922,l), -(952,1118,o), -(779,1241,o), -(591,1241,cs), -(265,1241,o), -(60,1043,o), -(60,727,cs) -); -} -); -width = 1099; -}, -{ -associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -attr = { -axisRules = ( -{ -min = 500; -}, -{ -} -); -}; -layerId = "6AEEB8D8-3EEC-412A-9F38-549D71C9DD35"; -name = "[300]"; -shapes = ( -{ -closed = 1; -nodes = ( -(498,1168,l), -(678,1168,l), -(678,1443,l), -(498,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(498,2,l), -(678,2,l), -(678,287,l), -(498,287,l) -); -}, -{ -closed = 1; -nodes = ( -(60,418,o), -(279,201,o), -(591,201,cs), -(771,201,o), -(956,333,o), -(1039,520,c), -(892,607,l), -(842,465,o), -(722,365,o), -(601,365,cs), -(389,365,o), -(240,514,o), -(240,726,cs), -(240,932,o), -(389,1077,o), -(601,1077,cs), -(725,1077,o), -(845,981,o), -(892,845,c), -(1039,922,l), -(956,1109,o), -(771,1241,o), -(591,1241,cs), -(279,1241,o), -(60,1029,o), -(60,727,cs) -); -} -); -width = 1099; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(575,0,l), -(844,0,l), -(844,1442,l), -(575,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(60,357,o), -(301,123,o), -(686,123,cs), -(901,123,o), -(1104,261,o), -(1214,482,c), -(967,629,l), -(920,517,o), -(823,447,o), -(716,447,cs), -(550,447,o), -(445,555,o), -(445,728,cs), -(445,901,o), -(550,1009,o), -(716,1009,cs), -(823,1009,o), -(920,939,o), -(967,827,c), -(1214,974,l), -(1107,1188,o), -(904,1323,o), -(686,1323,cs), -(301,1323,o), -(60,1094,o), -(60,729,cs) -); -} -); -width = 1274; -}, -{ -associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; -attr = { -axisRules = ( -{ -min = 500; -}, -{ -} -); -}; -layerId = "4F9C96A8-7773-4AC2-B732-DE4F2F3F5679"; -name = "[300]"; -shapes = ( -{ -closed = 1; -nodes = ( -(512,1172,l), -(902,1172,l), -(902,1442,l), -(512,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(512,-3,l), -(902,-3,l), -(902,267,l), -(512,267,l) -); -}, -{ -closed = 1; -nodes = ( -(60,373,o), -(318,123,o), -(686,123,cs), -(891,123,o), -(1109,271,o), -(1214,482,c), -(967,629,l), -(922,522,o), -(819,447,o), -(716,447,cs), -(557,447,o), -(445,563,o), -(445,728,cs), -(445,893,o), -(557,1009,o), -(716,1009,cs), -(819,1009,o), -(922,934,o), -(967,827,c), -(1214,974,l), -(1112,1179,o), -(894,1323,o), -(686,1323,cs), -(318,1323,o), -(60,1078,o), -(60,729,cs) -); -} -); -width = 1274; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(414,0,l), -(464,0,l), -(770,1443,l), -(720,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(36,407,o), -(190,206,o), -(504,206,cs), -(687,206,o), -(860,290,o), -(953,423,c), -(909,445,l), -(824,328,o), -(668,254,o), -(505,254,cs), -(227,254,o), -(92,437,o), -(154,728,cs), -(216,1019,o), -(437,1202,o), -(726,1202,cs), -(877,1202,o), -(993,1128,o), -(1026,1010,c), -(1069,1031,l), -(1031,1166,o), -(899,1250,o), -(726,1250,cs), -(412,1250,o), -(172,1049,o), -(104,728,c) -); -} -); -width = 1034; -}, -{ -associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -attr = { -axisRules = ( -{ -min = 500; -}, -{ -} -); -}; -layerId = "BCF3C8B5-4DCD-46C5-98C6-E4EFBB12DD3A"; -name = "[300]"; -shapes = ( -{ -closed = 1; -nodes = ( -(699,1229,l), -(753,1229,l), -(798,1443,l), -(744,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(438,2,l), -(492,2,l), -(540,229,l), -(486,229,l) -); -}, -{ -closed = 1; -nodes = ( -(36,407,o), -(190,206,o), -(504,206,cs), -(686,206,o), -(859,290,o), -(952,423,c), -(913,445,l), -(828,328,o), -(667,254,o), -(494,254,cs), -(223,254,o), -(92,437,o), -(154,728,cs), -(216,1019,o), -(440,1202,o), -(736,1202,cs), -(877,1202,o), -(988,1125,o), -(1024,1003,c), -(1069,1031,l), -(1031,1166,o), -(899,1250,o), -(726,1250,cs), -(412,1250,o), -(172,1049,o), -(104,728,c) -); -} -); -width = 1033; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(376,0,l), -(556,0,l), -(862,1442,l), -(682,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(36,406,o), -(200,201,o), -(529,201,cs), -(718,201,o), -(916,323,o), -(1043,517,c), -(907,607,l), -(820,452,o), -(672,355,o), -(524,355,cs), -(326,355,o), -(232,498,o), -(280,726,cs), -(326,943,o), -(497,1080,o), -(723,1080,cs), -(854,1080,o), -(954,999,o), -(973,859,c), -(1121,922,l), -(1075,1118,o), -(932,1241,o), -(751,1241,cs), -(420,1241,o), -(171,1045,o), -(105,732,cs) -); -} -); -width = 1104; -}, -{ -associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -attr = { -axisRules = ( -{ -min = 500; -}, -{ -} -); -}; -layerId = "14EA6DAF-899D-4257-987A-6F92C996FE8B"; -name = "[300]"; -shapes = ( -{ -closed = 1; -nodes = ( -(636,1168,l), -(816,1168,l), -(874,1443,l), -(694,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(388,2,l), -(568,2,l), -(628,287,l), -(448,287,l) -); -}, -{ -closed = 1; -nodes = ( -(35,404,o), -(197,201,o), -(523,201,cs), -(718,201,o), -(921,323,o), -(1049,517,c), -(910,607,l), -(826,458,o), -(687,365,o), -(548,365,cs), -(339,365,o), -(237,504,o), -(284,726,cs), -(330,942,o), -(505,1077,o), -(739,1077,cs), -(857,1077,o), -(943,989,o), -(962,849,c), -(1124,922,l), -(1079,1118,o), -(932,1241,o), -(744,1241,cs), -(418,1241,o), -(171,1043,o), -(104,727,cs) -); -} -); -width = 1110; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(458,0,l), -(727,0,l), -(1033,1442,l), -(764,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(19,357,o), -(211,123,o), -(595,123,cs), -(822,123,o), -(1062,261,o), -(1219,482,c), -(993,629,l), -(915,505,o), -(780,427,o), -(644,427,cs), -(498,427,o), -(432,543,o), -(472,728,cs), -(513,913,o), -(660,1029,o), -(853,1029,cs), -(932,1029,o), -(999,951,o), -(1026,827,c), -(1304,974,l), -(1242,1188,o), -(1067,1323,o), -(850,1323,cs), -(465,1323,o), -(175,1094,o), -(98,729,cs) -); -} -); -width = 1293; -}, -{ -associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -attr = { -axisRules = ( -{ -min = 500; -}, -{ -} -); -}; -layerId = "22AE8B10-EADF-4386-939C-2D97E5223F8C"; -name = "[300]"; -shapes = ( -{ -closed = 1; -nodes = ( -(644,1172,l), -(1034,1172,l), -(1092,1442,l), -(702,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(394,-3,l), -(784,-3,l), -(842,267,l), -(452,267,l) -); -}, -{ -closed = 1; -nodes = ( -(19,357,o), -(210,123,o), -(595,123,cs), -(820,123,o), -(1057,258,o), -(1210,472,c), -(974,629,l), -(896,505,o), -(780,427,o), -(674,427,cs), -(518,427,o), -(444,543,o), -(483,728,cs), -(521,907,o), -(652,1019,o), -(824,1019,cs), -(931,1019,o), -(1013,949,o), -(1036,837,c), -(1304,974,l), -(1243,1188,o), -(1068,1323,o), -(850,1323,cs), -(465,1323,o), -(175,1094,o), -(98,729,cs) -); -} -); -width = 1287; -} -); -metricLeft = C; -metricRight = C; -unicode = 162; -}, -{ -glyphname = currency; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(728,266,o), -(904,440,o), -(904,655,cs), -(904,869,o), -(728,1044,o), -(515,1044,cs), -(300,1044,o), -(125,869,o), -(125,655,cs), -(125,440,o), -(300,266,o), -(515,266,cs) -); -}, -{ -closed = 1; -nodes = ( -(328,313,o), -(172,464,o), -(172,655,cs), -(172,841,o), -(328,997,o), -(515,997,c), -(705,997,o), -(856,841,o), -(856,655,cs), -(856,464,o), -(705,313,o), -(515,313,cs) -); -}, -{ -closed = 1; -nodes = ( -(929,197,l), -(965,230,l), -(791,404,l), -(758,368,l) -); -}, -{ -closed = 1; -nodes = ( -(268,368,l), -(235,404,l), -(61,230,l), -(97,197,l) -); -}, -{ -closed = 1; -nodes = ( -(267,944,l), -(96,1115,l), -(60,1082,l), -(234,908,l) -); -}, -{ -closed = 1; -nodes = ( -(964,1082,l), -(928,1115,l), -(757,944,l), -(790,908,l) -); -} -); -width = 1025; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(760,266,o), -(936,440,o), -(936,655,cs), -(936,869,o), -(760,1044,o), -(547,1044,cs), -(332,1044,o), -(157,869,o), -(157,655,cs), -(157,440,o), -(332,266,o), -(547,266,cs) -); -}, -{ -closed = 1; -nodes = ( -(423,429,o), -(320,529,o), -(320,655,cs), -(320,778,o), -(423,881,o), -(547,881,c), -(672,881,o), -(772,778,o), -(772,655,cs), -(772,529,o), -(672,429,o), -(547,429,cs) -); -}, -{ -closed = 1; -nodes = ( -(922,166,l), -(1029,279,l), -(859,450,l), -(749,341,l) -); -}, -{ -closed = 1; -nodes = ( -(357,336,l), -(244,442,l), -(73,271,l), -(183,162,l) -); -}, -{ -closed = 1; -nodes = ( -(340,978,l), -(169,1150,l), -(60,1041,l), -(233,866,l) -); -}, -{ -closed = 1; -nodes = ( -(1043,1019,l), -(930,1125,l), -(759,954,l), -(869,845,l) -); -} -); -width = 1103; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(372,775,o), -(478,881,o), -(606,881,cs), -(734,881,o), -(841,775,o), -(841,648,cs), -(841,522,o), -(734,416,o), -(606,416,cs), -(478,416,o), -(372,522,o), -(372,648,cs) -); -}, -{ -closed = 1; -nodes = ( -(1146,1021,l), -(980,1193,l), -(831,1044,l), -(765,1083,o), -(688,1105,o), -(606,1105,cs), -(524,1105,o), -(447,1083,o), -(380,1043,c), -(232,1193,l), -(66,1021,l), -(214,872,l), -(177,806,o), -(156,729,o), -(156,648,cs), -(156,567,o), -(177,491,o), -(214,424,c), -(66,275,l), -(232,103,l), -(381,253,l), -(447,214,o), -(524,192,o), -(606,192,cs), -(688,192,o), -(765,214,o), -(831,253,c), -(980,103,l), -(1146,275,l), -(998,424,l), -(1036,490,o), -(1057,567,o), -(1057,648,cs), -(1057,729,o), -(1036,806,o), -(999,872,c) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(852,185,o), -(1065,396,o), -(1065,655,cs), -(1065,913,o), -(852,1125,o), -(595,1125,cs), -(336,1125,o), -(124,913,o), -(124,655,cs), -(124,396,o), -(336,185,o), -(595,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(491,467,o), -(406,550,o), -(406,655,cs), -(406,758,o), -(491,843,o), -(595,843,c), -(699,843,o), -(782,758,o), -(782,655,cs), -(782,550,o), -(699,467,o), -(595,467,cs) -); -}, -{ -closed = 1; -nodes = ( -(947,132,l), -(1131,314,l), -(913,533,l), -(729,348,l) -); -}, -{ -closed = 1; -nodes = ( -(471,348,l), -(289,533,l), -(60,304,l), -(245,122,l) -); -}, -{ -closed = 1; -nodes = ( -(478,992,l), -(252,1220,l), -(67,1036,l), -(295,809,l) -); -}, -{ -closed = 1; -nodes = ( -(1131,1036,l), -(947,1220,l), -(729,1002,l), -(913,819,l) -); -} -); -width = 1191; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(703,266,o), -(910,440,o), -(948,655,cs), -(986,869,o), -(840,1044,o), -(627,1044,cs), -(412,1044,o), -(207,869,o), -(169,655,cs), -(131,440,o), -(275,266,o), -(490,266,cs) -); -}, -{ -closed = 1; -nodes = ( -(312,313,o), -(182,464,o), -(216,655,cs), -(249,841,o), -(432,997,o), -(619,997,c), -(809,997,o), -(933,841,o), -(900,655,cs), -(866,464,o), -(689,313,o), -(499,313,cs) -); -}, -{ -closed = 1; -nodes = ( -(892,197,l), -(934,230,l), -(791,404,l), -(751,368,l) -); -}, -{ -closed = 1; -nodes = ( -(261,368,l), -(235,404,l), -(30,230,l), -(60,197,l) -); -}, -{ -closed = 1; -nodes = ( -(362,944,l), -(221,1115,l), -(179,1082,l), -(322,908,l) -); -}, -{ -closed = 1; -nodes = ( -(1083,1082,l), -(1053,1115,l), -(852,944,l), -(878,908,l) -); -} -); -width = 1056; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(734,266,o), -(941,440,o), -(979,655,cs), -(1017,869,o), -(871,1044,o), -(658,1044,cs), -(443,1044,o), -(238,869,o), -(200,655,cs), -(162,440,o), -(306,266,o), -(521,266,cs) -); -}, -{ -closed = 1; -nodes = ( -(426,429,o), -(341,529,o), -(363,655,cs), -(385,778,o), -(506,881,o), -(630,881,c), -(755,881,o), -(837,778,o), -(815,655,cs), -(793,529,o), -(675,429,o), -(550,429,cs) -); -}, -{ -closed = 1; -nodes = ( -(879,166,l), -(1006,279,l), -(866,450,l), -(736,341,l) -); -}, -{ -closed = 1; -nodes = ( -(344,336,l), -(249,442,l), -(48,271,l), -(139,162,l) -); -}, -{ -closed = 1; -nodes = ( -(440,978,l), -(299,1150,l), -(171,1041,l), -(313,866,l) -); -}, -{ -closed = 1; -nodes = ( -(1150,1019,l), -(1056,1125,l), -(855,954,l), -(945,845,l) -); -} -); -width = 1117; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(798,185,o), -(1049,396,o), -(1094,655,cs), -(1140,913,o), -(964,1125,o), -(707,1125,cs), -(448,1125,o), -(199,913,o), -(153,655,cs), -(108,396,o), -(282,185,o), -(541,185,cs) -); -}, -{ -closed = 1; -nodes = ( -(487,467,o), -(417,550,o), -(435,655,cs), -(453,758,o), -(553,843,o), -(657,843,c), -(761,843,o), -(829,758,o), -(811,655,cs), -(793,550,o), -(695,467,o), -(591,467,cs) -); -}, -{ -closed = 1; -nodes = ( -(884,132,l), -(1100,314,l), -(921,533,l), -(704,348,l) -); -}, -{ -closed = 1; -nodes = ( -(446,348,l), -(297,533,l), -(27,304,l), -(180,122,l) -); -}, -{ -closed = 1; -nodes = ( -(567,992,l), -(381,1220,l), -(163,1036,l), -(351,809,l) -); -}, -{ -closed = 1; -nodes = ( -(1227,1036,l), -(1076,1220,l), -(819,1002,l), -(971,819,l) -); -} -); -width = 1210; -} -); -metricLeft = O; -metricRight = O; -unicode = 164; -}, -{ -glyphname = dollar; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,-158,l), -(548,-158,l), -(548,1599,l), -(499,1599,l) -); -}, -{ -ref = S; -} -); -width = 1047; -}, -{ -associatedMasterId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -attr = { -axisRules = ( -{ -min = 400; -}, -{ -} -); -}; -layerId = "D4B12C27-83B5-4F8F-BFA7-5F1D9F900057"; -name = "[400]"; -shapes = ( -{ -closed = 1; -nodes = ( -(499,1436,l), -(549,1436,l), -(549,1599,l), -(499,1599,l) -); -}, -{ -closed = 1; -nodes = ( -(499,-156,l), -(549,-156,l), -(549,7,l), -(499,7,l) -); -}, -{ -ref = S; -} -); -width = 1047; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(472,-158,l), -(652,-158,l), -(652,1599,l), -(472,1599,l) -); -}, -{ -ref = S; -} -); -width = 1124; -}, -{ -associatedMasterId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -attr = { -axisRules = ( -{ -min = 400; -}, -{ -} -); -}; -layerId = "83225D92-F4E7-4831-A448-F971B362E6E8"; -name = "[400]"; -shapes = ( -{ -closed = 1; -nodes = ( -(472,1436,l), -(652,1436,l), -(652,1599,l), -(472,1599,l) -); -}, -{ -closed = 1; -nodes = ( -(472,-156,l), -(652,-156,l), -(652,7,l), -(472,7,l) -); -}, -{ -ref = S; -} -); -width = 1124; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(429,-150,l), -(805,-150,l), -(805,1578,l), -(429,1578,l) -); -}, -{ -ref = S; -} -); -width = 1234; -}, -{ -associatedMasterId = "0CA926B8-BF71-483F-A045-F233B587689B"; -attr = { -axisRules = ( -{ -min = 400; -}, -{ -} -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(687,577,l), -(842,538,o), -(895,495,o), -(895,410,cs), -(895,321,o), -(826,260,o), -(687,248,c) -); -}, -{ -closed = 1; -nodes = ( -(572,876,l), -(438,912,o), -(380,962,o), -(380,1040,cs), -(380,1118,o), -(446,1181,o), -(572,1195,c) -); -}, -{ -closed = 1; -nodes = ( -(687,850,l), -(687,1194,l), -(799,1178,o), -(874,1117,o), -(888,1011,c), -(1155,1011,l), -(1146,1249,o), -(965,1406,o), -(687,1427,c), -(687,1588,l), -(572,1588,l), -(572,1427,l), -(297,1410,o), -(100,1253,o), -(100,1013,cs), -(100,795,o), -(244,677,o), -(505,618,cs), -(572,603,l), -(572,248,l), -(436,262,o), -(365,331,o), -(348,430,c), -(80,430,l), -(88,180,o), -(291,32,o), -(572,15,c), -(572,-142,l), -(687,-142,l), -(687,16,l), -(971,36,o), -(1174,190,o), -(1174,442,cs), -(1174,662,o), -(1031,773,o), -(758,834,cs) -); -} -); -}; -layerId = "6E6704C9-AB6E-4E34-9AC0-B2C03B9EF273"; -name = "[400]"; -shapes = ( -{ -closed = 1; -nodes = ( -(407,1427,l), -(827,1427,l), -(827,1638,l), -(407,1638,l) -); -}, -{ -closed = 1; -nodes = ( -(407,-170,l), -(827,-170,l), -(827,41,l), -(407,41,l) -); -}, -{ -ref = S; -} -); -width = 1234; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,-158,l), -(388,-158,l), -(832,1599,l), -(783,1599,l) -); -}, -{ -ref = S; -} -); -width = 1047; -}, -{ -associatedMasterId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -attr = { -axisRules = ( -{ -min = 400; -}, -{ -} -); -}; -layerId = "3BBC219D-F5C7-401D-AFDF-3C12CAECCA16"; -name = "[400]"; -shapes = ( -{ -closed = 1; -nodes = ( -(717,1436,l), -(767,1436,l), -(802,1599,l), -(752,1599,l) -); -}, -{ -closed = 1; -nodes = ( -(378,-156,l), -(428,-156,l), -(463,7,l), -(413,7,l) -); -}, -{ -ref = S; -} -); -width = 1047; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(299,-158,l), -(479,-158,l), -(953,1599,l), -(773,1599,l) -); -}, -{ -ref = S; -} -); -width = 1123; -}, -{ -associatedMasterId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -attr = { -axisRules = ( -{ -min = 400; -}, -{ -} -); -}; -layerId = "14E370A4-8392-4165-B59A-D4A27BD5FB38"; -name = "[400]"; -shapes = ( -{ -closed = 1; -nodes = ( -(708,1436,l), -(888,1436,l), -(923,1599,l), -(743,1599,l) -); -}, -{ -closed = 1; -nodes = ( -(369,-156,l), -(549,-156,l), -(584,7,l), -(404,7,l) -); -}, -{ -ref = S; -} -); -width = 1123; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(263,-150,l), -(639,-150,l), -(1127,1578,l), -(751,1578,l) -); -}, -{ -ref = S; -} -); -width = 1234; -}, -{ -associatedMasterId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -attr = { -axisRules = ( -{ -min = 400; -}, -{ -} -); -}; -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(687,577,l), -(842,538,o), -(895,495,o), -(895,410,cs), -(895,321,o), -(826,260,o), -(687,248,c) -); -}, -{ -closed = 1; -nodes = ( -(572,876,l), -(438,912,o), -(380,962,o), -(380,1040,cs), -(380,1118,o), -(446,1181,o), -(572,1195,c) -); -}, -{ -closed = 1; -nodes = ( -(687,850,l), -(687,1194,l), -(799,1178,o), -(874,1117,o), -(888,1011,c), -(1155,1011,l), -(1146,1249,o), -(965,1406,o), -(687,1427,c), -(687,1588,l), -(572,1588,l), -(572,1427,l), -(297,1410,o), -(100,1253,o), -(100,1013,cs), -(100,795,o), -(244,677,o), -(505,618,cs), -(572,603,l), -(572,248,l), -(436,262,o), -(365,331,o), -(348,430,c), -(80,430,l), -(88,180,o), -(291,32,o), -(572,15,c), -(572,-142,l), -(687,-142,l), -(687,16,l), -(971,36,o), -(1174,190,o), -(1174,442,cs), -(1174,662,o), -(1031,773,o), -(758,834,cs) -); -} -); -}; -layerId = "5348D232-1DD3-41D0-80C2-EC87407DDDD3"; -name = "[400]"; -shapes = ( -{ -closed = 1; -nodes = ( -(609,1427,l), -(1029,1427,l), -(1074,1638,l), -(654,1638,l) -); -}, -{ -closed = 1; -nodes = ( -(270,-170,l), -(690,-170,l), -(735,41,l), -(315,41,l) -); -}, -{ -ref = S; -} -); -width = 1234; -} -); -metricLeft = S; -metricRight = S; -unicode = 36; -}, -{ -glyphname = euro; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(572,1464,o), -(279,1178,o), -(279,723,cs), -(279,268,o), -(572,-18,o), -(1038,-18,cs), -(1117,-18,o), -(1209,-7,o), -(1275,11,c), -(1275,63,l), -(1211,43,o), -(1120,30,o), -(1038,30,cs), -(602,30,o), -(329,297,o), -(329,723,cs), -(329,1149,o), -(602,1416,o), -(1038,1416,cs), -(1126,1416,o), -(1217,1404,o), -(1275,1384,c), -(1275,1433,l), -(1202,1452,o), -(1110,1464,o), -(1038,1464,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,861,l), -(1100,861,l), -(1100,909,l), -(100,909,l) -); -}, -{ -closed = 1; -nodes = ( -(100,530,l), -(1100,530,l), -(1100,578,l), -(100,578,l) -); -} -); -width = 1375; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(557,1462,o), -(256,1177,o), -(256,722,cs), -(256,267,o), -(557,-18,o), -(1036,-18,cs), -(1123,-18,o), -(1219,-6,o), -(1287,12,c), -(1287,171,l), -(1209,153,o), -(1113,142,o), -(1036,142,cs), -(667,142,o), -(436,366,o), -(436,722,cs), -(436,1078,o), -(667,1302,o), -(1036,1302,cs), -(1111,1302,o), -(1208,1292,o), -(1287,1277,c), -(1287,1426,l), -(1207,1448,o), -(1110,1462,o), -(1036,1462,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,801,l), -(1096,801,l), -(1096,951,l), -(100,951,l) -); -}, -{ -closed = 1; -nodes = ( -(100,487,l), -(1096,487,l), -(1096,637,l), -(100,637,l) -); -} -); -width = 1387; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(543,1479,o), -(219,1187,o), -(219,721,cs), -(219,255,o), -(543,-37,o), -(1058,-37,cs), -(1155,-37,o), -(1254,-27,o), -(1315,-10,c), -(1315,280,l), -(1249,268,o), -(1150,261,o), -(1058,261,cs), -(764,261,o), -(580,438,o), -(580,721,cs), -(580,1004,o), -(764,1181,o), -(1058,1181,cs), -(1155,1181,o), -(1255,1175,o), -(1315,1166,c), -(1315,1452,l), -(1257,1469,o), -(1158,1479,o), -(1058,1479,cs) -); -}, -{ -closed = 1; -nodes = ( -(100,775,l), -(1120,775,l), -(1120,1008,l), -(100,1008,l) -); -}, -{ -closed = 1; -nodes = ( -(100,433,l), -(1120,433,l), -(1120,666,l), -(100,666,l) -); -} -); -width = 1415; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(773,1464,o), -(419,1178,o), -(322,723,cs), -(225,268,o), -(457,-18,o), -(923,-18,cs), -(1002,-18,o), -(1097,-7,o), -(1167,11,c), -(1178,63,l), -(1109,43,o), -(1016,30,o), -(934,30,cs), -(498,30,o), -(281,297,o), -(372,723,cs), -(463,1149,o), -(792,1416,o), -(1228,1416,cs), -(1316,1416,o), -(1405,1404,o), -(1458,1384,c), -(1469,1433,l), -(1400,1452,o), -(1311,1464,o), -(1239,1464,cs) -); -}, -{ -closed = 1; -nodes = ( -(172,861,l), -(1172,861,l), -(1183,909,l), -(183,909,l) -); -}, -{ -closed = 1; -nodes = ( -(102,530,l), -(1102,530,l), -(1112,578,l), -(112,578,l) -); -} -); -width = 1375; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(757,1462,o), -(396,1177,o), -(299,722,cs), -(202,267,o), -(443,-18,o), -(922,-18,cs), -(1009,-18,o), -(1107,-6,o), -(1179,12,c), -(1213,171,l), -(1131,153,o), -(1033,142,o), -(956,142,cs), -(587,142,o), -(403,366,o), -(479,722,cs), -(555,1078,o), -(833,1302,o), -(1202,1302,cs), -(1277,1302,o), -(1372,1292,o), -(1448,1277,c), -(1480,1426,l), -(1404,1448,o), -(1310,1462,o), -(1236,1462,cs) -); -}, -{ -closed = 1; -nodes = ( -(160,801,l), -(1156,801,l), -(1188,951,l), -(192,951,l) -); -}, -{ -closed = 1; -nodes = ( -(93,487,l), -(1089,487,l), -(1121,637,l), -(125,637,l) -); -} -); -width = 1387; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(741,1479,o), -(355,1187,o), -(256,721,cs), -(157,255,o), -(419,-37,o), -(934,-37,cs), -(1031,-37,o), -(1132,-27,o), -(1197,-10,c), -(1258,280,l), -(1190,268,o), -(1089,261,o), -(997,261,cs), -(703,261,o), -(557,438,o), -(617,721,cs), -(677,1004,o), -(899,1181,o), -(1193,1181,cs), -(1290,1181,o), -(1389,1175,o), -(1447,1166,c), -(1507,1452,l), -(1453,1469,o), -(1356,1479,o), -(1256,1479,cs) -); -}, -{ -closed = 1; -nodes = ( -(148,775,l), -(1168,775,l), -(1218,1008,l), -(198,1008,l) -); -}, -{ -closed = 1; -nodes = ( -(76,433,l), -(1096,433,l), -(1145,666,l), -(125,666,l) -); -} -); -width = 1416; -} -); -metricLeft = H; -metricRight = H; -unicode = 8364; -}, -{ -glyphname = sterling; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(982,1443,o), -(845,1463,o), -(721,1463,cs), -(394,1463,o), -(188,1318,o), -(188,1086,cs), -(188,888,o), -(444,728,o), -(444,523,cs), -(444,365,o), -(312,181,o), -(101,46,c), -(101,0,l), -(1117,1,l), -(1117,46,l), -(192,46,l), -(192,49,l), -(376,184,o), -(492,367,o), -(492,523,cs), -(492,746,o), -(237,909,o), -(237,1086,cs), -(237,1290,o), -(424,1418,o), -(721,1418,cs), -(849,1418,o), -(986,1397,o), -(1075,1363,c), -(1075,1412,l) -); -}, -{ -closed = 1; -nodes = ( -(100,667,l), -(1072,667,l), -(1072,712,l), -(100,712,l) -); -} -); -width = 1217; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1030,1441,o), -(890,1463,o), -(767,1463,cs), -(445,1463,o), -(239,1318,o), -(232,1086,cs), -(226,888,o), -(491,697,o), -(491,550,cs), -(491,434,o), -(340,281,o), -(100,154,c), -(100,0,l), -(1171,1,l), -(1171,163,l), -(382,163,l), -(382,170,l), -(560,274,o), -(671,421,o), -(671,550,cs), -(671,715,o), -(412,950,o), -(412,1076,cs), -(412,1215,o), -(556,1302,o), -(786,1302,cs), -(889,1302,o), -(1022,1283,o), -(1129,1253,c), -(1131,1406,l) -); -}, -{ -closed = 1; -nodes = ( -(107,630,l), -(1096,630,l), -(1096,790,l), -(107,790,l) -); -} -); -width = 1271; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1059,1456,o), -(915,1479,o), -(786,1479,cs), -(393,1479,o), -(142,1317,o), -(134,1060,cs), -(128,857,o), -(408,764,o), -(408,613,cs), -(408,521,o), -(289,396,o), -(100,288,c), -(100,-24,l), -(1201,-23,l), -(1201,297,l), -(534,297,l), -(534,309,l), -(647,383,o), -(718,500,o), -(718,613,cs), -(718,783,o), -(544,901,o), -(544,1030,cs), -(544,1116,o), -(653,1170,o), -(826,1170,cs), -(917,1170,o), -(1045,1150,o), -(1157,1119,c), -(1159,1420,l) -); -}, -{ -closed = 1; -nodes = ( -(107,535,l), -(1113,535,l), -(1113,823,l), -(107,823,l) -); -} -); -width = 1301; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1178,1443,o), -(1045,1463,o), -(921,1463,cs), -(594,1463,o), -(358,1318,o), -(308,1086,cs), -(266,888,o), -(488,728,o), -(445,523,cs), -(411,365,o), -(240,181,o), -(0,46,c), -(-9,0,l), -(1007,1,l), -(1016,46,l), -(91,46,l), -(92,49,l), -(305,184,o), -(460,367,o), -(493,523,cs), -(540,746,o), -(320,909,o), -(357,1086,cs), -(401,1290,o), -(615,1418,o), -(912,1418,cs), -(1040,1418,o), -(1172,1397,o), -(1254,1363,c), -(1265,1412,l) -); -}, -{ -closed = 1; -nodes = ( -(131,667,l), -(1103,667,l), -(1113,712,l), -(141,712,l) -); -} -); -width = 1217; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1226,1441,o), -(1090,1463,o), -(967,1463,cs), -(645,1463,o), -(409,1318,o), -(352,1086,cs), -(304,888,o), -(529,697,o), -(497,550,cs), -(473,434,o), -(289,281,o), -(22,154,c), -(-10,0,l), -(1061,1,l), -(1095,163,l), -(306,163,l), -(308,170,l), -(508,274,o), -(650,421,o), -(677,550,cs), -(712,715,o), -(503,950,o), -(530,1076,cs), -(560,1215,o), -(722,1302,o), -(952,1302,cs), -(1055,1302,o), -(1184,1283,o), -(1285,1253,c), -(1319,1406,l) -); -}, -{ -closed = 1; -nodes = ( -(130,630,l), -(1119,630,l), -(1153,790,l), -(164,790,l) -); -} -); -width = 1271; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1252,1456,o), -(1113,1479,o), -(984,1479,cs), -(591,1479,o), -(305,1317,o), -(243,1060,cs), -(194,857,o), -(454,764,o), -(422,613,cs), -(402,521,o), -(257,396,o), -(45,288,c), -(-22,-24,l), -(1079,-23,l), -(1147,297,l), -(480,297,l), -(483,309,l), -(612,383,o), -(708,500,o), -(732,613,cs), -(768,783,o), -(619,901,o), -(646,1030,cs), -(665,1116,o), -(785,1170,o), -(958,1170,cs), -(1049,1170,o), -(1173,1150,o), -(1278,1119,c), -(1344,1420,l) -); -}, -{ -closed = 1; -nodes = ( -(104,535,l), -(1110,535,l), -(1171,823,l), -(165,823,l) -); -} -); -width = 1301; -} -); -metricLeft = H; -metricRight = H; -unicode = 163; -}, -{ -glyphname = yen; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,653,l), -(1129,653,l), -(1129,701,l), -(100,701,l) -); -}, -{ -closed = 1; -nodes = ( -(198,317,l), -(1031,317,l), -(1031,365,l), -(198,365,l) -); -}, -{ -closed = 1; -nodes = ( -(596,656,l), -(596,0,l), -(646,0,l), -(646,660,l), -(1099,1443,l), -(1041,1443,l), -(624,714,l), -(618,714,l), -(188,1445,l), -(130,1445,l) -); -} -); -width = 1229; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(130,641,l), -(1179,641,l), -(1179,801,l), -(130,801,l) -); -}, -{ -closed = 1; -nodes = ( -(228,305,l), -(1081,305,l), -(1081,465,l), -(228,465,l) -); -}, -{ -closed = 1; -nodes = ( -(566,656,l), -(566,0,l), -(746,0,l), -(746,660,l), -(1209,1443,l), -(1002,1443,l), -(667,834,l), -(655,834,l), -(307,1445,l), -(100,1445,l) -); -} -); -width = 1309; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,551,l), -(1259,551,l), -(1259,784,l), -(170,784,l) -); -}, -{ -closed = 1; -nodes = ( -(268,215,l), -(1161,215,l), -(1161,448,l), -(268,448,l) -); -}, -{ -closed = 1; -nodes = ( -(536,656,l), -(536,0,l), -(897,0,l), -(897,660,l), -(1329,1443,l), -(942,1443,l), -(727,949,l), -(715,949,l), -(487,1445,l), -(100,1445,l) -); -} -); -width = 1429; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(128,653,l), -(1157,653,l), -(1167,701,l), -(138,701,l) -); -}, -{ -closed = 1; -nodes = ( -(155,317,l), -(988,317,l), -(998,365,l), -(165,365,l) -); -}, -{ -closed = 1; -nodes = ( -(625,656,l), -(485,0,l), -(535,0,l), -(676,660,l), -(1295,1443,l), -(1237,1443,l), -(665,714,l), -(659,714,l), -(385,1445,l), -(327,1445,l) -); -} -); -width = 1229; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,641,l), -(1205,641,l), -(1239,801,l), -(190,801,l) -); -}, -{ -closed = 1; -nodes = ( -(182,305,l), -(1035,305,l), -(1069,465,l), -(216,465,l) -); -}, -{ -closed = 1; -nodes = ( -(595,656,l), -(455,0,l), -(635,0,l), -(776,660,l), -(1405,1443,l), -(1198,1443,l), -(734,834,l), -(722,834,l), -(504,1445,l), -(297,1445,l) -); -} -); -width = 1309; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,551,l), -(1259,551,l), -(1308,784,l), -(219,784,l) -); -}, -{ -closed = 1; -nodes = ( -(196,215,l), -(1089,215,l), -(1139,448,l), -(246,448,l) -); -}, -{ -closed = 1; -nodes = ( -(558,656,l), -(418,0,l), -(779,0,l), -(920,660,l), -(1518,1443,l), -(1131,1443,l), -(811,949,l), -(799,949,l), -(677,1445,l), -(290,1445,l) -); -} -); -width = 1428; -} -); -metricLeft = H; -metricRight = H; -unicode = 165; -}, -{ -glyphname = cuberoot; -lastChange = "2025-05-09 07:36:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (203,0); -ref = radical; -}, -{ -pos = (0,-93); -ref = threesuperior; -} -); -width = 1628; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (139,0); -ref = radical; -}, -{ -pos = (0,-144); -ref = threesuperior; -} -); -width = 1654; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (79,0); -ref = radical; -}, -{ -pos = (0,-136); -ref = threesuperior; -} -); -width = 1771; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (211,0); -ref = radical; -}, -{ -pos = (-41,-193); -ref = threesuperior; -} -); -width = 1598; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (159,0); -ref = radical; -}, -{ -pos = (-54,-253); -ref = threesuperior; -} -); -width = 1641; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (126,0); -ref = radical; -}, -{ -pos = (-54,-253); -ref = threesuperior; -} -); -width = 1791; -} -); -metricLeft = o; -metricRight = o; -unicode = 8731; -}, -{ -glyphname = nabla; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,1446); -ref = increment; -scale = (1,-1); -} -); -width = 1595; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,1446); -ref = increment; -scale = (1,-1); -} -); -width = 1567; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (0,1446); -ref = increment; -scale = (1,-1); -} -); -width = 1775; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (308,1446); -ref = increment; -scale = (1,-1); -slant = (24,0); -} -); -width = 1598; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (311,1446); -ref = increment; -scale = (1,-1); -slant = (24,0); -} -); -width = 1576; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (313,1446); -ref = increment; -scale = (1,-1); -slant = (24,0); -} -); -width = 1792; -} -); -metricLeft = H; -metricRight = H; -unicode = 8711; -}, -{ -glyphname = plus; -lastChange = "2025-05-08 08:06:22 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,612,l), -(1080,612,l), -(1080,659,l), -(120,659,l) -); -}, -{ -closed = 1; -nodes = ( -(575,1137,l), -(575,133,l), -(625,133,l), -(625,1137,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(120,445,l), -(1192,445,l), -(1192,605,l), -(120,605,l) -); -}, -{ -closed = 1; -nodes = ( -(566,1044,l), -(566,0,l), -(746,0,l), -(746,1044,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(138,412,l), -(1214,412,l), -(1214,738,l), -(138,738,l) -); -}, -{ -closed = 1; -nodes = ( -(489,1100,l), -(489,50,l), -(863,50,l), -(863,1100,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,612,l), -(1100,612,l), -(1110,659,l), -(150,659,l) -); -}, -{ -closed = 1; -nodes = ( -(707,1137,l), -(493,133,l), -(543,133,l), -(757,1137,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,445,l), -(1176,445,l), -(1210,605,l), -(138,605,l) -); -}, -{ -closed = 1; -nodes = ( -(677,1044,l), -(455,0,l), -(635,0,l), -(857,1044,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,412,l), -(1184,412,l), -(1254,738,l), -(178,738,l) -); -}, -{ -closed = 1; -nodes = ( -(606,1100,l), -(382,50,l), -(756,50,l), -(980,1100,l) -); -} -); -width = 1352; -} -); -unicode = 43; -}, -{ -glyphname = minus; -lastChange = "2025-05-08 08:06:42 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,609,l), -(1030,609,l), -(1030,657,l), -(170,657,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(206,456,l), -(1106,456,l), -(1106,616,l), -(206,616,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,403,l), -(1164,403,l), -(1164,729,l), -(187,729,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(189,609,l), -(1049,609,l), -(1059,657,l), -(199,657,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,456,l), -(1092,456,l), -(1126,616,l), -(226,616,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(156,403,l), -(1133,403,l), -(1203,729,l), -(226,729,l) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 8722; -}, -{ -glyphname = multiply; -lastChange = "2025-05-08 08:06:49 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(195,235,l), -(229,201,l), -(1006,978,l), -(970,1012,l) -); -}, -{ -closed = 1; -nodes = ( -(195,978,l), -(972,201,l), -(1006,235,l), -(231,1012,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(182,172,l), -(303,51,l), -(1131,882,l), -(1014,1000,l) -); -}, -{ -closed = 1; -nodes = ( -(181,882,l), -(1009,51,l), -(1131,172,l), -(299,1000,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(152,306,l), -(387,72,l), -(1200,896,l), -(980,1114,l) -); -}, -{ -closed = 1; -nodes = ( -(152,905,l), -(965,81,l), -(1200,315,l), -(372,1123,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(131,235,l), -(162,200,l), -(1104,977,l), -(1071,1012,l) -); -}, -{ -closed = 1; -nodes = ( -(289,978,l), -(901,201,l), -(939,232,l), -(329,1009,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,172,l), -(203,51,l), -(1208,882,l), -(1116,1000,l) -); -}, -{ -closed = 1; -nodes = ( -(258,882,l), -(909,51,l), -(1057,172,l), -(401,1000,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,306,l), -(285,72,l), -(1273,896,l), -(1100,1114,l) -); -}, -{ -closed = 1; -nodes = ( -(227,905,l), -(865,81,l), -(1150,315,l), -(494,1123,l) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 215; -}, -{ -glyphname = divide; -lastChange = "2025-05-08 08:07:55 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,591,l), -(1049,591,l), -(1049,638,l), -(151,638,l) -); -}, -{ -closed = 1; -nodes = ( -(555,950,l), -(645,950,l), -(645,1040,l), -(555,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(555,188,l), -(645,188,l), -(645,278,l), -(555,278,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,447,l), -(1118,447,l), -(1118,607,l), -(180,607,l) -); -}, -{ -closed = 1; -nodes = ( -(562,817,l), -(745,817,l), -(745,1000,l), -(562,1000,l) -); -}, -{ -closed = 1; -nodes = ( -(562,55,l), -(745,55,l), -(745,238,l), -(562,238,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,426,l), -(1181,426,l), -(1181,723,l), -(171,723,l) -); -}, -{ -closed = 1; -nodes = ( -(525,823,l), -(828,823,l), -(828,1078,l), -(525,1078,l) -); -}, -{ -closed = 1; -nodes = ( -(525,70,l), -(828,70,l), -(828,325,l), -(525,325,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(115,591,l), -(1013,591,l), -(1023,638,l), -(125,638,l) -); -}, -{ -closed = 1; -nodes = ( -(595,950,l), -(685,950,l), -(705,1040,l), -(615,1040,l) -); -}, -{ -closed = 1; -nodes = ( -(433,188,l), -(523,188,l), -(543,278,l), -(453,278,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,447,l), -(1109,447,l), -(1143,607,l), -(205,607,l) -); -}, -{ -closed = 1; -nodes = ( -(632,817,l), -(815,817,l), -(853,1000,l), -(670,1000,l) -); -}, -{ -closed = 1; -nodes = ( -(470,55,l), -(653,55,l), -(691,238,l), -(508,238,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(145,426,l), -(1155,426,l), -(1218,723,l), -(208,723,l) -); -}, -{ -closed = 1; -nodes = ( -(583,823,l), -(886,823,l), -(940,1078,l), -(637,1078,l) -); -}, -{ -closed = 1; -nodes = ( -(423,70,l), -(726,70,l), -(780,325,l), -(477,325,l) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 247; -}, -{ -glyphname = equal; -lastChange = "2025-05-08 08:08:02 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(136,778,l), -(1064,778,l), -(1064,825,l), -(136,825,l) -); -}, -{ -closed = 1; -nodes = ( -(136,419,l), -(1064,419,l), -(1064,466,l), -(136,466,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,628,l), -(1120,628,l), -(1120,788,l), -(192,788,l) -); -}, -{ -closed = 1; -nodes = ( -(192,269,l), -(1120,269,l), -(1120,429,l), -(192,429,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,622,l), -(1165,622,l), -(1165,932,l), -(187,932,l) -); -}, -{ -closed = 1; -nodes = ( -(187,183,l), -(1165,183,l), -(1165,493,l), -(187,493,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(191,778,l), -(1119,778,l), -(1129,825,l), -(201,825,l) -); -}, -{ -closed = 1; -nodes = ( -(115,419,l), -(1043,419,l), -(1053,466,l), -(125,466,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,628,l), -(1143,628,l), -(1177,788,l), -(249,788,l) -); -}, -{ -closed = 1; -nodes = ( -(139,269,l), -(1067,269,l), -(1101,429,l), -(173,429,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(202,622,l), -(1180,622,l), -(1246,932,l), -(268,932,l) -); -}, -{ -closed = 1; -nodes = ( -(108,183,l), -(1086,183,l), -(1152,493,l), -(174,493,l) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 61; -}, -{ -glyphname = notequal; -lastChange = "2025-05-08 08:09:51 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(268,100,l), -(326,100,l), -(901,1090,l), -(843,1090,l) -); -}, -{ -ref = equal; -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,94,l), -(505,92,l), -(1007,1026,l), -(834,1028,l) -); -}, -{ -ref = equal; -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(272,54,l), -(585,52,l), -(1077,1056,l), -(764,1058,l) -); -}, -{ -ref = equal; -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,100,l), -(241,100,l), -(1026,1090,l), -(968,1090,l) -); -}, -{ -ref = equal; -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,94,l), -(416,92,l), -(1116,1026,l), -(943,1028,l) -); -}, -{ -ref = equal; -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(166,54,l), -(478,52,l), -(1183,1056,l), -(871,1058,l) -); -}, -{ -ref = equal; -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 8800; -}, -{ -glyphname = greater; -lastChange = "2025-05-08 08:08:34 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,1066,l), -(1014,629,l), -(1014,627,l), -(150,192,l), -(150,136,l), -(1060,597,l), -(1060,658,l), -(150,1122,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,815,l), -(919,518,l), -(919,505,l), -(223,209,l), -(223,25,l), -(1099,431,l), -(1099,594,l), -(223,1000,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(269,725,l), -(860,548,l), -(860,535,l), -(269,357,l), -(269,13,l), -(1103,331,l), -(1103,752,l), -(269,1070,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(258,1069,l), -(1045,632,l), -(1045,630,l), -(104,192,l), -(94,136,l), -(1085,597,l), -(1096,658,l), -(268,1122,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,815,l), -(920,518,l), -(917,505,l), -(158,209,l), -(119,25,l), -(1082,431,l), -(1116,594,l), -(327,1000,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(308,725,l), -(861,548,l), -(859,535,l), -(230,357,l), -(157,13,l), -(1058,331,l), -(1148,752,l), -(381,1070,l) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 62; -}, -{ -glyphname = less; -lastChange = "2025-05-08 08:03:07 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (1110,0); -ref = greater; -scale = (-1,1); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -locked = 1; -pos = (1312,0); -ref = greater; -scale = (-1,1); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (1352,0); -ref = greater; -scale = (-1,1); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (946,0); -ref = greater; -scale = (-1,1); -slant = (20,0); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (1047,0); -ref = greater; -scale = (-1,1); -slant = (20,0); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1000,0); -ref = greater; -scale = (-1,1); -slant = (20,0); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 60; -}, -{ -glyphname = greaterequal; -lastChange = "2025-05-08 08:08:42 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(130,1058,l), -(1023,646,l), -(1023,642,l), -(130,230,l), -(130,175,l), -(1080,613,l), -(1080,674,l), -(130,1113,l) -); -}, -{ -closed = 1; -nodes = ( -(130,0,l), -(1080,0,l), -(1080,48,l), -(130,48,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,898,l), -(923,656,l), -(923,644,l), -(170,398,l), -(170,214,l), -(1140,549,l), -(1140,746,l), -(170,1082,l) -); -}, -{ -closed = 1; -nodes = ( -(170,0,l), -(1140,0,l), -(1140,160,l), -(170,160,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,838,l), -(851,732,l), -(851,722,l), -(242,614,l), -(242,307,l), -(1130,527,l), -(1130,924,l), -(242,1144,l) -); -}, -{ -closed = 1; -nodes = ( -(242,1,l), -(1130,1,l), -(1130,261,l), -(242,261,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(216,1058,l), -(1057,646,l), -(1056,642,l), -(70,230,l), -(61,175,l), -(1108,613,l), -(1119,674,l), -(226,1113,l) -); -}, -{ -closed = 1; -nodes = ( -(30,0,l), -(1000,0,l), -(1008,48,l), -(38,48,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(246,898,l), -(947,656,l), -(945,644,l), -(140,398,l), -(100,214,l), -(1142,549,l), -(1184,746,l), -(285,1082,l) -); -}, -{ -closed = 1; -nodes = ( -(55,0,l), -(1025,0,l), -(1059,160,l), -(89,160,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(298,838,l), -(885,732,l), -(883,722,l), -(251,614,l), -(186,307,l), -(1120,527,l), -(1205,924,l), -(363,1144,l) -); -}, -{ -closed = 1; -nodes = ( -(121,1,l), -(1009,1,l), -(1064,261,l), -(176,261,l) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 8805; -}, -{ -glyphname = lessequal; -lastChange = "2025-05-08 08:03:07 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (1200,0); -ref = greaterequal; -scale = (-1,1); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (1312,0); -ref = greaterequal; -scale = (-1,1); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (1352,0); -ref = greaterequal; -scale = (-1,1); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (1006,0); -ref = greaterequal; -scale = (-1,1); -slant = (20,0); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (1013,0); -ref = greaterequal; -scale = (-1,1); -slant = (20,0); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (1057,0); -ref = greaterequal; -scale = (-1,1); -slant = (20,0); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 8804; -}, -{ -glyphname = plusminus; -lastChange = "2025-05-08 08:08:50 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(132,0,l), -(1067,0,l), -(1067,49,l), -(132,49,l) -); -}, -{ -closed = 1; -nodes = ( -(132,594,l), -(1067,594,l), -(1067,641,l), -(132,641,l) -); -}, -{ -closed = 1; -nodes = ( -(574,1054,l), -(574,180,l), -(624,180,l), -(624,1054,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,0,l), -(1141,0,l), -(1141,160,l), -(171,160,l) -); -}, -{ -closed = 1; -nodes = ( -(173,557,l), -(1139,557,l), -(1139,717,l), -(173,717,l) -); -}, -{ -closed = 1; -nodes = ( -(566,1054,l), -(566,220,l), -(746,220,l), -(746,1054,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(208,0,l), -(1144,0,l), -(1144,272,l), -(208,272,l) -); -}, -{ -closed = 1; -nodes = ( -(211,588,l), -(1141,588,l), -(1141,863,l), -(211,863,l) -); -}, -{ -closed = 1; -nodes = ( -(509,1107,l), -(509,343,l), -(843,343,l), -(843,1107,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(925,0,l), -(935,49,l), -(0,49,l) -); -}, -{ -closed = 1; -nodes = ( -(116,594,l), -(1051,594,l), -(1061,641,l), -(126,641,l) -); -}, -{ -closed = 1; -nodes = ( -(656,1054,l), -(470,180,l), -(520,180,l), -(706,1054,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(59,0,l), -(1029,0,l), -(1063,160,l), -(93,160,l) -); -}, -{ -closed = 1; -nodes = ( -(179,557,l), -(1145,557,l), -(1179,717,l), -(213,717,l) -); -}, -{ -closed = 1; -nodes = ( -(678,1054,l), -(501,220,l), -(681,220,l), -(858,1054,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(91,0,l), -(1027,0,l), -(1085,272,l), -(149,272,l) -); -}, -{ -closed = 1; -nodes = ( -(219,588,l), -(1149,588,l), -(1208,863,l), -(278,863,l) -); -}, -{ -closed = 1; -nodes = ( -(628,1107,l), -(465,343,l), -(799,343,l), -(962,1107,l) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 177; -}, -{ -glyphname = approxequal; -lastChange = "2025-05-08 08:03:07 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (0,-147); -ref = asciitilde; -}, -{ -pos = (0,117); -ref = asciitilde; -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (0,-167); -ref = asciitilde; -}, -{ -pos = (0,157); -ref = asciitilde; -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-1,-227); -ref = asciitilde; -}, -{ -pos = (-1,167); -ref = asciitilde; -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-25,-147); -ref = asciitilde; -}, -{ -pos = (25,117); -ref = asciitilde; -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-27,-167); -ref = asciitilde; -}, -{ -pos = (33,157); -ref = asciitilde; -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-42,-227); -ref = asciitilde; -}, -{ -pos = (48,227); -ref = asciitilde; -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 8776; -}, -{ -glyphname = asciitilde; -lastChange = "2025-05-08 08:09:01 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(108,564,l), -(195,630,o), -(270,666,o), -(384,666,cs), -(529,666,o), -(657,522,o), -(819,522,cs), -(934,522,o), -(1015,565,o), -(1093,627,c), -(1093,687,l), -(1001,611,o), -(921,576,o), -(819,576,cs), -(689,576,o), -(552,719,o), -(384,719,cs), -(276,719,o), -(201,694,o), -(108,624,c) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(163,444,l), -(246,507,o), -(352,546,o), -(439,546,cs), -(584,546,o), -(712,402,o), -(874,402,cs), -(970,402,o), -(1075,439,o), -(1148,497,c), -(1148,677,l), -(1065,609,o), -(959,566,o), -(874,566,cs), -(744,566,o), -(607,709,o), -(439,709,cs), -(340,709,o), -(233,676,o), -(163,624,c) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(213,427,l), -(276,466,o), -(378,490,o), -(478,490,cs), -(570,490,o), -(745,377,o), -(867,366,cs), -(958,358,o), -(1064,387,o), -(1140,441,c), -(1140,709,l), -(1055,660,o), -(957,635,o), -(885,642,cs), -(791,652,o), -(635,770,o), -(495,770,cs), -(397,770,o), -(289,739,o), -(213,692,c) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(94,464,l), -(195,530,o), -(278,566,o), -(392,566,cs), -(537,566,o), -(634,422,o), -(796,422,cs), -(911,422,o), -(1001,465,o), -(1092,527,c), -(1105,587,l), -(997,511,o), -(910,476,o), -(808,476,cs), -(678,476,o), -(571,619,o), -(403,619,cs), -(295,619,o), -(215,594,o), -(107,524,c) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,444,l), -(244,507,o), -(358,546,o), -(445,546,cs), -(590,546,o), -(687,402,o), -(849,402,cs), -(945,402,o), -(1058,439,o), -(1144,497,c), -(1182,677,l), -(1084,609,o), -(969,566,o), -(884,566,cs), -(754,566,o), -(648,709,o), -(480,709,cs), -(381,709,o), -(267,676,o), -(186,624,c) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,427,l), -(258,466,o), -(365,490,o), -(465,490,cs), -(557,490,o), -(708,377,o), -(828,366,cs), -(917,358,o), -(1029,387,o), -(1117,441,c), -(1174,709,l), -(1078,660,o), -(975,635,o), -(905,642,cs), -(813,652,o), -(682,770,o), -(542,770,cs), -(444,770,o), -(329,739,o), -(243,692,c) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 126; -}, -{ -glyphname = logicalnot; -lastChange = "2025-05-08 08:03:07 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,673,l), -(1012,673,l), -(1012,721,l), -(160,721,l) -); -}, -{ -closed = 1; -nodes = ( -(964,262,l), -(1012,262,l), -(1012,699,l), -(964,699,l) -); -} -); -width = 1200; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,467,l), -(1123,467,l), -(1123,647,l), -(180,647,l) -); -}, -{ -closed = 1; -nodes = ( -(943,106,l), -(1123,106,l), -(1123,560,l), -(943,560,l) -); -} -); -width = 1312; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,423,l), -(1123,423,l), -(1123,717,l), -(180,717,l) -); -}, -{ -closed = 1; -nodes = ( -(809,106,l), -(1123,106,l), -(1123,540,l), -(809,540,l) -); -} -); -width = 1352; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,539,l), -(956,539,l), -(966,587,l), -(114,587,l) -); -}, -{ -closed = 1; -nodes = ( -(820,128,l), -(868,128,l), -(961,565,l), -(913,565,l) -); -} -); -width = 1200; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(85,447,l), -(1028,447,l), -(1066,627,l), -(123,627,l) -); -}, -{ -closed = 1; -nodes = ( -(772,86,l), -(952,86,l), -(1048,540,l), -(868,540,l) -); -} -); -width = 1312; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(58,353,l), -(1001,353,l), -(1074,697,l), -(131,697,l) -); -}, -{ -closed = 1; -nodes = ( -(600,86,l), -(944,86,l), -(1036,520,l), -(692,520,l) -); -} -); -width = 1352; -} -); -metricWidth = plus; -unicode = 172; -}, -{ -glyphname = asciicircum; -lastChange = "2025-04-30 13:45:46 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 614; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 744; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 1030; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 614; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 744; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 1030; -} -); -metricLeft = H; -metricRight = H; -unicode = 94; -}, -{ -glyphname = infinity; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(669,195,o), -(838,341,o), -(892,573,c), -(836,806,o), -(667,952,o), -(454,952,cs), -(212,952,o), -(60,806,o), -(60,573,cs), -(60,341,o), -(212,195,o), -(454,195,c) -); -}, -{ -closed = 1; -nodes = ( -(243,243,o), -(111,370,o), -(111,573,cs), -(111,776,o), -(243,904,o), -(454,904,cs), -(638,904,o), -(788,776,o), -(843,573,c), -(791,370,o), -(641,243,o), -(454,243,c) -); -}, -{ -closed = 1; -nodes = ( -(1524,195,o), -(1676,341,o), -(1676,573,cs), -(1676,806,o), -(1524,952,o), -(1282,952,cs), -(1069,952,o), -(900,806,o), -(844,573,c), -(898,341,o), -(1067,195,o), -(1282,195,c) -); -}, -{ -closed = 1; -nodes = ( -(1095,243,o), -(945,370,o), -(893,573,c), -(948,776,o), -(1098,904,o), -(1282,904,cs), -(1493,904,o), -(1626,776,o), -(1626,573,cs), -(1626,370,o), -(1493,243,o), -(1282,243,c) -); -} -); -width = 1736; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(726,201,o), -(913,358,o), -(982,608,c), -(933,862,o), -(754,1022,o), -(518,1024,cs), -(237,1026,o), -(60,866,o), -(60,608,cs), -(60,358,o), -(229,201,o), -(498,201,c) -); -}, -{ -closed = 1; -nodes = ( -(344,352,o), -(240,451,o), -(240,608,cs), -(240,764,o), -(350,862,o), -(525,862,cs), -(667,862,o), -(789,764,o), -(842,608,c), -(785,451,o), -(657,352,o), -(510,352,c) -); -}, -{ -closed = 1; -nodes = ( -(1602,196,o), -(1771,355,o), -(1771,608,cs), -(1771,862,o), -(1594,1021,o), -(1313,1019,cs), -(1077,1016,o), -(898,857,o), -(849,608,c), -(918,355,o), -(1105,196,o), -(1333,196,c) -); -}, -{ -closed = 1; -nodes = ( -(1181,356,o), -(1058,453,o), -(1001,608,c), -(1054,764,o), -(1172,862,o), -(1307,862,cs), -(1482,862,o), -(1592,764,o), -(1592,608,cs), -(1592,453,o), -(1487,356,o), -(1319,356,c) -); -} -); -width = 1831; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(726,201,o), -(913,360,o), -(982,613,c), -(933,863,o), -(754,1022,o), -(518,1024,cs), -(237,1026,o), -(60,867,o), -(60,611,cs), -(60,359,o), -(229,201,o), -(498,201,c) -); -}, -{ -closed = 1; -nodes = ( -(458,489,o), -(413,537,o), -(413,614,cs), -(413,694,o), -(461,743,o), -(539,743,cs), -(603,743,o), -(671,694,o), -(715,614,c), -(672,537,o), -(602,489,o), -(532,489,c) -); -}, -{ -closed = 1; -nodes = ( -(1602,201,o), -(1771,359,o), -(1771,611,cs), -(1771,865,o), -(1594,1024,o), -(1313,1024,cs), -(1077,1024,o), -(898,865,o), -(849,613,c), -(918,360,o), -(1105,201,o), -(1333,201,c) -); -}, -{ -closed = 1; -nodes = ( -(1229,489,o), -(1160,537,o), -(1117,614,c), -(1160,693,o), -(1226,743,o), -(1293,743,cs), -(1368,743,o), -(1415,693,o), -(1419,614,cs), -(1422,537,o), -(1376,489,o), -(1300,489,c) -); -} -); -width = 1831; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(600,195,o), -(800,341,o), -(903,573,c), -(896,806,o), -(758,952,o), -(545,952,cs), -(303,952,o), -(120,806,o), -(71,573,cs), -(22,341,o), -(143,195,o), -(385,195,c) -); -}, -{ -closed = 1; -nodes = ( -(184,243,o), -(79,370,o), -(122,573,cs), -(165,776,o), -(324,904,o), -(535,904,cs), -(719,904,o), -(842,776,o), -(854,573,c), -(759,370,o), -(582,243,o), -(395,243,c) -); -}, -{ -closed = 1; -nodes = ( -(1455,195,o), -(1638,341,o), -(1687,573,cs), -(1736,806,o), -(1615,952,o), -(1373,952,cs), -(1160,952,o), -(960,806,o), -(855,573,c), -(860,341,o), -(998,195,o), -(1213,195,c) -); -}, -{ -closed = 1; -nodes = ( -(1036,243,o), -(913,370,o), -(904,573,c), -(1002,776,o), -(1179,904,o), -(1363,904,cs), -(1574,904,o), -(1680,776,o), -(1637,573,cs), -(1594,370,o), -(1434,243,o), -(1223,243,c) -); -} -); -width = 1736; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(658,201,o), -(878,358,o), -(1001,608,c), -(1006,862,o), -(861,1022,o), -(625,1024,cs), -(344,1026,o), -(133,866,o), -(79,608,cs), -(25,358,o), -(161,201,o), -(430,201,c) -); -}, -{ -closed = 1; -nodes = ( -(308,352,o), -(225,451,o), -(259,608,cs), -(292,764,o), -(423,862,o), -(598,862,cs), -(740,862,o), -(841,764,o), -(861,608,c), -(770,451,o), -(621,352,o), -(474,352,c) -); -}, -{ -closed = 1; -nodes = ( -(1533,196,o), -(1736,355,o), -(1790,608,cs), -(1844,862,o), -(1700,1021,o), -(1419,1019,cs), -(1182,1016,o), -(969,857,o), -(868,608,c), -(883,355,o), -(1036,196,o), -(1264,196,c) -); -}, -{ -closed = 1; -nodes = ( -(1146,356,o), -(1044,453,o), -(1020,608,c), -(1106,764,o), -(1245,862,o), -(1380,862,cs), -(1555,862,o), -(1644,764,o), -(1611,608,cs), -(1578,453,o), -(1452,356,o), -(1284,356,c) -); -} -); -width = 1831; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(652,201,o), -(872,360,o), -(995,613,c), -(999,863,o), -(854,1022,o), -(618,1024,cs), -(338,1026,o), -(127,867,o), -(73,611,cs), -(19,359,o), -(155,201,o), -(424,201,c) -); -}, -{ -closed = 1; -nodes = ( -(445,489,o), -(410,537,o), -(426,614,cs), -(443,694,o), -(502,743,o), -(580,743,cs), -(644,743,o), -(701,694,o), -(728,614,c), -(669,537,o), -(589,489,o), -(519,489,c) -); -}, -{ -closed = 1; -nodes = ( -(1528,201,o), -(1730,359,o), -(1784,611,cs), -(1838,865,o), -(1694,1024,o), -(1413,1024,cs), -(1177,1024,o), -(965,865,o), -(862,613,c), -(877,360,o), -(1031,201,o), -(1259,201,c) -); -}, -{ -closed = 1; -nodes = ( -(1216,489,o), -(1157,537,o), -(1130,614,c), -(1190,693,o), -(1267,743,o), -(1334,743,cs), -(1409,743,o), -(1445,693,o), -(1432,614,cs), -(1419,537,o), -(1363,489,o), -(1287,489,c) -); -} -); -width = 1831; -} -); -metricLeft = O; -metricRight = O; -unicode = 8734; -}, -{ -glyphname = integral; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(332,-348,o), -(504,-249,o), -(545,-33,c), -(810,1332,l), -(845,1503,o), -(996,1581,o), -(1201,1533,c), -(1202,1584,l), -(971,1640,o), -(802,1547,o), -(763,1343,c), -(497,-19,l), -(458,-203,o), -(305,-290,o), -(101,-244,c), -(100,-291,l) -); -} -); -width = 1302; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(347,-351,o), -(528,-258,o), -(569,-50,c), -(844,1309,l), -(865,1406,o), -(964,1452,o), -(1101,1427,c), -(1102,1584,l), -(874,1639,o), -(706,1546,o), -(667,1343,c), -(396,0,l), -(374,-111,o), -(260,-163,o), -(101,-134,c), -(100,-291,l) -); -} -); -width = 1202; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(439,-389,o), -(682,-296,o), -(729,-50,c), -(964,1176,l), -(978,1248,o), -(1057,1283,o), -(1169,1267,c), -(1210,1584,l), -(869,1683,o), -(626,1590,o), -(581,1343,c), -(346,117,l), -(332,45,o), -(253,10,o), -(141,26,c), -(100,-291,l) -); -} -); -width = 1310; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(151,-348,o), -(340,-249,o), -(419,-33,c), -(925,1332,l), -(990,1503,o), -(1155,1581,o), -(1351,1533,c), -(1361,1584,l), -(1140,1640,o), -(955,1547,o), -(880,1343,c), -(374,-19,l), -(302,-203,o), -(134,-290,o), -(-62,-244,c), -(-71,-291,l) -); -} -); -width = 1236; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(168,-351,o), -(366,-258,o), -(443,-50,c), -(958,1309,l), -(996,1406,o), -(1103,1452,o), -(1236,1427,c), -(1265,1584,l), -(1046,1639,o), -(862,1546,o), -(787,1343,c), -(279,0,l), -(238,-111,o), -(114,-163,o), -(-39,-134,c), -(-68,-291,l) -); -} -); -width = 1143; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,-389,o), -(502,-296,o), -(592,-50,c), -(1043,1176,l), -(1070,1248,o), -(1155,1283,o), -(1264,1267,c), -(1361,1584,l), -(1038,1683,o), -(778,1590,o), -(690,1343,c), -(239,117,l), -(212,45,o), -(127,10,o), -(18,26,c), -(-79,-291,l) -); -} -); -width = 1241; -} -); -metricLeft = H; -metricRight = H; -unicode = 8747; -}, -{ -glyphname = Ohm; -lastChange = "2025-04-30 13:43:41 +0000"; -layers = ( -{ -anchors = ( -{ -name = topleft; -pos = (3,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1192,1462,o), -(777,1462,cs), -(364,1462,o), -(73,1168,o), -(73,751,cs), -(73,444,o), -(285,155,o), -(587,51,c), -(587,47,l), -(60,47,l), -(60,-1,l), -(671,-1,l), -(671,65,l), -(349,160,o), -(123,444,o), -(123,751,cs), -(123,1141,o), -(393,1415,o), -(778,1414,cs), -(1163,1413,o), -(1433,1139,o), -(1433,751,cs), -(1433,442,o), -(1211,159,o), -(895,65,c), -(895,-1,l), -(1496,-1,l), -(1496,47,l), -(989,47,l), -(989,51,l), -(1279,161,o), -(1483,450,o), -(1483,751,cs), -(1483,1168,o) -); -} -); -width = 1556; -}, -{ -anchors = ( -{ -name = topleft; -pos = (13,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(774,1443,l), -(774,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-32,0,l), -(1586,0,l), -(1586,1443,l), -(-32,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1586,722,l), -(-32,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1586,0,l), -(-32,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-33,0,l), -(1586,1443,l) -); -} -); -}; -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1188,1462,o), -(774,1462,cs), -(360,1462,o), -(73,1181,o), -(73,781,cs), -(73,508,o), -(239,248,o), -(476,166,c), -(477,159,l), -(60,159,l), -(60,-1,l), -(681,-1,l), -(681,191,l), -(433,288,o), -(253,538,o), -(253,781,cs), -(253,1088,o), -(469,1303,o), -(774,1302,cs), -(1079,1301,o), -(1303,1086,o), -(1303,781,cs), -(1303,538,o), -(1113,288,o), -(865,191,c), -(865,-1,l), -(1496,-1,l), -(1496,159,l), -(1099,159,l), -(1099,166,l), -(1319,250,o), -(1483,510,o), -(1483,781,cs), -(1483,1181,o) -); -} -); -width = 1556; -}, -{ -anchors = ( -{ -name = topleft; -pos = (-27,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(834,1443,l), -(834,0,l) -); -}, -{ -closed = 1; -nodes = ( -(-2,0,l), -(1676,0,l), -(1676,1443,l), -(-2,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1676,722,l), -(-2,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1676,0,l), -(-2,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(-3,0,l), -(1676,1443,l) -); -} -); -}; -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1276,1480,o), -(834,1480,cs), -(391,1480,o), -(85,1212,o), -(85,831,cs), -(85,599,o), -(224,382,o), -(422,306,c), -(423,299,l), -(63,299,l), -(60,-1,l), -(741,-1,l), -(741,382,l), -(602,465,o), -(505,634,o), -(505,791,cs), -(505,1003,o), -(638,1151,o), -(834,1150,cs), -(1030,1149,o), -(1173,1001,o), -(1173,791,cs), -(1173,637,o), -(1071,468,o), -(927,382,c), -(927,-1,l), -(1618,-1,l), -(1615,299,l), -(1245,299,l), -(1245,306,l), -(1449,393,o), -(1593,609,o), -(1593,831,cs), -(1593,1212,o) -); -} -); -width = 1678; -}, -{ -anchors = ( -{ -name = topleft; -pos = (153,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1354,1462,o), -(939,1462,cs), -(526,1462,o), -(183,1168,o), -(110,751,cs), -(55,444,o), -(217,155,o), -(500,51,c), -(499,47,l), -(-28,47,l), -(-36,-1,l), -(575,-1,l), -(587,65,l), -(281,160,o), -(105,444,o), -(160,751,cs), -(228,1141,o), -(547,1415,o), -(932,1414,cs), -(1316,1413,o), -(1538,1139,o), -(1470,751,cs), -(1415,442,o), -(1143,159,o), -(811,65,c), -(799,-1,l), -(1400,-1,l), -(1408,47,l), -(901,47,l), -(902,51,l), -(1212,161,o), -(1467,450,o), -(1520,751,cs), -(1593,1168,o) -); -} -); -width = 1571; -}, -{ -anchors = ( -{ -name = topleft; -pos = (193,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(808,1443,l), -(808,0,l) -); -}, -{ -closed = 1; -nodes = ( -(2,0,l), -(1620,0,l), -(1620,1443,l), -(2,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1620,722,l), -(2,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1620,0,l), -(2,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1,0,l), -(1620,1443,l) -); -} -); -}; -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1351,1462,o), -(937,1462,cs), -(523,1462,o), -(186,1181,o), -(116,781,cs), -(68,508,o), -(188,248,o), -(410,166,c), -(410,159,l), -(-7,159,l), -(-35,-1,l), -(586,-1,l), -(620,191,l), -(389,288,o), -(253,538,o), -(296,781,cs), -(350,1088,o), -(604,1303,o), -(909,1302,cs), -(1214,1301,o), -(1400,1086,o), -(1346,781,cs), -(1303,538,o), -(1069,288,o), -(804,191,c), -(770,-1,l), -(1401,-1,l), -(1429,159,l), -(1032,159,l), -(1033,166,l), -(1268,250,o), -(1478,510,o), -(1526,781,cs), -(1596,1181,o) -); -} -); -width = 1572; -}, -{ -anchors = ( -{ -name = topleft; -pos = (113,1443); -} -); -background = { -shapes = ( -{ -closed = 0; -nodes = ( -(856,1443,l), -(856,0,l) -); -}, -{ -closed = 1; -nodes = ( -(20,0,l), -(1698,0,l), -(1698,1443,l), -(20,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(1698,722,l), -(20,722,l) -); -}, -{ -closed = 0; -nodes = ( -(1698,0,l), -(20,1443,l) -); -}, -{ -closed = 0; -nodes = ( -(19,0,l), -(1698,1443,l) -); -} -); -}; -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1429,1480,o), -(987,1480,cs), -(544,1480,o), -(190,1212,o), -(123,831,cs), -(82,599,o), -(183,382,o), -(368,306,c), -(367,299,l), -(7,299,l), -(-49,-1,l), -(632,-1,l), -(700,382,l), -(576,465,o), -(508,634,o), -(536,791,cs), -(573,1003,o), -(733,1151,o), -(928,1150,cs), -(1124,1149,o), -(1241,1001,o), -(1204,791,cs), -(1177,637,o), -(1045,468,o), -(886,382,c), -(818,-1,l), -(1509,-1,l), -(1559,299,l), -(1189,299,l), -(1191,306,l), -(1410,393,o), -(1592,609,o), -(1631,831,cs), -(1698,1212,o) -); -} -); -width = 1686; -} -); -metricLeft = O; -metricRight = O; -unicode = 8486; -}, -{ -glyphname = increment; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1495,0,l), -(1495,50,l), -(821,1446,l), -(758,1446,l), -(100,50,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(791,1399,l), -(1440,50,l), -(155,50,l) -); -} -); -width = 1595; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1467,0,l), -(1467,160,l), -(874,1446,l), -(702,1446,l), -(100,160,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(784,1215,l), -(1271,160,l), -(297,160,l) -); -} -); -width = 1567; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1675,0,l), -(1675,282,l), -(1134,1446,l), -(644,1446,l), -(100,282,l), -(100,0,l) -); -}, -{ -closed = 1; -nodes = ( -(888,1046,l), -(1213,320,l), -(563,320,l) -); -} -); -width = 1775; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(1387,0,l), -(1395,50,l), -(967,1446,l), -(904,1446,l), -(0,50,l), -(-8,0,l) -); -}, -{ -closed = 1; -nodes = ( -(929,1399,l), -(1340,50,l), -(55,50,l) -); -} -); -width = 1598; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1362,0,l), -(1390,160,l), -(1023,1446,l), -(851,1446,l), -(23,160,l), -(-5,0,l) -); -}, -{ -closed = 1; -nodes = ( -(893,1215,l), -(1194,160,l), -(220,160,l) -); -} -); -width = 1573; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1569,0,l), -(1618,282,l), -(1282,1446,l), -(792,1446,l), -(43,282,l), -(-6,0,l) -); -}, -{ -closed = 1; -nodes = ( -(986,1046,l), -(1183,320,l), -(533,320,l) -); -} -); -width = 1786; -} -); -metricLeft = H; -metricRight = H; -unicode = 8710; -}, -{ -glyphname = product; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1397,l), -(1433,1397,l), -(1433,1442,l), -(100,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(422,-161,l), -(471,-161,l), -(471,1419,l), -(422,1419,l) -); -}, -{ -closed = 1; -nodes = ( -(1062,-161,l), -(1111,-161,l), -(1111,1419,l), -(1062,1419,l) -); -} -); -width = 1533; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1283,l), -(1513,1283,l), -(1513,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(397,-201,l), -(577,-201,l), -(577,1319,l), -(397,1319,l) -); -}, -{ -closed = 1; -nodes = ( -(1037,-201,l), -(1217,-201,l), -(1217,1319,l), -(1037,1319,l) -); -} -); -width = 1613; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1093,l), -(1673,1093,l), -(1673,1443,l), -(100,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(367,-211,l), -(767,-211,l), -(767,1229,l), -(367,1229,l) -); -}, -{ -closed = 1; -nodes = ( -(1007,-211,l), -(1407,-211,l), -(1407,1229,l), -(1007,1229,l) -); -} -); -width = 1773; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(287,1397,l), -(1620,1397,l), -(1629,1442,l), -(296,1442,l) -); -}, -{ -closed = 1; -nodes = ( -(278,-161,l), -(327,-161,l), -(662,1419,l), -(613,1419,l) -); -}, -{ -closed = 1; -nodes = ( -(918,-161,l), -(967,-161,l), -(1302,1419,l), -(1253,1419,l) -); -} -); -width = 1534; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(262,1283,l), -(1675,1283,l), -(1709,1443,l), -(296,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(243,-201,l), -(423,-201,l), -(746,1319,l), -(566,1319,l) -); -}, -{ -closed = 1; -nodes = ( -(883,-201,l), -(1063,-201,l), -(1386,1319,l), -(1206,1319,l) -); -} -); -width = 1613; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(215,1093,l), -(1788,1093,l), -(1863,1443,l), -(290,1443,l) -); -}, -{ -closed = 1; -nodes = ( -(205,-211,l), -(605,-211,l), -(911,1229,l), -(511,1229,l) -); -}, -{ -closed = 1; -nodes = ( -(845,-211,l), -(1245,-211,l), -(1551,1229,l), -(1151,1229,l) -); -} -); -width = 1773; -} -); -metricLeft = H; -metricRight = H; -unicode = 8719; -}, -{ -glyphname = summation; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(1114,-190,l), -(123,-190,l), -(773,657,l), -(133,1393,l), -(1085,1393,l), -(1085,1443,l), -(70,1443,l), -(70,1393,l), -(710,657,l), -(60,-191,l), -(60,-240,l), -(1114,-240,l) -); -} -); -width = 1174; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(1094,-80,l), -(283,-80,l), -(903,647,l), -(293,1283,l), -(1065,1283,l), -(1065,1443,l), -(70,1443,l), -(70,1283,l), -(700,647,l), -(60,-101,l), -(60,-240,l), -(1094,-240,l) -); -} -); -width = 1154; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1178,38,l), -(528,38,l), -(1001,619,l), -(548,1128,l), -(1148,1125,l), -(1148,1443,l), -(80,1443,l), -(80,1125,l), -(573,619,l), -(60,34,l), -(60,-278,l), -(1178,-278,l) -); -} -); -width = 1238; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(963,-190,l), -(-28,-190,l), -(802,657,l), -(318,1393,l), -(1270,1393,l), -(1281,1443,l), -(266,1443,l), -(255,1393,l), -(739,657,l), -(-91,-191,l), -(-102,-240,l), -(952,-240,l) -); -} -); -width = 1174; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(966,-80,l), -(155,-80,l), -(950,647,l), -(455,1283,l), -(1227,1283,l), -(1261,1443,l), -(266,1443,l), -(232,1283,l), -(727,647,l), -(-72,-101,l), -(-102,-240,l), -(932,-240,l) -); -} -); -width = 1154; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1069,38,l), -(419,38,l), -(1016,619,l), -(671,1128,l), -(1270,1125,l), -(1338,1443,l), -(270,1443,l), -(202,1125,l), -(588,619,l), -(-50,34,l), -(-116,-278,l), -(1002,-278,l) -); -} -); -width = 1238; -} -); -metricLeft = O; -metricRight = O; -unicode = 8721; -}, -{ -glyphname = radical; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(801,1443,l), -(426,-219,l), -(419,-219,l), -(116,362,l), -(60,362,l), -(395,-282,l), -(461,-282,l), -(839,1393,l), -(1365,1393,l), -(1365,1443,l) -); -} -); -width = 1425; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(891,1443,l), -(515,-142,l), -(502,-142,l), -(269,362,l), -(60,362,l), -(391,-292,l), -(656,-292,l), -(1034,1283,l), -(1455,1283,l), -(1455,1443,l) -); -} -); -width = 1515; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(1030,1443,l), -(664,-14,l), -(652,-14,l), -(459,382,l), -(60,382,l), -(461,-332,l), -(923,-332,l), -(1301,1143,l), -(1632,1143,l), -(1632,1443,l) -); -} -); -width = 1692; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(958,1443,l), -(290,-219,l), -(283,-219,l), -(82,362,l), -(26,362,l), -(248,-282,l), -(314,-282,l), -(987,1393,l), -(1513,1393,l), -(1522,1443,l) -); -} -); -width = 1387; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(1048,1443,l), -(392,-142,l), -(379,-142,l), -(235,362,l), -(26,362,l), -(242,-292,l), -(507,-292,l), -(1163,1283,l), -(1584,1283,l), -(1612,1443,l) -); -} -); -width = 1482; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1181,1443,l), -(559,-14,l), -(547,-14,l), -(423,382,l), -(24,382,l), -(300,-332,l), -(762,-332,l), -(1400,1143,l), -(1731,1143,l), -(1783,1443,l) -); -} -); -width = 1665; -} -); -metricLeft = o; -metricRight = o; -unicode = 8730; -}, -{ -glyphname = partialdiff; -lastChange = "2025-05-11 06:15:47 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(766,-20,o), -(949,167,o), -(949,434,cs), -(949,672,o), -(893,932,o), -(813,1065,cs), -(743,1181,o), -(575,1321,o), -(406,1404,c), -(406,1344,l), -(544,1281,o), -(693,1157,o), -(767,1045,cs), -(815,972,o), -(861,821,o), -(878,677,c), -(874,674,l), -(810,795,o), -(649,880,o), -(484,879,cs), -(235,876,o), -(60,694,o), -(60,437,cs), -(60,169,o), -(244,-20,o), -(506,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(899,194,o), -(734,28,o), -(500,28,cs), -(271,28,o), -(110,196,o), -(110,436,cs), -(110,668,o), -(264,831,o), -(484,831,cs), -(728,831,o), -(899,665,o), -(899,429,cs) -); -} -); -width = 1009; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(845,-20,o), -(1049,180,o), -(1049,465,cs), -(1049,693,o), -(985,960,o), -(893,1111,cs), -(798,1270,o), -(585,1397,o), -(375,1420,c), -(375,1277,l), -(529,1254,o), -(678,1164,o), -(736,1060,cs), -(779,982,o), -(816,874,o), -(825,799,c), -(821,796,l), -(766,875,o), -(634,930,o), -(502,929,cs), -(242,926,o), -(60,736,o), -(60,468,cs), -(60,181,o), -(265,-20,o), -(556,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(869,272,o), -(737,140,o), -(550,140,cs), -(368,140,o), -(240,272,o), -(240,460,cs), -(240,640,o), -(368,767,o), -(550,767,cs), -(737,767,o), -(869,640,o), -(869,460,cs) -); -} -); -width = 1109; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(991,-36,o), -(1239,195,o), -(1239,512,cs), -(1239,761,o), -(1163,1037,o), -(1059,1166,cs), -(916,1346,o), -(629,1477,o), -(376,1477,c), -(376,1178,l), -(505,1178,o), -(659,1113,o), -(743,1023,cs), -(794,969,o), -(831,868,o), -(831,782,c), -(823,779,l), -(776,874,o), -(622,937,o), -(457,927,cs), -(227,915,o), -(60,724,o), -(60,475,cs), -(60,179,o), -(309,-36,o), -(650,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(543,304,o), -(468,380,o), -(468,485,cs), -(468,590,o), -(543,667,o), -(646,667,cs), -(752,667,o), -(829,590,o), -(829,485,cs), -(829,380,o), -(752,304,o), -(646,304,cs) -); -} -); -width = 1299; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(668,-20,o), -(884,167,o), -(932,434,cs), -(973,672,o), -(963,932,o), -(907,1065,cs), -(857,1181,o), -(714,1321,o), -(560,1404,c), -(549,1344,l), -(676,1281,o), -(803,1157,o), -(857,1045,cs), -(892,972,o), -(912,821,o), -(903,677,c), -(899,674,l), -(856,795,o), -(710,880,o), -(545,879,cs), -(295,876,o), -(88,694,o), -(43,437,cs), -(-4,169,o), -(146,-20,o), -(408,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(839,194,o), -(645,28,o), -(411,28,cs), -(182,28,o), -(51,196,o), -(93,436,cs), -(134,668,o), -(317,831,o), -(537,831,cs), -(781,831,o), -(922,665,o), -(881,429,cs) -); -} -); -width = 1011; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(748,-20,o), -(987,180,o), -(1038,465,cs), -(1078,693,o), -(1061,960,o), -(995,1111,cs), -(929,1270,o), -(738,1397,o), -(532,1420,c), -(507,1277,l), -(657,1254,o), -(790,1164,o), -(829,1060,cs), -(859,982,o), -(877,874,o), -(872,799,c), -(868,796,l), -(827,875,o), -(705,930,o), -(572,929,cs), -(312,926,o), -(96,736,o), -(49,468,cs), -(-2,181,o), -(168,-20,o), -(459,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(824,272,o), -(668,140,o), -(481,140,cs), -(299,140,o), -(195,272,o), -(228,460,cs), -(259,640,o), -(410,767,o), -(592,767,cs), -(779,767,o), -(888,640,o), -(857,460,cs) -); -} -); -width = 1110; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(906,-36,o), -(1192,190,o), -(1249,512,cs), -(1308,844,o), -(1262,1027,o), -(1175,1166,cs), -(1062,1349,o), -(802,1477,o), -(546,1477,c), -(494,1178,l), -(624,1178,o), -(764,1114,o), -(833,1023,cs), -(876,968,o), -(894,869,o), -(879,782,c), -(870,779,l), -(839,876,o), -(699,937,o), -(530,927,cs), -(289,914,o), -(88,727,o), -(44,475,cs), -(-9,175,o), -(202,-36,o), -(554,-36,cs) -); -}, -{ -closed = 1; -nodes = ( -(505,304,o), -(445,379,o), -(463,485,cs), -(482,592,o), -(569,667,o), -(674,667,cs), -(781,667,o), -(843,592,o), -(824,485,cs), -(806,379,o), -(717,304,o), -(610,304,cs) -); -} -); -width = 1317; -} -); -metricLeft = o; -metricRight = o; -unicode = 8706; -}, -{ -glyphname = micro; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(160,1040,l), -(110,1040,l), -(110,-360,l), -(160,-360,l), -(160,234,l), -(162,225,l), -(205,77,o), -(326,-16,o), -(506,-16,cs), -(746,-16,o), -(876,135,o), -(876,376,cs), -(876,1040,l), -(826,1040,l), -(826,376,ls), -(826,165,o), -(715,32,o), -(506,32,cs), -(312,32,o), -(191,160,o), -(160,365,c) -); -} -); -width = 986; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,1040,l), -(110,1040,l), -(110,-360,l), -(290,-360,l), -(290,153,l), -(297,153,l), -(332,49,o), -(437,-17,o), -(570,-17,cs), -(816,-17,o), -(970,132,o), -(970,370,cs), -(970,1040,l), -(790,1040,l), -(790,381,ls), -(790,235,o), -(694,143,o), -(541,143,cs), -(400,143,o), -(303,233,o), -(290,376,c) -); -} -); -width = 1080; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(520,1100,l), -(110,1100,l), -(110,-374,l), -(520,-374,l), -(520,150,l), -(532,150,l), -(568,41,o), -(688,-27,o), -(844,-27,cs), -(1106,-27,o), -(1270,120,o), -(1270,353,cs), -(1270,1100,l), -(860,1100,l), -(860,431,ls), -(860,319,o), -(794,249,o), -(690,249,cs), -(586,248,o), -(520,318,o), -(520,431,cs) -); -} -); -width = 1380; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(271,1040,l), -(221,1040,l), -(-77,-360,l), -(-27,-360,l), -(99,234,l), -(100,225,l), -(111,77,o), -(212,-16,o), -(392,-16,cs), -(632,-16,o), -(794,135,o), -(846,376,cs), -(987,1040,l), -(937,1040,l), -(796,376,ls), -(751,165,o), -(612,32,o), -(403,32,cs), -(209,32,o), -(115,160,o), -(127,365,c) -); -} -); -width = 987; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(401,1040,l), -(221,1040,l), -(-77,-360,l), -(103,-360,l), -(212,153,l), -(219,153,l), -(232,49,o), -(323,-17,o), -(456,-17,cs), -(702,-17,o), -(888,132,o), -(938,370,cs), -(1081,1040,l), -(901,1040,l), -(761,381,ls), -(730,235,o), -(614,143,o), -(461,143,cs), -(320,143,o), -(242,233,o), -(260,376,c) -); -} -); -width = 1080; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(638,1100,l), -(228,1100,l), -(-86,-374,l), -(324,-374,l), -(436,150,l), -(448,150,l), -(461,41,o), -(566,-27,o), -(722,-27,cs), -(984,-27,o), -(1179,120,o), -(1229,353,cs), -(1388,1100,l), -(978,1100,l), -(835,431,ls), -(812,319,o), -(731,249,o), -(627,249,cs), -(523,248,o), -(471,318,o), -(495,431,cs) -); -} -); -width = 1381; -} -); -metricLeft = u; -metricRight = u; -unicode = 181; -}, -{ -glyphname = percent; -kernLeft = sflat; -kernRight = sround; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,0,l), -(1545,1443,l), -(1484,1443,l), -(199,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1524,-15,o), -(1664,125,o), -(1664,325,cs), -(1664,525,o), -(1524,665,o), -(1325,665,cs), -(1126,665,o), -(986,525,o), -(986,325,cs), -(986,125,o), -(1126,-15,o), -(1325,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(1151,29,o), -(1028,151,o), -(1028,325,cs), -(1028,499,o), -(1151,621,o), -(1325,621,cs), -(1499,621,o), -(1622,499,o), -(1622,325,cs), -(1622,151,o), -(1499,29,o), -(1325,29,cs) -); -}, -{ -closed = 1; -nodes = ( -(638,787,o), -(778,927,o), -(778,1127,cs), -(778,1326,o), -(638,1466,o), -(439,1466,cs), -(240,1466,o), -(100,1326,o), -(100,1127,cs), -(100,927,o), -(240,787,o), -(439,787,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,831,o), -(142,953,o), -(142,1127,cs), -(142,1300,o), -(265,1422,o), -(439,1422,cs), -(613,1422,o), -(736,1300,o), -(736,1127,cs), -(736,953,o), -(613,831,o), -(439,831,cs) -); -} -); -width = 1764; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(493,0,l), -(1558,1443,l), -(1332,1443,l), -(267,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1579,-19,o), -(1729,119,o), -(1729,309,cs), -(1729,499,o), -(1579,637,o), -(1371,637,cs), -(1163,637,o), -(1013,499,o), -(1013,309,cs), -(1013,119,o), -(1163,-19,o), -(1371,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(1271,141,o), -(1198,212,o), -(1198,309,cs), -(1198,406,o), -(1271,477,o), -(1371,477,cs), -(1471,477,o), -(1544,406,o), -(1544,309,cs), -(1544,212,o), -(1471,141,o), -(1371,141,cs) -); -}, -{ -closed = 1; -nodes = ( -(666,807,o), -(816,945,o), -(816,1135,cs), -(816,1325,o), -(666,1463,o), -(458,1463,cs), -(250,1463,o), -(100,1325,o), -(100,1135,cs), -(100,945,o), -(250,807,o), -(458,807,cs) -); -}, -{ -closed = 1; -nodes = ( -(358,967,o), -(285,1038,o), -(285,1135,cs), -(285,1232,o), -(358,1303,o), -(458,1303,cs), -(558,1303,o), -(631,1232,o), -(631,1135,cs), -(631,1038,o), -(558,967,o), -(458,967,cs) -); -} -); -width = 1829; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(538,0,l), -(1603,1443,l), -(1311,1443,l), -(246,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1617,-19,o), -(1769,121,o), -(1769,319,cs), -(1769,517,o), -(1617,657,o), -(1401,657,cs), -(1185,657,o), -(1033,517,o), -(1033,319,cs), -(1033,121,o), -(1185,-19,o), -(1401,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(1356,203,o), -(1325,251,o), -(1325,319,cs), -(1325,387,o), -(1356,435,o), -(1401,435,cs), -(1446,435,o), -(1477,387,o), -(1477,319,cs), -(1477,251,o), -(1446,203,o), -(1401,203,cs) -); -}, -{ -closed = 1; -nodes = ( -(684,787,o), -(836,927,o), -(836,1125,cs), -(836,1323,o), -(684,1463,o), -(468,1463,cs), -(252,1463,o), -(100,1323,o), -(100,1125,cs), -(100,927,o), -(252,787,o), -(468,787,cs) -); -}, -{ -closed = 1; -nodes = ( -(423,1008,o), -(391,1056,o), -(391,1125,cs), -(391,1194,o), -(423,1242,o), -(468,1242,cs), -(513,1242,o), -(545,1194,o), -(545,1125,cs), -(545,1056,o), -(513,1008,o), -(468,1008,cs) -); -} -); -width = 1869; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,0,l), -(1730,1443,l), -(1669,1443,l), -(129,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1449,-15,o), -(1616,128,o), -(1651,325,cs), -(1686,522,o), -(1569,665,o), -(1372,665,cs), -(1176,665,o), -(1008,522,o), -(973,325,cs), -(938,128,o), -(1056,-15,o), -(1252,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(1088,29,o), -(985,153,o), -(1015,325,cs), -(1046,497,o), -(1193,621,o), -(1365,621,cs), -(1537,621,o), -(1640,497,o), -(1609,325,cs), -(1579,153,o), -(1433,29,o), -(1260,29,cs) -); -}, -{ -closed = 1; -nodes = ( -(705,787,o), -(872,930,o), -(907,1127,cs), -(942,1324,o), -(824,1466,o), -(628,1466,cs), -(431,1466,o), -(264,1324,o), -(229,1127,cs), -(194,930,o), -(312,787,o), -(508,787,cs) -); -}, -{ -closed = 1; -nodes = ( -(343,831,o), -(240,955,o), -(271,1127,cs), -(301,1298,o), -(447,1422,o), -(620,1422,cs), -(792,1422,o), -(895,1298,o), -(865,1127,cs), -(834,955,o), -(688,831,o), -(516,831,cs) -); -} -); -width = 1793; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(424,0,l), -(1743,1443,l), -(1517,1443,l), -(198,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1506,-19,o), -(1680,119,o), -(1714,309,cs), -(1748,499,o), -(1622,637,o), -(1414,637,cs), -(1206,637,o), -(1032,499,o), -(998,309,cs), -(964,119,o), -(1090,-19,o), -(1298,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(1227,141,o), -(1166,212,o), -(1183,309,cs), -(1201,406,o), -(1286,477,o), -(1386,477,cs), -(1487,477,o), -(1547,406,o), -(1529,309,cs), -(1512,212,o), -(1427,141,o), -(1327,141,cs) -); -}, -{ -closed = 1; -nodes = ( -(739,807,o), -(913,945,o), -(947,1135,cs), -(981,1325,o), -(855,1463,o), -(647,1463,cs), -(439,1463,o), -(265,1325,o), -(231,1135,cs), -(197,945,o), -(323,807,o), -(531,807,cs) -); -}, -{ -closed = 1; -nodes = ( -(458,967,o), -(398,1038,o), -(416,1135,cs), -(433,1232,o), -(518,1303,o), -(618,1303,cs), -(718,1303,o), -(779,1232,o), -(762,1135,cs), -(744,1038,o), -(659,967,o), -(559,967,cs) -); -} -); -width = 1859; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(462,0,l), -(1781,1443,l), -(1489,1443,l), -(170,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1535,-19,o), -(1714,123,o), -(1749,319,cs), -(1784,515,o), -(1654,657,o), -(1441,657,cs), -(1227,657,o), -(1048,515,o), -(1013,319,cs), -(978,123,o), -(1108,-19,o), -(1321,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(1316,203,o), -(1293,252,o), -(1305,319,cs), -(1317,386,o), -(1357,435,o), -(1401,435,cs), -(1445,435,o), -(1469,386,o), -(1457,319,cs), -(1445,252,o), -(1404,203,o), -(1360,203,cs) -); -}, -{ -closed = 1; -nodes = ( -(744,787,o), -(923,929,o), -(958,1125,cs), -(993,1321,o), -(863,1463,o), -(650,1463,cs), -(436,1463,o), -(257,1321,o), -(222,1125,cs), -(187,929,o), -(317,787,o), -(530,787,cs) -); -}, -{ -closed = 1; -nodes = ( -(525,1008,o), -(501,1057,o), -(513,1125,cs), -(525,1193,o), -(566,1242,o), -(611,1242,cs), -(655,1242,o), -(679,1193,o), -(667,1125,cs), -(655,1057,o), -(614,1008,o), -(569,1008,cs) -); -} -); -width = 1898; -} -); -metricLeft = H; -metricRight = H; -unicode = 37; -}, -{ -glyphname = uni2030; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(260,0,l), -(1545,1443,l), -(1484,1443,l), -(199,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1524,-15,o), -(1664,125,o), -(1664,325,cs), -(1664,525,o), -(1524,665,o), -(1325,665,cs), -(1126,665,o), -(986,525,o), -(986,325,cs), -(986,125,o), -(1126,-15,o), -(1325,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(1151,29,o), -(1028,151,o), -(1028,325,cs), -(1028,499,o), -(1151,621,o), -(1325,621,cs), -(1499,621,o), -(1622,499,o), -(1622,325,cs), -(1622,151,o), -(1499,29,o), -(1325,29,cs) -); -}, -{ -closed = 1; -nodes = ( -(638,787,o), -(778,927,o), -(778,1127,cs), -(778,1326,o), -(638,1466,o), -(439,1466,cs), -(240,1466,o), -(100,1326,o), -(100,1127,cs), -(100,927,o), -(240,787,o), -(439,787,cs) -); -}, -{ -closed = 1; -nodes = ( -(265,831,o), -(142,953,o), -(142,1127,cs), -(142,1300,o), -(265,1422,o), -(439,1422,cs), -(613,1422,o), -(736,1300,o), -(736,1127,cs), -(736,953,o), -(613,831,o), -(439,831,cs) -); -}, -{ -closed = 1; -nodes = ( -(2284,-15,o), -(2424,125,o), -(2424,325,cs), -(2424,525,o), -(2284,665,o), -(2085,665,cs), -(1886,665,o), -(1746,525,o), -(1746,325,cs), -(1746,125,o), -(1886,-15,o), -(2085,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(1911,29,o), -(1788,151,o), -(1788,325,cs), -(1788,499,o), -(1911,621,o), -(2085,621,cs), -(2259,621,o), -(2382,499,o), -(2382,325,cs), -(2382,151,o), -(2259,29,o), -(2085,29,cs) -); -} -); -width = 2524; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(493,0,l), -(1558,1443,l), -(1332,1443,l), -(267,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1581,-19,o), -(1729,116,o), -(1729,309,cs), -(1729,502,o), -(1581,637,o), -(1371,637,cs), -(1161,637,o), -(1013,502,o), -(1013,309,cs), -(1013,116,o), -(1161,-19,o), -(1371,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(1269,141,o), -(1198,210,o), -(1198,309,cs), -(1198,408,o), -(1269,477,o), -(1371,477,cs), -(1473,477,o), -(1544,408,o), -(1544,309,cs), -(1544,210,o), -(1473,141,o), -(1371,141,cs) -); -}, -{ -closed = 1; -nodes = ( -(668,807,o), -(816,942,o), -(816,1135,cs), -(816,1328,o), -(668,1463,o), -(458,1463,cs), -(248,1463,o), -(100,1328,o), -(100,1135,cs), -(100,942,o), -(248,807,o), -(458,807,cs) -); -}, -{ -closed = 1; -nodes = ( -(356,967,o), -(285,1036,o), -(285,1135,cs), -(285,1234,o), -(356,1303,o), -(458,1303,cs), -(560,1303,o), -(631,1234,o), -(631,1135,cs), -(631,1036,o), -(560,967,o), -(458,967,cs) -); -}, -{ -closed = 1; -nodes = ( -(2393,-20,o), -(2541,115,o), -(2541,308,cs), -(2541,501,o), -(2393,636,o), -(2183,636,cs), -(1973,636,o), -(1825,501,o), -(1825,308,cs), -(1825,115,o), -(1973,-20,o), -(2183,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(2081,140,o), -(2010,209,o), -(2010,308,cs), -(2010,407,o), -(2081,476,o), -(2183,476,cs), -(2285,476,o), -(2356,407,o), -(2356,308,cs), -(2356,209,o), -(2285,140,o), -(2183,140,cs) -); -} -); -width = 2641; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(538,0,l), -(1603,1443,l), -(1311,1443,l), -(246,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1617,-19,o), -(1769,121,o), -(1769,319,cs), -(1769,517,o), -(1617,657,o), -(1401,657,cs), -(1185,657,o), -(1033,517,o), -(1033,319,cs), -(1033,121,o), -(1185,-19,o), -(1401,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(1356,203,o), -(1325,251,o), -(1325,319,cs), -(1325,387,o), -(1356,435,o), -(1401,435,cs), -(1446,435,o), -(1477,387,o), -(1477,319,cs), -(1477,251,o), -(1446,203,o), -(1401,203,cs) -); -}, -{ -closed = 1; -nodes = ( -(684,787,o), -(836,927,o), -(836,1125,cs), -(836,1323,o), -(684,1463,o), -(468,1463,cs), -(252,1463,o), -(100,1323,o), -(100,1125,cs), -(100,927,o), -(252,787,o), -(468,787,cs) -); -}, -{ -closed = 1; -nodes = ( -(423,1008,o), -(391,1056,o), -(391,1125,cs), -(391,1194,o), -(423,1242,o), -(468,1242,cs), -(513,1242,o), -(545,1194,o), -(545,1125,cs), -(545,1056,o), -(513,1008,o), -(468,1008,cs) -); -}, -{ -closed = 1; -nodes = ( -(2417,-19,o), -(2569,121,o), -(2569,319,cs), -(2569,517,o), -(2417,657,o), -(2201,657,cs), -(1985,657,o), -(1833,517,o), -(1833,319,cs), -(1833,121,o), -(1985,-19,o), -(2201,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(2156,203,o), -(2125,251,o), -(2125,319,cs), -(2125,387,o), -(2156,435,o), -(2201,435,cs), -(2246,435,o), -(2277,387,o), -(2277,319,cs), -(2277,251,o), -(2246,203,o), -(2201,203,cs) -); -} -); -width = 2669; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,0,l), -(1730,1443,l), -(1669,1443,l), -(129,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1451,-15,o), -(1616,125,o), -(1651,325,cs), -(1687,525,o), -(1571,665,o), -(1372,665,cs), -(1173,665,o), -(1009,525,o), -(973,325,cs), -(938,125,o), -(1053,-15,o), -(1252,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(1086,29,o), -(985,151,o), -(1015,325,cs), -(1046,499,o), -(1191,621,o), -(1365,621,cs), -(1539,621,o), -(1640,499,o), -(1609,325,cs), -(1579,151,o), -(1434,29,o), -(1260,29,cs) -); -}, -{ -closed = 1; -nodes = ( -(707,787,o), -(872,927,o), -(907,1127,cs), -(942,1326,o), -(827,1466,o), -(628,1466,cs), -(429,1466,o), -(264,1326,o), -(229,1127,cs), -(194,927,o), -(309,787,o), -(508,787,cs) -); -}, -{ -closed = 1; -nodes = ( -(342,831,o), -(240,953,o), -(271,1127,cs), -(301,1300,o), -(446,1422,o), -(620,1422,cs), -(794,1422,o), -(895,1300,o), -(865,1127,cs), -(834,953,o), -(690,831,o), -(516,831,cs) -); -}, -{ -closed = 1; -nodes = ( -(2211,-15,o), -(2376,125,o), -(2411,325,cs), -(2447,525,o), -(2331,665,o), -(2132,665,cs), -(1933,665,o), -(1769,525,o), -(1733,325,cs), -(1698,125,o), -(1813,-15,o), -(2012,-15,cs) -); -}, -{ -closed = 1; -nodes = ( -(1846,29,o), -(1745,151,o), -(1775,325,cs), -(1806,499,o), -(1951,621,o), -(2125,621,cs), -(2299,621,o), -(2400,499,o), -(2369,325,cs), -(2339,151,o), -(2194,29,o), -(2020,29,cs) -); -} -); -width = 2553; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(424,0,l), -(1743,1443,l), -(1517,1443,l), -(198,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1508,-19,o), -(1680,116,o), -(1714,309,cs), -(1748,502,o), -(1624,637,o), -(1414,637,cs), -(1204,637,o), -(1032,502,o), -(998,309,cs), -(964,116,o), -(1088,-19,o), -(1298,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(1225,141,o), -(1166,210,o), -(1183,309,cs), -(1201,408,o), -(1284,477,o), -(1386,477,cs), -(1488,477,o), -(1547,408,o), -(1529,309,cs), -(1512,210,o), -(1429,141,o), -(1327,141,cs) -); -}, -{ -closed = 1; -nodes = ( -(741,807,o), -(913,942,o), -(947,1135,cs), -(981,1328,o), -(857,1463,o), -(647,1463,cs), -(437,1463,o), -(265,1328,o), -(231,1135,cs), -(197,942,o), -(321,807,o), -(531,807,cs) -); -}, -{ -closed = 1; -nodes = ( -(457,967,o), -(398,1036,o), -(416,1135,cs), -(433,1234,o), -(517,1303,o), -(619,1303,cs), -(721,1303,o), -(779,1234,o), -(762,1135,cs), -(744,1036,o), -(661,967,o), -(559,967,cs) -); -}, -{ -closed = 1; -nodes = ( -(2320,-20,o), -(2492,115,o), -(2526,308,cs), -(2560,501,o), -(2436,636,o), -(2226,636,cs), -(2016,636,o), -(1844,501,o), -(1810,308,cs), -(1776,115,o), -(1900,-20,o), -(2110,-20,cs) -); -}, -{ -closed = 1; -nodes = ( -(2036,140,o), -(1978,209,o), -(1995,308,cs), -(2013,407,o), -(2096,476,o), -(2198,476,cs), -(2300,476,o), -(2359,407,o), -(2341,308,cs), -(2324,209,o), -(2240,140,o), -(2138,140,cs) -); -} -); -width = 2671; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(462,0,l), -(1781,1443,l), -(1489,1443,l), -(170,0,l) -); -}, -{ -closed = 1; -nodes = ( -(1537,-19,o), -(1714,121,o), -(1749,319,cs), -(1784,517,o), -(1657,657,o), -(1441,657,cs), -(1225,657,o), -(1048,517,o), -(1013,319,cs), -(978,121,o), -(1105,-19,o), -(1321,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(1315,203,o), -(1293,251,o), -(1305,319,cs), -(1317,387,o), -(1356,435,o), -(1401,435,cs), -(1446,435,o), -(1469,387,o), -(1457,319,cs), -(1445,251,o), -(1405,203,o), -(1360,203,cs) -); -}, -{ -closed = 1; -nodes = ( -(746,787,o), -(923,927,o), -(958,1125,cs), -(993,1323,o), -(866,1463,o), -(650,1463,cs), -(434,1463,o), -(257,1323,o), -(222,1125,cs), -(187,927,o), -(314,787,o), -(530,787,cs) -); -}, -{ -closed = 1; -nodes = ( -(524,1008,o), -(501,1056,o), -(513,1125,cs), -(525,1194,o), -(566,1242,o), -(611,1242,cs), -(656,1242,o), -(679,1194,o), -(667,1125,cs), -(655,1056,o), -(614,1008,o), -(569,1008,cs) -); -}, -{ -closed = 1; -nodes = ( -(2337,-19,o), -(2514,121,o), -(2549,319,cs), -(2584,517,o), -(2457,657,o), -(2241,657,cs), -(2025,657,o), -(1848,517,o), -(1813,319,cs), -(1778,121,o), -(1905,-19,o), -(2121,-19,cs) -); -}, -{ -closed = 1; -nodes = ( -(2115,203,o), -(2093,251,o), -(2105,319,cs), -(2117,387,o), -(2156,435,o), -(2201,435,cs), -(2246,435,o), -(2269,387,o), -(2257,319,cs), -(2245,251,o), -(2205,203,o), -(2160,203,cs) -); -} -); -width = 2698; -} -); -metricLeft = H; -metricRight = H; -unicode = 8240; -}, -{ -glyphname = plus.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-20,88); -ref = plus; -} -); -width = 1160; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-20,80); -ref = plus; -} -); -width = 1272; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-38,50); -ref = plus; -} -); -width = 1276; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-2,88); -ref = plus; -} -); -width = 1160; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-3,80); -ref = plus; -} -); -width = 1272; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-27,50); -ref = plus; -} -); -width = 1276; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = minus.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-70,90); -ref = minus; -} -); -width = 1060; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-106,79); -ref = minus; -} -); -width = 1100; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-87,57); -ref = minus; -} -); -width = 1177; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-51,90); -ref = minus; -} -); -width = 1060; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-89,79); -ref = minus; -} -); -width = 1100; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-75,57); -ref = minus; -} -); -width = 1178; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = multiply.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-95,119); -ref = multiply; -} -); -width = 1011; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-81,150); -ref = multiply; -} -); -width = 1150; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-52,60); -ref = multiply; -} -); -width = 1248; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-66,119); -ref = multiply; -} -); -width = 1016; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-49,150); -ref = multiply; -} -); -width = 1150; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-39,60); -ref = multiply; -} -); -width = 1248; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = divide.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-51,110); -ref = divide; -} -); -width = 1098; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-80,140); -ref = divide; -} -); -width = 1138; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-71,44); -ref = divide; -} -); -width = 1210; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (23,110); -ref = divide; -} -); -width = 1098; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-57,140); -ref = divide; -} -); -width = 1138; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-62,44); -ref = divide; -} -); -width = 1210; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = equal.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-36,100); -ref = equal; -} -); -width = 1128; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-92,85); -ref = equal; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-87,100); -ref = equal; -} -); -width = 1178; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-15,100); -ref = equal; -} -); -width = 1128; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-74,85); -ref = equal; -} -); -width = 1128; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-65,100); -ref = equal; -} -); -width = 1179; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = notequal.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-36,100); -ref = notequal; -} -); -width = 1128; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-92,80); -ref = notequal; -} -); -width = 1128; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-87,100); -ref = notequal; -} -); -width = 1178; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-15,100); -ref = notequal; -} -); -width = 1128; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-75,80); -ref = notequal; -} -); -width = 1128; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-65,100); -ref = notequal; -} -); -width = 1179; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = greater.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-50,94); -ref = greater; -} -); -width = 1110; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-123,160); -ref = greater; -} -); -width = 1076; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-169,150); -ref = greater; -} -); -width = 1034; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-20,94); -ref = greater; -} -); -width = 1129; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-90,160); -ref = greater; -} -); -width = 1077; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-139,150); -ref = greater; -} -); -width = 1034; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = less.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -alignment = 1; -pos = (1110,0); -ref = greater.uc; -scale = (-1,1); -} -); -width = 1110; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -alignment = 1; -pos = (1076,0); -ref = greater.uc; -scale = (-1,1); -} -); -width = 1076; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -alignment = 1; -pos = (1034,0); -ref = greater.uc; -scale = (-1,1); -} -); -width = 1034; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -alignment = -1; -pos = (952,0); -ref = greater.uc; -scale = (-1,1); -slant = (20,0); -} -); -width = 1123; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -alignment = -1; -pos = (901,0); -ref = greater.uc; -scale = (-1,1); -slant = (20,0); -} -); -width = 1111; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -alignment = -1; -pos = (856,0); -ref = greater.uc; -scale = (-1,1); -slant = (20,0); -} -); -width = 1080; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = approxequal.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-8,30); -ref = asciitilde; -}, -{ -pos = (-8,307); -ref = asciitilde; -} -); -width = 1185; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-63,-56); -ref = asciitilde; -}, -{ -pos = (-63,287); -ref = asciitilde; -} -); -width = 1185; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-113,-97); -ref = asciitilde; -}, -{ -pos = (-113,357); -ref = asciitilde; -} -); -width = 1127; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (15,17); -ref = asciitilde; -}, -{ -pos = (55,287); -ref = asciitilde; -} -); -width = 1202; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-61,-56); -ref = asciitilde; -}, -{ -pos = (-2,287); -ref = asciitilde; -} -); -width = 1200; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-120,-86); -ref = asciitilde; -}, -{ -pos = (-35,364); -ref = asciitilde; -} -); -width = 1138; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = asciitilde.uc; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-8,150); -ref = asciitilde; -} -); -width = 1185; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-63,150); -ref = asciitilde; -} -); -width = 1185; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-113,110); -ref = asciitilde; -} -); -width = 1127; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (26,150); -ref = asciitilde; -} -); -width = 1185; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-31,150); -ref = asciitilde; -} -); -width = 1186; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-89,110); -ref = asciitilde; -} -); -width = 1128; -} -); -metricLeft = H; -metricRight = H; -}, -{ -glyphname = lozenge; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(524,0,l), -(118,662,l), -(524,1337,l), -(470,1338,l), -(60,662,l), -(470,0,l) -); -}, -{ -closed = 1; -nodes = ( -(942,662,l), -(528,1338,l), -(478,1337,l), -(884,662,l), -(478,0,l), -(528,0,l) -); -} -); -width = 1002; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(634,1,l), -(267,680,l), -(634,1377,l), -(437,1378,l), -(60,684,l), -(437,1,l) -); -}, -{ -closed = 1; -nodes = ( -(1050,684,l), -(673,1378,l), -(474,1377,l), -(841,680,l), -(474,1,l), -(673,1,l) -); -} -); -width = 1110; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(834,-37,l), -(467,642,l), -(834,1339,l), -(437,1340,l), -(60,646,l), -(437,-37,l) -); -}, -{ -closed = 1; -nodes = ( -(1340,646,l), -(963,1340,l), -(569,1339,l), -(936,642,l), -(569,-37,l), -(963,-37,l) -); -} -); -width = 1400; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(409,0,l), -(145,654,l), -(706,1337,l), -(643,1338,l), -(90,662,l), -(359,0,l) -); -}, -{ -closed = 1; -nodes = ( -(972,662,l), -(704,1338,l), -(655,1337,l), -(916,670,l), -(360,0,l), -(417,0,l) -); -} -); -width = 1002; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(534,1,l), -(311,680,l), -(826,1377,l), -(619,1378,l), -(95,684,l), -(327,1,l) -); -}, -{ -closed = 1; -nodes = ( -(1085,684,l), -(855,1378,l), -(666,1377,l), -(885,680,l), -(374,1,l), -(563,1,l) -); -} -); -width = 1110; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(709,-37,l), -(486,642,l), -(1001,1339,l), -(604,1340,l), -(80,646,l), -(312,-37,l) -); -}, -{ -closed = 1; -nodes = ( -(1360,646,l), -(1130,1340,l), -(736,1339,l), -(955,642,l), -(444,-37,l), -(838,-37,l) -); -} -); -width = 1400; -} -); -metricLeft = O; -metricRight = O; -unicode = 9674; -}, -{ -glyphname = tonos; -lastChange = "2025-04-30 13:34:14 +0000"; -layers = ( -{ -anchors = ( -{ -name = _topleft; -pos = (210,1325); -}, -{ -name = top; -pos = (209,1205.4); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(175,1328,l), -(100,1053,l), -(144,1053,l), -(235,1328,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _topleft; -pos = (316,1338); -}, -{ -name = top; -pos = (301,1275.6); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,1337,l), -(100,1038,l), -(263,1038,l), -(403,1337,l) -); -} -); -width = 503; -}, -{ -anchors = ( -{ -name = _topleft; -pos = (342,1442); -}, -{ -name = top; -pos = (337,1396.6); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,1443,l), -(100,1026,l), -(343,1026,l), -(523,1443,l) -); -} -); -width = 623; -}, -{ -anchors = ( -{ -name = _topleft; -pos = (381,1325); -}, -{ -name = top; -pos = (354,1205); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,1328,l), -(213,1053,l), -(257,1053,l), -(406,1328,l) -); -} -); -width = 334; -}, -{ -anchors = ( -{ -name = _topleft; -pos = (490,1338); -}, -{ -name = top; -pos = (462,1276); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(364,1337,l), -(210,1038,l), -(373,1038,l), -(577,1337,l) -); -} -); -width = 503; -}, -{ -anchors = ( -{ -name = _topleft; -pos = (531,1442); -}, -{ -name = top; -pos = (516,1397); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(359,1443,l), -(201,1026,l), -(444,1026,l), -(712,1443,l) -); -} -); -width = 622; -} -); -metricLeft = H; -metricRight = H; -unicode = 900; -}, -{ -glyphname = dieresistonos; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (163,-243); -ref = acutecomb; -scale = (1,1.2); -}, -{ -alignment = -1; -pos = (-10,3); -ref = dotaccentcomb; -}, -{ -alignment = -1; -pos = (423,3); -ref = dotaccentcomb; -} -); -width = 703; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (221,-273); -ref = acutecomb; -scale = (1,1.2); -}, -{ -alignment = -1; -pos = (-6,49); -ref = dotaccentcomb; -scale = (0.9604,0.9604); -}, -{ -alignment = -1; -pos = (598,49); -ref = dotaccentcomb; -scale = (0.9604,0.9604); -} -); -width = 999; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (328,-183); -ref = acutecomb; -scale = (1,1.2); -}, -{ -alignment = -1; -pos = (5,160); -ref = dotaccentcomb; -scale = (0.8681,0.8681); -}, -{ -alignment = -1; -pos = (799,160); -ref = dotaccentcomb; -scale = (0.8681,0.8681); -} -); -width = 1275; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (164,-243); -ref = acutecomb; -scale = (1,1.2); -}, -{ -alignment = -1; -pos = (-9,3); -ref = dotaccentcomb; -}, -{ -alignment = -1; -pos = (424,3); -ref = dotaccentcomb; -} -); -width = 704; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (227,-273); -ref = acutecomb; -scale = (1,1.2); -}, -{ -alignment = -1; -pos = (0,49); -ref = dotaccentcomb; -scale = (0.9604,0.9604); -}, -{ -alignment = -1; -pos = (604,49); -ref = dotaccentcomb; -scale = (0.9604,0.9604); -} -); -width = 1000; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (346,-183); -ref = acutecomb; -scale = (1,1.2); -}, -{ -alignment = -1; -pos = (23,160); -ref = dotaccentcomb; -scale = (0.8681,0.8681); -}, -{ -alignment = -1; -pos = (817,160); -ref = dotaccentcomb; -scale = (0.8681,0.8681); -} -); -width = 1274; -} -); -metricLeft = H; -metricRight = H; -unicode = 901; -}, -{ -category = Mark; -glyphname = hook; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _hook; -pos = (324,0); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(273,-275,o), -(344,-208,o), -(348,-87,c), -(349,0,l), -(299,0,l), -(298,-90,l), -(293,-178,o), -(241,-227,o), -(152,-227,cs), -(100,-227,l), -(100,-275,l), -(150,-275,ls) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = _hook; -pos = (349,0); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(329,-335,o), -(432,-235,o), -(438,-57,c), -(439,0,l), -(259,0,l), -(258,-70,l), -(254,-137,o), -(212,-175,o), -(142,-175,cs), -(100,-175,l), -(100,-335,l), -(150,-335,ls) -); -} -); -width = 539; -}, -{ -anchors = ( -{ -name = _hook; -pos = (465,0); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(527,-407,o), -(660,-287,o), -(668,-37,c), -(669,100,l), -(259,100,l), -(258,-20,l), -(253,-92,o), -(211,-113,o), -(142,-113,cs), -(100,-113,l), -(100,-407,l), -(278,-407,ls) -); -} -); -width = 769; -}, -{ -anchors = ( -{ -name = _hook; -pos = (213,0); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(104,-275,o), -(189,-208,o), -(219,-87,c), -(238,0,l), -(188,0,l), -(168,-90,l), -(144,-178,o), -(82,-227,o), -(-7,-227,cs), -(-59,-227,l), -(-69,-275,l), -(-19,-275,ls) -); -} -); -width = 449; -}, -{ -anchors = ( -{ -name = _hook; -pos = (239,0); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(147,-335,o), -(272,-235,o), -(315,-57,c), -(329,0,l), -(149,0,l), -(133,-70,l), -(114,-137,o), -(64,-175,o), -(-6,-175,cs), -(-48,-175,l), -(-82,-335,l), -(-32,-335,ls) -); -} -); -width = 540; -}, -{ -anchors = ( -{ -name = _hook; -pos = (336,0); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(324,-407,o), -(483,-287,o), -(544,-37,c), -(574,100,l), -(164,100,l), -(137,-20,l), -(117,-92,o), -(71,-113,o), -(2,-113,cs), -(-40,-113,l), -(-103,-407,l), -(75,-407,ls) -); -} -); -width = 770; -} -); -metricLeft = H; -metricRight = H; -subCategory = ""; -}, -{ -category = Mark; -glyphname = hook.small; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _hook; -pos = (344,0); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(286,-295,o), -(364,-228,o), -(368,-107,c), -(369,0,l), -(319,0,l), -(318,-110,l), -(313,-198,o), -(253,-247,o), -(152,-247,cs), -(100,-247,l), -(100,-295,l), -(150,-295,ls) -); -} -); -width = 469; -}, -{ -anchors = ( -{ -name = _hook; -pos = (324,0); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-315,o), -(409,-229,o), -(409,-57,c), -(409,0,l), -(229,0,l), -(228,-70,l), -(225,-127,o), -(196,-155,o), -(142,-155,cs), -(100,-155,l), -(100,-315,l), -(150,-315,ls) -); -} -); -width = 509; -}, -{ -anchors = ( -{ -name = _hook; -pos = (490,0); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(527,-457,o), -(670,-344,o), -(678,-107,c), -(679,0,l), -(279,0,l), -(278,-70,l), -(273,-136,o), -(232,-173,o), -(162,-173,cs), -(100,-173,l), -(100,-457,l), -(278,-457,ls) -); -} -); -width = 779; -}, -{ -anchors = ( -{ -name = _hook; -pos = (233,0); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(113,-295,o), -(205,-228,o), -(235,-107,c), -(258,0,l), -(208,0,l), -(184,-110,l), -(160,-198,o), -(90,-247,o), -(-11,-247,cs), -(-63,-247,l), -(-73,-295,l), -(-23,-295,ls) -); -} -); -width = 469; -}, -{ -anchors = ( -{ -name = _hook; -pos = (210,0); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(145,-315,o), -(250,-229,o), -(286,-57,c), -(298,0,l), -(118,0,l), -(103,-70,l), -(87,-127,o), -(53,-155,o), -(-1,-155,cs), -(-43,-155,l), -(-77,-315,l), -(-27,-315,ls) -); -} -); -width = 509; -}, -{ -anchors = ( -{ -name = _hook; -pos = (347,0); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,-457,o), -(480,-344,o), -(539,-107,c), -(563,0,l), -(163,0,l), -(147,-70,l), -(128,-136,o), -(79,-173,o), -(9,-173,cs), -(-53,-173,l), -(-114,-457,l), -(64,-457,ls) -); -} -); -width = 780; -} -); -metricLeft = H; -metricRight = H; -subCategory = ""; -}, -{ -category = Mark; -glyphname = hook.up; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _hookup; -pos = (124,0); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(183,295,o), -(105,228,o), -(101,107,c), -(100,0,l), -(150,0,l), -(151,110,l), -(156,198,o), -(216,247,o), -(317,247,cs), -(369,247,l), -(369,295,l), -(319,295,ls) -); -} -); -width = 469; -}, -{ -anchors = ( -{ -name = _hookup; -pos = (190,0); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(187,315,o), -(100,229,o), -(100,57,c), -(100,0,l), -(280,0,l), -(281,70,l), -(284,127,o), -(313,155,o), -(367,155,cs), -(409,155,l), -(409,315,l), -(359,315,ls) -); -} -); -width = 509; -}, -{ -anchors = ( -{ -name = _hookup; -pos = (307,0); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(252,457,o), -(109,332,o), -(101,107,c), -(100,0,l), -(510,0,l), -(511,70,l), -(516,136,o), -(554,173,o), -(617,173,cs), -(679,173,l), -(679,457,l), -(501,457,ls) -); -} -); -width = 779; -}, -{ -anchors = ( -{ -name = _hookup; -pos = (15,0); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(134,295,o), -(42,228,o), -(12,107,c), -(-11,0,l), -(39,0,l), -(63,110,l), -(87,198,o), -(157,247,o), -(258,247,cs), -(310,247,l), -(320,295,l), -(270,295,ls) -); -} -); -width = 468; -}, -{ -anchors = ( -{ -name = _hookup; -pos = (81,0); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(143,315,o), -(38,229,o), -(2,57,c), -(-10,0,l), -(170,0,l), -(185,70,l), -(201,127,o), -(235,155,o), -(289,155,cs), -(331,155,l), -(365,315,l), -(315,315,ls) -); -} -); -width = 509; -}, -{ -anchors = ( -{ -name = _hookup; -pos = (190,0); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,457,o), -(63,332,o), -(7,107,c), -(-17,0,l), -(383,0,l), -(399,70,l), -(418,136,o), -(474,173,o), -(537,173,cs), -(599,173,l), -(660,457,l), -(482,457,ls) -); -} -); -width = 780; -} -); -metricLeft = H; -metricRight = H; -subCategory = ""; -}, -{ -glyphname = dieresiscomb; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (286,940); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1135,l), -(180,1135,l), -(180,1205,l), -(110,1205,l) -); -}, -{ -closed = 1; -nodes = ( -(393,1135,l), -(463,1135,l), -(463,1205,l), -(393,1205,l) -); -} -); -width = 573; -}, -{ -anchors = ( -{ -name = _top; -pos = (353,940); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1061,l), -(290,1061,l), -(290,1240,l), -(110,1240,l) -); -}, -{ -closed = 1; -nodes = ( -(417,1061,l), -(597,1061,l), -(597,1240,l), -(417,1240,l) -); -} -); -width = 707; -}, -{ -anchors = ( -{ -name = _top; -pos = (459,1000); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1162,l), -(388,1162,l), -(388,1405,l), -(110,1405,l) -); -}, -{ -closed = 1; -nodes = ( -(525,1162,l), -(803,1162,l), -(803,1405,l), -(525,1405,l) -); -} -); -width = 913; -}, -{ -anchors = ( -{ -name = _top; -pos = (387,940); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(239,1125,l), -(309,1125,l), -(323,1195,l), -(253,1195,l) -); -}, -{ -closed = 1; -nodes = ( -(522,1125,l), -(592,1125,l), -(606,1195,l), -(536,1195,l) -); -} -); -width = 573; -}, -{ -anchors = ( -{ -name = _top; -pos = (456,940); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(223,1051,l), -(403,1051,l), -(440,1230,l), -(261,1230,l) -); -}, -{ -closed = 1; -nodes = ( -(530,1051,l), -(710,1051,l), -(747,1230,l), -(568,1230,l) -); -} -); -width = 707; -}, -{ -anchors = ( -{ -name = _top; -pos = (555,1000); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,1162,l), -(518,1162,l), -(570,1405,l), -(292,1405,l) -); -}, -{ -closed = 1; -nodes = ( -(655,1162,l), -(933,1162,l), -(985,1405,l), -(707,1405,l) -); -} -); -width = 913; -} -); -metricLeft = i; -metricRight = i; -unicode = 776; -}, -{ -glyphname = dotaccentcomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (145,940); -}, -{ -name = top; -pos = (144,1136); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1105,l), -(180,1105,l), -(180,1175,l), -(110,1175,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = _top; -pos = (212,940); -}, -{ -name = top; -pos = (212,1246); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1070,l), -(313,1070,l), -(313,1272,l), -(110,1272,l) -); -} -); -width = 423; -}, -{ -anchors = ( -{ -name = _top; -pos = (272,1000); -}, -{ -name = top; -pos = (272,1381); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1129,l), -(433,1129,l), -(433,1412,l), -(110,1412,l) -); -} -); -width = 543; -}, -{ -anchors = ( -{ -name = _top; -pos = (237,940); -}, -{ -name = top; -pos = (276,1136); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(235,1105,l), -(305,1105,l), -(319,1175,l), -(249,1175,l) -); -} -); -width = 291; -}, -{ -anchors = ( -{ -name = _top; -pos = (311,940); -}, -{ -name = top; -pos = (371,1246); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(228,1070,l), -(431,1070,l), -(473,1272,l), -(270,1272,l) -); -} -); -width = 424; -}, -{ -anchors = ( -{ -name = _top; -pos = (375,1000); -}, -{ -name = top; -pos = (435,1381); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(233,1129,l), -(556,1129,l), -(616,1412,l), -(293,1412,l) -); -} -); -width = 543; -} -); -metricLeft = i; -metricRight = i; -unicode = 775; -}, -{ -glyphname = gravecomb; -lastChange = "2025-04-30 12:52:28 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (226,940); -}, -{ -name = top; -pos = (136,1197); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(201,1070,l), -(245,1070,l), -(170,1299,l), -(110,1299,l) -); -} -); -width = 355; -}, -{ -anchors = ( -{ -name = _top; -pos = (336,940); -}, -{ -name = top; -pos = (212,1263); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(250,1065,l), -(413,1065,l), -(323,1314,l), -(110,1314,l) -); -} -); -width = 523; -}, -{ -anchors = ( -{ -name = _top; -pos = (416,1000); -}, -{ -name = top; -pos = (296,1441); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,1140,l), -(533,1140,l), -(463,1479,l), -(110,1479,l) -); -} -); -width = 643; -}, -{ -anchors = ( -{ -name = _top; -pos = (338,940); -}, -{ -name = top; -pos = (248,1197); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(319,1070,l), -(363,1070,l), -(336,1299,l), -(276,1299,l) -); -} -); -width = 356; -}, -{ -anchors = ( -{ -name = _top; -pos = (429,940); -}, -{ -name = top; -pos = (325,1263); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(367,1065,l), -(530,1065,l), -(492,1314,l), -(279,1314,l) -); -} -); -width = 524; -}, -{ -anchors = ( -{ -name = _top; -pos = (507,1000); -}, -{ -name = top; -pos = (417,1441); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,1140,l), -(658,1140,l), -(660,1479,l), -(307,1479,l) -); -} -); -width = 643; -} -); -metricLeft = i; -metricRight = i; -unicode = 768; -}, -{ -glyphname = acutecomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (345,17); -ref = gravecomb; -scale = (-1,1); -} -); -width = 335; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (513,18); -ref = gravecomb; -scale = (-1,1); -} -); -width = 503; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (633,-109); -ref = gravecomb; -scale = (-1,1); -} -); -width = 623; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (107,17); -ref = gravecomb; -scale = (-1,1); -slant = (24,0); -} -); -width = 340; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (276,18); -ref = gravecomb; -scale = (-1,1); -slant = (24,0); -} -); -width = 509; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (353,-109); -ref = gravecomb; -scale = (-1,1); -slant = (24,0); -} -); -width = 630; -} -); -metricLeft = H; -metricRight = H; -unicode = 769; -}, -{ -glyphname = hungarumlautcomb; -lastChange = "2025-04-30 13:30:38 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (280,940); -}, -{ -name = top; -pos = (280,1388); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(185,1299,l), -(110,1070,l), -(154,1070,l), -(245,1299,l) -); -}, -{ -closed = 1; -nodes = ( -(398,1298,l), -(323,1069,l), -(367,1069,l), -(458,1298,l) -); -} -); -width = 568; -}, -{ -anchors = ( -{ -name = _top; -pos = (312,940); -}, -{ -name = top; -pos = (312,1363); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(200,1314,l), -(110,1065,l), -(273,1065,l), -(413,1314,l) -); -}, -{ -closed = 1; -nodes = ( -(470,1313,l), -(380,1064,l), -(543,1064,l), -(683,1313,l) -); -} -); -width = 793; -}, -{ -anchors = ( -{ -name = _top; -pos = (480,1000); -}, -{ -name = top; -pos = (480,1529); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(180,1479,l), -(110,1140,l), -(353,1140,l), -(533,1479,l) -); -}, -{ -closed = 1; -nodes = ( -(627,1478,l), -(557,1139,l), -(800,1139,l), -(980,1478,l) -); -} -); -width = 1090; -}, -{ -anchors = ( -{ -name = _top; -pos = (369,940); -}, -{ -name = top; -pos = (465,1388); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(351,1299,l), -(227,1070,l), -(271,1070,l), -(411,1299,l) -); -}, -{ -closed = 1; -nodes = ( -(563,1298,l), -(440,1069,l), -(484,1069,l), -(623,1298,l) -); -} -); -width = 568; -}, -{ -anchors = ( -{ -name = _top; -pos = (401,940); -}, -{ -name = top; -pos = (491,1363); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(369,1314,l), -(226,1065,l), -(389,1065,l), -(582,1314,l) -); -}, -{ -closed = 1; -nodes = ( -(638,1313,l), -(495,1064,l), -(658,1064,l), -(851,1313,l) -); -} -); -width = 792; -}, -{ -anchors = ( -{ -name = _top; -pos = (575,1000); -}, -{ -name = top; -pos = (687,1529); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(377,1479,l), -(235,1140,l), -(478,1140,l), -(730,1479,l) -); -}, -{ -closed = 1; -nodes = ( -(823,1478,l), -(681,1139,l), -(924,1139,l), -(1176,1478,l) -); -} -); -width = 1089; -} -); -metricLeft = i; -metricRight = i; -unicode = 779; -}, -{ -glyphname = circumflexcomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (319,940); -}, -{ -name = top; -pos = (317,1254); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1086,l), -(174,1086,l), -(316,1248,l), -(318,1248,l), -(460,1086,l), -(524,1086,l), -(339,1295,l), -(295,1295,l) -); -} -); -width = 634; -}, -{ -anchors = ( -{ -name = _top; -pos = (381,940); -}, -{ -name = top; -pos = (372,1243); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1035,l), -(304,1035,l), -(378,1150,l), -(384,1150,l), -(460,1035,l), -(654,1035,l), -(484,1274,l), -(278,1274,l) -); -} -); -width = 764; -}, -{ -anchors = ( -{ -name = _top; -pos = (525,1000); -}, -{ -name = top; -pos = (525,1411); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1094,l), -(422,1094,l), -(521,1269,l), -(531,1269,l), -(628,1094,l), -(940,1094,l), -(714,1443,l), -(338,1443,l) -); -} -); -width = 1050; -}, -{ -anchors = ( -{ -name = _top; -pos = (408,940); -}, -{ -name = top; -pos = (472,1254); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(230,1086,l), -(294,1086,l), -(470,1248,l), -(472,1248,l), -(580,1086,l), -(644,1086,l), -(503,1295,l), -(459,1295,l) -); -} -); -width = 634; -}, -{ -anchors = ( -{ -name = _top; -pos = (474,940); -}, -{ -name = top; -pos = (536,1243); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(219,1035,l), -(413,1035,l), -(511,1150,l), -(517,1150,l), -(569,1035,l), -(763,1035,l), -(643,1274,l), -(437,1274,l) -); -} -); -width = 764; -}, -{ -anchors = ( -{ -name = _top; -pos = (621,1000); -}, -{ -name = top; -pos = (708,1381); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(226,1094,l), -(538,1094,l), -(674,1269,l), -(684,1269,l), -(744,1094,l), -(1056,1094,l), -(904,1443,l), -(528,1443,l) -); -} -); -width = 1050; -} -); -metricLeft = i; -metricRight = i; -unicode = 770; -}, -{ -glyphname = caroncomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (317,940); -}, -{ -name = bottom; -pos = (317,1113); -}, -{ -name = top; -pos = (317,1233); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(339,1072,l), -(524,1281,l), -(460,1281,l), -(318,1119,l), -(316,1119,l), -(174,1281,l), -(110,1281,l), -(295,1072,l) -); -} -); -width = 634; -}, -{ -anchors = ( -{ -name = _top; -pos = (382,940); -}, -{ -name = bottom; -pos = (372,1078); -}, -{ -name = top; -pos = (382,1223); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(484,1047,l), -(654,1286,l), -(460,1286,l), -(384,1151,l), -(378,1151,l), -(304,1286,l), -(110,1286,l), -(278,1047,l) -); -} -); -width = 764; -}, -{ -anchors = ( -{ -name = _top; -pos = (520,1000); -}, -{ -name = bottom; -pos = (525,1148); -}, -{ -name = top; -pos = (520,1422); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(714,1116,l), -(940,1465,l), -(628,1465,l), -(531,1290,l), -(521,1290,l), -(422,1465,l), -(110,1465,l), -(338,1116,l) -); -} -); -width = 1050; -}, -{ -anchors = ( -{ -name = _top; -pos = (406,940); -}, -{ -name = bottom; -pos = (435,1113); -}, -{ -name = top; -pos = (460,1233); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(453,1052,l), -(682,1261,l), -(613,1261,l), -(437,1099,l), -(435,1099,l), -(327,1261,l), -(268,1261,l), -(409,1052,l) -); -} -); -width = 634; -}, -{ -anchors = ( -{ -name = _top; -pos = (479,940); -}, -{ -name = bottom; -pos = (477,1078); -}, -{ -name = top; -pos = (509,1223); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(597,1047,l), -(817,1286,l), -(609,1286,l), -(509,1151,l), -(503,1151,l), -(453,1286,l), -(273,1286,l), -(391,1047,l) -); -} -); -width = 764; -}, -{ -anchors = ( -{ -name = _top; -pos = (628,1006); -}, -{ -name = bottom; -pos = (632,1151); -}, -{ -name = top; -pos = (696,1419); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(824,1116,l), -(1134,1465,l), -(802,1465,l), -(678,1290,l), -(668,1290,l), -(596,1465,l), -(304,1465,l), -(458,1116,l) -); -} -); -width = 1050; -} -); -metricLeft = i; -metricRight = i; -unicode = 780; -}, -{ -glyphname = brevecomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (298,940); -}, -{ -name = top; -pos = (298,1235); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(415,1084,o), -(488,1158,o), -(488,1275,c), -(440,1275,l), -(439,1186,o), -(385,1128,o), -(299,1128,cs), -(213,1128,o), -(159,1186,o), -(158,1275,c), -(110,1275,l), -(110,1158,o), -(183,1084,o), -(299,1084,cs) -); -} -); -width = 598; -}, -{ -anchors = ( -{ -name = _top; -pos = (349,940); -}, -{ -name = top; -pos = (349,1213); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(496,1035,o), -(588,1120,o), -(588,1256,c), -(421,1256,l), -(420,1198,o), -(392,1162,o), -(349,1162,cs), -(306,1162,o), -(278,1198,o), -(277,1256,c), -(110,1256,l), -(110,1120,o), -(202,1035,o), -(349,1035,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = _top; -pos = (475,1000); -}, -{ -name = top; -pos = (475,1373); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(699,1102,o), -(840,1226,o), -(840,1423,c), -(571,1423,l), -(570,1347,o), -(533,1299,o), -(475,1299,cs), -(417,1299,o), -(380,1347,o), -(379,1423,c), -(110,1423,l), -(110,1226,o), -(251,1102,o), -(475,1102,cs) -); -} -); -width = 950; -}, -{ -anchors = ( -{ -name = _top; -pos = (399,940); -}, -{ -name = top; -pos = (451,1235); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(541,1084,o), -(627,1158,o), -(648,1275,c), -(600,1275,l), -(583,1186,o), -(519,1128,o), -(433,1128,cs), -(347,1128,o), -(303,1186,o), -(318,1275,c), -(270,1275,l), -(249,1158,o), -(309,1084,o), -(425,1084,cs) -); -} -); -width = 598; -}, -{ -anchors = ( -{ -name = _top; -pos = (450,940); -}, -{ -name = top; -pos = (498,1213); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(614,1035,o), -(721,1120,o), -(744,1256,c), -(577,1256,l), -(566,1198,o), -(532,1162,o), -(489,1162,cs), -(446,1162,o), -(424,1198,o), -(433,1256,c), -(266,1256,l), -(243,1120,o), -(320,1035,o), -(467,1035,cs) -); -} -); -width = 698; -}, -{ -anchors = ( -{ -name = _top; -pos = (587,1000); -}, -{ -name = top; -pos = (652,1373); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(829,1102,o), -(992,1226,o), -(1026,1423,c), -(757,1423,l), -(743,1347,o), -(697,1299,o), -(639,1299,cs), -(581,1299,o), -(553,1347,o), -(565,1423,c), -(296,1423,l), -(262,1226,o), -(381,1102,o), -(605,1102,cs) -); -} -); -width = 951; -} -); -metricLeft = i; -metricRight = i; -unicode = 774; -}, -{ -glyphname = ringcomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (245,941); -}, -{ -name = top; -pos = (245,1237); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,1038,o), -(376,1090,o), -(376,1163,cs), -(376,1237,o), -(322,1289,o), -(244,1289,cs), -(165,1289,o), -(110,1237,o), -(110,1163,cs), -(110,1090,o), -(165,1038,o), -(244,1038,cs) -); -}, -{ -closed = 1; -nodes = ( -(194,1086,o), -(158,1118,o), -(158,1163,cs), -(158,1209,o), -(194,1241,o), -(244,1241,cs), -(293,1241,o), -(328,1209,o), -(328,1163,cs), -(328,1118,o), -(293,1086,o), -(244,1086,cs) -); -} -); -width = 486; -}, -{ -anchors = ( -{ -name = _top; -pos = (287,940); -}, -{ -name = top; -pos = (287,1266); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(390,1017,o), -(462,1083,o), -(462,1176,cs), -(462,1267,o), -(390,1330,o), -(287,1330,cs), -(183,1330,o), -(110,1267,o), -(110,1176,cs), -(110,1083,o), -(183,1017,o), -(287,1017,cs) -); -}, -{ -closed = 1; -nodes = ( -(255,1118,o), -(232,1142,o), -(232,1175,cs), -(232,1207,o), -(255,1230,o), -(287,1230,cs), -(319,1230,o), -(341,1207,o), -(341,1175,cs), -(341,1142,o), -(319,1118,o), -(287,1118,cs) -); -} -); -width = 572; -}, -{ -anchors = ( -{ -name = _top; -pos = (373,1000); -}, -{ -name = top; -pos = (373,1474); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(525,1082,o), -(633,1174,o), -(633,1306,cs), -(633,1437,o), -(525,1529,o), -(372,1529,cs), -(218,1529,o), -(110,1437,o), -(110,1306,cs), -(110,1174,o), -(218,1082,o), -(372,1082,cs) -); -}, -{ -closed = 1; -nodes = ( -(330,1227,o), -(300,1260,o), -(300,1306,cs), -(300,1351,o), -(330,1383,o), -(372,1383,cs), -(414,1383,o), -(444,1351,o), -(444,1306,cs), -(444,1260,o), -(414,1227,o), -(372,1227,cs) -); -} -); -width = 743; -}, -{ -anchors = ( -{ -name = _top; -pos = (332,941); -}, -{ -name = top; -pos = (412,1237); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,1038,o), -(500,1090,o), -(513,1163,cs), -(526,1237,o), -(481,1289,o), -(403,1289,cs), -(324,1289,o), -(260,1237,o), -(247,1163,cs), -(234,1090,o), -(280,1038,o), -(359,1038,cs) -); -}, -{ -closed = 1; -nodes = ( -(317,1086,o), -(287,1118,o), -(295,1163,cs), -(303,1209,o), -(345,1241,o), -(395,1241,cs), -(444,1241,o), -(473,1209,o), -(465,1163,cs), -(457,1118,o), -(416,1086,o), -(367,1086,cs) -); -} -); -width = 486; -}, -{ -anchors = ( -{ -name = _top; -pos = (387,940); -}, -{ -name = top; -pos = (447,1266); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(502,1017,o), -(586,1083,o), -(602,1176,cs), -(618,1267,o), -(558,1330,o), -(455,1330,cs), -(351,1330,o), -(266,1267,o), -(250,1176,cs), -(234,1083,o), -(295,1017,o), -(399,1017,cs) -); -}, -{ -closed = 1; -nodes = ( -(385,1118,o), -(366,1142,o), -(372,1175,cs), -(378,1207,o), -(405,1230,o), -(437,1230,cs), -(469,1230,o), -(487,1207,o), -(481,1175,cs), -(475,1142,o), -(449,1118,o), -(417,1118,cs) -); -} -); -width = 573; -}, -{ -anchors = ( -{ -name = _top; -pos = (484,1000); -}, -{ -name = top; -pos = (594,1474); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(647,1082,o), -(771,1174,o), -(794,1306,cs), -(817,1437,o), -(725,1529,o), -(572,1529,cs), -(418,1529,o), -(294,1437,o), -(271,1306,cs), -(248,1174,o), -(340,1082,o), -(494,1082,cs) -); -}, -{ -closed = 1; -nodes = ( -(477,1227,o), -(453,1260,o), -(461,1306,cs), -(469,1351,o), -(505,1383,o), -(547,1383,cs), -(589,1383,o), -(613,1351,o), -(605,1306,cs), -(597,1260,o), -(561,1227,o), -(519,1227,cs) -); -} -); -width = 743; -} -); -metricLeft = i; -metricRight = i; -unicode = 778; -}, -{ -glyphname = tildecomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (301,1040); -}, -{ -name = top; -pos = (301,1224); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1184,l), -(141,1215,o), -(179,1234,o), -(210,1234,cs), -(268,1234,o), -(319,1172,o), -(384,1172,cs), -(419,1172,o), -(459,1189,o), -(487,1220,c), -(486,1272,l), -(453,1241,o), -(414,1221,o), -(384,1221,cs), -(333,1221,o), -(277,1283,o), -(210,1283,cs), -(182,1283,o), -(143,1266,o), -(110,1236,c) -); -} -); -width = 597; -}, -{ -anchors = ( -{ -name = _top; -pos = (370,940); -}, -{ -name = top; -pos = (370,1234); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1079,l), -(151,1110,o), -(210,1129,o), -(265,1129,cs), -(337,1129,o), -(400,1075,o), -(481,1075,cs), -(538,1075,o), -(593,1094,o), -(623,1125,c), -(623,1261,l), -(582,1234,o), -(525,1217,o), -(473,1217,cs), -(410,1217,o), -(348,1271,o), -(265,1271,cs), -(214,1271,o), -(155,1249,o), -(110,1215,c) -); -} -); -width = 733; -}, -{ -anchors = ( -{ -name = _top; -pos = (480,1001); -}, -{ -name = top; -pos = (480,1427); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1172,l), -(188,1217,o), -(275,1245,o), -(334,1245,cs), -(432,1245,o), -(517,1148,o), -(626,1148,cs), -(728,1148,o), -(820,1182,o), -(868,1235,c), -(868,1455,l), -(812,1415,o), -(728,1390,o), -(653,1390,cs), -(568,1390,o), -(473,1487,o), -(361,1487,cs), -(289,1487,o), -(192,1457,o), -(110,1393,c) -); -} -); -width = 978; -}, -{ -anchors = ( -{ -name = _top; -pos = (430,1040); -}, -{ -name = top; -pos = (470,1224); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(251,1184,l), -(294,1214,o), -(342,1234,o), -(372,1234,cs), -(430,1234,o), -(454,1172,o), -(519,1172,cs), -(564,1172,o), -(612,1187,o), -(643,1210,c), -(664,1272,l), -(618,1241,o), -(569,1221,o), -(540,1221,cs), -(489,1221,o), -(460,1283,o), -(393,1283,cs), -(354,1283,o), -(307,1268,o), -(273,1246,c) -); -} -); -width = 614; -}, -{ -anchors = ( -{ -name = _top; -pos = (479,940); -}, -{ -name = top; -pos = (519,1234); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(229,1079,l), -(277,1110,o), -(340,1129,o), -(395,1129,cs), -(467,1129,o), -(518,1075,o), -(599,1075,cs), -(656,1075,o), -(715,1094,o), -(752,1125,c), -(781,1261,l), -(734,1234,o), -(673,1217,o), -(621,1217,cs), -(558,1217,o), -(508,1271,o), -(425,1271,cs), -(374,1271,o), -(310,1249,o), -(258,1215,c) -); -} -); -width = 733; -}, -{ -anchors = ( -{ -name = _top; -pos = (633,1001); -}, -{ -name = top; -pos = (653,1427); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,1172,l), -(330,1217,o), -(423,1245,o), -(482,1245,cs), -(580,1245,o), -(644,1148,o), -(753,1148,cs), -(855,1148,o), -(954,1182,o), -(1013,1235,c), -(1060,1455,l), -(996,1415,o), -(906,1390,o), -(831,1390,cs), -(746,1390,o), -(672,1487,o), -(560,1487,cs), -(488,1487,o), -(385,1457,o), -(289,1393,c) -); -} -); -width = 978; -} -); -metricLeft = i; -metricRight = i; -unicode = 771; -}, -{ -glyphname = macroncomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (310,940); -}, -{ -name = top; -pos = (300,1163); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1131,l), -(491,1131,l), -(491,1179,l), -(110,1179,l) -); -} -); -width = 601; -}, -{ -anchors = ( -{ -name = _top; -pos = (347,940); -}, -{ -name = top; -pos = (347,1228); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1088,l), -(581,1088,l), -(581,1228,l), -(110,1228,l) -); -} -); -width = 691; -}, -{ -anchors = ( -{ -name = _top; -pos = (437,1000); -}, -{ -name = top; -pos = (437,1388); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,1173,l), -(763,1173,l), -(763,1413,l), -(110,1413,l) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = _top; -pos = (405,940); -}, -{ -name = top; -pos = (435,1163); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(240,1131,l), -(621,1131,l), -(631,1179,l), -(250,1179,l) -); -} -); -width = 601; -}, -{ -anchors = ( -{ -name = _top; -pos = (443,940); -}, -{ -name = top; -pos = (513,1228); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(231,1088,l), -(702,1088,l), -(732,1228,l), -(261,1228,l) -); -} -); -width = 692; -}, -{ -anchors = ( -{ -name = _top; -pos = (525,1000); -}, -{ -name = top; -pos = (615,1388); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,1173,l), -(895,1173,l), -(947,1413,l), -(294,1413,l) -); -} -); -width = 874; -} -); -metricLeft = i; -metricRight = i; -unicode = 772; -}, -{ -glyphname = hookabovecomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (302,940); -}, -{ -name = top; -pos = (302,1480); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(148,1314,o), -(213,1325,o), -(270,1325,cs), -(352,1325,o), -(403,1278,o), -(403,1204,cs), -(403,1170,o), -(383,1126,o), -(351,1090,c), -(291,1090,l), -(329,1128,o), -(353,1174,o), -(353,1209,cs), -(353,1251,o), -(321,1277,o), -(270,1277,cs), -(215,1277,o), -(149,1265,o), -(100,1247,c), -(100,1296,l) -); -} -); -width = 503; -}, -{ -anchors = ( -{ -name = _top; -pos = (325,940); -}, -{ -name = top; -pos = (325,1412); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(141,1351,o), -(198,1359,o), -(248,1359,cs), -(392,1359,o), -(482,1288,o), -(482,1174,cs), -(482,1126,o), -(463,1077,o), -(434,1048,c), -(266,1050,l), -(291,1083,o), -(307,1123,o), -(307,1153,cs), -(307,1190,o), -(278,1213,o), -(232,1213,cs), -(184,1213,o), -(134,1206,o), -(103,1194,c), -(100,1337,l) -); -} -); -width = 582; -}, -{ -anchors = ( -{ -name = _top; -pos = (448,1000); -}, -{ -name = top; -pos = (448,1569); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(146,1521,o), -(224,1533,o), -(301,1533,cs), -(507,1533,o), -(636,1433,o), -(636,1275,cs), -(636,1219,o), -(613,1155,o), -(576,1108,c), -(308,1110,l), -(341,1140,o), -(362,1183,o), -(362,1220,cs), -(362,1273,o), -(318,1307,o), -(249,1307,cs), -(191,1307,o), -(134,1297,o), -(100,1282,c), -(100,1503,l) -); -} -); -width = 736; -}, -{ -anchors = ( -{ -name = _top; -pos = (467,940); -}, -{ -name = top; -pos = (467,1480); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(313,1314,o), -(378,1325,o), -(435,1325,cs), -(517,1325,o), -(568,1278,o), -(568,1204,cs), -(568,1170,o), -(548,1126,o), -(516,1090,c), -(456,1090,l), -(494,1128,o), -(518,1174,o), -(518,1209,cs), -(518,1251,o), -(486,1277,o), -(435,1277,cs), -(380,1277,o), -(314,1265,o), -(265,1247,c), -(265,1296,l) -); -} -); -width = 525; -}, -{ -anchors = ( -{ -name = _top; -pos = (499,940); -}, -{ -name = top; -pos = (499,1412); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(315,1351,o), -(372,1359,o), -(422,1359,cs), -(566,1359,o), -(656,1288,o), -(656,1174,cs), -(656,1126,o), -(637,1077,o), -(608,1048,c), -(440,1050,l), -(465,1083,o), -(481,1123,o), -(481,1153,cs), -(481,1190,o), -(452,1213,o), -(406,1213,cs), -(358,1213,o), -(308,1206,o), -(277,1194,c), -(274,1337,l) -); -} -); -width = 621; -}, -{ -anchors = ( -{ -name = _top; -pos = (651,1000); -}, -{ -name = top; -pos = (651,1569); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(349,1521,o), -(427,1533,o), -(504,1533,cs), -(710,1533,o), -(839,1433,o), -(839,1275,cs), -(839,1219,o), -(816,1155,o), -(779,1108,c), -(511,1110,l), -(544,1140,o), -(565,1183,o), -(565,1220,cs), -(565,1273,o), -(521,1307,o), -(452,1307,cs), -(394,1307,o), -(337,1297,o), -(303,1282,c), -(303,1503,l) -); -} -); -width = 790; -} -); -metricLeft = H; -metricRight = H; -unicode = 777; -}, -{ -glyphname = dblgravecomb; -lastChange = "2025-04-30 13:49:01 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (321,940); -}, -{ -name = top; -pos = (321,1321); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (217,-15); -ref = gravecomb; -}, -{ -alignment = -1; -pos = (-10,-15); -ref = gravecomb; -} -); -width = 562; -}, -{ -anchors = ( -{ -name = _top; -pos = (465,940); -}, -{ -name = top; -pos = (465,1321); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (287,-10); -ref = gravecomb; -}, -{ -alignment = -1; -pos = (-10,-10); -ref = gravecomb; -} -); -width = 800; -}, -{ -anchors = ( -{ -name = _top; -pos = (604,1000); -}, -{ -name = top; -pos = (604,1486); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (391,-15); -ref = gravecomb; -}, -{ -alignment = -1; -pos = (-10,-15); -ref = gravecomb; -} -); -width = 1024; -}, -{ -anchors = ( -{ -name = _top; -pos = (417,940); -}, -{ -name = top; -pos = (417,1321); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (191,-15); -ref = gravecomb; -}, -{ -alignment = -1; -pos = (-14,-15); -ref = gravecomb; -} -); -width = 540; -}, -{ -anchors = ( -{ -name = _top; -pos = (545,940); -}, -{ -name = top; -pos = (545,1321); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (279,-10); -ref = gravecomb; -}, -{ -alignment = -1; -pos = (-12,-10); -ref = gravecomb; -} -); -width = 795; -}, -{ -anchors = ( -{ -name = _top; -pos = (723,1000); -}, -{ -name = top; -pos = (723,1486); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (388,-15); -ref = gravecomb; -}, -{ -alignment = -1; -pos = (-13,-15); -ref = gravecomb; -} -); -width = 1024; -} -); -metricLeft = H; -metricRight = H; -unicode = 783; -}, -{ -glyphname = horncomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _topright; -pos = (328,1444); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1396,l), -(318,1396,ls), -(410,1396,o), -(462,1450,o), -(462,1547,c), -(462,1622,l), -(412,1622,l), -(412,1536,l), -(412,1477,o), -(377,1444,o), -(314,1444,cs), -(100,1444,l) -); -} -); -width = 562; -}, -{ -anchors = ( -{ -name = _topright; -pos = (332,1444); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1313,l), -(418,1313,ls), -(594,1313,o), -(692,1378,o), -(692,1547,c), -(692,1622,l), -(512,1622,l), -(512,1536,l), -(512,1477,o), -(477,1444,o), -(414,1444,cs), -(100,1444,l) -); -} -); -width = 792; -}, -{ -anchors = ( -{ -name = _topright; -pos = (507,1444); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1219,l), -(528,1219,ls), -(781,1219,o), -(922,1303,o), -(922,1547,c), -(922,1622,l), -(592,1622,l), -(592,1536,l), -(592,1477,o), -(557,1444,o), -(494,1444,cs), -(100,1444,l) -); -} -); -width = 1022; -}, -{ -anchors = ( -{ -name = _topright; -pos = (524,1444); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1396,l), -(514,1396,ls), -(606,1396,o), -(658,1450,o), -(658,1547,c), -(658,1622,l), -(608,1622,l), -(608,1536,l), -(608,1477,o), -(573,1444,o), -(510,1444,cs), -(296,1444,l) -); -} -); -width = 545; -}, -{ -anchors = ( -{ -name = _topright; -pos = (528,1444); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(296,1313,l), -(614,1313,ls), -(790,1313,o), -(888,1378,o), -(888,1547,c), -(888,1622,l), -(708,1622,l), -(708,1536,l), -(708,1477,o), -(673,1444,o), -(610,1444,cs), -(296,1444,l) -); -} -); -width = 778; -}, -{ -anchors = ( -{ -name = _topright; -pos = (697,1444); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(290,1219,l), -(718,1219,ls), -(971,1219,o), -(1112,1303,o), -(1112,1547,c), -(1112,1622,l), -(782,1622,l), -(782,1536,l), -(782,1477,o), -(747,1444,o), -(684,1444,cs), -(290,1444,l) -); -} -); -width = 1012; -} -); -metricLeft = H; -metricRight = H; -unicode = 795; -}, -{ -glyphname = dotbelowcomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (145,0); -}, -{ -name = bottom; -pos = (145,-219); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-230,l), -(180,-230,l), -(180,-160,l), -(110,-160,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (212,0); -}, -{ -name = bottom; -pos = (212,-219); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-320,l), -(313,-320,l), -(313,-118,l), -(110,-118,l) -); -} -); -width = 423; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (272,0); -}, -{ -name = bottom; -pos = (272,-350); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-425,l), -(433,-425,l), -(433,-142,l), -(110,-142,l) -); -} -); -width = 543; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (51,0); -}, -{ -name = bottom; -pos = (51,-219); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-49,-230,l), -(21,-230,l), -(35,-160,l), -(-35,-160,l) -); -} -); -width = 290; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (106,0); -}, -{ -name = bottom; -pos = (106,-219); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-68,-320,l), -(135,-320,l), -(177,-118,l), -(-26,-118,l) -); -} -); -width = 424; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (141,0); -}, -{ -name = bottom; -pos = (141,-350); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-97,-425,l), -(226,-425,l), -(286,-142,l), -(-37,-142,l) -); -} -); -width = 543; -} -); -metricLeft = i; -metricRight = i; -unicode = 803; -}, -{ -glyphname = dieresisbelowcomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (278,0); -}, -{ -name = bottom; -pos = (278,-229); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-189,l), -(170,-189,l), -(170,-119,l), -(100,-119,l) -); -}, -{ -closed = 1; -nodes = ( -(383,-189,l), -(453,-189,l), -(453,-119,l), -(383,-119,l) -); -} -); -width = 553; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (344,0); -}, -{ -name = bottom; -pos = (344,-283); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-283,l), -(280,-283,l), -(280,-104,l), -(100,-104,l) -); -}, -{ -closed = 1; -nodes = ( -(407,-283,l), -(587,-283,l), -(587,-104,l), -(407,-104,l) -); -} -); -width = 687; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (444,0); -}, -{ -name = bottom; -pos = (444,-350); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-373,l), -(378,-373,l), -(378,-130,l), -(100,-130,l) -); -}, -{ -closed = 1; -nodes = ( -(515,-373,l), -(793,-373,l), -(793,-130,l), -(515,-130,l) -); -} -); -width = 893; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (203,0); -}, -{ -name = bottom; -pos = (203,-229); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-50,-189,l), -(20,-189,l), -(34,-119,l), -(-36,-119,l) -); -}, -{ -closed = 1; -nodes = ( -(233,-189,l), -(303,-189,l), -(317,-119,l), -(247,-119,l) -); -} -); -width = 554; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (250,0); -}, -{ -name = bottom; -pos = (250,-283); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-71,-283,l), -(109,-283,l), -(146,-104,l), -(-33,-104,l) -); -}, -{ -closed = 1; -nodes = ( -(236,-283,l), -(416,-283,l), -(453,-104,l), -(274,-104,l) -); -} -); -width = 687; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (356,0); -}, -{ -name = bottom; -pos = (356,-350); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-92,-353,l), -(186,-353,l), -(238,-110,l), -(-40,-110,l) -); -}, -{ -closed = 1; -nodes = ( -(323,-353,l), -(601,-353,l), -(653,-110,l), -(375,-110,l) -); -} -); -width = 893; -} -); -metricLeft = H; -metricRight = H; -unicode = 804; -}, -{ -glyphname = ringbelowcmb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (283,0); -}, -{ -name = bottom; -pos = (283,-352); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,-1340); -ref = ringcomb; -} -); -width = 466; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (306,0); -}, -{ -name = bottom; -pos = (306,-403); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,-1380); -ref = ringcomb; -} -); -width = 552; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (397,0); -}, -{ -name = bottom; -pos = (397,-510); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,-1592); -ref = ringcomb; -} -); -width = 723; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (-2,0); -}, -{ -name = bottom; -pos = (-2,-352); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-295,-1340); -ref = ringcomb; -} -); -width = 466; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (12,0); -}, -{ -name = bottom; -pos = (12,-403); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-304,-1380); -ref = ringcomb; -} -); -width = 552; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (58,0); -}, -{ -name = bottom; -pos = (58,-510); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-349,-1592); -ref = ringcomb; -} -); -width = 723; -} -); -metricLeft = H; -metricRight = H; -unicode = 805; -}, -{ -glyphname = commaaccentcomb; -lastChange = "2025-04-30 12:46:41 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (219,0); -}, -{ -name = bottom; -pos = (239,-404); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,-352,l), -(245,-123,l), -(201,-123,l), -(110,-352,l) -); -} -); -width = 355; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (264,0); -}, -{ -name = bottom; -pos = (264,-380); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(323,-364,l), -(413,-115,l), -(250,-115,l), -(110,-364,l) -); -} -); -width = 523; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (391,0); -}, -{ -name = bottom; -pos = (391,-560); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(463,-468,l), -(533,-129,l), -(290,-129,l), -(110,-468,l) -); -} -); -width = 643; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (109,0); -}, -{ -name = bottom; -pos = (43,-404); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-15,-352,l), -(109,-123,l), -(65,-123,l), -(-75,-352,l) -); -} -); -width = 356; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (153,0); -}, -{ -name = bottom; -pos = (73,-380); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(135,-364,l), -(278,-115,l), -(115,-115,l), -(-78,-364,l) -); -} -); -width = 523; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (275,0); -}, -{ -name = bottom; -pos = (155,-560); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(247,-468,l), -(389,-129,l), -(146,-129,l), -(-106,-468,l) -); -} -); -width = 643; -} -); -metricLeft = i; -metricRight = i; -unicode = 806; -}, -{ -glyphname = cedillacomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (178,0); -}, -{ -name = bottom; -pos = (184,-383); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(281,-347,o), -(376,-297,o), -(376,-207,cs), -(376,-128,o), -(307,-83,o), -(183,-81,c), -(202,0,l), -(152,0,l), -(122,-126,l), -(253,-125,o), -(326,-153,o), -(326,-204,cs), -(326,-265,o), -(249,-299,o), -(111,-299,c), -(110,-347,l) -); -} -); -width = 486; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (240,0); -}, -{ -name = bottom; -pos = (244,-437); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(314,-365,o), -(446,-298,o), -(446,-195,cs), -(446,-126,o), -(385,-75,o), -(291,-65,c), -(301,2,l), -(175,2,l), -(147,-144,l), -(250,-143,o), -(316,-163,o), -(316,-195,cs), -(316,-221,o), -(245,-237,o), -(134,-237,c), -(110,-365,l) -); -} -); -width = 556; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (276,0); -}, -{ -name = bottom; -pos = (232,-383); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(367,-409,o), -(533,-326,o), -(533,-198,cs), -(533,-112,o), -(475,-57,o), -(378,-57,c), -(384,0,l), -(156,0,l), -(140,-149,l), -(271,-149,o), -(336,-169,o), -(336,-201,cs), -(336,-230,o), -(269,-248,o), -(134,-248,c), -(110,-409,l) -); -} -); -width = 643; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (68,0); -}, -{ -name = bottom; -pos = (-8,-383); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(97,-347,o), -(203,-297,o), -(222,-207,cs), -(238,-128,o), -(179,-83,o), -(55,-81,c), -(92,0,l), -(42,0,l), -(-15,-126,l), -(116,-125,o), -(183,-153,o), -(172,-204,cs), -(159,-265,o), -(75,-299,o), -(-63,-299,c), -(-74,-347,l) -); -} -); -width = 487; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (129,0); -}, -{ -name = bottom; -pos = (40,-437); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(126,-365,o), -(272,-298,o), -(294,-195,cs), -(308,-126,o), -(258,-75,o), -(166,-65,c), -(191,2,l), -(65,2,l), -(6,-144,l), -(109,-143,o), -(171,-163,o), -(164,-195,cs), -(158,-221,o), -(84,-237,o), -(-27,-237,c), -(-78,-365,l) -); -} -); -width = 556; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (170,0); -}, -{ -name = bottom; -pos = (44,-383); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(172,-439,o), -(383,-348,o), -(410,-218,cs), -(431,-123,o), -(375,-57,o), -(275,-57,c), -(298,0,l), -(40,0,l), -(-28,-149,l), -(99,-149,o), -(184,-170,o), -(177,-201,cs), -(171,-229,o), -(75,-248,o), -(-55,-248,c), -(-100,-439,l) -); -} -); -width = 683; -} -); -metricLeft = i; -metricRight = i; -unicode = 807; -}, -{ -glyphname = ogonekcomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _ogonek; -pos = (229,0); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(311,-269,l), -(219,-269,o), -(162,-227,o), -(163,-159,cs), -(164,-106,o), -(201,-44,o), -(258,0,c), -(208,14,l), -(148,-29,o), -(110,-95,o), -(110,-158,cs), -(110,-256,o), -(188,-318,o), -(311,-318,c) -); -} -); -width = 421; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (297,0); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,-242,l), -(320,-242,o), -(247,-206,o), -(247,-148,c), -(247,-96,o), -(298,-39,o), -(378,0,c), -(225,0,l), -(154,-35,o), -(110,-103,o), -(110,-177,cs), -(110,-303,o), -(236,-382,o), -(437,-382,c) -); -} -); -width = 547; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (362,0); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(586,-205,l), -(469,-205,o), -(387,-173,o), -(387,-128,c), -(387,-87,o), -(437,-35,o), -(508,0,c), -(245,0,l), -(166,-31,o), -(110,-104,o), -(110,-177,cs), -(110,-317,o), -(307,-415,o), -(586,-415,c) -); -} -); -width = 696; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (89,0); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(171,-269,l), -(79,-269,o), -(22,-227,o), -(23,-159,cs), -(24,-106,o), -(61,-44,o), -(118,0,c), -(68,14,l), -(8,-29,o), -(-30,-95,o), -(-30,-158,cs), -(-30,-256,o), -(48,-318,o), -(171,-318,c) -); -} -); -width = 459; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (153,0); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(293,-242,l), -(176,-242,o), -(103,-206,o), -(103,-148,c), -(103,-96,o), -(154,-39,o), -(234,0,c), -(81,0,l), -(10,-35,o), -(-34,-103,o), -(-34,-177,cs), -(-34,-303,o), -(92,-382,o), -(293,-382,c) -); -} -); -width = 595; -}, -{ -anchors = ( -{ -name = _ogonek; -pos = (211,0); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(435,-205,l), -(318,-205,o), -(236,-173,o), -(236,-128,c), -(236,-87,o), -(286,-35,o), -(357,0,c), -(94,0,l), -(15,-31,o), -(-41,-104,o), -(-41,-177,cs), -(-41,-317,o), -(156,-415,o), -(435,-415,c) -); -} -); -width = 750; -} -); -metricLeft = i; -metricRight = i; -unicode = 808; -}, -{ -glyphname = circumflexbelowcomb; -lastChange = "2025-04-30 12:44:52 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (317,0); -}, -{ -name = bottom; -pos = (317,-288); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-302,l), -(174,-302,l), -(316,-140,l), -(318,-140,l), -(460,-302,l), -(524,-302,l), -(339,-93,l), -(295,-93,l) -); -} -); -width = 634; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (372,0); -}, -{ -name = bottom; -pos = (372,-288); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-340,l), -(304,-340,l), -(378,-225,l), -(384,-225,l), -(460,-340,l), -(654,-340,l), -(484,-101,l), -(278,-101,l) -); -} -); -width = 764; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (525,0); -}, -{ -name = bottom; -pos = (555,-406); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-470,l), -(422,-470,l), -(521,-295,l), -(531,-295,l), -(628,-470,l), -(940,-470,l), -(714,-121,l), -(338,-121,l) -); -} -); -width = 1050; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (209,0); -}, -{ -name = bottom; -pos = (209,-288); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-65,-302,l), -(-1,-302,l), -(175,-140,l), -(177,-140,l), -(285,-302,l), -(349,-302,l), -(208,-93,l), -(164,-93,l) -); -} -); -width = 634; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (270,0); -}, -{ -name = bottom; -pos = (270,-288); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-73,-340,l), -(121,-340,l), -(219,-225,l), -(225,-225,l), -(277,-340,l), -(471,-340,l), -(351,-101,l), -(145,-101,l) -); -} -); -width = 764; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (412,0); -}, -{ -name = bottom; -pos = (412,-406); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-107,-470,l), -(205,-470,l), -(341,-295,l), -(351,-295,l), -(411,-470,l), -(723,-470,l), -(571,-121,l), -(195,-121,l) -); -} -); -width = 1050; -} -); -metricLeft = i; -metricRight = i; -unicode = 813; -}, -{ -glyphname = brevebelowcmb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (289,0); -}, -{ -name = bottom; -pos = (289,-424); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(405,-274,o), -(478,-200,o), -(478,-83,c), -(430,-83,l), -(429,-172,o), -(375,-230,o), -(289,-230,cs), -(203,-230,o), -(149,-172,o), -(148,-83,c), -(100,-83,l), -(100,-200,o), -(173,-274,o), -(289,-274,cs) -); -} -); -width = 578; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (339,0); -}, -{ -name = bottom; -pos = (339,-473); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(486,-293,o), -(578,-208,o), -(578,-72,c), -(411,-72,l), -(410,-130,o), -(382,-166,o), -(339,-166,cs), -(296,-166,o), -(268,-130,o), -(267,-72,c), -(100,-72,l), -(100,-208,o), -(192,-293,o), -(339,-293,cs) -); -} -); -width = 678; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (465,0); -}, -{ -name = bottom; -pos = (465,-396); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(689,-406,o), -(830,-282,o), -(830,-85,c), -(561,-85,l), -(560,-161,o), -(523,-209,o), -(465,-209,cs), -(407,-209,o), -(370,-161,o), -(369,-85,c), -(100,-85,l), -(100,-282,o), -(241,-406,o), -(465,-406,cs) -); -} -); -width = 930; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (172,0); -}, -{ -name = bottom; -pos = (172,-424); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(243,-274,o), -(329,-200,o), -(350,-83,c), -(302,-83,l), -(285,-172,o), -(221,-230,o), -(135,-230,cs), -(49,-230,o), -(5,-172,o), -(20,-83,c), -(-28,-83,l), -(-49,-200,o), -(11,-274,o), -(127,-274,cs) -); -} -); -width = 578; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (237,0); -}, -{ -name = bottom; -pos = (237,-473); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(322,-293,o), -(429,-208,o), -(452,-72,c), -(285,-72,l), -(274,-130,o), -(240,-166,o), -(197,-166,cs), -(154,-166,o), -(132,-130,o), -(141,-72,c), -(-26,-72,l), -(-49,-208,o), -(28,-293,o), -(175,-293,cs) -); -} -); -width = 678; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (358,0); -}, -{ -name = bottom; -pos = (358,-396); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(498,-406,o), -(661,-282,o), -(695,-85,c), -(426,-85,l), -(412,-161,o), -(366,-209,o), -(308,-209,cs), -(250,-209,o), -(222,-161,o), -(234,-85,c), -(-35,-85,l), -(-69,-282,o), -(50,-406,o), -(274,-406,cs) -); -} -); -width = 930; -} -); -metricLeft = H; -metricRight = H; -unicode = 814; -}, -{ -glyphname = tildebelowcomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (289,0); -}, -{ -name = bottom; -pos = (289,-242); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-200,l), -(131,-169,o), -(169,-150,o), -(200,-150,cs), -(258,-150,o), -(309,-212,o), -(374,-212,cs), -(409,-212,o), -(449,-195,o), -(477,-164,c), -(476,-112,l), -(443,-143,o), -(404,-163,o), -(374,-163,cs), -(323,-163,o), -(267,-101,o), -(200,-101,cs), -(172,-101,o), -(133,-118,o), -(100,-148,c) -); -} -); -width = 577; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (357,0); -}, -{ -name = bottom; -pos = (357,-375); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-304,l), -(141,-273,o), -(200,-254,o), -(255,-254,cs), -(327,-254,o), -(390,-308,o), -(471,-308,cs), -(528,-308,o), -(583,-289,o), -(613,-258,c), -(613,-122,l), -(572,-149,o), -(515,-166,o), -(463,-166,cs), -(400,-166,o), -(338,-112,o), -(255,-112,cs), -(204,-112,o), -(145,-134,o), -(100,-168,c) -); -} -); -width = 713; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (479,0); -}, -{ -name = bottom; -pos = (479,-394); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-430,l), -(178,-385,o), -(265,-357,o), -(324,-357,cs), -(422,-357,o), -(507,-454,o), -(616,-454,cs), -(718,-454,o), -(810,-420,o), -(858,-367,c), -(858,-147,l), -(802,-187,o), -(718,-212,o), -(643,-212,cs), -(558,-212,o), -(463,-115,o), -(351,-115,cs), -(279,-115,o), -(182,-145,o), -(100,-209,c) -); -} -); -width = 958; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (187,0); -}, -{ -name = bottom; -pos = (187,-242); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-53,-200,l), -(-10,-170,o), -(38,-150,o), -(68,-150,cs), -(126,-150,o), -(150,-212,o), -(215,-212,cs), -(260,-212,o), -(308,-197,o), -(339,-174,c), -(360,-112,l), -(314,-143,o), -(265,-163,o), -(236,-163,cs), -(185,-163,o), -(156,-101,o), -(89,-101,cs), -(50,-101,o), -(3,-116,o), -(-31,-138,c) -); -} -); -width = 594; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (269,0); -}, -{ -name = bottom; -pos = (269,-375); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-75,-304,l), -(-27,-273,o), -(36,-254,o), -(91,-254,cs), -(163,-254,o), -(214,-308,o), -(295,-308,cs), -(352,-308,o), -(411,-289,o), -(448,-258,c), -(477,-122,l), -(430,-149,o), -(369,-166,o), -(317,-166,cs), -(254,-166,o), -(204,-112,o), -(121,-112,cs), -(70,-112,o), -(6,-134,o), -(-46,-168,c) -); -} -); -width = 713; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (385,0); -}, -{ -name = bottom; -pos = (385,-394); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-108,-430,l), -(-20,-385,o), -(73,-357,o), -(132,-357,cs), -(230,-357,o), -(294,-454,o), -(403,-454,cs), -(505,-454,o), -(604,-420,o), -(663,-367,c), -(710,-147,l), -(646,-187,o), -(556,-212,o), -(481,-212,cs), -(396,-212,o), -(322,-115,o), -(210,-115,cs), -(138,-115,o), -(35,-145,o), -(-61,-209,c) -); -} -); -width = 958; -} -); -metricLeft = H; -metricRight = H; -unicode = 816; -}, -{ -glyphname = macronbelowcomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _bottom; -pos = (301,0); -}, -{ -name = bottom; -pos = (301,-225); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-159,l), -(491,-159,l), -(491,-111,l), -(110,-111,l) -); -} -); -width = 601; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (346,0); -}, -{ -name = bottom; -pos = (346,-225); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-262,l), -(581,-262,l), -(581,-122,l), -(110,-122,l) -); -} -); -width = 691; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (437,0); -}, -{ -name = bottom; -pos = (437,-225); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(110,-377,l), -(763,-377,l), -(763,-137,l), -(110,-137,l) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (227,0); -}, -{ -name = bottom; -pos = (227,-225); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-34,-159,l), -(347,-159,l), -(357,-111,l), -(-24,-111,l) -); -} -); -width = 601; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (258,0); -}, -{ -name = bottom; -pos = (258,-225); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-56,-262,l), -(415,-262,l), -(445,-122,l), -(-26,-122,l) -); -} -); -width = 691; -}, -{ -anchors = ( -{ -name = _bottom; -pos = (308,0); -}, -{ -name = bottom; -pos = (308,-225); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-87,-377,l), -(566,-377,l), -(618,-137,l), -(-35,-137,l) -); -} -); -width = 874; -} -); -metricLeft = i; -metricRight = i; -unicode = 817; -}, -{ -category = Mark; -glyphname = invertedbrevecomb; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (289,940); -}, -{ -name = top; -pos = (289,1350); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(173,1278,o), -(100,1204,o), -(100,1087,c), -(148,1087,l), -(149,1176,o), -(203,1234,o), -(289,1234,cs), -(375,1234,o), -(429,1176,o), -(430,1087,c), -(478,1087,l), -(478,1204,o), -(405,1278,o), -(289,1278,cs) -); -} -); -width = 578; -}, -{ -anchors = ( -{ -name = _top; -pos = (339,940); -}, -{ -name = top; -pos = (339,1310); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(192,1263,o), -(100,1178,o), -(100,1042,c), -(267,1042,l), -(268,1100,o), -(296,1136,o), -(339,1136,cs), -(382,1136,o), -(410,1100,o), -(411,1042,c), -(578,1042,l), -(578,1178,o), -(486,1263,o), -(339,1263,cs) -); -} -); -width = 678; -}, -{ -anchors = ( -{ -name = _top; -pos = (465,1000); -}, -{ -name = top; -pos = (465,1490); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(241,1438,o), -(100,1314,o), -(100,1117,c), -(369,1117,l), -(370,1193,o), -(407,1241,o), -(465,1241,cs), -(523,1241,o), -(560,1193,o), -(561,1117,c), -(830,1117,l), -(830,1314,o), -(689,1438,o), -(465,1438,cs) -); -} -); -width = 930; -}, -{ -anchors = ( -{ -name = _top; -pos = (371,940); -}, -{ -name = top; -pos = (371,1350); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(328,1278,o), -(242,1204,o), -(221,1087,c), -(269,1087,l), -(286,1176,o), -(350,1234,o), -(436,1234,cs), -(522,1234,o), -(566,1176,o), -(551,1087,c), -(599,1087,l), -(620,1204,o), -(560,1278,o), -(444,1278,cs) -); -} -); -width = 578; -}, -{ -anchors = ( -{ -name = _top; -pos = (424,940); -}, -{ -name = top; -pos = (424,1310); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(341,1263,o), -(234,1178,o), -(211,1042,c), -(378,1042,l), -(389,1100,o), -(423,1136,o), -(466,1136,cs), -(509,1136,o), -(531,1100,o), -(522,1042,c), -(689,1042,l), -(712,1178,o), -(635,1263,o), -(488,1263,cs) -); -} -); -width = 678; -}, -{ -anchors = ( -{ -name = _top; -pos = (538,1000); -}, -{ -name = top; -pos = (538,1490); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(418,1438,o), -(255,1314,o), -(221,1117,c), -(490,1117,l), -(504,1193,o), -(550,1241,o), -(608,1241,cs), -(666,1241,o), -(694,1193,o), -(682,1117,c), -(951,1117,l), -(985,1314,o), -(866,1438,o), -(642,1438,cs) -); -} -); -width = 930; -} -); -metricLeft = H; -metricRight = H; -subCategory = Nonspacing; -}, -{ -glyphname = dieresis; -lastChange = "2025-05-09 07:35:09 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = dieresiscomb; -} -); -width = 553; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = dieresiscomb; -} -); -width = 687; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = dieresiscomb; -} -); -width = 893; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = dieresiscomb; -} -); -width = 553; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = dieresiscomb; -} -); -width = 687; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = dieresiscomb; -} -); -width = 893; -} -); -metricLeft = H; -metricRight = H; -unicode = 168; -}, -{ -glyphname = dotaccent; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = dotaccentcomb; -} -); -width = 270; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = dotaccentcomb; -} -); -width = 403; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = dotaccentcomb; -} -); -width = 523; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = dotaccentcomb; -} -); -width = 271; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = dotaccentcomb; -} -); -width = 404; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = dotaccentcomb; -} -); -width = 523; -} -); -metricLeft = H; -metricRight = H; -unicode = 729; -}, -{ -glyphname = grave; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = gravecomb; -} -); -width = 335; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = gravecomb; -} -); -width = 503; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = gravecomb; -} -); -width = 623; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = gravecomb; -} -); -width = 336; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = gravecomb; -} -); -width = 504; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = gravecomb; -} -); -width = 623; -} -); -metricLeft = H; -metricRight = H; -unicode = 96; -}, -{ -glyphname = acute; -lastChange = "2025-05-08 01:52:54 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (119,940); -}, -{ -name = top; -pos = (209,1197); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(175,1299,l), -(100,1070,l), -(144,1070,l), -(235,1299,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _top; -pos = (177,940); -}, -{ -name = top; -pos = (301,1263); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(190,1314,l), -(100,1065,l), -(263,1065,l), -(403,1314,l) -); -} -); -width = 503; -}, -{ -anchors = ( -{ -name = _top; -pos = (217,1000); -}, -{ -name = top; -pos = (337,1441); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(170,1479,l), -(100,1140,l), -(343,1140,l), -(523,1479,l) -); -} -); -width = 623; -}, -{ -anchors = ( -{ -name = _top; -pos = (184.515,940); -}, -{ -name = top; -pos = (388.939,1197); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,1299,l), -(217,1070,l), -(261,1070,l), -(406,1299,l) -); -} -); -width = 340; -}, -{ -anchors = ( -{ -name = _top; -pos = (261.515,940); -}, -{ -name = top; -pos = (509.324,1263); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(365,1314,l), -(216,1065,l), -(379,1065,l), -(578,1314,l) -); -} -); -width = 509; -}, -{ -anchors = ( -{ -name = _top; -pos = (313,1000); -}, -{ -name = top; -pos = (600,1441); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(373,1479,l), -(225,1140,l), -(468,1140,l), -(726,1479,l) -); -} -); -width = 629; -} -); -metricLeft = H; -metricRight = H; -unicode = 180; -}, -{ -glyphname = hungarumlaut; -lastChange = "2025-05-08 07:03:29 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = hungarumlautcomb; -} -); -width = 548; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = hungarumlautcomb; -} -); -width = 773; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = hungarumlautcomb; -} -); -width = 1070; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = hungarumlautcomb; -} -); -width = 548; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = hungarumlautcomb; -} -); -width = 772; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = hungarumlautcomb; -} -); -width = 1069; -} -); -metricLeft = H; -metricRight = H; -unicode = 733; -}, -{ -glyphname = circumflex; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 614; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 744; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 1030; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 614; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 744; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = circumflexcomb; -} -); -width = 1030; -} -); -metricLeft = H; -metricRight = H; -unicode = 710; -}, -{ -glyphname = caron; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = caroncomb; -} -); -width = 614; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = caroncomb; -} -); -width = 744; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = caroncomb; -} -); -width = 1030; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = caroncomb; -} -); -width = 614; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = caroncomb; -} -); -width = 744; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = caroncomb; -} -); -width = 1030; -} -); -metricLeft = H; -metricRight = H; -unicode = 711; -}, -{ -glyphname = breve; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = brevecomb; -} -); -width = 578; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,-7); -ref = brevecomb; -} -); -width = 678; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = brevecomb; -} -); -width = 930; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = brevecomb; -} -); -width = 578; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-11,-7); -ref = brevecomb; -} -); -width = 678; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = brevecomb; -} -); -width = 931; -} -); -metricLeft = H; -metricRight = H; -unicode = 728; -}, -{ -glyphname = ring; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = ringcomb; -} -); -width = 466; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = ringcomb; -} -); -width = 552; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = ringcomb; -} -); -width = 723; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = ringcomb; -} -); -width = 466; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = ringcomb; -} -); -width = 553; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = ringcomb; -} -); -width = 723; -} -); -metricLeft = H; -metricRight = H; -unicode = 730; -}, -{ -glyphname = tilde; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = tildecomb; -} -); -width = 577; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = tildecomb; -} -); -width = 713; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = tildecomb; -} -); -width = 958; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = tildecomb; -} -); -width = 594; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = tildecomb; -} -); -width = 713; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = tildecomb; -} -); -width = 958; -} -); -metricLeft = H; -metricRight = H; -unicode = 732; -}, -{ -glyphname = macron; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = macroncomb; -} -); -width = 581; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = macroncomb; -} -); -width = 671; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = macroncomb; -} -); -width = 853; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = macroncomb; -} -); -width = 581; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = macroncomb; -} -); -width = 672; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = macroncomb; -} -); -width = 854; -} -); -metricLeft = H; -metricRight = H; -unicode = 175; -}, -{ -glyphname = cedilla; -lastChange = "2025-05-08 07:03:29 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = cedillacomb; -} -); -width = 466; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = cedillacomb; -} -); -width = 536; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = cedillacomb; -} -); -width = 623; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = cedillacomb; -} -); -width = 467; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = cedillacomb; -} -); -width = 536; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = cedillacomb; -} -); -width = 663; -} -); -metricLeft = H; -metricRight = H; -unicode = 184; -}, -{ -glyphname = ogonek; -lastChange = "2025-04-30 08:13:53 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -pos = (-10,0); -ref = ogonekcomb; -} -); -width = 401; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -pos = (-10,0); -ref = ogonekcomb; -} -); -width = 527; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -pos = (-10,0); -ref = ogonekcomb; -} -); -width = 676; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -pos = (-10,0); -ref = ogonekcomb; -} -); -width = 439; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -pos = (-10,0); -ref = ogonekcomb; -} -); -width = 575; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -pos = (-10,0); -ref = ogonekcomb; -} -); -width = 730; -} -); -metricLeft = H; -metricRight = H; -unicode = 731; -}, -{ -glyphname = caron.l; -lastChange = "2025-04-30 09:33:10 +0000"; -layers = ( -{ -anchors = ( -{ -name = _topright; -pos = (197,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(165,1441,l), -(110,1052,l), -(154,1052,l), -(225,1441,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _topright; -pos = (250,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(150,1444,l), -(110,1045,l), -(183,1045,l), -(363,1444,l) -); -} -); -width = 473; -}, -{ -anchors = ( -{ -name = _topright; -pos = (308,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(140,1444,l), -(110,1015,l), -(313,1015,l), -(493,1444,l) -); -} -); -width = 603; -}, -{ -anchors = ( -{ -name = _topright; -pos = (394,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(361,1441,l), -(223,1052,l), -(267,1052,l), -(421,1441,l) -); -} -); -width = 335; -}, -{ -anchors = ( -{ -name = _topright; -pos = (446,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,1444,l), -(222,1045,l), -(295,1045,l), -(559,1444,l) -); -} -); -width = 473; -}, -{ -anchors = ( -{ -name = _topright; -pos = (498,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(331,1444,l), -(209,1015,l), -(412,1015,l), -(684,1444,l) -); -} -); -width = 604; -} -); -metricLeft = i; -metricRight = i; -}, -{ -category = Mark; -glyphname = commaaccentrotate; -lastChange = "2025-04-30 12:13:53 +0000"; -layers = ( -{ -anchors = ( -{ -name = _top; -pos = (138,950); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(221,1289,l), -(186,1247,o), -(160,1184,o), -(160,1140,cs), -(160,1065,l), -(110,1065,l), -(110,1146,ls), -(110,1214,o), -(145,1288,o), -(194,1320,c) -); -} -); -width = 331; -}, -{ -anchors = ( -{ -name = _top; -pos = (198,950); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(329,1279,l), -(301,1246,o), -(280,1187,o), -(280,1140,cs), -(280,1065,l), -(110,1065,l), -(110,1166,ls), -(110,1230,o), -(154,1306,o), -(215,1347,c) -); -} -); -width = 439; -}, -{ -anchors = ( -{ -name = _top; -pos = (238,1000); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(437,1400,l), -(395,1350,o), -(364,1262,o), -(364,1192,cs), -(364,1125,l), -(110,1125,l), -(110,1231,ls), -(110,1326,o), -(176,1440,o), -(267,1501,c) -); -} -); -width = 547; -}, -{ -anchors = ( -{ -name = _top; -pos = (230,950); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(385,1289,l), -(341,1247,o), -(301,1184,o), -(292,1140,cs), -(276,1065,l), -(226,1065,l), -(243,1146,ls), -(258,1214,o), -(309,1288,o), -(364,1320,c) -); -} -); -width = 332; -}, -{ -anchors = ( -{ -name = _top; -pos = (290,950); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(491,1279,l), -(456,1246,o), -(422,1187,o), -(412,1140,cs), -(396,1065,l), -(226,1065,l), -(248,1166,ls), -(261,1230,o), -(321,1306,o), -(391,1347,c) -); -} -); -width = 440; -}, -{ -anchors = ( -{ -name = _top; -pos = (334,1000); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(618,1400,l), -(565,1350,o), -(515,1262,o), -(501,1192,cs), -(486,1125,l), -(232,1125,l), -(255,1231,ls), -(275,1326,o), -(365,1440,o), -(469,1501,c) -); -} -); -width = 547; -} -); -metricLeft = i; -metricRight = i; -}, -{ -glyphname = uni02BC; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -ref = quoteright; -} -); -width = 289; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -ref = quoteright; -} -); -width = 432; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -ref = quoteright; -} -); -width = 556; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -ref = quoteright; -} -); -width = 290; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -ref = quoteright; -} -); -width = 432; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -ref = quoteright; -} -); -width = 556; -} -); -unicode = 700; -}, -{ -export = 0; -glyphname = _cjkguide; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -width = 1000; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -width = 1000; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -width = 1000; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -width = 1000; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -width = 1000; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -width = 1000; -} -); -script = han; -}, -{ -export = 0; -glyphname = "bottom-hook"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(261,0,l), -(261,-276,l), -(312,-276,l), -(311,48,l), -(100,48,l) -); -} -); -width = 412; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(261,0,l), -(261,-266,l), -(441,-266,l), -(440,160,l), -(100,160,l) -); -} -); -width = 541; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,-1,l), -(143,-1,l), -(143,-241,l), -(533,-241,l), -(533,339,l), -(100,339,l) -); -} -); -width = 633; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(-10,0,l), -(151,0,l), -(93,-276,l), -(144,-276,l), -(211,48,l), -(0,48,l) -); -} -); -width = 413; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(-11,0,l), -(150,0,l), -(94,-266,l), -(274,-266,l), -(363,160,l), -(23,160,l) -); -} -); -width = 541; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(-17,-1,l), -(26,-1,l), -(-25,-241,l), -(365,-241,l), -(489,339,l), -(56,339,l) -); -} -); -width = 634; -} -); -metricLeft = H; -metricRight = H; -}, -{ -export = 0; -glyphname = "bottom-hook-angle"; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(246,0,l), -(164,-244,l), -(216,-244,l), -(307,28,l), -(307,48,l), -(100,48,l) -); -} -); -width = 407; -}, -{ -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,0,l), -(230,0,l), -(150,-256,l), -(326,-256,l), -(433,79,l), -(433,160,l), -(100,160,l) -); -} -); -width = 533; -}, -{ -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1,l), -(183,1,l), -(133,-240,l), -(523,-240,l), -(605,94,l), -(605,237,l), -(100,237,l) -); -} -); -width = 705; -}, -{ -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(0,0,l), -(146,0,l), -(64,-244,l), -(116,-244,l), -(207,28,l), -(207,48,l), -(0,48,l) -); -} -); -width = 412; -}, -{ -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(23,0,l), -(153,0,l), -(73,-256,l), -(249,-256,l), -(356,79,l), -(356,160,l), -(23,160,l) -); -} -); -width = 550; -}, -{ -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(33,1,l), -(116,1,l), -(66,-240,l), -(456,-240,l), -(538,94,l), -(538,237,l), -(33,237,l) -); -} -); -width = 735; -} -); -metricLeft = H; -metricRight = H; -}, -{ -export = 0; -glyphname = topbar; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = _topbar; -pos = (328,1189); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1189,l), -(583,1189,l), -(583,1237,l), -(100,1237,l) -); -} -); -width = 683; -}, -{ -anchors = ( -{ -name = _topbar; -pos = (387,1139); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1139,l), -(693,1139,l), -(693,1279,l), -(100,1279,l) -); -} -); -width = 793; -}, -{ -anchors = ( -{ -name = _topbar; -pos = (407,1149); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(100,1149,l), -(773,1149,l), -(773,1389,l), -(100,1389,l) -); -} -); -width = 873; -}, -{ -anchors = ( -{ -name = _topbar; -pos = (475,1189); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(242,1189,l), -(725,1189,l), -(735,1237,l), -(252,1237,l) -); -} -); -width = 683; -}, -{ -anchors = ( -{ -name = _topbar; -pos = (534,1139); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(232,1139,l), -(825,1139,l), -(855,1279,l), -(262,1279,l) -); -} -); -width = 794; -}, -{ -anchors = ( -{ -name = _topbar; -pos = (560,1149); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(227,1149,l), -(900,1149,l), -(952,1389,l), -(279,1389,l) -); -} -); -width = 874; -} -); -metricLeft = H; -metricRight = H; -}, -{ -export = 0; -glyphname = tophook; -lastChange = "2025-04-30 03:00:35 +0000"; -layers = ( -{ -anchors = ( -{ -name = _tophook; -pos = (562,1443); -} -); -layerId = "B1815A28-7A99-448B-912A-F8CD41C6863A"; -shapes = ( -{ -closed = 1; -nodes = ( -(562,1443,l), -(244,1443,ls), -(152,1443,o), -(100,1392,o), -(100,1302,c), -(100,1227,l), -(150,1227,l), -(150,1313,l), -(150,1366,o), -(185,1395,o), -(248,1395,cs), -(562,1395,l) -); -} -); -width = 662; -}, -{ -anchors = ( -{ -name = _tophook; -pos = (742,1443); -} -); -layerId = "0A7ECE6A-DF67-46D8-8F43-1681A4AD540C"; -shapes = ( -{ -closed = 1; -nodes = ( -(742,1443,l), -(374,1443,ls), -(198,1443,o), -(100,1359,o), -(100,1209,c), -(100,1104,l), -(280,1104,l), -(280,1220,l), -(280,1260,o), -(315,1282,o), -(378,1282,cs), -(742,1282,l) -); -} -); -width = 842; -}, -{ -anchors = ( -{ -name = _tophook; -pos = (822,1443); -} -); -layerId = "0CA926B8-BF71-483F-A045-F233B587689B"; -shapes = ( -{ -closed = 1; -nodes = ( -(822,1443,l), -(444,1443,ls), -(191,1443,o), -(100,1359,o), -(100,1115,c), -(100,1040,l), -(380,1040,l), -(380,1126,l), -(380,1185,o), -(415,1218,o), -(478,1218,cs), -(822,1218,l) -); -} -); -width = 922; -}, -{ -anchors = ( -{ -name = _tophook; -pos = (735,1443); -} -); -layerId = "6871CC57-2503-4E31-BAA0-540E82C15514"; -shapes = ( -{ -closed = 1; -nodes = ( -(758,1443,l), -(440,1443,ls), -(348,1443,o), -(285,1392,o), -(266,1302,c), -(250,1227,l), -(300,1227,l), -(318,1313,l), -(330,1366,o), -(371,1395,o), -(434,1395,cs), -(748,1395,l) -); -} -); -width = 662; -}, -{ -anchors = ( -{ -name = _tophook; -pos = (902,1443); -} -); -layerId = "0655DA90-B56F-496E-8077-C2A69D96FC98"; -shapes = ( -{ -closed = 1; -nodes = ( -(938,1443,l), -(570,1443,ls), -(394,1443,o), -(278,1359,o), -(246,1209,c), -(224,1104,l), -(404,1104,l), -(429,1220,l), -(437,1260,o), -(477,1282,o), -(540,1282,cs), -(904,1282,l) -); -} -); -width = 842; -}, -{ -anchors = ( -{ -name = _tophook; -pos = (969,1443); -} -); -layerId = "F66262BA-5A1D-44F4-BFD7-97C08A9A14E5"; -shapes = ( -{ -closed = 1; -nodes = ( -(1012,1443,l), -(634,1443,ls), -(381,1443,o), -(272,1359,o), -(220,1115,c), -(204,1040,l), -(484,1040,l), -(502,1126,l), -(515,1185,o), -(557,1218,o), -(620,1218,cs), -(964,1218,l) -); -} -); -width = 922; -} -); -metricLeft = H; -metricRight = H; -} -); -instances = ( -{ -axesValues = ( -100, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 100; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"B1815A28-7A99-448B-912A-F8CD41C6863A" = 1; -}; -name = Thin; -weightClass = 100; -}, -{ -axesValues = ( -200, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.33333; -"B1815A28-7A99-448B-912A-F8CD41C6863A" = 0.66667; -}; -name = ExtraLight; -weightClass = 200; -}, -{ -axesValues = ( -300, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.66667; -"B1815A28-7A99-448B-912A-F8CD41C6863A" = 0.33333; -}; -name = Light; -weightClass = 300; -}, -{ -axesValues = ( -400, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 1; -}; -name = Regular; -}, -{ -axesValues = ( -500, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.8; -"0CA926B8-BF71-483F-A045-F233B587689B" = 0.2; -}; -name = Medium; -weightClass = 500; -}, -{ -axesValues = ( -600, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.6; -"0CA926B8-BF71-483F-A045-F233B587689B" = 0.4; -}; -name = DemiBold; -weightClass = 600; -}, -{ -axesValues = ( -700, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.4; -"0CA926B8-BF71-483F-A045-F233B587689B" = 0.6; -}; -isBold = 1; -name = Bold; -weightClass = 700; -}, -{ -axesValues = ( -800, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = 0.2; -"0CA926B8-BF71-483F-A045-F233B587689B" = 0.8; -}; -name = Extrabold; -weightClass = 800; -}, -{ -axesValues = ( -900, -0 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 0; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0CA926B8-BF71-483F-A045-F233B587689B" = 1; -}; -name = Heavy; -weightClass = 900; -}, -{ -axesValues = ( -100, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 100; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"6871CC57-2503-4E31-BAA0-540E82C15514" = 1; -}; -name = "Thin Italic"; -weightClass = 100; -}, -{ -axesValues = ( -200, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 200; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.33333; -"6871CC57-2503-4E31-BAA0-540E82C15514" = 0.66667; -}; -name = "ExtraLight Italic"; -weightClass = 200; -}, -{ -axesValues = ( -300, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 300; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.66667; -"6871CC57-2503-4E31-BAA0-540E82C15514" = 0.33333; -}; -name = "Light Italic"; -weightClass = 300; -}, -{ -axesValues = ( -400, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 400; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0655DA90-B56F-496E-8077-C2A69D96FC98" = 1; -}; -name = "Regular Italic"; -}, -{ -axesValues = ( -500, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 500; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.8; -"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 0.2; -}; -name = "Medium Italic"; -weightClass = 500; -}, -{ -axesValues = ( -600, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 600; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.6; -"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 0.4; -}; -name = "DemiBold Italic"; -weightClass = 600; -}, -{ -axesValues = ( -700, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 700; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.4; -"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 0.6; -}; -isBold = 1; -name = "Bold Italic"; -weightClass = 700; -}, -{ -axesValues = ( -800, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 800; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"0655DA90-B56F-496E-8077-C2A69D96FC98" = 0.2; -"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 0.8; -}; -name = "Extrabold Italic"; -weightClass = 800; -}, -{ -axesValues = ( -900, -12 -); -customParameters = ( -{ -name = "Axis Location"; -value = ( -{ -Axis = Weight; -Location = 900; -}, -{ -Axis = Italic; -Location = 12; -}, -{ -Axis = Width; -Location = 100; -} -); -}, -{ -name = "Export DSIG Table"; -value = 0; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "16; "; -}, -{ -disabled = 1; -name = "Name Table Entry"; -value = "17; "; -} -); -instanceInterpolations = { -"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = 1; -}; -name = "Heavy Italic"; -weightClass = 900; -} -); -kerningLTR = { -"B1815A28-7A99-448B-912A-F8CD41C6863A" = { -"@MMK_L_2" = { -"@MMK_R_4" = -40; -}; -"@MMK_L_4" = { -"@MMK_R_9" = -100; -"@MMK_R_V" = -80; -"@MMK_R_Y" = -80; -}; -"@MMK_L_6" = { -"@MMK_R_9" = -40; -"@MMK_R_V" = -60; -seven = -40; -}; -"@MMK_L_9" = { -"@MMK_R_4" = -40; -"@MMK_R_A" = -140; -"@MMK_R_Y" = -20; -"@MMK_R_dot" = -160; -one = -40; -}; -"@MMK_L_A" = { -"@MMK_R_9" = -140; -"@MMK_R_O" = -40; -"@MMK_R_S" = -40; -"@MMK_R_T" = -320; -"@MMK_R_V" = -280; -"@MMK_R_W" = -220; -"@MMK_R_Y" = -300; -"@MMK_R_hyphen" = -40; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -20; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -180; -"Che-cy" = -160; -"Hardsign-cy" = -60; -"U-cy" = -60; -"che-cy" = -140; -}; -"@MMK_L_B" = { -"@MMK_R_Y" = -80; -}; -"@MMK_L_C" = { -"@MMK_R_T" = 0; -"@MMK_R_V" = 20; -"@MMK_R_X" = -20; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -60; -"@MMK_R_Y" = -80; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -120; -"@MMK_R_a" = 0; -"@MMK_R_dot" = -160; -}; -"@MMK_L_Ge-cy" = { -"@MMK_R_sround" = -200; -mu = -160; -rho = -200; -}; -"@MMK_L_K" = { -"@MMK_R_a" = -40; -"@MMK_R_round" = -160; -"@MMK_R_sround" = -80; -"@MMK_R_t" = -80; -"@MMK_R_v" = -120; -}; -"@MMK_L_L" = { -"@MMK_R_T" = -240; -"@MMK_R_V" = -320; -"@MMK_R_Y" = -320; -"@MMK_R_round" = -80; -"@MMK_R_updot" = -100; -"@MMK_R_v" = -180; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -240; -"@MMK_R_J" = -200; -"@MMK_R_X" = -60; -"@MMK_R_Y" = -20; -"@MMK_R_a" = 0; -"@MMK_R_dot" = -160; -"@MMK_R_sround" = -40; -"De-cy" = -80; -}; -"@MMK_L_R" = { -"@MMK_R_T" = -40; -"@MMK_R_V" = -60; -"@MMK_R_Y" = -80; -"@MMK_R_sround" = -40; -}; -"@MMK_L_S" = { -"@MMK_R_T" = -60; -"@MMK_R_V" = -40; -"@MMK_R_v" = -40; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -320; -"@MMK_R_J" = -200; -"@MMK_R_a" = -140; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_iota" = 0; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -240; -"@MMK_R_ssflat" = -40; -"@MMK_R_up-curve" = -40; -"@MMK_R_upsilon" = -60; -"@MMK_R_v" = -240; -"De-cy" = -60; -psi = -40; -tau = -140; -}; -"@MMK_L_Tse-cy" = { -"@MMK_R_round" = -40; -"@MMK_R_sround" = -60; -"@MMK_R_tetse-cy" = -60; -"@MMK_R_v" = -20; -"che-cy" = -80; -"hardsign-cy" = -40; -"te-cy" = -20; -}; -"@MMK_L_V" = { -"@MMK_R_4" = -160; -"@MMK_R_6" = -80; -"@MMK_R_A" = -280; -"@MMK_R_J" = -120; -"@MMK_R_a" = -80; -"@MMK_R_dot" = -160; -"@MMK_R_flat" = 0; -"@MMK_R_hyphen" = -60; -"@MMK_R_j" = -20; -"@MMK_R_round" = -100; -"@MMK_R_sflat" = 0; -"@MMK_R_sround" = -140; -"@MMK_R_ssflat" = -40; -"@MMK_R_x" = -20; -"De-cy" = -160; -}; -"@MMK_L_W" = { -"@MMK_R_4" = -120; -"@MMK_R_A" = -140; -"@MMK_R_a" = -40; -"@MMK_R_hyphen" = -60; -"@MMK_R_j" = -60; -"@MMK_R_round" = -20; -"@MMK_R_sround" = -80; -"@MMK_R_ssflat" = -40; -}; -"@MMK_L_X" = { -"@MMK_R_a" = 20; -"@MMK_R_round" = -160; -"@MMK_R_sround" = -20; -}; -"@MMK_L_Y" = { -"@MMK_R_4" = -240; -"@MMK_R_9" = -20; -"@MMK_R_A" = -300; -"@MMK_R_a" = -80; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -200; -"@MMK_R_ssflat" = -100; -"@MMK_R_t" = -60; -pi = -40; -}; -"@MMK_L_Z" = { -"@MMK_R_round" = -20; -}; -"@MMK_L_a" = { -"@MMK_R_Y" = -240; -"@MMK_R_v" = -20; -}; -"@MMK_L_b" = { -"@MMK_R_T" = -120; -"@MMK_R_v" = -60; -"@MMK_R_x" = 0; -"U-cy" = -100; -}; -"@MMK_L_dcroat" = { -"@MMK_R_sround" = -20; -}; -"@MMK_L_down-curve" = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -20; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -100; -"@MMK_R_a" = 0; -"@MMK_R_dot" = -60; -"@MMK_R_j" = 20; -"@MMK_R_sround" = -20; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -40; -"@MMK_R_J" = -80; -"@MMK_R_T" = -100; -"@MMK_R_V" = -60; -"@MMK_R_Y" = -60; -seven = -60; -}; -"@MMK_L_iota" = { -"@MMK_R_sround" = 0; -"@MMK_R_v" = 0; -tau = -40; -}; -"@MMK_L_k" = { -"@MMK_R_a" = -60; -"@MMK_R_sround" = -60; -}; -"@MMK_L_ka-cy" = { -"@MMK_R_sround" = -80; -}; -"@MMK_L_l" = { -"@MMK_R_f" = -20; -"@MMK_R_hyphen" = -40; -"@MMK_R_sround" = 0; -"@MMK_R_t" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_V" = -100; -"@MMK_R_v" = -20; -}; -"@MMK_L_r" = { -"@MMK_R_a" = 20; -"@MMK_R_sround" = -20; -}; -"@MMK_L_round" = { -"@MMK_R_A" = -100; -"@MMK_R_J" = -20; -"@MMK_R_T" = -120; -"@MMK_R_V" = -100; -"@MMK_R_X" = -160; -"@MMK_R_Y" = -100; -"@MMK_R_Z" = -40; -"@MMK_R_dot" = -40; -"@MMK_R_el-cy" = -20; -"@MMK_R_x" = 0; -"De-cy" = -160; -"Tetse-cy" = -80; -"de-cy" = -20; -one = -40; -}; -"@MMK_L_sflat" = { -"@MMK_R_l" = 40; -}; -"@MMK_L_sround" = { -"@MMK_R_A" = -20; -"@MMK_R_T" = -240; -"@MMK_R_V" = -140; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -160; -"@MMK_R_el-cy" = -80; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -40; -"@MMK_R_x" = -40; -"de-cy" = -20; -"te-cy" = -40; -}; -"@MMK_L_ssflat" = { -"@MMK_R_Y" = -40; -}; -"@MMK_L_u" = { -"@MMK_R_A" = -20; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -120; -"@MMK_R_J" = -40; -"@MMK_R_dot" = -120; -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -40; -"de-cy" = -60; -}; -"@MMK_L_x" = { -"@MMK_R_sround" = -40; -}; -"De-cy" = { -"@MMK_R_round" = -40; -}; -Sigma = { -tau = -40; -}; -"U-cy" = { -"@MMK_R_ssflat" = -60; -}; -V = { -"@MMK_R_sround" = -140; -}; -degree = { -"@MMK_R_round" = -60; -}; -gamma = { -"@MMK_R_A" = -60; -}; -"ge-cy" = { -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -60; -}; -iota = { -"@MMK_R_sround" = -20; -"@MMK_R_v" = -40; -}; -lambda = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -200; -}; -slash = { -"@MMK_R_A" = -40; -"@MMK_R_sround" = -20; -}; -"softsign-cy" = { -"@MMK_R_v" = -60; -"te-cy" = -40; -}; -tau = { -"@MMK_R_sround" = -20; -}; -"te-cy" = { -"@MMK_R_sround" = -40; -"de-cy" = -20; -"el-cy" = -80; -}; -"tse-cy" = { -"@MMK_R_round" = -20; -}; -underscore = { -parenleft = 0; -}; -"yeru-cy" = { -"@MMK_R_round" = -20; -}; -}; -"0A7ECE6A-DF67-46D8-8F43-1681A4AD540C" = { -"@MMK_L_2" = { -"@MMK_R_4" = -40; -}; -"@MMK_L_4" = { -"@MMK_R_V" = -40; -"@MMK_R_Y" = -40; -}; -"@MMK_L_6" = { -"@MMK_R_9" = -40; -"@MMK_R_V" = -60; -seven = -40; -}; -"@MMK_L_9" = { -"@MMK_R_4" = -40; -"@MMK_R_A" = -90; -"@MMK_R_Y" = -40; -"@MMK_R_dot" = -160; -one = -40; -}; -"@MMK_L_A" = { -"@MMK_R_9" = -120; -"@MMK_R_S" = -40; -"@MMK_R_T" = -280; -"@MMK_R_V" = -280; -"@MMK_R_Y" = -300; -"@MMK_R_hyphen" = -40; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -20; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -180; -"Che-cy" = -160; -"Hardsign-cy" = -40; -"U-cy" = -60; -"che-cy" = -140; -}; -"@MMK_L_B" = { -"@MMK_R_Y" = -60; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -120; -"@MMK_R_dot" = -160; -}; -"@MMK_L_K" = { -"@MMK_R_round" = -160; -"@MMK_R_sround" = -80; -"@MMK_R_t" = -80; -"@MMK_R_v" = -120; -}; -"@MMK_L_L" = { -"@MMK_R_T" = -240; -"@MMK_R_V" = -320; -"@MMK_R_Y" = -320; -"@MMK_R_round" = -80; -"@MMK_R_updot" = -100; -"@MMK_R_v" = -180; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -240; -"@MMK_R_J" = -200; -"@MMK_R_X" = -60; -"@MMK_R_Y" = -40; -"@MMK_R_dot" = -160; -"@MMK_R_sround" = -40; -"De-cy" = -200; -}; -"@MMK_L_R" = { -"@MMK_R_T" = -40; -"@MMK_R_V" = -80; -"@MMK_R_Y" = -80; -"@MMK_R_sround" = -40; -}; -"@MMK_L_S" = { -"@MMK_R_T" = -60; -"@MMK_R_V" = -60; -"@MMK_R_v" = -40; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -280; -"@MMK_R_J" = -200; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -240; -"@MMK_R_ssflat" = -40; -"@MMK_R_up-curve" = -40; -"@MMK_R_upsilon" = -40; -"@MMK_R_v" = -240; -"De-cy" = -60; -psi = -20; -tau = -90; -}; -"@MMK_L_Tse-cy" = { -"@MMK_R_round" = -80; -"@MMK_R_sround" = -40; -"@MMK_R_tetse-cy" = -40; -"@MMK_R_v" = -20; -"Che-cy" = -100; -"che-cy" = -80; -"te-cy" = -20; -}; -"@MMK_L_V" = { -"@MMK_R_4" = -140; -"@MMK_R_6" = -80; -"@MMK_R_A" = -280; -"@MMK_R_J" = -100; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -60; -"@MMK_R_j" = -20; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -140; -"@MMK_R_ssflat" = -40; -"@MMK_R_x" = -40; -"De-cy" = -160; -}; -"@MMK_L_X" = { -"@MMK_R_round" = -160; -"@MMK_R_sround" = -20; -}; -"@MMK_L_Y" = { -"@MMK_R_4" = -240; -"@MMK_R_9" = -20; -"@MMK_R_A" = -300; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -240; -"@MMK_R_ssflat" = -100; -"@MMK_R_t" = -40; -pi = -40; -}; -"@MMK_L_Z" = { -"@MMK_R_round" = -20; -}; -"@MMK_L_a" = { -"@MMK_R_Y" = -240; -"@MMK_R_v" = -40; -}; -"@MMK_L_b" = { -"@MMK_R_v" = -80; -}; -"@MMK_L_dcroat" = { -"@MMK_R_sround" = -20; -}; -"@MMK_L_down-curve" = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -40; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -100; -"@MMK_R_dot" = -60; -"@MMK_R_sround" = -20; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -40; -"@MMK_R_J" = -80; -"@MMK_R_T" = -100; -"@MMK_R_V" = -60; -"@MMK_R_Y" = -60; -seven = -60; -}; -"@MMK_L_iota" = { -"@MMK_R_sround" = 42; -"@MMK_R_v" = 23; -tau = -40; -}; -"@MMK_L_k" = { -"@MMK_R_sround" = -60; -}; -"@MMK_L_ka-cy" = { -"@MMK_R_sround" = -80; -}; -"@MMK_L_l" = { -"@MMK_R_hyphen" = -40; -}; -"@MMK_L_n" = { -"@MMK_R_V" = -80; -"@MMK_R_v" = -20; -}; -"@MMK_L_r" = { -"@MMK_R_sround" = -20; -}; -"@MMK_L_round" = { -"@MMK_R_A" = -120; -"@MMK_R_J" = -20; -"@MMK_R_T" = -120; -"@MMK_R_V" = -100; -"@MMK_R_X" = -160; -"@MMK_R_Y" = -120; -"@MMK_R_Z" = -40; -"@MMK_R_dot" = -40; -"@MMK_R_el-cy" = -20; -"De-cy" = -120; -"Tetse-cy" = -80; -"de-cy" = -20; -one = -40; -}; -"@MMK_L_sflat" = { -"@MMK_R_l" = 0; -}; -"@MMK_L_sround" = { -"@MMK_R_A" = -20; -"@MMK_R_T" = -240; -"@MMK_R_V" = -160; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -240; -"@MMK_R_el-cy" = -80; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -40; -"@MMK_R_x" = -80; -"de-cy" = -20; -"te-cy" = -40; -}; -"@MMK_L_ssflat" = { -"@MMK_R_Y" = -40; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -100; -"@MMK_R_J" = -40; -"@MMK_R_dot" = -120; -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -40; -"de-cy" = -60; -}; -"@MMK_L_x" = { -"@MMK_R_sround" = -60; -}; -"De-cy" = { -"@MMK_R_round" = -40; -}; -Sigma = { -tau = -40; -}; -"U-cy" = { -"@MMK_R_ssflat" = -40; -}; -V = { -"@MMK_R_sround" = -160; -}; -"de-cy" = { -"@MMK_R_sround" = -20; -}; -degree = { -"@MMK_R_round" = -80; -}; -gamma = { -"@MMK_R_A" = -60; -}; -"ge-cy" = { -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -60; -}; -iota = { -"@MMK_R_sround" = -20; -"@MMK_R_v" = -40; -}; -lambda = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -160; -}; -slash = { -"@MMK_R_A" = -40; -"@MMK_R_sround" = -40; -}; -"softsign-cy" = { -"@MMK_R_v" = -60; -"te-cy" = -40; -}; -tau = { -"@MMK_R_sround" = -20; -}; -"te-cy" = { -"@MMK_R_sround" = -40; -"de-cy" = -20; -"el-cy" = -80; -}; -"tse-cy" = { -"@MMK_R_round" = -20; -"@MMK_R_sround" = -60; -"hardsign-cy" = -40; -}; -"yeru-cy" = { -"@MMK_R_round" = -20; -}; -}; -"0CA926B8-BF71-483F-A045-F233B587689B" = { -"@MMK_L_2" = { -"@MMK_R_4" = -40; -}; -"@MMK_L_3" = { -"@MMK_R_9" = 0; -"@MMK_R_A" = -60; -}; -"@MMK_L_4" = { -"@MMK_R_V" = -40; -"@MMK_R_Y" = -40; -}; -"@MMK_L_6" = { -"@MMK_R_9" = -40; -"@MMK_R_V" = -80; -seven = -40; -}; -"@MMK_L_9" = { -"@MMK_R_4" = -40; -"@MMK_R_A" = -160; -"@MMK_R_Y" = -20; -"@MMK_R_dot" = -160; -}; -"@MMK_L_A" = { -"@MMK_R_9" = -140; -"@MMK_R_O" = -60; -"@MMK_R_S" = -40; -"@MMK_R_T" = -280; -"@MMK_R_U" = -40; -"@MMK_R_V" = -320; -"@MMK_R_W" = -220; -"@MMK_R_Y" = -280; -"@MMK_R_f" = -20; -"@MMK_R_hyphen" = -40; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -20; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -180; -"Che-cy" = -160; -"Hardsign-cy" = -60; -"U-cy" = -60; -"che-cy" = -140; -}; -"@MMK_L_B" = { -"@MMK_R_X" = -40; -"@MMK_R_Y" = -60; -"@MMK_R_v" = 0; -"@MMK_R_x" = -20; -}; -"@MMK_L_C" = { -"@MMK_R_A" = 0; -"@MMK_R_X" = -20; -"@MMK_R_Y" = 0; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -40; -"@MMK_R_Y" = -100; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -120; -"@MMK_R_dot" = -160; -"@MMK_R_j" = -40; -}; -"@MMK_L_Ge-cy" = { -"@MMK_R_sround" = -160; -mu = -160; -rho = -160; -}; -"@MMK_L_K" = { -"@MMK_R_U" = -40; -"@MMK_R_a" = 0; -"@MMK_R_f" = 0; -"@MMK_R_l" = 0; -"@MMK_R_round" = -160; -"@MMK_R_sround" = -80; -"@MMK_R_t" = -60; -"@MMK_R_v" = -100; -}; -"@MMK_L_L" = { -"@MMK_R_T" = -200; -"@MMK_R_U" = -20; -"@MMK_R_V" = -300; -"@MMK_R_Y" = -280; -"@MMK_R_round" = -60; -"@MMK_R_updot" = -100; -"@MMK_R_v" = -180; -}; -"@MMK_L_O" = { -eight = 0; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -200; -"@MMK_R_J" = -200; -"@MMK_R_X" = -80; -"@MMK_R_Y" = -20; -"@MMK_R_a" = -20; -"@MMK_R_dot" = -160; -"@MMK_R_sround" = -20; -"De-cy" = -100; -}; -"@MMK_L_R" = { -"@MMK_R_U" = -20; -"@MMK_R_V" = -40; -"@MMK_R_Y" = -80; -"@MMK_R_a" = -20; -}; -"@MMK_L_S" = { -"@MMK_R_A" = -20; -"@MMK_R_T" = -60; -"@MMK_R_V" = -40; -"@MMK_R_X" = -40; -"@MMK_R_v" = -40; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -280; -"@MMK_R_J" = -200; -"@MMK_R_a" = -60; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_round" = -60; -"@MMK_R_sflat" = 0; -"@MMK_R_sround" = -200; -"@MMK_R_up-curve" = -20; -"@MMK_R_upsilon" = -20; -"@MMK_R_v" = -160; -"De-cy" = -80; -psi = 0; -tau = -40; -}; -"@MMK_L_Tse-cy" = { -"@MMK_R_round" = -40; -"@MMK_R_sround" = -20; -"@MMK_R_tetse-cy" = -40; -"Che-cy" = -80; -"che-cy" = -40; -"te-cy" = -20; -}; -"@MMK_L_U" = { -"@MMK_R_A" = 0; -"@MMK_R_X" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_4" = -160; -"@MMK_R_6" = -80; -"@MMK_R_9" = 0; -"@MMK_R_A" = -320; -"@MMK_R_J" = -100; -"@MMK_R_U" = -20; -"@MMK_R_a" = -100; -"@MMK_R_dot" = -160; -"@MMK_R_j" = -60; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -160; -"@MMK_R_ssflat" = -60; -"@MMK_R_v" = -40; -"@MMK_R_x" = -20; -"De-cy" = -160; -}; -"@MMK_L_W" = { -"@MMK_R_4" = -80; -"@MMK_R_A" = -140; -"@MMK_R_S" = 0; -"@MMK_R_U" = -20; -"@MMK_R_j" = -60; -"@MMK_R_o" = -120; -"@MMK_R_round" = -20; -"@MMK_R_sround" = -100; -"@MMK_R_ssflat" = -40; -}; -"@MMK_L_X" = { -"@MMK_R_S" = -40; -"@MMK_R_hyphen" = -60; -"@MMK_R_round" = -160; -"@MMK_R_sround" = -20; -}; -"@MMK_L_Y" = { -"@MMK_R_2" = 0; -"@MMK_R_4" = -240; -"@MMK_R_9" = -20; -"@MMK_R_A" = -280; -"@MMK_R_S" = -40; -"@MMK_R_U" = -20; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -120; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -240; -"@MMK_R_ssflat" = -100; -"@MMK_R_t" = -80; -"@MMK_R_x" = 0; -pi = -40; -}; -"@MMK_L_Z" = { -"@MMK_R_round" = -20; -"@MMK_R_t" = 20; -}; -"@MMK_L_a" = { -"@MMK_R_Y" = -240; -"@MMK_R_v" = -40; -}; -"@MMK_L_b" = { -"@MMK_R_T" = -140; -"@MMK_R_v" = -60; -"@MMK_R_x" = 0; -"U-cy" = -100; -}; -"@MMK_L_dcroat" = { -"@MMK_R_sround" = -20; -}; -"@MMK_L_down-curve" = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -20; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -100; -"@MMK_R_dot" = -60; -"@MMK_R_j" = -40; -"@MMK_R_sround" = -20; -"@MMK_R_ssflat" = 0; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -40; -"@MMK_R_J" = -60; -"@MMK_R_T" = -100; -"@MMK_R_V" = -40; -"@MMK_R_Y" = -40; -}; -"@MMK_L_iota" = { -"@MMK_R_sround" = 20; -"@MMK_R_v" = 20; -tau = -40; -}; -"@MMK_L_k" = { -"@MMK_R_sround" = -60; -}; -"@MMK_L_ka-cy" = { -"@MMK_R_sround" = -80; -}; -"@MMK_L_l" = { -"@MMK_R_hyphen" = -20; -"@MMK_R_t" = -20; -}; -"@MMK_L_n" = { -"@MMK_R_V" = -100; -"@MMK_R_v" = -20; -}; -"@MMK_L_r" = { -"@MMK_R_a" = 20; -"@MMK_R_dot" = -80; -"@MMK_R_sround" = -20; -}; -"@MMK_L_round" = { -"@MMK_R_A" = -100; -"@MMK_R_J" = -20; -"@MMK_R_T" = -60; -"@MMK_R_V" = -100; -"@MMK_R_X" = -160; -"@MMK_R_Y" = -120; -"@MMK_R_Z" = -40; -"@MMK_R_dot" = -40; -"@MMK_R_el-cy" = -20; -"De-cy" = -60; -"de-cy" = -20; -one = -20; -}; -"@MMK_L_sflat" = { -"@MMK_R_0" = 140; -"@MMK_R_hyphen" = -40; -"@MMK_R_j" = 0; -}; -"@MMK_L_sround" = { -"@MMK_R_A" = -20; -"@MMK_R_T" = -200; -"@MMK_R_V" = -140; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -180; -"@MMK_R_el-cy" = -40; -"@MMK_R_hbar" = -20; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -60; -"@MMK_R_x" = -40; -"de-cy" = -20; -"te-cy" = -20; -}; -"@MMK_L_ssflat" = { -"@MMK_R_T" = -40; -"@MMK_R_Y" = -40; -"@MMK_R_j" = 0; -}; -"@MMK_L_u" = { -"@MMK_R_A" = -100; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -100; -"@MMK_R_J" = -40; -"@MMK_R_dot" = -120; -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -60; -"@MMK_R_ssflat" = 0; -"de-cy" = -60; -}; -"@MMK_L_x" = { -"@MMK_R_a" = 20; -"@MMK_R_hyphen" = -60; -"@MMK_R_round" = 0; -"@MMK_R_sround" = -80; -}; -Dcroat = { -"@MMK_R_A" = -40; -}; -"De-cy" = { -"@MMK_R_round" = -20; -}; -"Izhitsa-cy" = { -"@MMK_R_V" = 0; -}; -"Shhadescender-cy" = { -"Chedescenderabkhasian-cy" = -60; -}; -Sigma = { -tau = -20; -}; -"U-cy" = { -"@MMK_R_ssflat" = -40; -}; -degree = { -"@MMK_R_E" = -20; -"@MMK_R_round" = -60; -}; -gamma = { -"@MMK_R_A" = -60; -}; -"ge-cy" = { -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -40; -}; -iota = { -"@MMK_R_sround" = -20; -"@MMK_R_v" = -60; -}; -lambda = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -160; -}; -slash = { -"@MMK_R_A" = -40; -"@MMK_R_sround" = -20; -}; -"softsign-cy" = { -"@MMK_R_v" = -60; -"te-cy" = -20; -}; -tau = { -"@MMK_R_sround" = -20; -}; -"te-cy" = { -"@MMK_R_sround" = -20; -"de-cy" = -20; -"el-cy" = -80; -}; -"tse-cy" = { -"@MMK_R_round" = -20; -"@MMK_R_sround" = -20; -"hardsign-cy" = -20; -}; -"yeru-cy" = { -"@MMK_R_round" = -20; -}; -}; -"6871CC57-2503-4E31-BAA0-540E82C15514" = { -"@MMK_L_2" = { -"@MMK_R_4" = -40; -}; -"@MMK_L_4" = { -"@MMK_R_9" = -100; -"@MMK_R_V" = -80; -"@MMK_R_Y" = -80; -}; -"@MMK_L_6" = { -"@MMK_R_9" = -40; -"@MMK_R_V" = -60; -seven = -40; -}; -"@MMK_L_9" = { -"@MMK_R_4" = -40; -"@MMK_R_A" = -140; -"@MMK_R_Y" = -20; -"@MMK_R_dot" = -160; -one = -40; -}; -"@MMK_L_A" = { -"@MMK_R_9" = -140; -"@MMK_R_O" = -40; -"@MMK_R_T" = -160; -"@MMK_R_V" = -320; -"@MMK_R_W" = -220; -"@MMK_R_Y" = -300; -"@MMK_R_hyphen" = -40; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -20; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -180; -"Che-cy" = -160; -"Hardsign-cy" = -60; -"U-cy" = -60; -"che-cy" = -140; -}; -"@MMK_L_B" = { -"@MMK_R_Y" = -80; -}; -"@MMK_L_C" = { -"@MMK_R_T" = 0; -"@MMK_R_V" = 20; -"@MMK_R_X" = -20; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -60; -"@MMK_R_Y" = -80; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -120; -"@MMK_R_a" = 0; -"@MMK_R_dot" = -160; -}; -"@MMK_L_Ge-cy" = { -"@MMK_R_sround" = -200; -mu = -160; -rho = -200; -}; -"@MMK_L_K" = { -"@MMK_R_a" = -40; -"@MMK_R_round" = -160; -"@MMK_R_sround" = -80; -"@MMK_R_t" = -80; -"@MMK_R_v" = -120; -}; -"@MMK_L_L" = { -"@MMK_R_T" = -240; -"@MMK_R_V" = -320; -"@MMK_R_Y" = -320; -"@MMK_R_round" = -80; -"@MMK_R_updot" = -100; -"@MMK_R_v" = -180; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -240; -"@MMK_R_J" = -200; -"@MMK_R_X" = -60; -"@MMK_R_Y" = -20; -"@MMK_R_a" = 0; -"@MMK_R_dot" = -160; -"@MMK_R_sround" = -40; -"De-cy" = -80; -}; -"@MMK_L_R" = { -"@MMK_R_T" = -40; -"@MMK_R_V" = -60; -"@MMK_R_Y" = -20; -}; -"@MMK_L_S" = { -"@MMK_R_v" = -40; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -160; -"@MMK_R_J" = -40; -"@MMK_R_a" = -140; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_iota" = 0; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -240; -"@MMK_R_ssflat" = -40; -"@MMK_R_up-curve" = -40; -"@MMK_R_upsilon" = -60; -"@MMK_R_v" = -80; -"De-cy" = -60; -psi = -40; -tau = -140; -}; -"@MMK_L_Tse-cy" = { -"@MMK_R_round" = -40; -"@MMK_R_sround" = -60; -"@MMK_R_tetse-cy" = -60; -"@MMK_R_v" = -20; -"che-cy" = -80; -"hardsign-cy" = -40; -"te-cy" = -20; -}; -"@MMK_L_V" = { -"@MMK_R_4" = -160; -"@MMK_R_6" = -80; -"@MMK_R_A" = -280; -"@MMK_R_J" = -120; -"@MMK_R_a" = -80; -"@MMK_R_dot" = -160; -"@MMK_R_flat" = 0; -"@MMK_R_hyphen" = -60; -"@MMK_R_j" = -20; -"@MMK_R_round" = -100; -"@MMK_R_sflat" = 0; -"@MMK_R_sround" = -160; -"@MMK_R_ssflat" = -40; -"@MMK_R_x" = -20; -"De-cy" = -160; -}; -"@MMK_L_W" = { -"@MMK_R_4" = -120; -"@MMK_R_A" = -140; -"@MMK_R_a" = -40; -"@MMK_R_hyphen" = -60; -"@MMK_R_j" = -60; -"@MMK_R_round" = -20; -"@MMK_R_sround" = -80; -"@MMK_R_ssflat" = -40; -}; -"@MMK_L_X" = { -"@MMK_R_a" = 20; -"@MMK_R_round" = -160; -"@MMK_R_sround" = -20; -}; -"@MMK_L_Y" = { -"@MMK_R_4" = -240; -"@MMK_R_9" = -20; -"@MMK_R_A" = -300; -"@MMK_R_a" = -80; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -200; -"@MMK_R_ssflat" = -100; -"@MMK_R_t" = -60; -pi = -40; -semicolon = -20; -}; -"@MMK_L_Z" = { -"@MMK_R_round" = -20; -}; -"@MMK_L_a" = { -"@MMK_R_Y" = -240; -"@MMK_R_v" = -20; -}; -"@MMK_L_b" = { -"@MMK_R_T" = -120; -"@MMK_R_v" = -60; -"@MMK_R_x" = 0; -"U-cy" = -100; -}; -"@MMK_L_dcroat" = { -"@MMK_R_sround" = -20; -}; -"@MMK_L_down-curve" = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -20; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -100; -"@MMK_R_a" = 0; -"@MMK_R_dot" = -60; -"@MMK_R_j" = 20; -"@MMK_R_sround" = -20; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -40; -"@MMK_R_J" = -80; -"@MMK_R_T" = -100; -"@MMK_R_V" = -60; -"@MMK_R_Y" = -60; -seven = -60; -}; -"@MMK_L_iota" = { -"@MMK_R_sround" = 0; -"@MMK_R_v" = 0; -tau = -40; -}; -"@MMK_L_k" = { -"@MMK_R_a" = -60; -"@MMK_R_sround" = -40; -}; -"@MMK_L_ka-cy" = { -"@MMK_R_sround" = -80; -}; -"@MMK_L_l" = { -"@MMK_R_f" = -20; -"@MMK_R_hyphen" = -40; -"@MMK_R_sround" = 0; -"@MMK_R_t" = 0; -}; -"@MMK_L_n" = { -"@MMK_R_V" = -100; -"@MMK_R_v" = -20; -}; -"@MMK_L_r" = { -"@MMK_R_a" = 20; -"@MMK_R_sround" = -20; -}; -"@MMK_L_round" = { -"@MMK_R_A" = -120; -"@MMK_R_J" = -20; -"@MMK_R_T" = -120; -"@MMK_R_V" = -100; -"@MMK_R_X" = -160; -"@MMK_R_Y" = -100; -"@MMK_R_Z" = -40; -"@MMK_R_dot" = -40; -"@MMK_R_el-cy" = -20; -"@MMK_R_x" = 0; -"De-cy" = -160; -"Tetse-cy" = -80; -"de-cy" = -20; -one = -40; -}; -"@MMK_L_sround" = { -"@MMK_R_A" = -20; -"@MMK_R_T" = -240; -"@MMK_R_V" = -80; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -100; -"@MMK_R_el-cy" = -80; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -100; -"@MMK_R_x" = -40; -"de-cy" = -20; -"te-cy" = -40; -}; -"@MMK_L_ssflat" = { -"@MMK_R_Y" = -40; -}; -"@MMK_L_u" = { -"@MMK_R_A" = -20; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -120; -"@MMK_R_J" = -40; -"@MMK_R_dot" = -120; -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -100; -"de-cy" = -60; -}; -"@MMK_L_x" = { -"@MMK_R_sround" = -40; -}; -"De-cy" = { -"@MMK_R_round" = -20; -}; -Sigma = { -tau = -40; -}; -"U-cy" = { -"@MMK_R_ssflat" = -60; -}; -V = { -"@MMK_R_sround" = -100; -}; -degree = { -"@MMK_R_round" = -60; -}; -gamma = { -"@MMK_R_A" = -60; -}; -"ge-cy" = { -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -60; -}; -iota = { -"@MMK_R_sround" = -20; -"@MMK_R_v" = -40; -}; -lambda = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -200; -}; -slash = { -"@MMK_R_A" = -40; -"@MMK_R_sround" = -20; -}; -"softsign-cy" = { -"@MMK_R_v" = -60; -"te-cy" = -40; -}; -tau = { -"@MMK_R_sround" = -20; -}; -"te-cy" = { -"@MMK_R_sround" = -40; -"de-cy" = -20; -"el-cy" = -80; -}; -"tse-cy" = { -"@MMK_R_round" = -20; -}; -underscore = { -parenleft = 0; -}; -"yeru-cy" = { -"@MMK_R_round" = -20; -}; -}; -"0655DA90-B56F-496E-8077-C2A69D96FC98" = { -"@MMK_L_2" = { -"@MMK_R_4" = -40; -}; -"@MMK_L_4" = { -"@MMK_R_V" = -40; -"@MMK_R_Y" = -40; -}; -"@MMK_L_6" = { -"@MMK_R_9" = -40; -"@MMK_R_V" = -60; -seven = -40; -}; -"@MMK_L_9" = { -"@MMK_R_4" = -40; -"@MMK_R_A" = -90; -"@MMK_R_Y" = -40; -"@MMK_R_dot" = -160; -one = -40; -}; -"@MMK_L_A" = { -"@MMK_R_9" = -120; -"@MMK_R_T" = -160; -"@MMK_R_V" = -280; -"@MMK_R_Y" = -300; -"@MMK_R_hyphen" = -40; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -20; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -180; -"Che-cy" = -160; -"Hardsign-cy" = -40; -"U-cy" = -60; -"che-cy" = -140; -}; -"@MMK_L_B" = { -"@MMK_R_Y" = -60; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -120; -"@MMK_R_dot" = -160; -}; -"@MMK_L_K" = { -"@MMK_R_round" = -160; -"@MMK_R_sround" = -80; -"@MMK_R_t" = -80; -"@MMK_R_v" = -120; -}; -"@MMK_L_L" = { -"@MMK_R_T" = -240; -"@MMK_R_V" = -320; -"@MMK_R_Y" = -320; -"@MMK_R_round" = -80; -"@MMK_R_updot" = -100; -"@MMK_R_v" = -180; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -240; -"@MMK_R_J" = -200; -"@MMK_R_X" = -60; -"@MMK_R_Y" = -40; -"@MMK_R_dot" = -160; -"@MMK_R_sround" = -40; -"De-cy" = -80; -}; -"@MMK_L_R" = { -"@MMK_R_T" = -40; -"@MMK_R_V" = -80; -"@MMK_R_Y" = -20; -}; -"@MMK_L_S" = { -"@MMK_R_v" = -40; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -160; -"@MMK_R_J" = -40; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -240; -"@MMK_R_ssflat" = -40; -"@MMK_R_up-curve" = -40; -"@MMK_R_upsilon" = -40; -"@MMK_R_v" = -80; -"De-cy" = -60; -psi = -20; -tau = -90; -}; -"@MMK_L_Tse-cy" = { -"@MMK_R_round" = -80; -"@MMK_R_sround" = -40; -"@MMK_R_tetse-cy" = -40; -"@MMK_R_v" = -20; -"Che-cy" = -100; -"che-cy" = -80; -"te-cy" = -20; -}; -"@MMK_L_V" = { -"@MMK_R_4" = -140; -"@MMK_R_6" = -80; -"@MMK_R_A" = -280; -"@MMK_R_J" = -100; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -60; -"@MMK_R_j" = -20; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -160; -"@MMK_R_ssflat" = -40; -"@MMK_R_x" = -40; -"De-cy" = -160; -}; -"@MMK_L_X" = { -"@MMK_R_round" = -40; -"@MMK_R_sround" = -20; -}; -"@MMK_L_Y" = { -"@MMK_R_4" = -240; -"@MMK_R_9" = -20; -"@MMK_R_A" = -300; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -240; -"@MMK_R_ssflat" = -100; -"@MMK_R_t" = -40; -pi = -40; -semicolon = 23; -}; -"@MMK_L_Z" = { -"@MMK_R_round" = -20; -}; -"@MMK_L_a" = { -"@MMK_R_Y" = -240; -"@MMK_R_v" = -40; -}; -"@MMK_L_b" = { -"@MMK_R_v" = -80; -}; -"@MMK_L_dcroat" = { -"@MMK_R_sround" = -20; -}; -"@MMK_L_down-curve" = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -40; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -100; -"@MMK_R_dot" = -60; -"@MMK_R_sround" = -20; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -40; -"@MMK_R_J" = -80; -"@MMK_R_T" = -100; -"@MMK_R_V" = -60; -"@MMK_R_Y" = -60; -seven = -60; -}; -"@MMK_L_iota" = { -"@MMK_R_sround" = 42; -"@MMK_R_v" = 23; -tau = -40; -}; -"@MMK_L_k" = { -"@MMK_R_sround" = -40; -}; -"@MMK_L_ka-cy" = { -"@MMK_R_sround" = -80; -}; -"@MMK_L_l" = { -"@MMK_R_hyphen" = -40; -}; -"@MMK_L_n" = { -"@MMK_R_V" = -80; -"@MMK_R_v" = -20; -}; -"@MMK_L_r" = { -"@MMK_R_sround" = -20; -}; -"@MMK_L_round" = { -"@MMK_R_A" = -120; -"@MMK_R_J" = -20; -"@MMK_R_T" = -120; -"@MMK_R_V" = -100; -"@MMK_R_X" = -80; -"@MMK_R_Y" = -100; -"@MMK_R_Z" = -40; -"@MMK_R_dot" = -40; -"@MMK_R_el-cy" = -20; -"De-cy" = -120; -"Tetse-cy" = -80; -"de-cy" = -20; -one = -40; -}; -"@MMK_L_sround" = { -"@MMK_R_A" = -20; -"@MMK_R_T" = -240; -"@MMK_R_V" = -120; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -100; -"@MMK_R_el-cy" = -80; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -80; -"@MMK_R_x" = -80; -"de-cy" = -20; -"te-cy" = -40; -}; -"@MMK_L_ssflat" = { -"@MMK_R_Y" = -40; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -100; -"@MMK_R_J" = -40; -"@MMK_R_dot" = -120; -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -80; -"de-cy" = -60; -}; -"@MMK_L_x" = { -"@MMK_R_sround" = -40; -}; -"De-cy" = { -"@MMK_R_round" = -20; -}; -Sigma = { -tau = -40; -}; -"U-cy" = { -"@MMK_R_ssflat" = -40; -}; -V = { -"@MMK_R_sround" = -120; -}; -"de-cy" = { -"@MMK_R_sround" = -20; -}; -degree = { -"@MMK_R_round" = -80; -}; -gamma = { -"@MMK_R_A" = -60; -}; -"ge-cy" = { -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -60; -}; -iota = { -"@MMK_R_sround" = -20; -"@MMK_R_v" = -40; -}; -lambda = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -160; -}; -slash = { -"@MMK_R_A" = -40; -"@MMK_R_sround" = -40; -}; -"softsign-cy" = { -"@MMK_R_v" = -60; -"te-cy" = -40; -}; -tau = { -"@MMK_R_sround" = -20; -}; -"te-cy" = { -"@MMK_R_sround" = -40; -"de-cy" = -20; -"el-cy" = -80; -}; -"tse-cy" = { -"@MMK_R_round" = -20; -"@MMK_R_sround" = -60; -"hardsign-cy" = -40; -}; -"yeru-cy" = { -"@MMK_R_round" = -20; -}; -}; -"F66262BA-5A1D-44F4-BFD7-97C08A9A14E5" = { -"@MMK_L_2" = { -"@MMK_R_4" = -40; -}; -"@MMK_L_3" = { -"@MMK_R_9" = 0; -"@MMK_R_A" = -60; -}; -"@MMK_L_4" = { -"@MMK_R_V" = -40; -"@MMK_R_Y" = -40; -}; -"@MMK_L_6" = { -"@MMK_R_9" = -40; -"@MMK_R_V" = -80; -seven = -40; -}; -"@MMK_L_9" = { -"@MMK_R_4" = -40; -"@MMK_R_A" = -160; -"@MMK_R_Y" = -20; -"@MMK_R_dot" = -160; -}; -"@MMK_L_A" = { -"@MMK_R_9" = -140; -"@MMK_R_O" = -60; -"@MMK_R_T" = -160; -"@MMK_R_U" = -40; -"@MMK_R_V" = -320; -"@MMK_R_W" = -220; -"@MMK_R_Y" = -280; -"@MMK_R_f" = -20; -"@MMK_R_hyphen" = -40; -"@MMK_R_round" = -120; -"@MMK_R_sround" = -20; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -180; -"Che-cy" = -160; -"Hardsign-cy" = -60; -"U-cy" = -60; -"che-cy" = -140; -}; -"@MMK_L_B" = { -"@MMK_R_X" = -40; -"@MMK_R_Y" = -60; -"@MMK_R_v" = 0; -"@MMK_R_x" = -20; -}; -"@MMK_L_C" = { -"@MMK_R_A" = 0; -"@MMK_R_X" = -20; -"@MMK_R_Y" = 0; -}; -"@MMK_L_D" = { -"@MMK_R_A" = -40; -"@MMK_R_Y" = -100; -}; -"@MMK_L_F" = { -"@MMK_R_A" = -120; -"@MMK_R_dot" = -160; -"@MMK_R_j" = -40; -}; -"@MMK_L_Ge-cy" = { -"@MMK_R_sround" = -160; -mu = -160; -rho = -160; -}; -"@MMK_L_K" = { -"@MMK_R_U" = -40; -"@MMK_R_a" = 0; -"@MMK_R_f" = 0; -"@MMK_R_l" = 0; -"@MMK_R_round" = -160; -"@MMK_R_sround" = -80; -"@MMK_R_t" = -60; -"@MMK_R_v" = -80; -}; -"@MMK_L_L" = { -"@MMK_R_T" = -200; -"@MMK_R_U" = -20; -"@MMK_R_V" = -280; -"@MMK_R_Y" = -280; -"@MMK_R_round" = -60; -"@MMK_R_updot" = -100; -"@MMK_R_v" = -180; -}; -"@MMK_L_O" = { -eight = 0; -}; -"@MMK_L_P" = { -"@MMK_R_A" = -200; -"@MMK_R_J" = -200; -"@MMK_R_X" = -80; -"@MMK_R_Y" = -20; -"@MMK_R_a" = -20; -"@MMK_R_dot" = -160; -"@MMK_R_sround" = -20; -"De-cy" = -100; -}; -"@MMK_L_R" = { -"@MMK_R_U" = -20; -"@MMK_R_V" = -40; -"@MMK_R_Y" = -40; -"@MMK_R_a" = -20; -}; -"@MMK_L_S" = { -"@MMK_R_A" = -20; -"@MMK_R_V" = -40; -"@MMK_R_X" = -40; -"@MMK_R_v" = -40; -}; -"@MMK_L_T" = { -"@MMK_R_A" = -160; -"@MMK_R_J" = -40; -"@MMK_R_a" = -60; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -100; -"@MMK_R_round" = -20; -"@MMK_R_sflat" = 0; -"@MMK_R_sround" = -200; -"@MMK_R_up-curve" = -20; -"@MMK_R_upsilon" = -20; -"@MMK_R_v" = 0; -"De-cy" = -80; -psi = 0; -tau = -40; -}; -"@MMK_L_Tse-cy" = { -"@MMK_R_round" = -60; -"@MMK_R_sround" = -20; -"@MMK_R_tetse-cy" = -40; -"che-cy" = -20; -"te-cy" = -20; -}; -"@MMK_L_U" = { -"@MMK_R_A" = 0; -"@MMK_R_X" = 0; -}; -"@MMK_L_V" = { -"@MMK_R_4" = -160; -"@MMK_R_6" = -80; -"@MMK_R_9" = 0; -"@MMK_R_A" = -320; -"@MMK_R_J" = -100; -"@MMK_R_U" = -20; -"@MMK_R_a" = -100; -"@MMK_R_dot" = -160; -"@MMK_R_j" = -60; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -160; -"@MMK_R_ssflat" = -60; -"@MMK_R_v" = -40; -"@MMK_R_x" = -20; -"De-cy" = -160; -}; -"@MMK_L_W" = { -"@MMK_R_4" = -80; -"@MMK_R_A" = -140; -"@MMK_R_S" = 0; -"@MMK_R_U" = -20; -"@MMK_R_j" = -60; -"@MMK_R_o" = -120; -"@MMK_R_round" = -20; -"@MMK_R_sround" = -100; -"@MMK_R_ssflat" = -40; -}; -"@MMK_L_X" = { -"@MMK_R_S" = -40; -"@MMK_R_hyphen" = -60; -"@MMK_R_round" = -160; -"@MMK_R_sround" = -20; -}; -"@MMK_L_Y" = { -"@MMK_R_2" = 0; -"@MMK_R_4" = -240; -"@MMK_R_9" = -20; -"@MMK_R_A" = -280; -"@MMK_R_S" = -40; -"@MMK_R_U" = -20; -"@MMK_R_dot" = -160; -"@MMK_R_hyphen" = -120; -"@MMK_R_round" = -100; -"@MMK_R_sround" = -240; -"@MMK_R_ssflat" = -100; -"@MMK_R_t" = -80; -"@MMK_R_x" = 0; -pi = -40; -semicolon = -20; -}; -"@MMK_L_Z" = { -"@MMK_R_round" = -20; -"@MMK_R_t" = 20; -}; -"@MMK_L_a" = { -"@MMK_R_Y" = -240; -"@MMK_R_v" = -40; -}; -"@MMK_L_b" = { -"@MMK_R_T" = -140; -"@MMK_R_v" = -60; -"@MMK_R_x" = 0; -"U-cy" = -100; -}; -"@MMK_L_dcroat" = { -"@MMK_R_sround" = -20; -}; -"@MMK_L_down-curve" = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -20; -}; -"@MMK_L_f" = { -"@MMK_R_A" = -100; -"@MMK_R_dot" = -60; -"@MMK_R_j" = -40; -"@MMK_R_sround" = -20; -"@MMK_R_ssflat" = 0; -}; -"@MMK_L_hyphen" = { -"@MMK_R_A" = -40; -"@MMK_R_J" = -60; -"@MMK_R_T" = -100; -"@MMK_R_V" = -40; -"@MMK_R_Y" = -40; -}; -"@MMK_L_iota" = { -"@MMK_R_sround" = 20; -"@MMK_R_v" = 20; -tau = -40; -}; -"@MMK_L_k" = { -"@MMK_R_sround" = -40; -}; -"@MMK_L_ka-cy" = { -"@MMK_R_sround" = -80; -}; -"@MMK_L_l" = { -"@MMK_R_hyphen" = -20; -"@MMK_R_t" = -20; -}; -"@MMK_L_n" = { -"@MMK_R_V" = -100; -"@MMK_R_v" = -20; -}; -"@MMK_L_r" = { -"@MMK_R_a" = 20; -"@MMK_R_dot" = -40; -"@MMK_R_sround" = -20; -}; -"@MMK_L_round" = { -"@MMK_R_A" = -120; -"@MMK_R_J" = -20; -"@MMK_R_T" = -20; -"@MMK_R_V" = -100; -"@MMK_R_X" = -160; -"@MMK_R_Y" = -100; -"@MMK_R_Z" = -40; -"@MMK_R_dot" = -40; -"@MMK_R_el-cy" = -20; -"De-cy" = -60; -"de-cy" = -20; -one = -20; -}; -"@MMK_L_sflat" = { -"@MMK_R_0" = 140; -"@MMK_R_hyphen" = -40; -"@MMK_R_j" = 0; -}; -"@MMK_L_sround" = { -"@MMK_R_A" = -20; -"@MMK_R_T" = -140; -"@MMK_R_V" = -140; -"@MMK_R_X" = -40; -"@MMK_R_Y" = -100; -"@MMK_R_el-cy" = -40; -"@MMK_R_hbar" = -20; -"@MMK_R_up-curve" = -40; -"@MMK_R_v" = -100; -"@MMK_R_x" = -40; -"de-cy" = -20; -"te-cy" = -20; -}; -"@MMK_L_ssflat" = { -"@MMK_R_T" = -40; -"@MMK_R_Y" = -40; -"@MMK_R_j" = 0; -}; -"@MMK_L_u" = { -"@MMK_R_A" = -100; -}; -"@MMK_L_v" = { -"@MMK_R_A" = -100; -"@MMK_R_J" = -40; -"@MMK_R_dot" = -120; -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -100; -"@MMK_R_ssflat" = 0; -"de-cy" = -60; -}; -"@MMK_L_x" = { -"@MMK_R_a" = 20; -"@MMK_R_hyphen" = -60; -"@MMK_R_round" = 0; -"@MMK_R_sround" = -40; -}; -Dcroat = { -"@MMK_R_A" = -40; -}; -"De-cy" = { -"@MMK_R_round" = -20; -}; -"Izhitsa-cy" = { -"@MMK_R_V" = 0; -}; -"Shhadescender-cy" = { -"Chedescenderabkhasian-cy" = -60; -}; -Sigma = { -tau = -20; -}; -"U-cy" = { -"@MMK_R_ssflat" = -40; -}; -degree = { -"@MMK_R_E" = -20; -"@MMK_R_round" = -60; -}; -gamma = { -"@MMK_R_A" = -60; -}; -"ge-cy" = { -"@MMK_R_el-cy" = -40; -"@MMK_R_sround" = -40; -}; -iota = { -"@MMK_R_sround" = -20; -"@MMK_R_v" = -60; -}; -lambda = { -"@MMK_R_up-curve" = -20; -"@MMK_R_v" = -160; -}; -slash = { -"@MMK_R_A" = -40; -"@MMK_R_sround" = -20; -}; -"softsign-cy" = { -"@MMK_R_v" = -60; -"te-cy" = -20; -}; -tau = { -"@MMK_R_sround" = -20; -}; -"te-cy" = { -"@MMK_R_sround" = -20; -"de-cy" = -20; -"el-cy" = -80; -}; -"tse-cy" = { -"@MMK_R_round" = -20; -"@MMK_R_sround" = -20; -"hardsign-cy" = -20; -}; -"yeru-cy" = { -"@MMK_R_round" = -20; -}; -}; -}; -metrics = ( -{ -type = ascender; -}, -{ -type = "cap height"; -}, -{ -type = "x-height"; -}, -{ -type = baseline; -}, -{ -type = descender; -}, -{ -type = "italic angle"; -}, -{ -name = "中线高度"; -}, -{ -name = "lowercase Ascender"; -} -); -properties = ( -{ -key = copyrights; -values = ( -{ -language = dflt; -value = "Copyright 2025 The Nevermind Project Authors (https://github.com/xmindltd/nevermind)"; -} -); -}, -{ -key = designers; -values = ( -{ -language = dflt; -value = lan; -} -); -}, -{ -key = designerURL; -value = "https://www.xmind.app/"; -}, -{ -key = manufacturers; -values = ( -{ -language = dflt; -value = Xmind; -} -); -}, -{ -key = manufacturerURL; -value = "https://www.xmind.app/"; -}, -{ -key = vendorID; -value = XMIND; -} -); -settings = { -disablesNiceNames = 1; -}; -stems = ( -{ -horizontal = 1; -name = hStem0; -}, -{ -name = vStem0; -} -); -unitsPerEm = 2048; -userData = { -GSDimensionPlugin.Dimensions = { -"36374CA8-CB97-47A4-B997-0FCE4E6FD0F6" = { -HH = "十大"; -}; -"3DB2EBE7-826A-426D-99BC-F93DFDDCF8F7" = { -}; -}; -}; -versionMajor = 1; -versionMinor = 0; -} diff --git a/sources/config.yaml b/sources/config.yaml new file mode 100644 index 0000000..e910557 --- /dev/null +++ b/sources/config.yaml @@ -0,0 +1,72 @@ + sources: + - Nevermind.glyphs + axisOrder: + - wght + - ital + familyName: "Nevermind" + cleanUp: true + buildOTF: false + includeSourceFixes: true + splitItalic: true + stat: + Nevermind[wght].ttf: + - name: Weight + tag: wght + values: + - name: Thin + value: 100 + - name: ExtraLight + value: 200 + - name: Light + value: 300 + - name: Regular + value: 400 + linkedValue: 700 + flags: 2 + - name: Medium + value: 500 + - name: SemiBold + value: 600 + - name: Bold + value: 700 + - name: ExtraBold + value: 800 + - name: Black + value: 900 + - name: Italic + tag: ital + values: + - name: Roman + value: 0 + linkedValue: 1 + flags: 2 + Nevermind-Italic[wght].ttf: + - name: Weight + tag: wght + values: + - name: Thin + value: 100 + - name: ExtraLight + value: 200 + - name: Light + value: 300 + - name: Regular + value: 400 + linkedValue: 700 + flags: 2 + - name: Medium + value: 500 + - name: SemiBold + value: 600 + - name: Bold + value: 700 + - name: ExtraBold + value: 800 + - name: Black + value: 900 + - name: Italic + tag: ital + values: + - name: Italic + value: 1 + diff --git a/sources/fix_nameids.py b/sources/fix_nameids.py new file mode 100644 index 0000000..1b0fd2e --- /dev/null +++ b/sources/fix_nameids.py @@ -0,0 +1,25 @@ +from fontTools import ttLib + +# For the Roman variable font +font = ttLib.TTFont("../fonts/variable/Nevermind[wght].ttf") +name_table = font['name'] + +# Add Name ID 16 and 17 +name_table.setName("Nevermind", 16, 3, 1, 0x409) +name_table.setName("Regular", 17, 3, 1, 0x409) + +font.save("../fonts/variable/Nevermind[wght].ttf") +print("✅ Name IDs 16 and 17 added to Nevermind[wght].ttf") + +# For the Italic variable font if it exists +try: + font_italic = ttLib.TTFont("../fonts/variable/Nevermind-Italic[wght].ttf") + name_table_italic = font_italic['name'] + + name_table_italic.setName("Nevermind", 16, 3, 1, 0x409) + name_table_italic.setName("Italic", 17, 3, 1, 0x409) + + font_italic.save("../fonts/variable/Nevermind-Italic[wght].ttf") + print("✅ Name IDs 16 and 17 added to Nevermind-Italic[wght].ttf") +except: + print("ℹ️ No Italic file found (normal if you only have one axis)") \ No newline at end of file